callType property

RichObjectParameter_CallType? get callType
override

Implementation

RichObjectParameter_CallType? get callType => _$this._callType;
set callType (covariant RichObjectParameter_CallType? callType)
covariantoverride

Implementation

set callType(covariant RichObjectParameter_CallType? callType) => _$this._callType = callType;