couponStartDate property

  1. @override
String couponStartDate
inherited

Implementation

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

Implementation

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