ProbeMatch class

Mixed in types
  • UiLoggy
Annotations
  • @JsonSerializable()

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