TaskPushNotificationConfig constructor
TaskPushNotificationConfig({
- String? name,
- PushNotificationConfig? pushNotificationConfig,
Implementation
TaskPushNotificationConfig({this.name, this.pushNotificationConfig});