caller property

String caller
final

caller of the current type. Current this only changes for Enums. It is counterpart of the field accessor. i.e. EnumType.value

Implementation

final String caller;