DBusSignature.unchecked constructor

const DBusSignature.unchecked(
  1. String value
)

Create a new D-Bus signature with the given value.

No checking is performed on the validity of value. This function is useful when you need a constant value (e.g. for a parameter default value). In all other cases use the standard constructor.

Implementation

const DBusSignature.unchecked(this.value);