FunctionAction<T> class

Inheritance

Constructors

FunctionAction(List<String> parameters, String body)
const

Properties

body String
final
hashCode int
The hash code for this object.
no setterinherited
isUnicode bool
no setterinherited
parameters List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addLocalDeclaration(Context context, String name, String declaration) → void
inherited
build(Context context, String name, List<String> arguments) String
override
checkArguments(List<String> parameters, List<String> arguments, String information) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceParameters(String template, List<String> parameters, List<String> arguments) String
inherited
toString() String
A string representation of this object.
inherited

Operators

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