TimestampStatic extension type
Static members on Timestamp
- on
- Implemented types
- Available extensions
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
-
fromDate(
Date date) → Timestamp - Creates a new timestamp from the given date.
-
fromMillis(
int milliseconds) → Timestamp - Creates a new timestamp from the given number of milliseconds.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
now(
) → Timestamp - Creates a new timestamp with the current date, with millisecond precision.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited