Latitude constructor

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

Implementation

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