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