HttpService constructor

HttpService({
  1. required String baseUrl,
})

Implementation

HttpService({ required this.baseUrl });