ChannelAdminLogEventActionChangeProfilePeerColor constructor

const ChannelAdminLogEventActionChangeProfilePeerColor({
  1. required PeerColorBase prevValue,
  2. required PeerColorBase newValue,
})

Channel Admin Log Event Action Change Profile Peer Color constructor.

Implementation

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