from json
factory AwarenessQueryMessage.fromJson(Map<String, dynamic> json) => AwarenessQueryMessage( documentId: json['documentId'] as String, );