get<T> method
T
get<T>()
Gets the current value of state of type T
without rebuilding the widget.
This method is used to get the current value of a specific state type T
without
triggering a widget rebuild.
Implementation
T get<T>() => Bind.of(this);