UpdateOperation constructor

UpdateOperation(
  1. SonicDb db,
  2. String table,
  3. Map entity
)

Implementation

UpdateOperation(SonicDb db, String table, Map entity)
    : super(db, table, entity: entity);