cashInstruction property

  1. @override
String cashInstruction
inherited

Implementation

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

Implementation

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