isSharedObject property

bool isSharedObject

Returns true if the SharedMap is a SharedObject. See asSharedObject.

Implementation

bool get isSharedObject => asSharedObject != null;