toJson method

String toJson()

Implementation

String toJson() {
  return VehicleValuationBodyMapper.ensureInitialized()
      .encodeJson<VehicleValuationBody>(this as VehicleValuationBody);
}