const factory SignInPhoneBody({ required String phoneNumber, required String password, bool? rememberMe, }) = _SignInPhoneBody;