DestinyPlugSetsComponent.fromJson constructor

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

Implementation

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