APITag constructor Null safety

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

Implementation

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