getCustomValue abstract method

CustomMetadataValue? getCustomValue(
  1. String key
)

Obtains an instance of the CustomMetadataValue class associated with a given key.

  • key The name of the key for which to obtain the value.

Returns CustomMetadataValue?. The value associated with the key.

Implementation

CustomMetadataValue? getCustomValue(String key);