accountType property

AccountInfoAccountTypeEnum? get accountType

Implementation

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

Implementation

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