CardIdentifierSetCollectorNumber.fromJson constructor

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

Constructs a CardIdentifierSetCollectorNumber from JSON.

Implementation

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