ReflectionBridge constructor

const ReflectionBridge(
  1. List<Type> classesTypes, {
  2. String bridgeExtensionName = '',
  3. Map<Type, String> reflectionClassNames = const <Type, String>{},
  4. Map<Type, String> reflectionExtensionNames = const <Type, String>{},
  5. bool optimizeReflectionInstances = true,
})

Implementation

const ReflectionBridge(
  this.classesTypes, {
  this.bridgeExtensionName = '',
  this.reflectionClassNames = const <Type, String>{},
  this.reflectionExtensionNames = const <Type, String>{},
  this.optimizeReflectionInstances = true,
});