ChannelAdminLogEventActionChangeUsernames constructor

const ChannelAdminLogEventActionChangeUsernames({
  1. required List<String> prevValue,
  2. required List<String> newValue,
})

Channel Admin Log Event Action Change Usernames constructor.

Implementation

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