articleId property
The article's unique ID.
TODO: Check why sometimes articleId can be null
Implementation
@JsonKey(name: 'articleId', defaultValue: '')
String get articleId => throw _privateConstructorUsedError;
The article's unique ID.
TODO: Check why sometimes articleId can be null
@JsonKey(name: 'articleId', defaultValue: '')
String get articleId => throw _privateConstructorUsedError;