InstaAssetsExportDetails class

Contains all the parameters of the exportation

Constructors

InstaAssetsExportDetails({required List<File> croppedFiles, required List<AssetEntity> selectedAssets, required double aspectRatio, required double progress})
const

Properties

aspectRatio double
The selected aspectRatio (1 or 4/5)
final
croppedFiles List<File>
The list of the cropped files
final
hashCode int
The hash code for this object.
no setterinherited
progress double
The progress param represents progress indicator between 0.0 and 1.0.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedAssets List<AssetEntity>
The selected thumbnails, can provided to the picker to preselect those assets
final

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