Message constructor
Message({
- required String command,
- required MessageEvent event,
- List<
SelfDescribing> ? contexts, - List<
String> ? trackers,
Implementation
Message(
{required this.command,
required this.event,
this.contexts,
this.trackers});