supportsCreateContextualFragment property Null safety

bool supportsCreateContextualFragment

Checks if createContextualFragment is supported.

See also:

Implementation

static bool get supportsCreateContextualFragment =>
    JS('bool', '("createContextualFragment" in window.Range.prototype)');