Method constructor

Method(
  1. String methodName,
  2. List params
)

Implementation

Method(this.methodName, this.params);