DestinyTalentExclusiveGroup.fromJson constructor

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

Implementation

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