HttpService constructor Null safety

HttpService(
  1. {required String baseUrl}
)

Implementation

HttpService({ required this.baseUrl });