Tag constructor

Tag({
  1. required String tagKey,
  2. required String tagValue,
})

Implementation

Tag({
  required this.tagKey,
  required this.tagValue,
});