MissingHueNetworkException constructor

const MissingHueNetworkException([
  1. String? message
])

Creates a MissingHueNetworkException object.

Implementation

const MissingHueNetworkException([this.message]);