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