DataModel constructor

const DataModel({
  1. String? boundaryCode,
  2. bool? isDeleted,
})

Implementation

const DataModel({
  this.boundaryCode,
  this.isDeleted,
});