HTError.iterable constructor
HTError.iterable(})
Error: Object is not iterable.
Implementation
HTError.iterable(String id,
{String? extra,
String? correction,
String? filename,
int? line,
int? column,
int? offset,
int? length})
: this(ErrorCode.iterable, ErrorType.staticTypeWarning,
message: HTLocale.current.errorIterable,
interpolations: [id],
extra: extra,
correction: correction,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);