GTFNotificationModel constructor

GTFNotificationModel(
  1. dynamic key,
  2. dynamic notification(
    1. dynamic value
    )
)

Implementation

GTFNotificationModel(this.key, this.notification);