locale property

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

The locale of the article.

Implementation

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