bluetooth property

Implementation

TerminalConnectivityBluetoothBuilder get bluetooth =>
    _$this._bluetooth ??= TerminalConnectivityBluetoothBuilder();
set bluetooth (TerminalConnectivityBluetoothBuilder? bluetooth)

Implementation

set bluetooth(TerminalConnectivityBluetoothBuilder? bluetooth) =>
    _$this._bluetooth = bluetooth;