OCClassUniCallback constructor

OCClassUniCallback(
  1. String methodName,
  2. String paramName, {
  3. AstType paramGeneric = const AstVoid(),
  4. int depth = 0,
  5. String channelSuffix = '',
})

Implementation

OCClassUniCallback(this.methodName, this.paramName,
    {this.paramGeneric = const AstVoid(),
    this.depth = 0,
    this.channelSuffix = ''});