factory InstanceState.fromJson(Map<String, dynamic> json) { return InstanceState( code: json['code'] as int?, name: json['name'] as String?, ); }