S3DataBytesRange.fromJson constructor

S3DataBytesRange.fromJson(
  1. Map<String, Object?> json
)

Defines data bytes range with start and end positions.

Implementation

factory S3DataBytesRange.fromJson(Map<String, Object?> json) =>
    _$S3DataBytesRangeFromJson(json);