isProgressive method

bool isProgressive()

Implementation

bool isProgressive() {
  return details.progress != null && details.progress!;
}