BaseBinding class abstract

An abstract class that serves as the base for defining Bindings in GetX.

Extend this class to create custom Bindings for your screens or controllers.

Constructors

BaseBinding.new()
Constructs a BaseBinding.
const

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() → void
Overrides the dependencies method from Bindings to call injectDependencies.
override
injectDependencies() → void
Abstract method to be implemented by subclasses for injecting dependencies.
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