Tag constructor

Tag({
  1. String? name,
  2. double? weight,
})

Implementation

Tag({this.name, this.weight});