DistanceVincenty constructor
- {bool roundResult = true}
Implementation
const DistanceVincenty({ final bool roundResult: true })
: super(roundResult: roundResult, calculator: const Vincenty());
const DistanceVincenty({ final bool roundResult: true })
: super(roundResult: roundResult, calculator: const Vincenty());