DestinyProgressionDisplayPropertiesDefinition.fromJson constructor

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

Implementation

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