mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
@@ -5,7 +5,7 @@ class PartOutline {
|
||||
PartOutline({this.timestamp, this.content});
|
||||
|
||||
factory PartOutline.fromJson(Map<String, dynamic> json) => PartOutline(
|
||||
timestamp: json['timestamp'] as int?,
|
||||
content: json['content'] as String?,
|
||||
);
|
||||
timestamp: json['timestamp'] as int?,
|
||||
content: json['content'] as String?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user