isValid property
bool
get
isValid
An iterator is either positioned at a key/value pair, or not valid. This method returns true iff the iterator is valid.
Implementation
bool get isValid;
An iterator is either positioned at a key/value pair, or not valid. This method returns true iff the iterator is valid.
bool get isValid;