mirror of
https://github.com/foss42/apidash.git
synced 2025-05-22 00:36:43 +08:00
7 lines
125 B
Dart
7 lines
125 B
Dart
import 'package:postman/postman.dart';
|
|
|
|
void main() {
|
|
var awesome = Awesome();
|
|
print('awesome: ${awesome.isAwesome}');
|
|
}
|