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