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