doNotify property

  1. @JsonKey(name: 'do_notify', fromJson: TautulliUtilities.ensureBooleanFromJson)
bool? doNotify
final

Does the user have notifications enabled?

Implementation

@JsonKey(name: 'do_notify', fromJson: TautulliUtilities.ensureBooleanFromJson)
final bool? doNotify;