Module class abstract
RU: Класс Module является основой для пользовательских модулей. Этот класс нужен для инициализации Scope.
RU: The Module class is the basis for custom modules. This class is needed to initialize Scope.
Constructors
- Module()
Properties
-
bindingSet
→ Set<
Binding> -
RU: Метод возвращает коллекцию Binding экземпляров.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
bind<
T> () → Binding< T> - RU: Метод добавляет в коллекцию модуля Binding экземпляр.
-
builder(
Scope currentScope) → void - RU: Абстрактный метод для инициализации пользовательских экземпляров. В этом методе осуществляется конфигурация зависимостей.
-
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