DartBlockInteractionNotification constructor

DartBlockInteractionNotification(
  1. DartBlockInteraction dartBlockInteraction
)

Implementation

DartBlockInteractionNotification(this.dartBlockInteraction)
  : super(DartBlockNotificationType.interaction);