Converts the string to lower.dot.case (alias for toDotCase). Example: 'HelloWorld' -> 'hello.world'
String toLowerDotCase() => toDotCase();