isThrottled property

bool isThrottled

Whether the stream is throttled or not.

Implementation

bool get isThrottled =>
    url.queryParameters['ratebypass']?.toLowerCase() != 'yes';