menu
registration_delivery package
documentation
models/entities/task_resource.dart
TaskResourceSearchModel
TaskResourceSearchModel constructor
TaskResourceSearchModel constructor
dark_mode
light_mode
TaskResourceSearchModel
constructor
TaskResourceSearchModel
(
{
String
?
id
,
String
?
tenantId
,
String
?
boundaryCode
,
bool
?
isDeleted
=
false
,
})
Implementation
TaskResourceSearchModel({ this.id, this.tenantId, super.boundaryCode, super.isDeleted, }): super();
registration_delivery package
documentation
models/entities/task_resource
TaskResourceSearchModel
TaskResourceSearchModel constructor
TaskResourceSearchModel class