hasPendingDbChanges static method

  1. @internal
bool hasPendingDbChanges(
  1. ToMany toMany
)

Check whether the relation has any unsaved changes.

Implementation

@internal
static bool hasPendingDbChanges(ToMany toMany) => toMany._hasPendingDbChanges;