accountType property

String? accountType

Implementation

String? get accountType => _$this._accountType;
void accountType=(String? accountType)

Implementation

set accountType(String? accountType) => _$this._accountType = accountType;