DeviceState constructor

DeviceState({
  1. String? accountState,
})

Implementation

DeviceState({
  this.accountState,
});