Measurement System
...
static const List<double> walletPresets = [10, 20, 50];
static const MapProviderEnum defaultMapProvider = MapProviderEnum.mapBox;
static const MeasurementSystem defaultMeasurementSystem = MeasurementSystem.imperial;
}Last updated