Tag constructor

Tag(
  1. String name
)

Implementation

Tag(this.name) : slug = Slugify.call(name);