AssetDestinationEntry class
The destination for the asset.
Constructors
- AssetDestinationEntry({required String assetId, required String bucket, String? key})
-
AssetDestinationEntry.fromJson(Map<
String, dynamic> json) -
factory
Properties
- assetId → String
-
The unique identifier for the asset.
final
- bucket → String
-
The S3 bucket that is the destination for the asset.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String?
-
The name of the object in Amazon S3 for the asset.
final
- 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