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