name property

QueryStringProperty<ProductModel> name
final

See ProductModel.name.

Implementation

static final name = obx.QueryStringProperty<ProductModel>(
  _entities[0].properties[1],
);