Future<bool> insert() async { var exception = await Database.insert(tableName, _dbKey, _toMap()); return (exception == null); }