id property

QueryIntegerProperty<ProductModel> id
final

See ProductModel.id.

Implementation

static final id = obx.QueryIntegerProperty<ProductModel>(
  _entities[0].properties[0],
);