supportsCreateContextualFragment property Null safety
Checks if createContextualFragment is supported.
See also:
Implementation
static bool get supportsCreateContextualFragment =>
JS('bool', '("createContextualFragment" in window.Range.prototype)');