valueByRef property
      
      String
      get
      valueByRef
      
    
    
The name of the token that is referenced without the leading '$' or '{' and '}' characters
Implementation
String get valueByRef => (value as String).valueByRef;The name of the token that is referenced without the leading '$' or '{' and '}' characters
String get valueByRef => (value as String).valueByRef;