Message constructor
Message({
- String? body,
- TimeInterval? displayInterval,
- String? header,
- String? id,
- String? kind,
- LocalizedString? localizedBody,
- LocalizedString? localizedHeader,
- String? messageType,
Implementation
Message({
this.body,
this.displayInterval,
this.header,
this.id,
this.kind,
this.localizedBody,
this.localizedHeader,
this.messageType,
});