round method

  1. @override
LatLng round({
  1. int decimals = 6,
})
override

Implementation

@override
LatLng round({int decimals = 6}) => $value.round(decimals: decimals);