DestinyItemPlugObjectivesComponent.fromJson constructor

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

Implementation

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