mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 16:46:22 +08:00
Refactor member page (#3)
* refactor: member page * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
This commit is contained in:
15
lib/models/space/night.g.dart
Normal file
15
lib/models/space/night.g.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'night.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
Night _$NightFromJson(Map<String, dynamic> json) => Night(
|
||||
argb: json['argb'] as String?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$NightToJson(Night instance) => <String, dynamic>{
|
||||
'argb': instance.argb,
|
||||
};
|
||||
Reference in New Issue
Block a user