ExifEntry constructor

ExifEntry(
  1. int tag,
  2. ExifValue? value
)

Implementation

ExifEntry(this.tag, this.value);