asString method
Converts this value to the native Dart representation of a string. Only works if signature
is 's'.
Implementation
String asString() => (this as DBusString).value;
Converts this value to the native Dart representation of a string. Only works if signature
is 's'.
String asString() => (this as DBusString).value;