hasField abstract method

bool hasField(
  1. String fieldName
)

Checks if a field exists on this annotation.

Parameters:

  • fieldName: The field name to check

Returns:

  • true if the annotation declares this field
  • false otherwise

Implementation

bool hasField(String fieldName);