ChannelLocation constructor

const ChannelLocation({
  1. required GeoPointBase geoPoint,
  2. required String address,
})

Channel Location constructor.

Implementation

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