mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
@@ -6,8 +6,8 @@ class ReplyFolder {
|
||||
ReplyFolder({this.hasFolded, this.isFolded, this.rule});
|
||||
|
||||
factory ReplyFolder.fromJson(Map<String, dynamic> json) => ReplyFolder(
|
||||
hasFolded: json['has_folded'] as bool?,
|
||||
isFolded: json['is_folded'] as bool?,
|
||||
rule: json['rule'] as String?,
|
||||
);
|
||||
hasFolded: json['has_folded'] as bool?,
|
||||
isFolded: json['is_folded'] as bool?,
|
||||
rule: json['rule'] as String?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user