AttributeEditor constructor

AttributeEditor(
  1. String type,
  2. MethodChannel channel
)

Implementation

AttributeEditor(this.type, this.channel)
    : operations = [];