ScopeMeta class

Extract meta information about BaseScopeContainer, e.x. ScopeId. This extra class helps to stay the interface of the main BaseScopeContainer clean and contain only dep-related method.

This class must be used only locally and must not be assigned to any field or global final or variable.

Constructors

ScopeMeta.new(BaseScopeContainer scope)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id ScopeId
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited