time class

Inheritance

Constructors

time({String str, bool isMilitary: true})
time.copyContructor({int hour, int minute, int second, bool isMilitary})

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
hour int
read / write
isMilitary bool
read / write
minute int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
second int
read / write
str String
read / write

Methods

compareTo(time other) int
Compares this object to another Comparable [...]
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
override

Operators

operator +(time other) time
operator -(time other) time
operator ==(Object other) bool
The equality operator. [...]
inherited