manaCost property

String? manaCost
final

The mana cost for this card.

This value will be any empty string '' if the cost is absent. Remember that per the game rules, a missing mana cost and a mana cost of {0} are different values. Multi-faced cards will report this value in cardFaces.

Implementation

final String? manaCost;