careerToJson function

String careerToJson(
  1. Career data
)

Implementation

String careerToJson(Career data) => json.encode(data.toJson());