accountResources property Null safety

List<AccountResource> accountResources

get account resources of the profile

Implementation

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