// GENERATED CODE - DO NOT MODIFY BY HAND part of 'character_unlock_response.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** CharacterUnlockResponse _$CharacterUnlockResponseFromJson( Map json, ) => CharacterUnlockResponse( characterInfo: CharacterInfo.fromJson( json['characterInfo'] as Map, ), ); Map _$CharacterUnlockResponseToJson( CharacterUnlockResponse instance, ) => {'characterInfo': instance.characterInfo};