flipSubmitShortAnswersRequestFromJson function

FlipSubmitShortAnswersRequest flipSubmitShortAnswersRequestFromJson(
  1. String str
)

Implementation

FlipSubmitShortAnswersRequest flipSubmitShortAnswersRequestFromJson(
        String str) =>
    FlipSubmitShortAnswersRequest.fromJson(json.decode(str));