asMaybe method

DBusValue? asMaybe()

Extracts the maybe type inside this value. Only works if signature is a maybe type, e.g. 'mi'.

Implementation

DBusValue? asMaybe() => (this as DBusMaybe).value;