Type
        data class Type
      
Fields
| Name | Description | 
|---|---|
| val id: Type? | |
| val functionType: FunctionType | 
Constructors
<init>
        constructor(id: Type?, functionType: FunctionType)
      
A possibly-identified FunctionType.
Parameters
| Name | Description | 
|---|---|
| id: Type? | |
| functionType: FunctionType | 
A possibly-identified FunctionType.