postmanCollectionToJsonStr function

String postmanCollectionToJsonStr(
  1. PostmanCollection data
)

Implementation

String postmanCollectionToJsonStr(PostmanCollection data) =>
    JsonEncoder.withIndent('\t').convert(data);