flipSubmitLongAnswersResponseFromJson function

FlipSubmitLongAnswersResponse? flipSubmitLongAnswersResponseFromJson(
  1. String? str
)

Implementation

FlipSubmitLongAnswersResponse flipSubmitLongAnswersResponseFromJson(
        String str) =>
    FlipSubmitLongAnswersResponse.fromJson(json.decode(str));