// GENERATED CODE - DO NOT MODIFY BY HAND part of 'game_user_info_bean.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** GameUserInfoBean _$GameUserInfoBeanFromJson(Map json) => GameUserInfoBean( json['isCollect'] as bool?, ); Map _$GameUserInfoBeanToJson(GameUserInfoBean instance) => { 'isCollect': instance.isCollect, };