accountResources property

Iterable<AccountResource> accountResources

get account resources of the profile

Implementation

Iterable<AccountResource> get accountResources =>
    items.whereType<AccountResource>();