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