getField abstract method
Returns the field (synthetic or explicit) defined directly in this
class or augmentation that has the given name
.
TODO(scheglov) Deprecate and remove it.
Implementation
FieldElement? getField(String name);
Returns the field (synthetic or explicit) defined directly in this
class or augmentation that has the given name
.
TODO(scheglov) Deprecate and remove it.
FieldElement? getField(String name);