NotificationButton.fromJSON(Map<String, dynamic> json) : actionId = json['actionId'] == null ? json['id'] : json['actionId'], title = json['title'];