Screenshot constructor

Screenshot({
  1. String? name,
  2. List<String>? tags,
})

Implementation

Screenshot({this.name, this.tags});