accountType property

Implementation

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

Implementation

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