BarcodeGeoPoint constructor

BarcodeGeoPoint({
  1. double? latitude,
  2. double? longitude,
})

Constructor to create an instance of BarcodeGeoPoint.

Implementation

BarcodeGeoPoint({this.latitude, this.longitude});