mirror of
https://github.com/foss42/apidash.git
synced 2025-06-24 08:54:47 +08:00
Update README.md
This commit is contained in:
@ -195,7 +195,7 @@ void main() {
|
||||
]
|
||||
};
|
||||
|
||||
var collection2 = postmanCollectionFromJsonStr(collectionJsonStr);
|
||||
var collection2 = PostmanCollection.fromJson(collectionJson);
|
||||
|
||||
print(collection2.info?.name);
|
||||
// API Dash
|
||||
|
Reference in New Issue
Block a user