state property

String? state
getter/setter pair

Lint state represents success or failure for linting.

Required. Possible string values are:

  • "LINT_STATE_UNSPECIFIED" : Lint state unspecified.
  • "LINT_STATE_SUCCESS" : Linting was completed successfully.
  • "LINT_STATE_ERROR" : Linting encountered errors.

Implementation

core.String? state;