FunctionParameter<T> constructor

const FunctionParameter<T>(
  1. String name,
  2. AbiType<T> type
)

Constructor.

Implementation

const FunctionParameter(this.name, this.type);