generic_reader 0.0.7 generic_reader: ^0.0.7 copied to clipboard
GenericReader provides a systematic method of retrieving constants of arbitrary data-type from a static representation of a Dart compile-time constant.
0.0.1 #
Initial version of the library.
0.0.2 #
Changed Dart SDK version to >=2.8.1
0.0.3 #
Amended docs.
0.0.4 #
Fixed test 'get<>()'.
0.0.5 #
Amended README.md
0.0.6 #
The method addDecoder<> now returns an instance of the reader to allow method chaining.
0.0.7 #
Added method holdsA<>(). Deprecated method isA<>().