HTAnalysisError class
Constructors
-
HTAnalysisError(ErrorCode code, ErrorType type, {String? message, List<String> interpolations = const [], String? correction, required String filename, required int line, required int column, int offset = 0, int length = 0, List<HTDiagnosticMessage> contextMessages = const []})
-
-
HTAnalysisError.constValue(String id, {String? correction, required String filename, required int line, required int column, required int offset, required int length})
-
-
HTAnalysisError.fromError(HTError error, {required String filename, required int line, required int column, int offset = 0, int length = 0, List<HTDiagnosticMessage> contextMessages = const []})
-
-
HTAnalysisError.importSelf({String? correction, required String filename, required int line, required int column, required int offset, required int length})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override