text property
      
      String
      get
      text
      
    
    
Exception text, which should be used together with exception object when available.
Implementation
String get text => json['text'] as String;Exception text, which should be used together with exception object when available.
String get text => json['text'] as String;