StaticReflector constructor

const StaticReflector({
  1. Map<Symbol, String> names = const {},
  2. Map<Type, ReflectedType> types = const {},
  3. Map<Function, ReflectedFunction> functions = const {},
  4. Map<Object, ReflectedInstance> instances = const {},
})

Implementation

const StaticReflector(
    {this.names = const {}, this.types = const {}, this.functions = const {}, this.instances = const {}});