flipSubmitShortAnswersResponseFromJson function

FlipSubmitShortAnswersResponse flipSubmitShortAnswersResponseFromJson(
  1. String str
)

Implementation

FlipSubmitShortAnswersResponse flipSubmitShortAnswersResponseFromJson(
        String str) =>
    FlipSubmitShortAnswersResponse.fromJson(json.decode(str));