accountResources property Null safety
get account resources of the profile
Implementation
Iterable<AccountResource> get accountResources =>
items.whereType<AccountResource>();
get account resources of the profile
Iterable<AccountResource> get accountResources =>
items.whereType<AccountResource>();