delegates property

List<Delegate>? delegates
getter/setter pair

List of the user's delegates (with any verification status).

If an account doesn't have delegates, this field doesn't appear.

Implementation

core.List<Delegate>? delegates;