asString method

String asString()

Converts this value to the native Dart representation of a string. Only works if signature is 's'.

Implementation

String asString() => (this as DBusString).value;