S3DataBytesRange class

Defines data bytes range with start and end positions.

Annotations
  • @zAmplifySerializable

Constructors

S3DataBytesRange({required int start, required int end})
Defines data bytes range with start and end positions.
factory
S3DataBytesRange.fromJson(Map<String, Object?> json)
Defines data bytes range with start and end positions.
factory

Properties

end int
End position of the range.
final
hashCode int
The hash code for this object.
no setterinherited
headerString String
Returns the S3DataBytesRange as a string used in HTTP request headers.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
Start position of the range.
final

Methods

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

Operators

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