ChannelAdminLogEventActionChangeTitle constructor

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

Channel Admin Log Event Action Change Title constructor.

Implementation

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