getByValue static method
Implementation
static TrackingState getByValue(num i){
return TrackingState.values.firstWhere((x) => x.value == i);
}
static TrackingState getByValue(num i){
return TrackingState.values.firstWhere((x) => x.value == i);
}