APIStatusPage constructor

const APIStatusPage({
  1. String? id,
  2. String? name,
  3. String? url,
  4. DateTime? updatedAt,
})

Implementation

const APIStatusPage({this.id, this.name, this.url, this.updatedAt});