ProbeMatch class

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
final
hardware String
read-only
hashCode int
The hash code for this object.
read-onlyinherited
internetAddress InternetAddress
read-only
location String
read-only
loggy Loggy<UiLoggy>
read-onlyinherited
metadataVersion String
final
name String
read-only
profiles List<String>
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scopes List<String>
final
type String
read-only
types List<String>
final
xAddr String
read-only
xAddrs List<String>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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