currencyPosition property

  1. @override
String currencyPosition
inherited

Implementation

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

Implementation

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