JavaCollectionCloneFunction constructor

JavaCollectionCloneFunction({
  1. List<Variable> fields = const [],
  2. List<Method> methods = const [],
  3. int depth = 0,
})

Implementation

JavaCollectionCloneFunction(
    {this.fields = const [], this.methods = const [], int depth = 0})
    : super(depth);