$TagsResponse constructor

$TagsResponse({
  1. String? etag,
  2. String? name,
  3. Map<String, String>? tags,
})

Implementation

$TagsResponse({this.etag, this.name, this.tags});