AddLinkEvent constructor

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

Implementation

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