type property

PixDetailsTypeEnum? get type

Implementation

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

Implementation

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