owned property

dynamic get owned

Orgs user is an owner of

Implementation

get owned => organizations.where((org) => org.isOwner).toList();