title property

  1. @JsonKey(name: 'title')
String? title
final

The title of the Source.

Implementation

@JsonKey(name: 'title')
final String? title;