SandboxItemResetLoginResponse constructor

SandboxItemResetLoginResponse({
  1. bool? resetLogin,
  2. String? requestId,
})

Implementation

SandboxItemResetLoginResponse({
  this.resetLogin,
  this.requestId,
});