mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
feat: remove fan
Closes #733 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -9,9 +9,11 @@ part of 'relation.dart';
|
||||
Relation _$RelationFromJson(Map<String, dynamic> json) => Relation(
|
||||
status: (json['status'] as num?)?.toInt(),
|
||||
isFollow: (json['is_follow'] as num?)?.toInt(),
|
||||
isFollowed: (json['is_followed'] as num?)?.toInt(),
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$RelationToJson(Relation instance) => <String, dynamic>{
|
||||
'status': instance.status,
|
||||
'is_follow': instance.isFollow,
|
||||
'is_followed': instance.isFollowed,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user