CPNotificationReceivedResult constructor

CPNotificationReceivedResult(
  1. Map<String, dynamic> json
)

Implementation

CPNotificationReceivedResult(Map<String, dynamic> json) {
  this.notification = CPNotification(json['notification'].cast<String, dynamic>());
}