Get the metadata value for a given key from a class.
The class to get the metadata from.
The key of the metadata to retrieve.
The default value to return if the metadata key is not found.
The metadata value or the default value if the key does not exist.
Get the metadata value for a given key from a class.
Param: Class
The class to get the metadata from.
Param: key
The key of the metadata to retrieve.
Param: fallback
The default value to return if the metadata key is not found.
Returns
The metadata value or the default value if the key does not exist.