LfA2aV1TaskPushNotificationConfig constructor

LfA2aV1TaskPushNotificationConfig({
  1. LfA2aV1AuthenticationInfo? authentication,
  2. String? id,
  3. String? taskId,
  4. String? tenant,
  5. String? token,
  6. String? url,
})

Implementation

LfA2aV1TaskPushNotificationConfig({
  this.authentication,
  this.id,
  this.taskId,
  this.tenant,
  this.token,
  this.url,
});