type property
The type defined by this element.
Implementation
@override
FunctionType get type => _type!;
set
type
(FunctionType type)
Sets the function type of this executable element.
@param type The function type to set
Implementation
set type(FunctionType type) {
_type = type;
}