ChannelAdminLogEventActionChangeAbout constructor

const ChannelAdminLogEventActionChangeAbout({
  1. required String prevValue,
  2. required String newValue,
})

Channel Admin Log Event Action Change About constructor.

Implementation

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