DestinyObjectiveDisplayProperties.fromJson constructor

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

Implementation

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