firstQuestionAnswerToMap function

String firstQuestionAnswerToMap(
  1. FirstQuestionAnswer data
)

Implementation

String firstQuestionAnswerToMap(FirstQuestionAnswer data) =>
    json.encode(data.toMap());