Operator constructor

Operator(
  1. String _name,
  2. dynamic _args
)

Implementation

Operator(this._name, this._args);