16 lines
544 B
Dart
16 lines
544 B
Dart
// 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,
|
|
};
|