EnableReflection constructor

const EnableReflection({
  1. String reflectionClassName = '',
  2. String reflectionExtensionName = '',
  3. bool optimizeReflectionInstances = true,
})

Implementation

const EnableReflection({
  this.reflectionClassName = '',
  this.reflectionExtensionName = '',
  this.optimizeReflectionInstances = true,
});