hasMedia property
bool
get
hasMedia
Check if the archive has media
Implementation
bool get hasMedia => mediaItems != null && mediaItems!.isNotEmpty;
Check if the archive has media
bool get hasMedia => mediaItems != null && mediaItems!.isNotEmpty;