hdrToLdr method

void hdrToLdr({
  1. num? exposure,
})

Implementation

void hdrToLdr({num? exposure}) {
  subCommand = HdrToLdrCmd(subCommand, exposure: exposure);
}