mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
@@ -4,6 +4,6 @@ class Ugc {
|
||||
Ugc({this.firstCid});
|
||||
|
||||
factory Ugc.fromJson(Map<String, dynamic> json) => Ugc(
|
||||
firstCid: json['first_cid'] as int?,
|
||||
);
|
||||
firstCid: json['first_cid'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user