save abstract method
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();
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.
Future<void> save();