id property

  1. @override
int get id
override

Attachment ID.

Implementation

@override
int get id => payload['id'] ?? payload['cid'];