cardFaces property

List<MtgCardFace>? cardFaces
final

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;