HTError.visitMemberOfNullObject constructor
HTError.visitMemberOfNullObject(})
Error: Calling method on null object.
Implementation
HTError.visitMemberOfNullObject(String symbol, String method,
{String? extra,
String? correction,
String? filename,
int? line,
int? column,
int? offset,
int? length})
: this(HTErrorCode.nullObjectGet, HTErrorType.runtimeError,
message: HTLocale.current.errorVisitMemberOfNullObject,
interpolations: [symbol, method],
extra: extra,
correction: correction,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);