Time class Null safety

Annotations

Constructors

Time({required dynamic hour, required dynamic minute, required dynamic second})
Time.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
read-only, inherited
hour → dynamic
@JsonKey(name: 'Hour', fromJson: OnvifUtil.mappedToInt), final
minute → dynamic
@JsonKey(name: 'Minute', fromJson: OnvifUtil.mappedToInt), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
second → dynamic
@JsonKey(name: 'Second', fromJson: OnvifUtil.mappedToInt), final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited