ImageInfo class

Inheritance

Constructors

ImageInfo({required String path, int? width, int? height, int? filesize, int? orientation})
ImageInfo.fromJson(String str)
factory
ImageInfo.fromMap(Map<String, dynamic> json)
factory

Properties

file File?
finalinherited
filesize int?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height int?
finalinherited
orientation int?
final
path String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int?
finalinherited

Methods

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

Operators

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