DartBlockInteraction.create constructor
DartBlockInteraction.create({
- required DartBlockInteractionType dartBlockInteractionType,
- String content = '',
Implementation
DartBlockInteraction.create({
required this.dartBlockInteractionType,
this.content = '',
}) : timestamp = DateTime.now();