Longitude constructor

const Longitude([
  1. double value = 0
])

Implementation

const Longitude([this.value = 0]);