From 116defd11d7a7a2f4ffcd006af9bc08775ea5d4f Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Mon, 23 Dec 2024 05:04:21 +0530 Subject: [PATCH] Update README.md --- packages/postman/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/postman/README.md b/packages/postman/README.md index 1e4a1ffa..dce7692f 100644 --- a/packages/postman/README.md +++ b/packages/postman/README.md @@ -195,7 +195,7 @@ void main() { ] }; - var collection2 = postmanCollectionFromJsonStr(collectionJsonStr); + var collection2 = PostmanCollection.fromJson(collectionJson); print(collection2.info?.name); // API Dash