toColonCase method

String toColonCase()

Convert String into colon delimited lower case string

Implementation

String toColonCase() {
  return toDelimiterCase(':');
}