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