classNamePrefix property

String get classNamePrefix

The prefix applied to the generated class name.

Implementation

String get classNamePrefix =>
    classNamePrefixSuffixBuilder?.call(
      classNameNoPrefixSuffix,
      true,
    ) ??
    '';