CloneableGenerator constructor

CloneableGenerator(
  1. Function fn, {
  2. List? args,
  3. Map<Symbol, dynamic>? namedArgs,
})

Creates an instance of a CloneableGenerator

Implementation

CloneableGenerator(this.fn, {this.args, this.namedArgs});