Time class

A Basic representation of Time in 24 hour format since 1.4.0

Constructors

Time({int hour = 0, int minute = 0, int second = 0})
Create a Time from the provided values. since 1.4.0
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hour int
The total number of hours into the day (0-23). since 1.4.0
final
minute int
The total number of minutes past the hour (0-59). since 1.4.0
final
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second int
The total number of seconds past the minute (0-59). since 1.4.0
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
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