APIServerDescription constructor Null safety

APIServerDescription(
  1. Uri? url,
  2. {String? description,
  3. Map<String, APIServerVariable?>? variables}
)

Implementation

APIServerDescription(this.url, {this.description, this.variables});