NotificationCustomization.fromJSON constructor

NotificationCustomization.fromJSON(
  1. Map<String, dynamic> json
)

Implementation

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