WidgetsBindingInstanceMixin class mixin StateX class State Object Controller

Implements inWidgetsFlutterBinding and inFlutterTest for both StateX and StateXController

dartdoc:

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
inFlutterTest bool
Indicate if running under a 'Flutter Test' environment
no setter
inWidgetsFlutterBinding bool
Indicating app is running in the Flutter engine and not in the flutter_test framework with TestWidgetsFlutterBinding for example
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