APIStatus constructor

APIStatus({
  1. APIStatusPage? page,
  2. APIStatusMessage? status,
})

Implementation

APIStatus({this.page, this.status});