Reflect constructor
const
Reflect(
- Type type, {
- required void metas(),
Implementation
const Reflect(
this.type, {
required this.metas,
});
const Reflect(
this.type, {
required this.metas,
});