AnalyzeResultParser class
dart analyze --format=machine
SEVERITY|TYPE|ERROR_CODE|FILE_PATH|LINE|COLUMN|LENGTH|ERROR_MESSAGE
e.g.: ERROR|COMPILE_TIME_ERROR|UNDEFINED_GETTER|/Users/blendthink/Documents/repositories/danger-plugin-dart-analyze/lib/src/models/dart_analyze_result.dart|25|17|4|The getter 'name' isn't defined for the type 'T'.
Constructors
- AnalyzeResultParser()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
String logLine) → AnalyzeResult? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited