AssistantNotification constructor

AssistantNotification({
  1. int? date,
  2. dynamic type,
  3. dynamic data,
})

Implementation

AssistantNotification({this.date, this.type, this.data});