MtgSet.fromJson constructor

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

Constructs a MtgSet from JSON.

Implementation

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