EnableReflection constructor

const EnableReflection({
  1. String reflectionClassName = '',
  2. String reflectionExtensionName = '',
})

Implementation

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