attachment property

String? attachment
final

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;