DestinyClanAggregateStat.fromJson constructor

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

Implementation

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