AttributeEditor constructor

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

Implementation

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