dotCase property

String get dotCase

Gets the text in dot.case format.

Example: "hello world" becomes "hello.world"

Implementation

String get dotCase => _getSnakeCase(separator: '.');