restrictionsText property

  1. @override
String restrictionsText
inherited

Implementation

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

Implementation

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