isMuted property

  1. @JsonKey(name: 'isMuted')
bool isMuted
final

Specifies whether the player should start muted. Default value is false.

Implementation

@JsonKey(name: 'isMuted')
final bool isMuted;