kind property

String? kind
getter/setter pair

The kind of diagnostic information provided. Possible string values are:

  • "WARNING" : Warnings and errors
  • "ERROR" : Only errors

Implementation

core.String? kind;