bool initialized

Source

bool get initialized {
  return request != null && request.streamStatus != StreamStatus.initialize;
}