bool isAccount(String value, [min = 5, max = 16]) { return _regex("^[a-zA-Z0-9_-]{$min,$max}\$", value); }