TraktManagerAPIError constructor

TraktManagerAPIError(
  1. int statusCode,
  2. String? reasonPhrase,
  3. Response response
)

Implementation

TraktManagerAPIError(this.statusCode, this.reasonPhrase, this.response);