attachment property
Optional attachment metadata as a UTF-8 string, decoded leniently.
Malformed UTF-8 byte sequences are replaced with U+FFFD (the replacement character).
Implementation
final String? attachment;
Optional attachment metadata as a UTF-8 string, decoded leniently.
Malformed UTF-8 byte sequences are replaced with U+FFFD (the replacement character).
final String? attachment;