ChannelLocation constructor
const
ChannelLocation({
- required GeoPointBase geoPoint,
- required String address,
Channel Location constructor.
Implementation
const ChannelLocation({required this.geoPoint, required this.address})
: super._();