toCode method
Return a string representation of this message for use in generated Dart code.
Implementation
toCode() => escapeAndValidateString(string);
Return a string representation of this message for use in generated Dart code.
toCode() => escapeAndValidateString(string);