genImplementationDeclarations static method

List<CodeUnit> genImplementationDeclarations(
  1. List<Method> methods, {
  2. int depth = 0,
})

Implementation

static List<CodeUnit> genImplementationDeclarations(List<Method> methods,
    {int depth = 0}) {
  return _parseMethodGenCodes(
      methods, (uniCallback) => uniCallback.getImplementationDeclaration());
}