colors property

  1. @JsonKey(unknownEnumValue: Color.unknown)
List<Color>? colors
final

This card’s colors, if the overall card has colors defined by the rules.

Otherwise the colors will be on the cardFaces objects.

Implementation

@JsonKey(unknownEnumValue: Color.unknown)
final List<Color>? colors;