Http constructor

Http({
  1. required String baseUrl,
})

Implementation

Http({ required this.baseUrl });