ServiceSearchModel constructor

ServiceSearchModel({
  1. String? id,
  2. String? clientId,
  3. String? serviceDefId,
  4. String? accountId,
  5. String? createdAt,
  6. String? tenantId,
  7. String? boundaryCode,
  8. bool? isDeleted = false,
})

Implementation

ServiceSearchModel({
  this.id,
  this.clientId,
  this.serviceDefId,
  this.accountId,
  this.createdAt,
  this.tenantId,
  super.boundaryCode,
  super.isDeleted,
}):  super();