reflection 0.0.24 copy "reflection: ^0.0.24" to clipboard
reflection: ^0.0.24 copied to clipboard

Dart 1 only

The reflection helper class over the mirrors based reflection.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reflection

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  reflection: ^0.0.24

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:reflection/reflection.dart';
0
likes
15
pub points
15%
popularity

Publisher

unverified uploader

The reflection helper class over the mirrors based reflection.

Repository (GitHub)
View/report issues

License

Unlicense (LICENSE)

Dependencies

collection_helpers, queries

More

Packages that depend on reflection