ExifIFDContainer.from constructor

ExifIFDContainer.from(
  1. ExifIFDContainer? other
)

Implementation

ExifIFDContainer.from(ExifIFDContainer? other)
  : directories = other == null ? {} : Map<String, ExifIFD>.from(other.directories);