ownerMixinsFor function

List<String> ownerMixinsFor(
  1. String typeName
)

The styler mixins that own fluent methods for typeName.

Implementation

List<String> ownerMixinsFor(String typeName) =>
    _metadataFor(typeName)?.ownerMixins ?? const [];