mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
* refactor: member page * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
16 lines
453 B
Dart
16 lines
453 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'day.dart';
|
|
|
|
// **************************************************************************
|
|
// JsonSerializableGenerator
|
|
// **************************************************************************
|
|
|
|
Day _$DayFromJson(Map<String, dynamic> json) => Day(
|
|
argb: json['argb'] as String?,
|
|
);
|
|
|
|
Map<String, dynamic> _$DayToJson(Day instance) => <String, dynamic>{
|
|
'argb': instance.argb,
|
|
};
|