HTError.notSuper constructor
HTError.notSuper(})
Error: Not a super class of this instance.
Implementation
HTError.notSuper(String classId, String id,
{String? extra,
String? correction,
String? filename,
int? line,
int? column,
int? offset,
int? length})
: this(ErrorCode.notSuper, ErrorType.staticTypeWarning,
message: HTLocale.current.errorNotSuper,
interpolations: [classId, id],
extra: extra,
correction: correction,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);