Peripheral constructor

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

Implementation

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