Convert the document to a JSON string.
Map<String, dynamic> toJsonMap() => jsonDecode(jsonEncode(internal, toEncodable: _toEncodable,));