Parameters constructor

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

Implementation

Parameters(this.method, this.value);