convertToSpinalCase function

String convertToSpinalCase(
  1. String word
)

Implementation

String convertToSpinalCase(String word) => SPINAL_CASE.convert(word);