messages property

Map<String, Function> messages
final

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

final Map<String, Function> messages = _notInlinedMessages().cast();