DBusDouble constructor

const DBusDouble(
  1. double value
)

Creates a new 64 bit floating point number the given value.

Implementation

const DBusDouble(this.value);