toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'isUse': isUse,
    'brightness': brightness,
    'contrast': contrast,
    'exposure': exposure,
    'highlights': highlights,
    'shadows': shadows,
    'saturation': saturation,
    'temperature': temperature,
    'tint': tint,
    'hue': hue,
  };
}