kebabCase property

String get kebabCase

Implementation

String get kebabCase => snakeCase.replaceAll('_', '-');