ProbeMatch class Null safety

Mixed in types
Available Extensions
Annotations

Constructors

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

Properties

endpointReference EndpointReference
@JsonKey(name: 'EndpointReference'), final
hardware String
read-only
hashCode int
The hash code for this object.
read-only, inherited
location String
read-only
loggy Loggy<UiLoggy>
read-only, inherited
metadataVersion String
@JsonKey(name: 'MetadataVersion', fromJson: OnvifUtil.mappedToString), final
name String
read-only
profiles List<String>
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
scopes List<String>
@JsonKey(name: 'Scopes', fromJson: _toList), final
type String
read-only
types List<String>
@JsonKey(name: 'Types', fromJson: _toList), final
xaddr String
read-only
xaddrs List<String>
@JsonKey(name: 'XAddrs', fromJson: _toList), 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