Parameter<T> constructor

const Parameter<T>(
  1. T parameter
)

Implementation

const Parameter(this.parameter);