SQTimestamp class

Implemented types
Annotations

Constructors

SQTimestamp(int seconds, int nanoseconds)
const
SQTimestamp.fromDate(DateTime date)
factory
SQTimestamp.fromMicrosecondsSinceEpoch(int microseconds)
factory
SQTimestamp.now()
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
microsecondsSinceEpoch int
no setter
nanoseconds int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seconds int
final

Methods

compareTo(SQTimestamp other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDate() DateTime
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

parse(dynamic source) SQTimestamp?