UiFeedbackElementConfig.fromRawJson constructor

UiFeedbackElementConfig.fromRawJson(
  1. String str
)

Implementation

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