getCustomValue abstract method
- String key
Obtains an instance of the CustomMetadataValue class associated with a given key.
keyThe name of the key for which to obtain the value.
Returns CustomMetadataValue?. The value associated with the key.
Implementation
CustomMetadataValue? getCustomValue(String key);