HTError.notMember constructor
HTError.notMember(})
Error: Symbol is not a class member.
Implementation
HTError.notMember(String id, String className,
{String? extra,
String? correction,
String? filename,
int? line,
int? column,
int? offset,
int? length})
: this(ErrorCode.notMember, ErrorType.compileTimeError,
message: HTLocale.current.errorNotMember,
interpolations: [id, className],
extra: extra,
correction: correction,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);