DBX_Tag constructor

DBX_Tag({
  1. required String tag_text,
})

Implementation

DBX_Tag({
  required this.tag_text,
});