HTError.getterParam constructor
HTError.getterParam({})
Error: Getter should have empty parameters list.
Implementation
HTError.getterParam(
{String? extra,
String? correction,
String? filename,
int? line,
int? column,
int? offset,
int? length})
: this(HTErrorCode.getterParam, HTErrorType.syntacticError,
message: HTLocale.current.errorGetterParam,
extra: extra,
correction: correction,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);