steganographyMethodLabel top-level constant

Map<SteganographyMethod, String> const steganographyMethodLabel

Human-readable labels for SteganographyMethod values.

Implementation

const Map<SteganographyMethod, String> steganographyMethodLabel = {
  SteganographyMethod.lsb: 'LSB',
  SteganographyMethod.dct: 'DCT',
  SteganographyMethod.telegramRobust2: 'TelegramRobust2',
  SteganographyMethod.dctResidualModulation: 'DCT Residual Modulation',
};