NewsMarker constructor
Implementation
const NewsMarker({
required this.id,
required this.location,
required this.title,
this.source,
this.url,
this.publishedAt,
this.imageUrl,
this.tone,
});
const NewsMarker({
required this.id,
required this.location,
required this.title,
this.source,
this.url,
this.publishedAt,
this.imageUrl,
this.tone,
});