ServiceByContactsAndSubcontactsFilter constructor

ServiceByContactsAndSubcontactsFilter({
  1. String? desc,
  2. String? healthcarePartyId,
  3. Set<String> contacts = const {},
  4. Set<String>? subContacts,
  5. int? startValueDate,
  6. int? endValueDate,
})

Implementation

ServiceByContactsAndSubcontactsFilter(
    {this.desc, this.healthcarePartyId, this.contacts = const {}, this.subContacts, this.startValueDate, this.endValueDate});