ProductModel_ class

ProductModel entity fields to define ObjectBox queries.

Constructors

ProductModel_()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

category QueryStringProperty<ProductModel>
See ProductModel.category.
final
id QueryIntegerProperty<ProductModel>
See ProductModel.id.
final
manufacture QueryStringProperty<ProductModel>
See ProductModel.manufacture.
final
name QueryStringProperty<ProductModel>
See ProductModel.name.
final
onError QueryStringProperty<ProductModel>
See ProductModel.onError.
final
serialNumber QueryStringProperty<ProductModel>
See ProductModel.serialNumber.
final
trusted QueryBooleanProperty<ProductModel>
See ProductModel.trusted.
final