WatchOsPairedDeviceInfo constructor

WatchOsPairedDeviceInfo(
  1. bool isPaired,
  2. bool isWatchAppInstalled,
  3. bool isComplicationEnabled,
  4. Uri? watchDirectoryURL,
)

Implementation

WatchOsPairedDeviceInfo(this.isPaired, this.isWatchAppInstalled,
    this.isComplicationEnabled, this.watchDirectoryURL);