TraccarConfigs constructor
TraccarConfigs({})
Creates a TraccarConfigs object with the specified parameters.
All required parameters must be provided, while optional ones have default values.
Implementation
TraccarConfigs({
required this.deviceId,
required this.serverUrl,
this.interval = 10000,
this.distance = 0,
this.angle = 0,
this.accuracy = AccuracyLevel.high,
this.offlineBuffering = true,
this.wakelock = true,
this.notificationIcon,
});