APIInfo constructor
APIInfo(
- String? title,
- String? version, {
- String? description,
- Uri? termsOfServiceURL,
- APILicense? license,
- APIContact? contact,
Creates empty metadata for specification.
Implementation
APIInfo(this.title, this.version,
{this.description, this.termsOfServiceURL, this.license, this.contact});