UQuestionJson.fromJson constructor

UQuestionJson.fromJson(
  1. String str
)

Implementation

factory UQuestionJson.fromJson(String str) => UQuestionJson.fromMap(json.decode(str));