weatherStatus property
$Client
get
weatherStatus
Client for the weather_status APIs
Implementation
$Client get weatherStatus => _weatherStatus[this] ??= $Client.fromClient(this);
Client for the weather_status APIs
$Client get weatherStatus => _weatherStatus[this] ??= $Client.fromClient(this);