Message constructor
Message({})
Implementation
Message({
required this.format,
required this.id,
this.sendTelemetry,
this.showUser,
this.url,
this.urlLabel,
this.variables,
});
Message({
required this.format,
required this.id,
this.sendTelemetry,
this.showUser,
this.url,
this.urlLabel,
this.variables,
});