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