data property
The actual data of the attachment - a sequence of bytes, base64 encoded.
Implementation
@JsonKey(name: 'Data')
String? get data => throw _privateConstructorUsedError;
The actual data of the attachment - a sequence of bytes, base64 encoded.
@JsonKey(name: 'Data')
String? get data => throw _privateConstructorUsedError;