DeviceCreateOptions constructor

const DeviceCreateOptions({
  1. String name = '',
  2. String sharedSecret = '',
})

Implementation

const DeviceCreateOptions({
  this.name = '',
  this.sharedSecret = '',
});