copyWithParams property
String
get
copyWithParams
Implementation
String get copyWithParams {
final result = StringBuffer();
result.writeln("{");
result.write(copyWithParamsBare);
result.write("}");
return result.toString();
}