FunctionsAction<TResponse> constructor

const FunctionsAction<TResponse>()

Actions used in Functions.

Inherit and use.

When executing a Function, pass the object to Functions.execute to execute the Function.

Functionsで用いるアクション。

継承して使ってください。

実行する際はオブジェクトをFunctions.executeに渡してFunction実行します。

final functions = Functions();
final response = functions.execute(AnyFunctionsAction());

Implementation

const FunctionsAction();