save abstract method

Future<void> save()
inherited

Saves the linked object(s) to the database if there are changes.

Also puts new objects into the database that have id set to null or Isar.autoIncrement.

Implementation

Future<void> save();