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