kebabCaseToWords property

String get kebabCaseToWords

Implementation

String get kebabCaseToWords => replaceAll('-', ' ').singleSpace;