fromResponse static method
- required CheckCodeResponse response,
Implementation
static AuthenticationInfoEntity fromResponse({
required CheckCodeResponse response,
}) =>
AuthenticationInfoEntity(
token: response.token,
isSalesRep: response.salesRep,
);