TagGroupEditor constructor

TagGroupEditor(
  1. String methodName,
  2. MethodChannel channel
)

Implementation

TagGroupEditor(String methodName, MethodChannel channel)
    : this._methodName = methodName,
      this._operations = [],
      this._channel = channel;