MTGSymbol constructor
const
MTGSymbol({})
Creates a new MTGSymbol instance. looseVariant
and manaValue
are
optional because not all MTGSymbol instances have them.
Implementation
const MTGSymbol({
required this.english,
required this.image,
this.looseVariant,
this.manaValue,
});