ChannelAdminLogEventActionChangeWallpaper constructor

const ChannelAdminLogEventActionChangeWallpaper({
  1. required WallPaperBase prevValue,
  2. required WallPaperBase newValue,
})

Channel Admin Log Event Action Change Wallpaper constructor.

Implementation

const ChannelAdminLogEventActionChangeWallpaper({
  required this.prevValue,
  required this.newValue,
}) : super._();