UiFeedbackElementContentConfig.fromJson constructor
Implementation
factory UiFeedbackElementContentConfig.fromJson(Map<String, dynamic> json) => UiFeedbackElementContentConfig(
contentValue: json["contentValue"],
durationMills: json["durationMills"],
priorityLevel: json["priorityLevel"],
);