mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
@@ -4,6 +4,6 @@ class Stat {
|
||||
Stat({this.like});
|
||||
|
||||
factory Stat.fromJson(Map<String, dynamic> json) => Stat(
|
||||
like: json['like'] as String?,
|
||||
);
|
||||
like: json['like'] as String?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user