isMyPlace method
Allow the client to access info about is it my place or not.
Returns bool. True if it is my place, false otherwise.
Implementation
bool isMyPlace() => $prototype.isMyPlace(this);
Allow the client to access info about is it my place or not.
Returns bool. True if it is my place, false otherwise.
bool isMyPlace() => $prototype.isMyPlace(this);