cardFaces property
All of the card's faces as a List of MtgCardFace instances.
This will be null
if the card does not have any faces
(it will never be an empty List).
Implementation
final List<MtgCardFace>? cardFaces;
All of the card's faces as a List of MtgCardFace instances.
This will be null
if the card does not have any faces
(it will never be an empty List).
final List<MtgCardFace>? cardFaces;