isOwner property

bool get isOwner

Implementation

bool get isOwner {
  return Client.getInstance.currentUserId == ownerId;
}