isDirty method
Returns whether the locally available version of the document may not be the latest version on the server.
Implementation
bool isDirty() => _dataManager.isDirty(squidDocId);
Returns whether the locally available version of the document may not be the latest version on the server.
bool isDirty() => _dataManager.isDirty(squidDocId);