menu
pharma_hub_365 package
documentation
model/notification/NotificationCount.dart
NotificationCount
NotificationCount.new constructor
NotificationCount.new constructor
dark_mode
light_mode
NotificationCount
constructor
NotificationCount
(
{
num
?
total
,
String
?
message
,
})
Implementation
NotificationCount({ num? total, String? message,}){ _total = total; _message = message; }
pharma_hub_365 package
documentation
model/notification/NotificationCount
NotificationCount
NotificationCount.new constructor
NotificationCount class