HTError.subGetKey constructor
HTError.subGetKey(})
Error: Subget key is not int
Implementation
HTError.subGetKey(dynamic key,
{String? extra,
String? correction,
String? filename,
int? line,
int? column,
int? offset,
int? length})
: this(ErrorCode.subGetKey, ErrorType.runtimeError,
message: HTLocale.current.errorSubGetKey,
interpolations: [key],
extra: extra,
correction: correction,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);