type property

SplitTypeEnum? get type

Implementation

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

Implementation

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