DartBlockInteraction constructor
DartBlockInteraction(
- DartBlockInteractionType dartBlockInteractionType,
- String content,
- DateTime timestamp
Implementation
DartBlockInteraction(
this.dartBlockInteractionType,
this.content,
this.timestamp,
);