includeMuted property

bool? get includeMuted
inherited

By default, we don't include muted subjects in the results. Set this to true to include them.

Implementation

@JsonKey(toJson: iso8601) DateTime? get reviewedBefore;/// By default, we don't include muted subjects in the results. Set this to true to include them.
 bool? get includeMuted;