HybridModel constructor

HybridModel({
  1. String? displayName,
  2. String? eta,
  3. Uint8List? image,
  4. LatLng? latLng,
  5. Marker? marker,
})

Implementation

HybridModel({
  this.displayName,
  this.eta,
  this.image,
  this.latLng,
  this.marker,
});