featuredImage property

  1. @JsonKey(name: 'featuredImage')
String? get featuredImage
inherited

The featured image of the changelog.

Implementation

@JsonKey(name: 'featuredImage')
String? get featuredImage => throw _privateConstructorUsedError;