ApiApi constructor

const ApiApi(
  1. Dio _dio,
  2. Serializers _serializers
)

Implementation

const ApiApi(this._dio, this._serializers);