asBoolean method

bool asBoolean()

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

Implementation

bool asBoolean() => (this as DBusBoolean).value;