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