messages property

  1. @override
Map<String, dynamic> messages
override

Subclasses should override this to return a list of their message implementations. In this class these are functions, but subclasses may implement them differently.

Implementation

@override
Map<String, dynamic> get messages => _notInlinedMessages(_notInlinedMessages);