active property

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

Is the newsletter active?

Implementation

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