isBuffering property
bool
get
isBuffering
return true if the player is buffering
Implementation
bool get isBuffering => _buffering;
return true if the player is buffering
bool get isBuffering => _buffering;