AdaptiveFunction<T> class
abstract
- Mixed-in types
-
- AdaptiveComponent<
Future< T?> >
- AdaptiveComponent<
- Implementers
Constructors
- AdaptiveFunction.new()
-
const
Properties
Methods
-
build(
BuildContext context) → Future< T?> -
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
Static Methods
-
getDynamicName(
String name) → String