Order properties should not be accessed directly

It means you shouldn’t access $order->meta_data (and other properties) directly, but use the provided getter and setter functions.

In this case, use $order->get_meta_data().

This method is (eventually) inherited from the WC_Data class.