CollectibleOutput.fromJson constructor

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

Implementation

factory CollectibleOutput.fromJson(Map<String, dynamic> json) =>
    _$CollectibleOutputFromJson(json);