ArrayFunctionParamType<T> constructor
- String name,
- FunctionParamType<
T> itemType
Implementation
const ArrayFunctionParamType(String name, this.itemType)
: super(name, List<T>);
const ArrayFunctionParamType(String name, this.itemType)
: super(name, List<T>);