UiFeedbackElementContentConfig.fromRawJson constructor
UiFeedbackElementContentConfig.fromRawJson(
- String str
Implementation
factory UiFeedbackElementContentConfig.fromRawJson(String str) => UiFeedbackElementContentConfig.fromJson(json.decode(str));