DBusBoolean constructor

const DBusBoolean(
  1. bool value
)

Creates a new boolean with the given value.

Implementation

const DBusBoolean(this.value);