Model constructor

Model({
  1. int? id,
})

Internal constructor for Model.

Implementation

Model({this.id});