KwikAddressCoordinates constructor

const KwikAddressCoordinates({
  1. required double lat,
  2. required double lng,
  3. String? source,
})

Implementation

const KwikAddressCoordinates({required this.lat, required this.lng, this.source});