accountType property

  1. @override
String accountType
inherited

Implementation

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

Implementation

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