overridesHasMethod property

bool overridesHasMethod

Whether the field has the overrideHasMethod annotation set to true.

Implementation

bool get overridesHasMethod =>
    _hasBooleanOption(Dart_options.overrideHasMethod);