VariantRepository constructor

VariantRepository(
  1. ParodiaHTTP http
)

Implementation

VariantRepository(ParodiaHTTP http) {
  _http = http;
}