UUserAnswerJson.fromJson constructor

UUserAnswerJson.fromJson(
  1. String str
)

Implementation

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