messageLookup top-level property

MessageLookup messageLookup
getter/setter pair

The internal mechanism for looking up messages. We expect this to be set by the implementing package so that we're not dependent on its implementation.

Implementation

MessageLookup messageLookup =
    UninitializedLocaleData('initializeMessages(<locale>)', null);