insert method

Future<bool> insert()

Implementation

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