// GENERATED CODE - DO NOT MODIFY BY HAND part of 'state_model.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** StateModel _$StateModelFromJson(Map json) => StateModel( sms: json['sms'] as bool, phone: json['phone'] as bool, );