fromResponse static method
- required GenerateCodeResponse response,
Implementation
static OtpEntity fromResponse({
required GenerateCodeResponse response,
}) =>
OtpEntity(
codeLifetime: response.codeLifetime,
);
static OtpEntity fromResponse({
required GenerateCodeResponse response,
}) =>
OtpEntity(
codeLifetime: response.codeLifetime,
);