toKebabCase property

String get toKebabCase

将字符串转换为字符串命名 Convert a string to a string name

Implementation

String get toKebabCase => _toDelimiterNaming(this, '-').toLowerCase();