Clock class

Constructors

Clock({int? contents, double? biasNanos, double? biasUncertaintyNanos, double? driftNanosPerSecond, double? driftUncertaintyNanosPerSecond, int? fullBiasNanos, int? hardwareClockDiscontinuityCount, int? leapSecond, int? timeNanos, double? timeUncertaintyNanos})
Clock.fromJson(Map<String, dynamic> json)
factory

Properties

biasNanos double?
getter/setter pair
biasUncertaintyNanos double?
getter/setter pair
contents int?
getter/setter pair
driftNanosPerSecond double?
getter/setter pair
driftUncertaintyNanosPerSecond double?
getter/setter pair
fullBiasNanos int?
getter/setter pair
hardwareClockDiscontinuityCount int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
leapSecond int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeNanos int?
getter/setter pair
timeUncertaintyNanos double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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