// GENERATED CODE - DO NOT MODIFY BY HAND part of 'test.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** Test _$TestFromJson(Map json) => Test( id: json['id'] as int, );