toCode method

String toCode()
override

Return a string representation of this message for use in generated Dart code.

Implementation

toCode() => pieces!.map((each) => each.toCode()).join('');