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