attachmentBytes property
The raw attachment bytes, or null if no attachment was present.
This is the exact ground truth for attachment metadata. Use attachment for a lenient UTF-8 string view. A non-null empty Uint8List denotes a present-but-empty attachment (distinct from null, which denotes an absent attachment).
Implementation
final Uint8List? attachmentBytes;