AxelorModel constructor

const AxelorModel({
  1. int? id,
  2. int? version,
})

Implementation

const AxelorModel({this.id, this.version});