APIStatus constructor
APIStatus({
- APIStatusPage? page,
- APIStatusMessage? status,
Implementation
APIStatus({this.page, this.status});
APIStatus({this.page, this.status});