willValidate property
bool
get
willValidate
Implementation
bool get willValidate {
return !(_ancestors.any((e) => e is DataListElement) || disabled);
}
bool get willValidate {
return !(_ancestors.any((e) => e is DataListElement) || disabled);
}