HTAnalysisError.constValue constructor
HTAnalysisError.constValue(})
Implementation
HTAnalysisError.constValue(String id,
{String? extra,
String? correction,
required String filename,
required int line,
required int column,
required int offset,
required int length})
: this(ErrorCode.constValue, ErrorType.staticWarning,
message: HTLocale.current.errorConstValue,
extra: extra,
interpolations: [id],
correction: correction,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);