fromJson static method

VehicleValuationBody fromJson(
  1. String json
)

Implementation

static VehicleValuationBody fromJson(String json) {
  return ensureInitialized().decodeJson<VehicleValuationBody>(json);
}