generic_reader 0.1.1 generic_reader: ^0.1.1 copied to clipboard
Enables retrieving generic const values from a static analyzer representation. Streamlines reading constants of type List, Map, Set as well as Dart enums.
example/lib/generic_reader_example.dart
library generic_reader_example;
export 'src/player.dart';
export 'src/wrapper_test.dart';
export 'src/test_types/column.dart';
export 'src/test_types/greek.dart';
export 'src/test_types/sponsor.dart';
export 'src/test_types/sqlite_type.dart';
export 'src/test_types/title.dart';
export 'src/test_types/unregistered_test_type.dart';
export 'src/test_types/wrapper.dart';