Command constructor

Command(
  1. int? id,
  2. String method,
  3. List parameters
)

Implementation

Command(this.id, this.method, this.parameters);