RemoveLinkEvent constructor

const RemoveLinkEvent(
  1. Link link, {
  2. required String id,
  3. bool isHandled = false,
})

Implementation

const RemoveLinkEvent(this.link, {required super.id, super.isHandled})
    : super(isUndoable: true);