isBuffering property

bool get isBuffering

Implementation

bool get isBuffering {
  return _playStateStreamModel.isBuffering;
}