steganographyMethodLabel top-level constant
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',
};