HTError.unresolvedNamedStruct constructor
HTError.unresolvedNamedStruct(})
Error: Unevalable source type.
Implementation
HTError.unresolvedNamedStruct(String id,
{String? filename, int? line, int? column, int? offset, int? length})
: this(ErrorCode.unresolvedNamedStruct, ErrorType.runtimeError,
message: HTLocale.current.errorUnresolvedNamedStruct,
interpolations: [id],
filename: filename,
line: line,
column: column,
offset: offset,
length: length);