Entry<T extends Info> class abstract

Implementers

Constructors

Entry(T info, dynamic value, EntryState _state)
Builds a Entry

Properties

accessTime → DateTime
The access time getter
no setter
creationTime → DateTime
The creation time getter
no setter
hashCode → int
The hash code for this object.
no setterinherited
info → T
The info
final
key → String
The key getter
no setter
props → List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state → EntryState
The state getter
no setter
stringify → bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
updateTime → DateTime
The update time getter
no setter
value → dynamic
The value
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited
updateInfo(T info) → void
Updates a Entry info
updateInfoFields({DateTime? accessTime, DateTime? updateTime}) → void
Updates the Info fields

Operators

operator ==(Object other) → bool
The equality operator.
inherited