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