ListParameter constructor

ListParameter(
  1. int position,
  2. String name
)

Implementation

ListParameter(this.position, this.name);