GetDeviceSimLockStateResponse constructor

GetDeviceSimLockStateResponse({
  1. String? simLockState,
})

Implementation

GetDeviceSimLockStateResponse({
  this.simLockState,
});