News class

The News data represent the news of a company.

Constructors

News({required String image, required String url, required DateTime date, required String headline, required String source, required String summary})
News.fromJson(Map<String, dynamic> json)
factory

Properties

date DateTime
The date of the news.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headline String
The headline of the news.
getter/setter pair
image String
The image of the news.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
The source of the news.
getter/setter pair
summary String
The summary of the news.
getter/setter pair
url String
The url of the news.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited