DestinyCraftablesComponent.fromJson constructor

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

Implementation

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