Tag constructor

const Tag({
  1. required String name,
  2. required int taggingsCount,
})

Implementation

const Tag({required this.name, required this.taggingsCount});