ManaCost.fromJson constructor

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

Constructs a ManaCost from JSON.

Implementation

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