DBusString constructor

const DBusString(
  1. String value
)

Creates a new Unicode text string with the given value.

Implementation

const DBusString(this.value);