isNormal property

bool get isNormal

Implementation

bool get isNormal {
  return this == ptr.RefreshStatus.idle ||
      this == ptr.RefreshStatus.completed ||
      this == ptr.RefreshStatus.failed;
}