PictureMetadata class

Constructors

PictureMetadata({double? aperture, String? cameraMake, String? cameraModel, String? colorSpace, double? exposureBias, String? exposureMode, double? exposureTime, bool? flashUsed, double? focalLenght, int? height, int? isoSpeed, String? lens, MetadataLocation? location, double? maxApertureValue, String? meteringMode, String? sensor, int? subjectDistance, String? exifTime, String? whiteBalance, int? width})
PictureMetadata.fromJson(String source)
factory
PictureMetadata.fromMap(Map<String, dynamic> map)
factory

Properties

aperture double?
getter/setter pair
cameraMake String?
getter/setter pair
cameraModel String?
getter/setter pair
colorSpace String?
getter/setter pair
exifTime String?
getter/setter pair
exposureBias double?
getter/setter pair
exposureMode String?
getter/setter pair
exposureTime double?
getter/setter pair
flashUsed bool?
getter/setter pair
focalLenght double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
isoSpeed int?
getter/setter pair
lens String?
getter/setter pair
location MetadataLocation?
getter/setter pair
maxApertureValue double?
getter/setter pair
meteringMode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensor String?
getter/setter pair
subjectDistance int?
getter/setter pair
whiteBalance String?
getter/setter pair
width int?
getter/setter pair

Methods

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

Operators

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