RootBinding class

Root binding — registers all dependencies on app start. Follows Open Neom pattern: Binding + List of Bind.

Services are grouped by architectural layer. Every service is lazily instantiated (except ChatController which is permanent) so that startup cost stays minimal. The fenix: true flag means Sint will re-create the instance if it was previously disposed.

Inheritance
  • Object
  • BindingsInterface<List<Bind>>
  • Binding
  • RootBinding

Constructors

RootBinding()

Properties

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

Methods

dependencies() List<Bind>
override
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