document property

JsonObjectLite? document

Document object

Valid for update and only if includeDocs is true

Implementation

jsonobject.JsonObjectLite<dynamic>? get document => _document;