countToJson function

String countToJson(
  1. Count data
)

Implementation

String countToJson(Count data) => json.encode(data.toJson());