12 lines
373 B
Dart
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);
|
|
// }
|