ScanResult class

Result of a scan interval.

Inheritance
Annotations
  • @immutable
  • @FunctionalData()

Constructors

ScanResult({required Result<DiscoveredDevice, GenericFailure<ScanFailure>?> result})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
result Result<DiscoveredDevice, GenericFailure<ScanFailure>?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyUsing(void mutator(ScanResult$Change change)) ScanResult
inherited
copyWith({Result<DiscoveredDevice, GenericFailure<ScanFailure>?>? result}) ScanResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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