ChannelAdminLogEventActionChangeProfilePeerColor constructor
const
ChannelAdminLogEventActionChangeProfilePeerColor({
- required PeerColorBase prevValue,
- required PeerColorBase newValue,
Channel Admin Log Event Action Change Profile Peer Color constructor.
Implementation
const ChannelAdminLogEventActionChangeProfilePeerColor({
required this.prevValue,
required this.newValue,
}) : super._();