passwordsDoNotMatch constant

InputResolverKey const passwordsDoNotMatch

Implementation

static const passwordsDoNotMatch = InputResolverKey._(
  InputResolverKeyType.mismatch,
  field: InputField.passwordConfirmation,
);