toJsonMap method

Map<String, dynamic> toJsonMap()
inherited

Convert the document to a JSON string.

Implementation

Map<String, dynamic> toJsonMap() => jsonDecode(jsonEncode(internal, toEncodable: _toEncodable,));