isPaired property
The value of this property is true when the iPhone is paired to an Apple Watch or false when it is not.
The value in this property is valid only for a configured session that has been activated successfully. If the ActivationState property is available, its value must be ActivationState.activated. When the session becomes inactive or deactivated, you should ignore the value in this property.
Implementation
final bool isPaired;