ChannelAdminLogEventActionChangeUsernames constructor
const
ChannelAdminLogEventActionChangeUsernames({})
Channel Admin Log Event Action Change Usernames constructor.
Implementation
const ChannelAdminLogEventActionChangeUsernames({
required this.prevValue,
required this.newValue,
}) : super._();