Parameters constructor

Parameters(
  1. String method,
  2. dynamic _value
)

Implementation

Parameters(this.method, this._value);