SearchView constructor
- Key? key,
- Doctor? doctor,
- Organization? organization,
doctor is the doctor model containing the details to be displayed.
organization is the organization model.
Implementation
const SearchView({super.key, this.doctor, this.organization});