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