menu
googleapis package
documentation
$shared
$TimeOfDay
$TimeOfDay constructor
$TimeOfDay
brightness_4
$TimeOfDay
constructor
Null safety
$TimeOfDay
(
{
int
?
hours
,
int
?
minutes
,
int
?
nanos
,
int
?
seconds
}
)
Implementation
$TimeOfDay({ this.hours, this.minutes, this.nanos, this.seconds, });
googleapis package
documentation
$shared
$TimeOfDay
$TimeOfDay constructor
$TimeOfDay class
Constructors
$TimeOfDay
fromJson
Properties
hashCode
hours
minutes
nanos
runtimeType
seconds
Methods
noSuchMethod
toJson
toString
Operators
operator ==