hasDepth property

bool get hasDepth

Does the image have a depth channel?

Implementation

bool get hasDepth => depth != null;