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