DBusUint64 constructor

const DBusUint64(
  1. int value
)

Creates a new unsigned 64 bit integer with the given value.

Implementation

const DBusUint64(this.value);