reflective 0.0.29 copy "reflective: ^0.0.29" to clipboard
reflective: ^0.0.29 copied to clipboard

outdatedDart 1 only

A fluent reflection API

Dart Reflective #

Build Status

Reflective is fluent reflection API for Dart.

Examples:

TypeReflection typeOfEmployeeName = type(Employee).field('name').type;

Employee employee = type(Employee).construct(
    name: 'John Doe', 
    email: 'john@doe.org');
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A fluent reflection API

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

yaml

More

Packages that depend on reflective