ImageInfo class

Constructors

ImageInfo({ImageColorMode? colorMode, int? orientation, required String format, required bool sequence, required Dimensions size, ImageInfoGeoLocation? geoLocation, DateTime? datetimeOriginal, List<int>? dpi})
const
ImageInfo.fromJson(Map<String, dynamic> json)
factory

Properties

colorMode ImageColorMode?
Image color mode
final
datetimeOriginal DateTime?
Image date and time from EXIF
final
dpi List<int>?
Image DPI for two dimensions
final
format String
Image format
final
geoLocation ImageInfoGeoLocation?
Geo-location of image from EXIF
final
hashCode int
The hash code for this object.
no setterinherited
orientation int?
Image orientation from EXIF
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence bool
Set to true if a file contains a sequence of images (GIF for example)
final
size Dimensions
Image size
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited