SingleComponentResponseOfDestinyItemReusablePlugsComponent.fromJson constructor

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

Implementation

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