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