data property

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

The image file, converted to a Base64-encoded string, of the logo to be shown on the terminal.

Implementation

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