ChannelAdminLogEventActionChangeLocation constructor

const ChannelAdminLogEventActionChangeLocation({
  1. required ChannelLocationBase prevValue,
  2. required ChannelLocationBase newValue,
})

Channel Admin Log Event Action Change Location constructor.

Implementation

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