update method

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

更新map

Implementation

@override
Future<int> update(T? t, [String? tableName]) => _updateSafe(tableName ?? table, t);