functions property

List<Function> functions
final

List of functions to be represented.

functions : [(x) => x*x, (x) => 2*x - 1, (x) => pow(x,3)]

Implementation

final List<Function> functions;