hasField abstract method

bool hasField(
  1. String name
)

Returns true if this element has a field with the given name.

Implementation

bool hasField(String name);