factory MessageDto.fromJson(Map<String, dynamic> json) => MessageDto( text: json['text'], userId: json['userId'], );