articleId property

  1. @JsonKey(name: 'articleId', defaultValue: '')
String get articleId
inherited

The article's unique ID.

TODO: Check why sometimes articleId can be null

Implementation

@JsonKey(name: 'articleId', defaultValue: '')
String get articleId => throw _privateConstructorUsedError;