isValidRetypePassword method

bool isValidRetypePassword(
  1. String? other
)

Implementation

bool isValidRetypePassword(String? other) {
  return Validator.isValidRetypePassword(this, other);
}