postmanCollectionFromJsonStr function

PostmanCollection postmanCollectionFromJsonStr(
  1. String str
)

Implementation

PostmanCollection postmanCollectionFromJsonStr(String str) =>
    PostmanCollection.fromJson(json.decode(str));