easy_onvif
time
Time
Time constructor
Time
Time
constructor
Null safety
Time
(
{
dynamic
xmlHour
,
dynamic
xmlMinute
,
dynamic
xmlSecond
}
)
Implementation
Time({this.xmlHour, this.xmlMinute, this.xmlSecond});
easy_onvif
time
Time
Time constructor
Time class
Constructors
Time
fromJson
Properties
hashCode
hour
minute
runtimeType
second
xmlHour
xmlMinute
xmlSecond
Methods
noSuchMethod
toJson
toString
Operators
operator ==