DictionaryComponentResponseOfint32AndDestinyItemObjectivesComponent.fromJson constructor

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

Implementation

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