toMap method

Map toMap ()

DrivingBehaviorThresholdOption => map

Implementation

Map toMap() {
  return {
    'speedingThreshold': this.speedingThreshold,
    'harshAccelerationThreshold': this.harshAccelerationThreshold,
    'harshBreakingThreshold': this.harshBreakingThreshold,
    'harshSteeringThreshold': this.harshSteeringThreshold
  };
}