ChannelsEditLocation constructor

const ChannelsEditLocation({
  1. required InputChannelBase channel,
  2. required InputGeoPointBase geoPoint,
  3. required String address,
})

Channels Edit Location constructor.

Implementation

const ChannelsEditLocation({
  required this.channel,
  required this.geoPoint,
  required this.address,
}) : super._();