MockParam constructor

MockParam(
  1. String name,
  2. String value, {
  3. String? comment,
})

Implementation

MockParam(this.name, this.value, {this.comment});