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
  return '''
@override
final Map<String, dynamic> messages = _notInlinedMessages(_notInlinedMessages);

static Map<String, dynamic> _notInlinedMessages(_) => {
''';
}