cpTotalToJson function

String cpTotalToJson(
  1. CpTotal data
)

Implementation

String cpTotalToJson(CpTotal data) => json.encode(data.toJson());