DestinyActivitySelectableSkullCollectionComponent.fromJson constructor

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

Implementation

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