UTerminalSupportPasswordResponse constructor

UTerminalSupportPasswordResponse({
  1. String? password,
})

Implementation

UTerminalSupportPasswordResponse({
  this.password,
});