ExifTag constructor

ExifTag(
  1. String name, [
  2. ExifValueType type = ExifValueType.None,
  3. int count = 1
])

Implementation

ExifTag(this.name, [this.type = ExifValueType.None, this.count = 1]);