ImageInfoGeoLocation constructor

const ImageInfoGeoLocation(
  1. num latitude,
  2. num longitude
)

Implementation

const ImageInfoGeoLocation(this.latitude, this.longitude);