accountType property
String?
get
accountType
Implementation
String? get accountType => _$this._accountType;
Implementation
set accountType(covariant String? accountType) =>
_$this._accountType = accountType;