ChannelAdminLogEventActionChangePeerColor constructor

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

Channel Admin Log Event Action Change Peer Color constructor.

Implementation

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