TaskPushNotificationConfig constructor

TaskPushNotificationConfig({
  1. String? name,
  2. PushNotificationConfig? pushNotificationConfig,
})

Implementation

TaskPushNotificationConfig({this.name, this.pushNotificationConfig});