accountType property

Implementation

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

Implementation

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