messagesDeclaration property

String messagesDeclaration

Implementation

String get messagesDeclaration =>
    // Includes some gyrations to prevent parts of the deferred libraries from
    // being inlined into the main one, defeating the space savings. Issue
    // 24356
    """
final messages = _notInlinedMessages(_notInlinedMessages);
static Map<String, Function> _notInlinedMessages(_) => <String, Function> {
""";