colors property

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

This face’s colors, if the game defines colors for the individual face of this card.

Implementation

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