toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accelerationMode != null) 'accelerationMode': accelerationMode!,
  if (biEngineMode != null) 'biEngineMode': biEngineMode!,
  if (biEngineReasons != null) 'biEngineReasons': biEngineReasons!,
};