AdvertiseSettings class

Model of the data to be advertised.

Annotations
  • @JsonSerializable()

Constructors

AdvertiseSettings({bool connectable = false, int timeout = 400, AdvertiseMode advertiseMode = AdvertiseMode.advertiseModeLowLatency, AdvertiseTxPower txPowerLevel = AdvertiseTxPower.advertiseTxPowerLow})
AdvertiseSettings.fromJson(Map<String, dynamic> json)
factory

Properties

advertiseMode AdvertiseMode
Android only
final
connectable bool
Android only
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
Android only
final
txPowerLevel AdvertiseTxPower
Android only
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.
inherited

Operators

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