Entry class
A single result from a store query.
This class provides methods to access the details of a specific entry retrieved from the Askar store.
Constructors
- Entry({required EntryListHandle list, required int position})
- Constructs an instance of Entry.
Properties
- category → String
-
Gets the category of the entry.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Gets the name of the entry.
no setter
- rawValue → Uint8List
-
Gets the raw value of the entry as a Uint8List.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Gets the tags associated with the entry.
no setter
- value → String
-
Gets the value of the entry as a string.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{bool shouldParseValueToJson = false}) → EntryObject - Converts the entry to an EntryObject.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited