Ntp class Null safety
- Annotations
Constructors
Properties
- dnsName → String?
-
@JsonKey(name: 'DNSname', fromJson: OnvifUtil.nullableMappedToString), final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- iPv4Address → String?
-
@JsonKey(name: 'IPv4Address', fromJson: OnvifUtil.nullableMappedToString), final
- iPv6Address → String?
-
@JsonKey(name: 'IPv6Address', fromJson: OnvifUtil.nullableMappedToString), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type → String
-
Network host type: IPv4, IPv6 or DNS.
@JsonKey(name: 'Type', fromJson: OnvifUtil.mappedToString), 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited