muted property

bool muted

Implementation

bool get muted => _ticker.muted;
void muted=(bool value)

Implementation

set muted(bool value) => _ticker.muted = value;