APITag constructor

APITag(
  1. String? name, {
  2. String? description,
})

Implementation

APITag(this.name, {this.description});