mirror of
https://github.com/foss42/apidash.git
synced 2025-05-20 07:46:32 +08:00
Update postman_example.dart
This commit is contained in:
@ -184,7 +184,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