ValorantApiException constructor

const ValorantApiException(
  1. int? status,
  2. String error
)

Implementation

const ValorantApiException(this.status, this.error);