BmScanSettings class

Constructors

BmScanSettings({required List<Guid> withServices, required List<String> withRemoteIds, required List<String> withNames, required List<String> withKeywords, required List<BmMsdFilter> withMsd, required List<BmServiceDataFilter> withServiceData, required bool continuousUpdates, required int continuousDivisor, required int androidScanMode, required bool androidUsesFineLocation})

Properties

androidScanMode int
final
androidUsesFineLocation bool
final
continuousDivisor int
final
continuousUpdates bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
withKeywords List<String>
final
withMsd List<BmMsdFilter>
final
withNames List<String>
final
withRemoteIds List<String>
final
withServiceData List<BmServiceDataFilter>
final
withServices List<Guid>
final

Methods

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

Operators

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