body property

  1. @JsonKey(name: 'body', fromJson: TautulliUtilities.ensureStringFromJson)
String? body
final

Body of the newsletter.

Implementation

@JsonKey(name: 'body', fromJson: TautulliUtilities.ensureStringFromJson)
final String? body;