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