getType abstract method

Type getType()

Gets the type of the field.

Returns:

  • The field type as a Type

Example:

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

Implementation

Type getType();