copyWithArgs property

String copyWithArgs

Implementation

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