TLProgressStatus.empty constructor

TLProgressStatus.empty()

Implementation

factory TLProgressStatus.empty() {
  return TLProgressStatus._(isEmpty: true);
}