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