data property
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;
The image file, converted to a Base64-encoded string, of the logo to be shown on the terminal.
@BuiltValueField(wireName: r'data')
String? get data;