factory LoginResponse({ String? status, String? token, String? refreshToken, bool? salesRep, }) = _LoginResponse;