TestFunctionsAction class

FunctionsAction for testing.

テスト用のFunctionsAction

Inheritance
Available Extensions

Constructors

TestFunctionsAction()
FunctionsAction for testing.
const

Properties

action String
Action Name.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

execute(Future<DynamicMap?> callback(DynamicMap? map)) Future<void>
The value is actually passed to the server side for execution.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() DynamicMap?
Convert to DynamicMap to pass values to the server side.
override
toResponse(DynamicMap map) → void
Converts the value returned from the server side to TResponse.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited