isDirty method

bool isDirty()

Returns whether the locally available version of the document may not be the latest version on the server.

Implementation

bool isDirty() => _dataManager.isDirty(squidDocId);