hasOwnerData method

bool hasOwnerData()

Implementation

bool hasOwnerData() {
  return (owner != null);
}