TimeValue class

Constructors

TimeValue({int seconds = 0, int minutes = 0, int hours = 0, int days = 0, int inSeconds = 0, int inMinutes = 0, int inHours = 0, int inDays = 0})

Properties

days int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hours int
getter/setter pair
inDays int
getter/setter pair
inHours int
getter/setter pair
inMinutes int
getter/setter pair
inSeconds int
getter/setter pair
minutes int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seconds int
getter/setter pair

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