DictionaryComponentResponseOfuint32AndDestinyItemPerksComponent.fromJson constructor

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

Implementation

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