isRefreshing property

bool get isRefreshing

Checks if the Stream is currently refreshing.

Implementation

bool get isRefreshing {
  throw Exception('This is just a stub for code generation.');
}