constructorArgs property

String constructorArgs

Implementation

String get constructorArgs {
  return this.fields.map((field) => field.constructorArgFromFactory + ',').join();
}