hasField abstract method

bool hasField(
  1. String fieldName
)

Checks if this mixin has a field with the given name.

Implementation

bool hasField(String fieldName);