getType method

Gets the type of the validation result: Information, Warning, or Error.

Returns the type of the validation result.

See ValidationResultType

Implementation

ValidationResultType getType() {
  return _type!;
}