carp_core package
documentation
carp_core_protocols
TimeOfDay
TimeOfDay constructor
TimeOfDay
TimeOfDay
constructor
Null safety
TimeOfDay
(
{
int
hour
=
0
,
int
minute
=
0
,
int
second
=
0
}
)
Implementation
TimeOfDay({this.hour = 0, this.minute = 0, this.second = 0}) : super();
carp_core package
documentation
carp_core_protocols
TimeOfDay
TimeOfDay constructor
TimeOfDay class
Constructors
TimeOfDay
fromJson
Properties
hashCode
hour
minute
runtimeType
second
Methods
noSuchMethod
toJson
toString
Operators
operator ==