ProbeMatch class Null safety

Annotations

Constructors

ProbeMatch({required EndpointReference endpointReference, required List<String> types, required Map<String, String> scopes, required String xaddrs, required String metadataVersion})
ProbeMatch.fromJson(Map<String, dynamic> json)
factory

Properties

endpointReference EndpointReference
@JsonKey(name: 'EndpointReference'), final
hashCode int
The hash code for this object. [...]
read-only, inherited
metadataVersion String
@JsonKey(name: 'MetadataVersion', fromJson: OnvifUtil.mappedToString), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
scopes Map<String, String>
@JsonKey(name: 'Scopes', fromJson: _scopeMap), final
types List<String>
@JsonKey(name: 'Types', fromJson: _typeList), final
xaddrs String
@JsonKey(name: 'XAddrs', 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. [...]
override

Operators

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