Settings class abstract

Settings

Properties:

  • band - The preferred Wi-Fi band, for use if the terminals support multiple bands. Possible values: All, 2.4GHz, 5GHz.
  • roaming - Indicates whether roaming is enabled on the terminals.
  • timeout - The connection time-out in seconds. Minimum value: 0.
Annotations
  • @BuiltValue.new()

Constructors

Settings([void updates(SettingsBuilder b)])
factory

Properties

band String?
The preferred Wi-Fi band, for use if the terminals support multiple bands. Possible values: All, 2.4GHz, 5GHz.
no setter
hashCode int
The hash code for this object.
no setterinherited
roaming bool?
Indicates whether roaming is enabled on the terminals.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int?
The connection time-out in seconds. Minimum value: 0.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SettingsBuilder)) Settings
Rebuilds the instance.
inherited
toBuilder() SettingsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Settings>
no setter