DestinyEnvironmentLocationMapping.fromJson constructor

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

Implementation

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