AddElementCommand constructor
AddElementCommand(
- EditorElement element, {
- int? index,
- String? parentId,
Implementation
AddElementCommand(this.element, {this.index, this.parentId});