validate method

bool validate(
  1. String value
)

유효성 검사 메서드

Implementation

bool validate(String value) => _regex.hasMatch(value);