restrictionsHtmlText property

  1. @override
String restrictionsHtmlText
inherited

Implementation

@override
String get restrictionsHtmlText {
  _$restrictionsHtmlTextAtom.reportRead();
  return super.restrictionsHtmlText;
}
  1. @override
void restrictionsHtmlText=(String value)
inherited

Implementation

@override
set restrictionsHtmlText(String value) {
  _$restrictionsHtmlTextAtom.reportWrite(value, super.restrictionsHtmlText,
      () {
    super.restrictionsHtmlText = value;
  });
}