ExtendedTimestamp class

Constructors

ExtendedTimestamp()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

init bool
no setter

Static Methods

convertFromExtendedTimestamp(String extendedTimestamp) int
Accepts either a timestamp or an extended timestamp as input and returns the timestamp value only.
convertToExtendedTimestamp(int timestamp, [String? uuid]) String
extendedNow([bool requireInit = true]) String
initializeTimestamp(StorageController controller) Future<void>
Initializes the timestamp with the persisted and possibly un-persisted changes of the database.
isExtendedTimestamp(String extendedTimestamp) bool
Tests if a timestamp is a valid extended timestamp
now([bool requireInit = true]) int
reset() → void

Constants

timestampName → const String