toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    'navType': navType,
    'startLocation': startLocation.toJson(),
    'endLocation': endLocation.toJson(),
    'bottomContentH': bottomContentH,
  };
}