VehicleRepository constructor

VehicleRepository(
  1. ParodiaHTTP http
)

Implementation

VehicleRepository(ParodiaHTTP http) {
  _http = http;
}