classNameFull property
String
get
classNameFull
Implementation
String get classNameFull {
if (isRoot && !rootClassNameWithPrefixSuffix) {
return classNameNoPrefixSuffix;
} else {
return '$classNamePrefix$classNameNoPrefixSuffix$classNameSuffix';
}
}