OrganizationDetailsModel constructor
Creates an OrganizationDetailsModel with the given details and statistics.
Implementation
OrganizationDetailsModel({
required this.organizations,
required this.deviceCount,
required this.motherCount,
required this.testCount,
required this.doctorCount,
});