kebabCase property

String get kebabCase

Implementation

String get kebabCase => parts.join('-');