title property

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

The title of the changelog.

Implementation

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