Creates a Message object from JSON object
factory Message.fromJson(Map<String, dynamic> json) => _$MessageFromJson(json);