Collectible.fromJson constructor

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

Creates a Collectible instance from a JSON object.

Implementation

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