BoundaryModel constructor
BoundaryModel({})
Implementation
BoundaryModel({
this.code,
this.name,
this.label,
this.latitude,
this.longitude,
this.materializedPath,
this.tenantId,
this.boundaryNum,
this.rowVersion,
this.children = const [],
this.boundaryType,
super.auditDetails,
super.isDeleted = false,
}) : super();