factory MessageStatus.fromJson(Map<String, dynamic> json) => MessageStatus( status: json["status"], );