asBoolean method
Converts this value to the native Dart representation of a boolean. Only works if signature
is 'b'.
Implementation
bool asBoolean() => (this as DBusBoolean).value;
Converts this value to the native Dart representation of a boolean. Only works if signature
is 'b'.
bool asBoolean() => (this as DBusBoolean).value;