AuthEntity constructor

AuthEntity({
  1. String? generatedCode,
})

Implementation

AuthEntity({
  this.generatedCode,
});