// GENERATED CODE - DO NOT MODIFY BY HAND part of 'sleep_report_controller.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** SleepReportModel _$SleepReportModelFromJson(Map json) => SleepReportModel()..type = (json['type'] as num?)?.toInt(); Map _$SleepReportModelToJson(SleepReportModel instance) => { 'type': instance.type, };