Peripheral constructor

Peripheral({
  1. String? name,
  2. String? uuid,
  3. int? stateStr,
})

Implementation

Peripheral({this.name, this.uuid, this.stateStr});