Tags constructor

Tags({
  1. String? fingerprint,
  2. List<String>? items,
})

Implementation

Tags({
  this.fingerprint,
  this.items,
});