DestinyItemComponentSetOfuint32.fromJson constructor

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

Implementation

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