GTFNotificationModel constructor
GTFNotificationModel(
- dynamic key,
- dynamic notification(
- dynamic value
Implementation
GTFNotificationModel(this.key, this.notification);