CardIdentifierMtgoId.fromJson constructor

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

Constructs a CardIdentifierMtgoId from JSON.

Implementation

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