GLib.VariantType.prototype.is_variant

function is_variant(): Boolean {
    // Gjs wrapper for g_variant_type_is_variant()
}
  

Determines if the given type is the variant type.

Returns

true if type is the variant type

Since 2.24