tags property

List<OpenAPITag>? get tags

Optional tags list.

Implementation

List<OpenAPITag>? get tags => _['tags'] as List<OpenAPITag>?;