type property

Implementation

GetOrganizationFeatureFlagsResponseFeatureFlagsValueTypeEnum? get type =>
    _$this._type;

Implementation

set type(
        GetOrganizationFeatureFlagsResponseFeatureFlagsValueTypeEnum? type) =>
    _$this._type = type;