band property

  1. @BuiltValueField.new(wireName: r'band')
String? get band

The preferred Wi-Fi band, for use if the terminals support multiple bands. Possible values: All, 2.4GHz, 5GHz.

Implementation

@BuiltValueField(wireName: r'band')
String? get band;