KeyEntryList class
A list of key query results.
This class represents a list of key entries retrieved from a query, including methods to access and manipulate the entries.
Constructors
- KeyEntryList({required KeyEntryListHandle handle})
- Constructs an instance of KeyEntryList.
Properties
- handle → KeyEntryListHandle
-
The handle for the key entry list.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → int
-
Gets the number of key entries in the list.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
forEachKeyEntry(
void cb(KeyEntry entry, int index)) → void - Iterates over each key entry in the list.
-
getEntryByIndex(
int index) → KeyEntry - Gets a key entry by its index.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toArray(
) → List< KeyEntryObject> - Converts the key entry list to an array of KeyEntryObject.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited