hasContent property

bool hasContent
latefinal

Whether the mixin contains a @content rule.

Implementation

late final bool hasContent =
    const _HasContentVisitor().visitMixinRule(this) == true;