NotificationCustomization.fromJSON constructor
Implementation
NotificationCustomization.fromJSON(Map<String, dynamic> json)
: backgroundImageConfiguration = json['backgroundImage'],
titleColor = json['titleColor'],
textColor = json['textColor'];