DartBlockInteraction.create constructor

DartBlockInteraction.create({
  1. required DartBlockInteractionType dartBlockInteractionType,
  2. String content = '',
})

Implementation

DartBlockInteraction.create({
  required this.dartBlockInteractionType,
  this.content = '',
}) : timestamp = DateTime.now();