toCode method

  1. @override
String toCode()
override

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

Implementation

@override
String toCode() =>
    throw UnsupportedError('MainMessage.toCode requires a locale');