Device constructor

Device({
  1. required String address,
  2. String? name,
})

Implementation

Device({required this.address, this.name});