Return a string representation of this message for use in generated Dart code.
@override toCode() => pieces.map((each) => each.toCode()).join('');