news property
$Client
get
news
Client for the news APIs.
Implementation
$Client get news => _news[this] ??= $Client.fromClient(this);
Client for the news APIs.
$Client get news => _news[this] ??= $Client.fromClient(this);