update method

Future<bool> update()

Implementation

Future<bool> update() async =>
    (await Database.update(tableName, key, _map) == null);