A type definition for a map that represents the default JSON object type Map<String, dynamic>.
typedef JsonMap = Map<String, dynamic>;