A simple shortcut for a mapping of String keys to dynamic values.
typedef Dictionary = Map<String, dynamic>;