Tags constructor

const Tags(
  1. List<String> values
)

Implementation

const Tags(this.values);