DestinyCollectibleStateBlock.fromJson constructor

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

Implementation

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