AddElementCommand constructor

AddElementCommand(
  1. EditorElement element, {
  2. int? index,
  3. String? parentId,
})

Implementation

AddElementCommand(this.element, {this.index, this.parentId});