UpcomingNotification.fromJson constructor
      
      UpcomingNotification.fromJson(
    
    
- Map json_
 
Implementation
UpcomingNotification.fromJson(core.Map json_)
  : this(enableNotification: json_['enableNotification'] as core.bool?);