Position constructor

Position(
  1. double? longitude,
  2. double? latitude
)

Implementation

Position(this.longitude, this.latitude);