updateNeedWhere property

String updateNeedWhere
final
custom updaste
int count = await db.update(tableTodo, todo.toMap(),
   where: '$updateNeedWhere = ?', whereArgs: [map[updateNeedcolumnKey]]);

Implementation

final String updateNeedWhere;