AttendeeSearchModel.ignoreDeleted constructor

  1. @MappableConstructor()
AttendeeSearchModel.ignoreDeleted({
  1. String? id,
  2. String? registerId,
  3. String? boundaryCode,
})

Implementation

@MappableConstructor()
AttendeeSearchModel.ignoreDeleted({
  this.id,
  this.registerId,
  super.boundaryCode,
}) : super(isDeleted: false);