asMaybe method
DBusValue?
asMaybe()
inherited
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;
Extracts the maybe type inside this value. Only works if signature
is a maybe type, e.g. 'mi'.
DBusValue? asMaybe() => (this as DBusMaybe).value;