taxId property

  1. @override
String get taxId
inherited

Implementation

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

Implementation

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