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