channel property

  1. @BuiltValueField.new(wireName: r'channel')
int? get channel

The channel number of the Wi-Fi network. The recommended setting is 0 for automatic channel selection.

Implementation

@BuiltValueField(wireName: r'channel')
int? get channel;