mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-03 01:00:14 +08:00
@@ -18,12 +18,12 @@ class PgcTriple {
|
||||
});
|
||||
|
||||
factory PgcTriple.fromJson(Map<String, dynamic> json) => PgcTriple(
|
||||
coin: json["coin"],
|
||||
coinNumber: json["coin_number"],
|
||||
favorite: json["favorite"],
|
||||
fmid: json["fmid"],
|
||||
follow: json["follow"],
|
||||
like: json["like"],
|
||||
relation: json["relation"],
|
||||
);
|
||||
coin: json["coin"],
|
||||
coinNumber: json["coin_number"],
|
||||
favorite: json["favorite"],
|
||||
fmid: json["fmid"],
|
||||
follow: json["follow"],
|
||||
like: json["like"],
|
||||
relation: json["relation"],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user