mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-03 00:29:42 +08:00
@@ -4,14 +4,12 @@ class MentionItem with MultiSelectData {
|
||||
final String? face;
|
||||
final int? fans;
|
||||
final String? name;
|
||||
final int? officialVerifyType;
|
||||
final String? uid;
|
||||
|
||||
MentionItem({
|
||||
this.face,
|
||||
this.fans,
|
||||
this.name,
|
||||
this.officialVerifyType,
|
||||
this.uid,
|
||||
});
|
||||
|
||||
@@ -19,7 +17,6 @@ class MentionItem with MultiSelectData {
|
||||
face: json['face'] as String?,
|
||||
fans: json['fans'] as int?,
|
||||
name: json['name'] as String?,
|
||||
officialVerifyType: json['official_verify_type'] as int?,
|
||||
uid: json['uid'] as String?,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user