isContiguous property

bool get isContiguous

Whether the frame is contiguous in memory.

Implementation

bool get isContiguous => _len2 == 0;