ranges property

List<({int end, int length, int start})>? ranges
final

Parsed ranges as (start, end-exclusive, length) records. null means "serve the whole asset" (no Range header, or If-Range validator did not match the current asset). Always null when errorStatus is set.

Implementation

final List<({int start, int end, int length})>? ranges;