sourceToJson function

String sourceToJson(
  1. Source data
)

Implementation

String sourceToJson(Source data) => json.encode(data.toJson());