save method

Future save({
  1. bool ignoreBatch = true,
})

Implementation

Future<dynamic> save({bool ignoreBatch = true}) {
  final msg = 'upsert method can be implemented in tables not view objects';
  throw UnimplementedError(msg);
}