restrictionsHtmlText property
inherited
Implementation
@override
String get restrictionsHtmlText {
_$restrictionsHtmlTextAtom.reportRead();
return super.restrictionsHtmlText;
}
inherited
Implementation
@override
set restrictionsHtmlText(String value) {
_$restrictionsHtmlTextAtom.reportWrite(value, super.restrictionsHtmlText,
() {
super.restrictionsHtmlText = value;
});
}