isProgressive method

bool isProgressive()

Implementation

bool isProgressive() {
  return details.receiveProgress ?? false;
}