TimeOfDay class

Represents a time of day.

The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and google.protobuf.Timestamp.

Constructors

TimeOfDay({int? hours, int? minutes, int? nanos, int? seconds})
TimeOfDay.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
hours int?
Hours of day in 24 hour format.
getter/setter pair
minutes int?
Minutes of hour of day.
getter/setter pair
nanos int?
Fractions of seconds in nanoseconds.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seconds int?
Seconds of minutes of the time.
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