cardImageId property

  1. @BuiltValueField.new(wireName: r'cardImageId')
String? get cardImageId

The unique identifier of the card image. This image is printed on the full front of the card.

Implementation

@BuiltValueField(wireName: r'cardImageId')
String? get cardImageId;