ExifTag constructor

ExifTag(
  1. String name, [
  2. IfdValueType type = IfdValueType.none,
  3. int? count
])

Implementation

ExifTag(this.name, [this.type = IfdValueType.none, this.count]);