hdrMetadataType property

HdrMetadataType hdrMetadataType

Implementation

HdrMetadataType get hdrMetadataType =>
    HdrMetadataType.fromValue(js_util.getProperty(this, 'hdrMetadataType'));
void hdrMetadataType=(HdrMetadataType newValue)

Implementation

set hdrMetadataType(HdrMetadataType newValue) {
  js_util.setProperty(this, 'hdrMetadataType', newValue.value);
}