depthToJson function

String depthToJson(
  1. Depth data
)

Implementation

String depthToJson(Depth data) => json.encode(data.toJson());