getType abstract method

Type getType()

Gets the type of the parameter.

Returns:

  • The parameter type as a Type

Example:

final type = param.getType(); // Type

Implementation

Type getType();