snakeCase property
String
get
snakeCase
Gets the text in snake_case format.
Example: "hello world" becomes "hello_world"
Implementation
String get snakeCase => _getSnakeCase();
Gets the text in snake_case format.
Example: "hello world" becomes "hello_world"
String get snakeCase => _getSnakeCase();