namespace property
HTInstanceNamespace
get
namespace
The HTNamespace for this instance. Variables will start from the lowest class, searching through all super classes.
Implementation
HTInstanceNamespace get namespace => _namespaces[classId]!;