allAreBitmap property
bool
get
allAreBitmap
Returns whether all the resources in the collection are bitmaps.
Implementation
bool get allAreBitmap => isNotEmpty && every((it) => it.mediaType.isBitmap);
Returns whether all the resources in the collection are bitmaps.
bool get allAreBitmap => isNotEmpty && every((it) => it.mediaType.isBitmap);