InstaExportDetails class
Contains all the parameters of the exportation
Constructors
-
InstaExportDetails({required List<
InstaExportData> data, required List<AssetEntity> selectedAssets, required double aspectRatio, required double progress}) -
const
Properties
- aspectRatio → double
-
The selected aspectRatio
final
-
data
→ List<
InstaExportData> -
The export result, containing the selected assets, crop parameters
and possible crop file.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- progress → double
-
The progress param represents progress indicator between
0.0
and1.0
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selectedAssets
→ List<
AssetEntity> -
The selected thumbnails, can be 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