Message constructor
Message(
- UserTypes name,
- MessagesTypes type,
- Map<
String, dynamic> data
Implementation
Message(this.name, this.type, this.data);