constantCase property
String
get
constantCase
Gets the text in CONSTANT_CASE format.
Example: "hello world" becomes "HELLO_WORLD"
Implementation
String get constantCase => _getConstantCase();
Gets the text in CONSTANT_CASE format.
Example: "hello world" becomes "HELLO_WORLD"
String get constantCase => _getConstantCase();