mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
@@ -4,11 +4,11 @@ part 'day.g.dart';
|
||||
|
||||
@JsonSerializable()
|
||||
class Day {
|
||||
String? argb;
|
||||
String? argb;
|
||||
|
||||
Day({this.argb});
|
||||
Day({this.argb});
|
||||
|
||||
factory Day.fromJson(Map<String, dynamic> json) => _$DayFromJson(json);
|
||||
factory Day.fromJson(Map<String, dynamic> json) => _$DayFromJson(json);
|
||||
|
||||
Map<String, dynamic> toJson() => _$DayToJson(this);
|
||||
Map<String, dynamic> toJson() => _$DayToJson(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user