DebugApi constructor

DebugApi(
  1. Dio dio, {
  2. String? baseUrl,
})

Implementation

factory DebugApi(Dio dio, {String? baseUrl}) = _DebugApi;