DestinyInventoryComponent.fromJson constructor

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

Implementation

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