id property

String get id

Returns the ID of this MediaItem.

Implementation

String get id =>
    item?.key.toString() ?? 'a_${attachments.map((e) => e.id.val).join('_')}';