HTError.nullSubSetKey constructor
HTError.nullSubSetKey({})
Implementation
HTError.nullSubSetKey(
{String? extra,
String? correction,
String? filename,
int? line,
int? column,
int? offset,
int? length})
: this(ErrorCode.nullSubSetKey, ErrorType.runtimeError,
message: HTLocale.current.errorNullSubSetKey,
extra: extra,
correction: correction,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);