Tags constructor

const Tags(
  1. Iterable<String> _tags
)

Applies a set of user-defined tags to a test suite.

Implementation

const Tags(this._tags);