title property

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

The title of the article.

TODO: Check why sometimes title can be null

Implementation

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