cost property

  1. @override
String get cost
inherited

Implementation

@override
String get cost {
  _$costAtom.reportRead();
  return super.cost;
}
  1. @override
set cost (String value)
inherited

Implementation

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