followUpHistoryResponseToJson function

String followUpHistoryResponseToJson(
  1. FollowUpHistoryResponse data
)

Implementation

String followUpHistoryResponseToJson(FollowUpHistoryResponse data) => json.encode(data.toJson());