mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
@@ -7,9 +7,9 @@ class Danmaku {
|
||||
Danmaku({this.icon, this.pureText, this.text, this.value});
|
||||
|
||||
factory Danmaku.fromJson(Map<String, dynamic> json) => Danmaku(
|
||||
icon: json['icon'] as String?,
|
||||
pureText: json['pure_text'] as String?,
|
||||
text: json['text'] as String?,
|
||||
value: json['value'] as int?,
|
||||
);
|
||||
icon: json['icon'] as String?,
|
||||
pureText: json['pure_text'] as String?,
|
||||
text: json['text'] as String?,
|
||||
value: json['value'] as int?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user