ATag constructor

ATag({
  1. required String tag,
})

Implementation

ATag({
  required this.tag,
});