isModule property
Whether this occurrence has sub-hierarchy (i.e. is not a primitive leaf).
Implementation
bool get isModule => !occurrence.isPrimitive;
Whether this occurrence has sub-hierarchy (i.e. is not a primitive leaf).
bool get isModule => !occurrence.isPrimitive;