TagsModel constructor

TagsModel({
  1. required Map<String, String> tags,
})

Implementation

TagsModel({
  required this.tags,
});