hasContent property
Whether the mixin contains a @content rule.
Implementation
late final bool hasContent =
const _HasContentVisitor().visitMixinRule(this) == true;
Whether the mixin contains a @content rule.
late final bool hasContent =
const _HasContentVisitor().visitMixinRule(this) == true;