allAreVideo property

bool allAreVideo

Returns whether all the resources in the collection are video clips.

Implementation

bool get allAreVideo => isNotEmpty && every((it) => it.mediaType.isVideo);