isContiguous property
bool
get
isContiguous
Whether the frame is contiguous in memory.
Implementation
bool get isContiguous => _len2 == 0;
Whether the frame is contiguous in memory.
bool get isContiguous => _len2 == 0;