Photo class

Metadata that is specific to a photo, such as, ISO, focal length and exposure time.

Some of these fields may be null or not included.

Constructors

Photo({double? apertureFNumber, String? cameraMake, String? cameraModel, String? exposureTime, double? focalLength, int? isoEquivalent})
Photo.fromJson(Map json_)

Properties

apertureFNumber double?
Aperture f number of the camera lens with which the photo was taken.
getter/setter pair
cameraMake String?
Brand of the camera with which the photo was taken.
getter/setter pair
cameraModel String?
Model of the camera with which the photo was taken.
getter/setter pair
exposureTime String?
Exposure time of the camera aperture when the photo was taken.
getter/setter pair
focalLength double?
Focal length of the camera lens with which the photo was taken.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isoEquivalent int?
ISO of the camera with which the photo was taken.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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