DictionaryComponentResponseOfint64AndDestinyCharacterComponent.fromJson constructor

DictionaryComponentResponseOfint64AndDestinyCharacterComponent.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DictionaryComponentResponseOfint64AndDestinyCharacterComponent.fromJson(Map<String, dynamic> json) {
	return _$DictionaryComponentResponseOfint64AndDestinyCharacterComponentFromJson(json);
}