saveAs method

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

Implementation

Future<dynamic> saveAs({bool ignoreBatch = true}) {
  // implementation saveAs()
  final msg = 'saveAs method requires a table which has an auto incremented primaryKey';
  throw UnimplementedError(msg);
}