I have a function which gets object from SQFlite db with id ,
var unit = await getUnitById(1);
The function looks like this