publishedLocales property

  1. @JsonKey(name: 'publishedLocales', required: true)
List<String> get publishedLocales
inherited

An array of locales in which the changelog is published.

Implementation

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