isValid property
bool
get
isValid
Gets a value indicating whether this collection is still valid to use.
Implementation
bool get isValid => handle.isValid();
Gets a value indicating whether this collection is still valid to use.
bool get isValid => handle.isValid();