BtDevice constructor

BtDevice(
  1. String? address,
  2. String? name
)

Implementation

BtDevice(this.address, this.name);