HttpApi<ReqType, ResType> constructor

HttpApi<ReqType, ResType>({
  1. required String baseUrl,
  2. required String path,
})

Implementation

HttpApi({
  required this.baseUrl,
  required this.path,
});