DartBlockInteraction constructor

DartBlockInteraction(
  1. DartBlockInteractionType dartBlockInteractionType,
  2. String content,
  3. DateTime timestamp
)

Implementation

DartBlockInteraction(
  this.dartBlockInteractionType,
  this.content,
  this.timestamp,
);