bool hasModifiers

Source

bool get hasModifiers =>
    hasMixins ||
    hasAnnotations ||
    hasInterfaces ||
    hasSupertype ||
    hasImplementors;