logoImageId property

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

The unique identifier of the logo image. This image is printed on the partial front of the card, for example, a logo on the upper right corner.

Implementation

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