mirror of
https://github.com/foss42/apidash.git
synced 2025-06-26 01:56:12 +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);
|
print(collection2.info?.name);
|
||||||
// API Dash
|
// API Dash
|
||||||
|
Reference in New Issue
Block a user