isOwner method

bool isOwner()

Implementation

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