BetterAliyunOssPart class

阿里云分片信息

Constructors

BetterAliyunOssPart()
BetterAliyunOssPart.fromMap(Map<String, dynamic> json)
factory
BetterAliyunOssPart.init({required String bucket, required String endpoint, String? domain, required String objectPath, required String filePath, required String uploadId, required int partNumber, required int partRangeStart, required int partRangeLength, String? partETag})

Properties

bucket String
getter/setter pair
domain String?
getter/setter pair
endpoint String
getter/setter pair
filePath String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
objectPath String
getter/setter pair
partETag String?
getter/setter pair
partNumber int
getter/setter pair
partRangeLength int
getter/setter pair
partRangeStart int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadId String
getter/setter pair

Methods

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

Operators

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