UiFeedbackElementAttributesConfig.fromRawJson constructor

UiFeedbackElementAttributesConfig.fromRawJson(
  1. String str
)

Implementation

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