content property

  1. @JsonKey(name: 'content', required: true)
String get content
inherited

The content of the changelog.

In HTML format.

Implementation

@JsonKey(name: 'content', required: true)
String get content => throw _privateConstructorUsedError;