APIUnknownException constructor

const APIUnknownException({
  1. int? code,
})

Implementation

const APIUnknownException({
  this.code,
});