type property

RichObjectParameter_Type? get type
override

Implementation

RichObjectParameter_Type? get type => _$this._type;
set type (covariant RichObjectParameter_Type? type)
covariantoverride

Implementation

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