RequestBleDeviceParams class

Constructors

RequestBleDeviceParams({List<String>? services, String? name, String? namePrefix, List<String>? optionalServices, bool? allowDuplicates, ScanMode? scanMode, int? timeout})

Properties

allowDuplicates bool?
getter/setter pair
eq Function
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
getter/setter pair
namePrefix String?
getter/setter pair
optionalServices List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanMode ScanMode?
getter/setter pair
services List<String>?
getter/setter pair
timeout int?
getter/setter pair

Methods

getMap() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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