ngClassUntouched property
Implementation
@HostBinding('class.ng-untouched')
bool get ngClassUntouched {
var control = _cd.control;
return control != null ? control.untouched : false;
}
@HostBinding('class.ng-untouched')
bool get ngClassUntouched {
var control = _cd.control;
return control != null ? control.untouched : false;
}