followUpHistoryToJson function

String followUpHistoryToJson(
  1. FollowUpHistory data
)

Implementation

String followUpHistoryToJson(FollowUpHistory data) => json.encode(data.toJson());