ProbeMatch class Null safety

Annotations

Constructors

ProbeMatch(EndpointReference endpointReference, dynamic xmlTypes, String xmlScopes, dynamic xmlXaddrs, dynamic xmlMetadataVersion)
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
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
scopeMap Map<String, String>
read-only
types List<String>
read-only
xAddrs String
read-only
xmlMetadataVersion → dynamic
@JsonKey(name: 'MetadataVersion'), final
xmlScopes String
@JsonKey(name: 'Scopes'), final, read / write
xmlTypes → dynamic
@JsonKey(name: 'Types'), final
xmlXaddrs → dynamic
@JsonKey(name: 'XAddrs'), 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