flipSubmitLongAnswersRequestFromJson function

FlipSubmitLongAnswersRequest? flipSubmitLongAnswersRequestFromJson(
  1. String? str
)

Implementation

FlipSubmitLongAnswersRequest flipSubmitLongAnswersRequestFromJson(String str) =>
    FlipSubmitLongAnswersRequest.fromJson(json.decode(str));