APIResponse constructor Null safety

APIResponse(
  1. String? description,
  2. {Map<String, APIMediaType?>? content,
  3. Map<String, APIHeader?>? headers}
)

Implementation

APIResponse(this.description, {this.content, this.headers});