allAreBitmap property

bool allAreBitmap

Returns whether all the resources in the collection are bitmaps.

Implementation

bool get allAreBitmap => isNotEmpty && every((it) => it.mediaType.isBitmap);