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