uaestats_fe/filing.dart
2024-10-28 16:45:11 +05:30

12 lines
373 B
Dart

// import 'package:external_repos/external_repos.dart';
// import 'package:uae_stat/infrastructure/services/pocketbase_service.dart';
// void main() async {
// final c = PbCollection(
// 'Indicators',
// fromJson: (json) => IndicatorEntity.fromJson(json),
// );
// final all = await c.get({'id': IndicatorEnum.inflationRate.toJson()});
// print(all);
// }