Map<String, dynamic> toMap() => <String, dynamic>{ "phoneNumber": phoneNumber, "otp": otp, "firstName": firstName, "lastName": lastName, };