titleLong property

  1. @JsonKey.new(name: 'title_long')
String? get titleLong
inherited

Long version of the title

Implementation

String get title;/// Long version of the title
@JsonKey(name: 'title_long') String? get titleLong;