SaveOptions constructor

SaveOptions({
  1. required bool preferExisting,
  2. required bool throwConflictOnExist,
})

Implementation

SaveOptions(
    {required this.preferExisting, required this.throwConflictOnExist});