GetInfoFlags constructor

GetInfoFlags({
  1. bool? singleUnified,
})

Implementation

GetInfoFlags(
    {
    /// If set to true, only a single [DisplayUnitInfo] will be returned
    /// by [getInfo] when in unified desktop mode (see
    /// [enableUnifiedDesktop]). Defaults to false.
    bool? singleUnified})
    : _wrapped = $js.GetInfoFlags(singleUnified: singleUnified);