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

outdated

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)

More

Packages that depend on reflective