DestinyPostGameCarnageReportData.fromJson constructor

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

Implementation

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