update abstract method

Future<int> update(
  1. T? t, [
  2. String? tableName
])
inherited

更新map

Implementation

Future<int> update(T? t, [String? tableName]);