Check if the table propery exist from dartObject
bool ifExistTableProperty(DartObject obj, String name) => obj.getField(name).toString().contains('(null)') == false;