ClassProxy constructor

const ClassProxy(
  1. String className, {
  2. String libraryName = '',
  3. String libraryPath = '',
  4. String reflectionProxyName = '',
  5. Set<String> ignoreMethods = const <String>{},
  6. Set<String> ignoreMethods2 = const <String>{},
  7. bool alwaysReturnFuture = false,
  8. Set<Type> traverseReturnTypes = const <Type>{},
  9. Set<Type> ignoreParametersTypes = const <Type>{},
})

Implementation

const ClassProxy(
  this.className, {
  this.libraryName = '',
  this.libraryPath = '',
  this.reflectionProxyName = '',
  this.ignoreMethods = const <String>{},
  this.ignoreMethods2 = const <String>{},
  this.alwaysReturnFuture = false,
  this.traverseReturnTypes = const <Type>{},
  this.ignoreParametersTypes = const <Type>{},
});