password static method

ValidatorFunction password()

Implementation

static ValidatorFunction password() =>
        (v) => AppValidator.password(v);