Tag constructor

const Tag(
  1. String id,
  2. String text
)

Implementation

const Tag(this.id, this.text);