UserApi constructor

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

Implementation

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