更新
This commit is contained in:
15
lib/controller/sleep/sleep_report_controller.g.dart
Normal file
15
lib/controller/sleep/sleep_report_controller.g.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'sleep_report_controller.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
SleepReportModel _$SleepReportModelFromJson(Map<String, dynamic> json) =>
|
||||
SleepReportModel()..type = (json['type'] as num?)?.toInt();
|
||||
|
||||
Map<String, dynamic> _$SleepReportModelToJson(SleepReportModel instance) =>
|
||||
<String, dynamic>{
|
||||
'type': instance.type,
|
||||
};
|
||||
Reference in New Issue
Block a user