EntryBuilder<T, I extends Info, E extends Entry<I> > class
abstract
The Entry builder
- Implementers
Constructors
- EntryBuilder(String key, T value, DateTime creationTime, {DateTime? accessTime, DateTime? updateTime})
- Builds a EntryBuilder
Properties
- accessTime ↔ DateTime
-
Info access time
getter/setter pair
- creationTime → DateTime
-
The creation time
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
The key
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → EntryState
-
The state
final
- updateTime ↔ DateTime
-
Info update time
getter/setter pair
- value → T
-
The value
final
Methods
-
build(
) → E - Builds an Entry
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited