isMuted property

  1. @JsonKey(name: 'muted')
bool? isMuted
inherited

Have you muted notifications for this status's conversation?

Implementation

@JsonKey(name: 'muted')
bool? get isMuted => throw _privateConstructorUsedError;