[{"name":"Android","qualifiedName":"Android","href":"Android/","kind":9,"packageRank":20,"desc":"Flutter Android Embedder."},{"name":"Linux","qualifiedName":"Linux","href":"Linux/","kind":9,"packageRank":20,"desc":"Flutter Linux Embedder."},{"name":"Windows","qualifiedName":"Windows","href":"Windows/","kind":9,"packageRank":20,"desc":"Flutter Windows Embedder."},{"name":"algorithms","qualifiedName":"algorithms","href":"package-collection_algorithms/","kind":9,"packageRank":50,"desc":"Import collection.dart instead."},{"name":"animation","qualifiedName":"animation","href":"animation/","kind":9,"packageRank":0,"desc":"The Flutter animation system."},{"name":"AlwaysStoppedAnimation","qualifiedName":"animation.AlwaysStoppedAnimation","href":"animation/AlwaysStoppedAnimation-class.html","kind":3,"packageRank":0,"desc":"An animation that is always stopped at a given value.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"AlwaysStoppedAnimation.new","qualifiedName":"animation.AlwaysStoppedAnimation.AlwaysStoppedAnimation.new","href":"animation/AlwaysStoppedAnimation/AlwaysStoppedAnimation.html","kind":2,"packageRank":0,"desc":"Creates an AlwaysStoppedAnimation with the given value.","enclosedBy":{"name":"AlwaysStoppedAnimation","kind":3,"href":"animation/AlwaysStoppedAnimation-class.html"}},{"name":"addListener","qualifiedName":"animation.AlwaysStoppedAnimation.addListener","href":"animation/AlwaysStoppedAnimation/addListener.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Calls the listener every time the value of the animation changes.","enclosedBy":{"name":"AlwaysStoppedAnimation","kind":3,"href":"animation/AlwaysStoppedAnimation-class.html"}},{"name":"addStatusListener","qualifiedName":"animation.AlwaysStoppedAnimation.addStatusListener","href":"animation/AlwaysStoppedAnimation/addStatusListener.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Calls listener every time the status of the animation changes.","enclosedBy":{"name":"AlwaysStoppedAnimation","kind":3,"href":"animation/AlwaysStoppedAnimation-class.html"}},{"name":"removeListener","qualifiedName":"animation.AlwaysStoppedAnimation.removeListener","href":"animation/AlwaysStoppedAnimation/removeListener.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Stop calling the listener every time the value of the animation changes.","enclosedBy":{"name":"AlwaysStoppedAnimation","kind":3,"href":"animation/AlwaysStoppedAnimation-class.html"}},{"name":"removeStatusListener","qualifiedName":"animation.AlwaysStoppedAnimation.removeStatusListener","href":"animation/AlwaysStoppedAnimation/removeStatusListener.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Stops calling the listener every time the status of the animation changes.","enclosedBy":{"name":"AlwaysStoppedAnimation","kind":3,"href":"animation/AlwaysStoppedAnimation-class.html"}},{"name":"status","qualifiedName":"animation.AlwaysStoppedAnimation.status","href":"animation/AlwaysStoppedAnimation/status.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current status of this animation.","enclosedBy":{"name":"AlwaysStoppedAnimation","kind":3,"href":"animation/AlwaysStoppedAnimation-class.html"}},{"name":"toStringDetails","qualifiedName":"animation.AlwaysStoppedAnimation.toStringDetails","href":"animation/AlwaysStoppedAnimation/toStringDetails.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Provides a string describing the status of this object, but not including\ninformation about the object itself.","enclosedBy":{"name":"AlwaysStoppedAnimation","kind":3,"href":"animation/AlwaysStoppedAnimation-class.html"}},{"name":"value","qualifiedName":"animation.AlwaysStoppedAnimation.value","href":"animation/AlwaysStoppedAnimation/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current value of the animation.","enclosedBy":{"name":"AlwaysStoppedAnimation","kind":3,"href":"animation/AlwaysStoppedAnimation-class.html"}},{"name":"Animatable","qualifiedName":"animation.Animatable","href":"animation/Animatable-class.html","kind":3,"packageRank":0,"desc":"An object that can produce a value of type T given an Animation&lt;double&gt;\nas input.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"Animatable.fromCallback","qualifiedName":"animation.Animatable.Animatable.fromCallback","href":"animation/Animatable/Animatable.fromCallback.html","kind":2,"packageRank":0,"desc":"Create a new Animatable from the provided callback.","enclosedBy":{"name":"Animatable","kind":3,"href":"animation/Animatable-class.html"}},{"name":"Animatable.new","qualifiedName":"animation.Animatable.Animatable.new","href":"animation/Animatable/Animatable.html","kind":2,"packageRank":0,"desc":"Abstract const constructor. This constructor enables subclasses to provide\nconst constructors so that they can be used in const expressions.","enclosedBy":{"name":"Animatable","kind":3,"href":"animation/Animatable-class.html"}},{"name":"animate","qualifiedName":"animation.Animatable.animate","href":"animation/Animatable/animate.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns a new Animation that is driven by the given animation but that\ntakes on values determined by this object.","enclosedBy":{"name":"Animatable","kind":3,"href":"animation/Animatable-class.html"}},{"name":"chain","qualifiedName":"animation.Animatable.chain","href":"animation/Animatable/chain.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns a new Animatable whose value is determined by first evaluating\nthe given parent and then evaluating this object at the result.","enclosedBy":{"name":"Animatable","kind":3,"href":"animation/Animatable-class.html"}},{"name":"evaluate","qualifiedName":"animation.Animatable.evaluate","href":"animation/Animatable/evaluate.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The current value of this object for the given Animation.","enclosedBy":{"name":"Animatable","kind":3,"href":"animation/Animatable-class.html"}},{"name":"transform","qualifiedName":"animation.Animatable.transform","href":"animation/Animatable/transform.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns the value of the object at point t.","enclosedBy":{"name":"Animatable","kind":3,"href":"animation/Animatable-class.html"}},{"name":"AnimatableCallback","qualifiedName":"animation.AnimatableCallback","href":"animation/AnimatableCallback.html","kind":21,"packageRank":0,"desc":"A typedef used by Animatable.fromCallback to create an Animatable\nfrom a callback.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"Animation","qualifiedName":"animation.Animation","href":"animation/Animation-class.html","kind":3,"packageRank":0,"desc":"A value which might change over time, moving forward or backward.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"Animation.fromValueListenable","qualifiedName":"animation.Animation.Animation.fromValueListenable","href":"animation/Animation/Animation.fromValueListenable.html","kind":2,"packageRank":0,"desc":"Create a new animation from a ValueListenable.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"Animation.new","qualifiedName":"animation.Animation.Animation.new","href":"animation/Animation/Animation.html","kind":2,"packageRank":0,"desc":"Abstract const constructor. This constructor enables subclasses to provide\nconst constructors so that they can be used in const expressions.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"addListener","qualifiedName":"animation.Animation.addListener","href":"animation/Animation/addListener.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Calls the listener every time the value of the animation changes.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"addStatusListener","qualifiedName":"animation.Animation.addStatusListener","href":"animation/Animation/addStatusListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Calls listener every time the status of the animation changes.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"drive","qualifiedName":"animation.Animation.drive","href":"animation/Animation/drive.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Chains a Tween (or CurveTween) to this Animation.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"isAnimating","qualifiedName":"animation.Animation.isAnimating","href":"animation/Animation/isAnimating.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this animation is running in either direction.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"isCompleted","qualifiedName":"animation.Animation.isCompleted","href":"animation/Animation/isCompleted.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this animation is stopped at the end.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"isDismissed","qualifiedName":"animation.Animation.isDismissed","href":"animation/Animation/isDismissed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this animation is stopped at the beginning.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"isForwardOrCompleted","qualifiedName":"animation.Animation.isForwardOrCompleted","href":"animation/Animation/isForwardOrCompleted.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the current aim of the animation is toward completion.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"removeListener","qualifiedName":"animation.Animation.removeListener","href":"animation/Animation/removeListener.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Stop calling the listener every time the value of the animation changes.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"removeStatusListener","qualifiedName":"animation.Animation.removeStatusListener","href":"animation/Animation/removeStatusListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Stops calling the listener every time the status of the animation changes.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"status","qualifiedName":"animation.Animation.status","href":"animation/Animation/status.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current status of this animation.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"toString","qualifiedName":"animation.Animation.toString","href":"animation/Animation/toString.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"toStringDetails","qualifiedName":"animation.Animation.toStringDetails","href":"animation/Animation/toStringDetails.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Provides a string describing the status of this object, but not including\ninformation about the object itself.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"value","qualifiedName":"animation.Animation.value","href":"animation/Animation/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current value of the animation.","enclosedBy":{"name":"Animation","kind":3,"href":"animation/Animation-class.html"}},{"name":"AnimationBehavior","qualifiedName":"animation.AnimationBehavior","href":"animation/AnimationBehavior.html","kind":5,"packageRank":0,"desc":"Configures how an AnimationController behaves when animations are\ndisabled.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"values","qualifiedName":"animation.AnimationBehavior.values","href":"animation/AnimationBehavior/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"AnimationBehavior","kind":5,"href":"animation/AnimationBehavior.html"}},{"name":"AnimationController","qualifiedName":"animation.AnimationController","href":"animation/AnimationController-class.html","kind":3,"packageRank":0,"desc":"A controller for an animation.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"AnimationController.new","qualifiedName":"animation.AnimationController.AnimationController.new","href":"animation/AnimationController/AnimationController.html","kind":2,"packageRank":0,"desc":"Creates an animation controller.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"AnimationController.unbounded","qualifiedName":"animation.AnimationController.AnimationController.unbounded","href":"animation/AnimationController/AnimationController.unbounded.html","kind":2,"packageRank":0,"desc":"Creates an animation controller with no upper or lower bound for its\nvalue.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"animateBack","qualifiedName":"animation.AnimationController.animateBack","href":"animation/AnimationController/animateBack.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Drives the animation from its current value to the given target, \"backward\".","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"animateBackWith","qualifiedName":"animation.AnimationController.animateBackWith","href":"animation/AnimationController/animateBackWith.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Drives the animation according to the given simulation with a status of\nAnimationStatus.reverse.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"animateTo","qualifiedName":"animation.AnimationController.animateTo","href":"animation/AnimationController/animateTo.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Drives the animation from its current value to the given target, \"forward\".","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"animateWith","qualifiedName":"animation.AnimationController.animateWith","href":"animation/AnimationController/animateWith.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Drives the animation according to the given simulation.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"animationBehavior","qualifiedName":"animation.AnimationController.animationBehavior","href":"animation/AnimationController/animationBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The behavior of the controller when AccessibilityFeatures.disableAnimations\nis true.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"debugLabel","qualifiedName":"animation.AnimationController.debugLabel","href":"animation/AnimationController/debugLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A label that is used in the toString output. Intended to aid with\nidentifying animation controller instances in debug output.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"dispose","qualifiedName":"animation.AnimationController.dispose","href":"animation/AnimationController/dispose.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"duration","qualifiedName":"animation.AnimationController.duration","href":"animation/AnimationController/duration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The length of time this animation should last.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"fling","qualifiedName":"animation.AnimationController.fling","href":"animation/AnimationController/fling.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Drives the animation with a spring (within lowerBound and upperBound)\nand initial velocity.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"forward","qualifiedName":"animation.AnimationController.forward","href":"animation/AnimationController/forward.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Starts running this animation forwards (towards the end).","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"isAnimating","qualifiedName":"animation.AnimationController.isAnimating","href":"animation/AnimationController/isAnimating.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this animation is currently animating in either the forward or reverse direction.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"lastElapsedDuration","qualifiedName":"animation.AnimationController.lastElapsedDuration","href":"animation/AnimationController/lastElapsedDuration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The amount of time that has passed between the time the animation started\nand the most recent tick of the animation.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"lowerBound","qualifiedName":"animation.AnimationController.lowerBound","href":"animation/AnimationController/lowerBound.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The value at which this animation is deemed to be dismissed.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"repeat","qualifiedName":"animation.AnimationController.repeat","href":"animation/AnimationController/repeat.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Starts running this animation in the forward direction, and\nrestarts the animation when it completes.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"reset","qualifiedName":"animation.AnimationController.reset","href":"animation/AnimationController/reset.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Sets the controller's value to lowerBound, stopping the animation (if\nin progress), and resetting to its beginning point, or dismissed state.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"resync","qualifiedName":"animation.AnimationController.resync","href":"animation/AnimationController/resync.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Recreates the Ticker with the new TickerProvider.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"reverse","qualifiedName":"animation.AnimationController.reverse","href":"animation/AnimationController/reverse.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Starts running this animation in reverse (towards the beginning).","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"reverseDuration","qualifiedName":"animation.AnimationController.reverseDuration","href":"animation/AnimationController/reverseDuration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The length of time this animation should last when going in reverse.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"status","qualifiedName":"animation.AnimationController.status","href":"animation/AnimationController/status.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current status of this animation.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"stop","qualifiedName":"animation.AnimationController.stop","href":"animation/AnimationController/stop.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Stops running this animation.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"toStringDetails","qualifiedName":"animation.AnimationController.toStringDetails","href":"animation/AnimationController/toStringDetails.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Provides a string describing the status of this object, but not including\ninformation about the object itself.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"toggle","qualifiedName":"animation.AnimationController.toggle","href":"animation/AnimationController/toggle.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Toggles the direction of this animation, based on whether it isForwardOrCompleted.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"upperBound","qualifiedName":"animation.AnimationController.upperBound","href":"animation/AnimationController/upperBound.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The value at which this animation is deemed to be completed.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"value","qualifiedName":"animation.AnimationController.value","href":"animation/AnimationController/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current value of the animation.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"velocity","qualifiedName":"animation.AnimationController.velocity","href":"animation/AnimationController/velocity.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The rate of change of value per second.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"view","qualifiedName":"animation.AnimationController.view","href":"animation/AnimationController/view.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Returns an Animation&lt;double&gt; for this animation controller, so that a\npointer to this object can be passed around without allowing users of that\npointer to mutate the AnimationController state.","enclosedBy":{"name":"AnimationController","kind":3,"href":"animation/AnimationController-class.html"}},{"name":"AnimationEagerListenerMixin","qualifiedName":"animation.AnimationEagerListenerMixin","href":"animation/AnimationEagerListenerMixin-mixin.html","kind":11,"packageRank":0,"desc":"A mixin that replaces the didRegisterListener/didUnregisterListener contract\nwith a dispose contract.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"didRegisterListener","qualifiedName":"animation.AnimationEagerListenerMixin.didRegisterListener","href":"animation/AnimationEagerListenerMixin/didRegisterListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"This implementation ignores listener registrations.","enclosedBy":{"name":"AnimationEagerListenerMixin","kind":11,"href":"animation/AnimationEagerListenerMixin-mixin.html"}},{"name":"didUnregisterListener","qualifiedName":"animation.AnimationEagerListenerMixin.didUnregisterListener","href":"animation/AnimationEagerListenerMixin/didUnregisterListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"This implementation ignores listener registrations.","enclosedBy":{"name":"AnimationEagerListenerMixin","kind":11,"href":"animation/AnimationEagerListenerMixin-mixin.html"}},{"name":"dispose","qualifiedName":"animation.AnimationEagerListenerMixin.dispose","href":"animation/AnimationEagerListenerMixin/dispose.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"AnimationEagerListenerMixin","kind":11,"href":"animation/AnimationEagerListenerMixin-mixin.html"}},{"name":"hashCode","qualifiedName":"animation.AnimationEagerListenerMixin.hashCode","href":"animation/AnimationEagerListenerMixin/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The hash code for this object.","enclosedBy":{"name":"AnimationEagerListenerMixin","kind":11,"href":"animation/AnimationEagerListenerMixin-mixin.html"}},{"name":"noSuchMethod","qualifiedName":"animation.AnimationEagerListenerMixin.noSuchMethod","href":"animation/AnimationEagerListenerMixin/noSuchMethod.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Invoked when a nonexistent method or property is accessed.","enclosedBy":{"name":"AnimationEagerListenerMixin","kind":11,"href":"animation/AnimationEagerListenerMixin-mixin.html"}},{"name":"operator ==","qualifiedName":"animation.AnimationEagerListenerMixin.operator ==","href":"animation/AnimationEagerListenerMixin/operator_equals.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The equality operator.","enclosedBy":{"name":"AnimationEagerListenerMixin","kind":11,"href":"animation/AnimationEagerListenerMixin-mixin.html"}},{"name":"runtimeType","qualifiedName":"animation.AnimationEagerListenerMixin.runtimeType","href":"animation/AnimationEagerListenerMixin/runtimeType.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A representation of the runtime type of the object.","enclosedBy":{"name":"AnimationEagerListenerMixin","kind":11,"href":"animation/AnimationEagerListenerMixin-mixin.html"}},{"name":"toString","qualifiedName":"animation.AnimationEagerListenerMixin.toString","href":"animation/AnimationEagerListenerMixin/toString.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"AnimationEagerListenerMixin","kind":11,"href":"animation/AnimationEagerListenerMixin-mixin.html"}},{"name":"AnimationLazyListenerMixin","qualifiedName":"animation.AnimationLazyListenerMixin","href":"animation/AnimationLazyListenerMixin-mixin.html","kind":11,"packageRank":0,"desc":"A mixin that helps listen to another object only when this object has registered listeners.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"didRegisterListener","qualifiedName":"animation.AnimationLazyListenerMixin.didRegisterListener","href":"animation/AnimationLazyListenerMixin/didRegisterListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Calls didStartListening every time a registration of a listener causes\nan empty list of listeners to become non-empty.","enclosedBy":{"name":"AnimationLazyListenerMixin","kind":11,"href":"animation/AnimationLazyListenerMixin-mixin.html"}},{"name":"didStartListening","qualifiedName":"animation.AnimationLazyListenerMixin.didStartListening","href":"animation/AnimationLazyListenerMixin/didStartListening.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Called when the number of listeners changes from zero to one.","enclosedBy":{"name":"AnimationLazyListenerMixin","kind":11,"href":"animation/AnimationLazyListenerMixin-mixin.html"}},{"name":"didStopListening","qualifiedName":"animation.AnimationLazyListenerMixin.didStopListening","href":"animation/AnimationLazyListenerMixin/didStopListening.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Called when the number of listeners changes from one to zero.","enclosedBy":{"name":"AnimationLazyListenerMixin","kind":11,"href":"animation/AnimationLazyListenerMixin-mixin.html"}},{"name":"didUnregisterListener","qualifiedName":"animation.AnimationLazyListenerMixin.didUnregisterListener","href":"animation/AnimationLazyListenerMixin/didUnregisterListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Calls didStopListening when an only remaining listener is unregistered,\nthus making the list empty.","enclosedBy":{"name":"AnimationLazyListenerMixin","kind":11,"href":"animation/AnimationLazyListenerMixin-mixin.html"}},{"name":"hashCode","qualifiedName":"animation.AnimationLazyListenerMixin.hashCode","href":"animation/AnimationLazyListenerMixin/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The hash code for this object.","enclosedBy":{"name":"AnimationLazyListenerMixin","kind":11,"href":"animation/AnimationLazyListenerMixin-mixin.html"}},{"name":"isListening","qualifiedName":"animation.AnimationLazyListenerMixin.isListening","href":"animation/AnimationLazyListenerMixin/isListening.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether there are any listeners.","enclosedBy":{"name":"AnimationLazyListenerMixin","kind":11,"href":"animation/AnimationLazyListenerMixin-mixin.html"}},{"name":"noSuchMethod","qualifiedName":"animation.AnimationLazyListenerMixin.noSuchMethod","href":"animation/AnimationLazyListenerMixin/noSuchMethod.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Invoked when a nonexistent method or property is accessed.","enclosedBy":{"name":"AnimationLazyListenerMixin","kind":11,"href":"animation/AnimationLazyListenerMixin-mixin.html"}},{"name":"operator ==","qualifiedName":"animation.AnimationLazyListenerMixin.operator ==","href":"animation/AnimationLazyListenerMixin/operator_equals.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The equality operator.","enclosedBy":{"name":"AnimationLazyListenerMixin","kind":11,"href":"animation/AnimationLazyListenerMixin-mixin.html"}},{"name":"runtimeType","qualifiedName":"animation.AnimationLazyListenerMixin.runtimeType","href":"animation/AnimationLazyListenerMixin/runtimeType.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A representation of the runtime type of the object.","enclosedBy":{"name":"AnimationLazyListenerMixin","kind":11,"href":"animation/AnimationLazyListenerMixin-mixin.html"}},{"name":"toString","qualifiedName":"animation.AnimationLazyListenerMixin.toString","href":"animation/AnimationLazyListenerMixin/toString.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"AnimationLazyListenerMixin","kind":11,"href":"animation/AnimationLazyListenerMixin-mixin.html"}},{"name":"AnimationLocalListenersMixin","qualifiedName":"animation.AnimationLocalListenersMixin","href":"animation/AnimationLocalListenersMixin-mixin.html","kind":11,"packageRank":0,"desc":"A mixin that implements the addListener/removeListener protocol and notifies\nall the registered listeners when notifyListeners is called.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"addListener","qualifiedName":"animation.AnimationLocalListenersMixin.addListener","href":"animation/AnimationLocalListenersMixin/addListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Calls the listener every time the value of the animation changes.","enclosedBy":{"name":"AnimationLocalListenersMixin","kind":11,"href":"animation/AnimationLocalListenersMixin-mixin.html"}},{"name":"clearListeners","qualifiedName":"animation.AnimationLocalListenersMixin.clearListeners","href":"animation/AnimationLocalListenersMixin/clearListeners.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Removes all listeners added with addListener.","enclosedBy":{"name":"AnimationLocalListenersMixin","kind":11,"href":"animation/AnimationLocalListenersMixin-mixin.html"}},{"name":"didRegisterListener","qualifiedName":"animation.AnimationLocalListenersMixin.didRegisterListener","href":"animation/AnimationLocalListenersMixin/didRegisterListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Called immediately before a listener is added via addListener.","enclosedBy":{"name":"AnimationLocalListenersMixin","kind":11,"href":"animation/AnimationLocalListenersMixin-mixin.html"}},{"name":"didUnregisterListener","qualifiedName":"animation.AnimationLocalListenersMixin.didUnregisterListener","href":"animation/AnimationLocalListenersMixin/didUnregisterListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Called immediately after a listener is removed via removeListener.","enclosedBy":{"name":"AnimationLocalListenersMixin","kind":11,"href":"animation/AnimationLocalListenersMixin-mixin.html"}},{"name":"hashCode","qualifiedName":"animation.AnimationLocalListenersMixin.hashCode","href":"animation/AnimationLocalListenersMixin/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The hash code for this object.","enclosedBy":{"name":"AnimationLocalListenersMixin","kind":11,"href":"animation/AnimationLocalListenersMixin-mixin.html"}},{"name":"noSuchMethod","qualifiedName":"animation.AnimationLocalListenersMixin.noSuchMethod","href":"animation/AnimationLocalListenersMixin/noSuchMethod.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Invoked when a nonexistent method or property is accessed.","enclosedBy":{"name":"AnimationLocalListenersMixin","kind":11,"href":"animation/AnimationLocalListenersMixin-mixin.html"}},{"name":"notifyListeners","qualifiedName":"animation.AnimationLocalListenersMixin.notifyListeners","href":"animation/AnimationLocalListenersMixin/notifyListeners.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Calls all the listeners.","enclosedBy":{"name":"AnimationLocalListenersMixin","kind":11,"href":"animation/AnimationLocalListenersMixin-mixin.html"}},{"name":"operator ==","qualifiedName":"animation.AnimationLocalListenersMixin.operator ==","href":"animation/AnimationLocalListenersMixin/operator_equals.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The equality operator.","enclosedBy":{"name":"AnimationLocalListenersMixin","kind":11,"href":"animation/AnimationLocalListenersMixin-mixin.html"}},{"name":"removeListener","qualifiedName":"animation.AnimationLocalListenersMixin.removeListener","href":"animation/AnimationLocalListenersMixin/removeListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Stop calling the listener every time the value of the animation changes.","enclosedBy":{"name":"AnimationLocalListenersMixin","kind":11,"href":"animation/AnimationLocalListenersMixin-mixin.html"}},{"name":"runtimeType","qualifiedName":"animation.AnimationLocalListenersMixin.runtimeType","href":"animation/AnimationLocalListenersMixin/runtimeType.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A representation of the runtime type of the object.","enclosedBy":{"name":"AnimationLocalListenersMixin","kind":11,"href":"animation/AnimationLocalListenersMixin-mixin.html"}},{"name":"toString","qualifiedName":"animation.AnimationLocalListenersMixin.toString","href":"animation/AnimationLocalListenersMixin/toString.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"AnimationLocalListenersMixin","kind":11,"href":"animation/AnimationLocalListenersMixin-mixin.html"}},{"name":"AnimationLocalStatusListenersMixin","qualifiedName":"animation.AnimationLocalStatusListenersMixin","href":"animation/AnimationLocalStatusListenersMixin-mixin.html","kind":11,"packageRank":0,"desc":"A mixin that implements the addStatusListener/removeStatusListener protocol\nand notifies all the registered listeners when notifyStatusListeners is\ncalled.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"addStatusListener","qualifiedName":"animation.AnimationLocalStatusListenersMixin.addStatusListener","href":"animation/AnimationLocalStatusListenersMixin/addStatusListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Calls listener every time the status of the animation changes.","enclosedBy":{"name":"AnimationLocalStatusListenersMixin","kind":11,"href":"animation/AnimationLocalStatusListenersMixin-mixin.html"}},{"name":"clearStatusListeners","qualifiedName":"animation.AnimationLocalStatusListenersMixin.clearStatusListeners","href":"animation/AnimationLocalStatusListenersMixin/clearStatusListeners.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Removes all listeners added with addStatusListener.","enclosedBy":{"name":"AnimationLocalStatusListenersMixin","kind":11,"href":"animation/AnimationLocalStatusListenersMixin-mixin.html"}},{"name":"didRegisterListener","qualifiedName":"animation.AnimationLocalStatusListenersMixin.didRegisterListener","href":"animation/AnimationLocalStatusListenersMixin/didRegisterListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Called immediately before a status listener is added via addStatusListener.","enclosedBy":{"name":"AnimationLocalStatusListenersMixin","kind":11,"href":"animation/AnimationLocalStatusListenersMixin-mixin.html"}},{"name":"didUnregisterListener","qualifiedName":"animation.AnimationLocalStatusListenersMixin.didUnregisterListener","href":"animation/AnimationLocalStatusListenersMixin/didUnregisterListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Called immediately after a status listener is removed via removeStatusListener.","enclosedBy":{"name":"AnimationLocalStatusListenersMixin","kind":11,"href":"animation/AnimationLocalStatusListenersMixin-mixin.html"}},{"name":"hashCode","qualifiedName":"animation.AnimationLocalStatusListenersMixin.hashCode","href":"animation/AnimationLocalStatusListenersMixin/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The hash code for this object.","enclosedBy":{"name":"AnimationLocalStatusListenersMixin","kind":11,"href":"animation/AnimationLocalStatusListenersMixin-mixin.html"}},{"name":"noSuchMethod","qualifiedName":"animation.AnimationLocalStatusListenersMixin.noSuchMethod","href":"animation/AnimationLocalStatusListenersMixin/noSuchMethod.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Invoked when a nonexistent method or property is accessed.","enclosedBy":{"name":"AnimationLocalStatusListenersMixin","kind":11,"href":"animation/AnimationLocalStatusListenersMixin-mixin.html"}},{"name":"notifyStatusListeners","qualifiedName":"animation.AnimationLocalStatusListenersMixin.notifyStatusListeners","href":"animation/AnimationLocalStatusListenersMixin/notifyStatusListeners.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Calls all the status listeners.","enclosedBy":{"name":"AnimationLocalStatusListenersMixin","kind":11,"href":"animation/AnimationLocalStatusListenersMixin-mixin.html"}},{"name":"operator ==","qualifiedName":"animation.AnimationLocalStatusListenersMixin.operator ==","href":"animation/AnimationLocalStatusListenersMixin/operator_equals.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The equality operator.","enclosedBy":{"name":"AnimationLocalStatusListenersMixin","kind":11,"href":"animation/AnimationLocalStatusListenersMixin-mixin.html"}},{"name":"removeStatusListener","qualifiedName":"animation.AnimationLocalStatusListenersMixin.removeStatusListener","href":"animation/AnimationLocalStatusListenersMixin/removeStatusListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Stops calling the listener every time the status of the animation changes.","enclosedBy":{"name":"AnimationLocalStatusListenersMixin","kind":11,"href":"animation/AnimationLocalStatusListenersMixin-mixin.html"}},{"name":"runtimeType","qualifiedName":"animation.AnimationLocalStatusListenersMixin.runtimeType","href":"animation/AnimationLocalStatusListenersMixin/runtimeType.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A representation of the runtime type of the object.","enclosedBy":{"name":"AnimationLocalStatusListenersMixin","kind":11,"href":"animation/AnimationLocalStatusListenersMixin-mixin.html"}},{"name":"toString","qualifiedName":"animation.AnimationLocalStatusListenersMixin.toString","href":"animation/AnimationLocalStatusListenersMixin/toString.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"AnimationLocalStatusListenersMixin","kind":11,"href":"animation/AnimationLocalStatusListenersMixin-mixin.html"}},{"name":"AnimationMax","qualifiedName":"animation.AnimationMax","href":"animation/AnimationMax-class.html","kind":3,"packageRank":0,"desc":"An animation that tracks the maximum of two other animations.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"AnimationMax.new","qualifiedName":"animation.AnimationMax.AnimationMax.new","href":"animation/AnimationMax/AnimationMax.html","kind":2,"packageRank":0,"desc":"Creates an AnimationMax.","enclosedBy":{"name":"AnimationMax","kind":3,"href":"animation/AnimationMax-class.html"}},{"name":"value","qualifiedName":"animation.AnimationMax.value","href":"animation/AnimationMax/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current value of the animation.","enclosedBy":{"name":"AnimationMax","kind":3,"href":"animation/AnimationMax-class.html"}},{"name":"AnimationMean","qualifiedName":"animation.AnimationMean","href":"animation/AnimationMean-class.html","kind":3,"packageRank":0,"desc":"An animation of doubles that tracks the mean of two other animations.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"AnimationMean.new","qualifiedName":"animation.AnimationMean.AnimationMean.new","href":"animation/AnimationMean/AnimationMean.html","kind":2,"packageRank":0,"desc":"Creates an animation that tracks the mean of two other animations.","enclosedBy":{"name":"AnimationMean","kind":3,"href":"animation/AnimationMean-class.html"}},{"name":"value","qualifiedName":"animation.AnimationMean.value","href":"animation/AnimationMean/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current value of the animation.","enclosedBy":{"name":"AnimationMean","kind":3,"href":"animation/AnimationMean-class.html"}},{"name":"AnimationMin","qualifiedName":"animation.AnimationMin","href":"animation/AnimationMin-class.html","kind":3,"packageRank":0,"desc":"An animation that tracks the minimum of two other animations.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"AnimationMin.new","qualifiedName":"animation.AnimationMin.AnimationMin.new","href":"animation/AnimationMin/AnimationMin.html","kind":2,"packageRank":0,"desc":"Creates an AnimationMin.","enclosedBy":{"name":"AnimationMin","kind":3,"href":"animation/AnimationMin-class.html"}},{"name":"value","qualifiedName":"animation.AnimationMin.value","href":"animation/AnimationMin/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current value of the animation.","enclosedBy":{"name":"AnimationMin","kind":3,"href":"animation/AnimationMin-class.html"}},{"name":"AnimationStatus","qualifiedName":"animation.AnimationStatus","href":"animation/AnimationStatus.html","kind":5,"packageRank":0,"desc":"The status of an animation.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"isAnimating","qualifiedName":"animation.AnimationStatus.isAnimating","href":"animation/AnimationStatus/isAnimating.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the animation is running in either direction.","enclosedBy":{"name":"AnimationStatus","kind":5,"href":"animation/AnimationStatus.html"}},{"name":"isCompleted","qualifiedName":"animation.AnimationStatus.isCompleted","href":"animation/AnimationStatus/isCompleted.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the animation is stopped at the end.","enclosedBy":{"name":"AnimationStatus","kind":5,"href":"animation/AnimationStatus.html"}},{"name":"isDismissed","qualifiedName":"animation.AnimationStatus.isDismissed","href":"animation/AnimationStatus/isDismissed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the animation is stopped at the beginning.","enclosedBy":{"name":"AnimationStatus","kind":5,"href":"animation/AnimationStatus.html"}},{"name":"isForwardOrCompleted","qualifiedName":"animation.AnimationStatus.isForwardOrCompleted","href":"animation/AnimationStatus/isForwardOrCompleted.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the current aim of the animation is toward completion.","enclosedBy":{"name":"AnimationStatus","kind":5,"href":"animation/AnimationStatus.html"}},{"name":"values","qualifiedName":"animation.AnimationStatus.values","href":"animation/AnimationStatus/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"AnimationStatus","kind":5,"href":"animation/AnimationStatus.html"}},{"name":"AnimationStatusListener","qualifiedName":"animation.AnimationStatusListener","href":"animation/AnimationStatusListener.html","kind":21,"packageRank":0,"desc":"Signature for listeners attached using Animation.addStatusListener.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"AnimationStyle","qualifiedName":"animation.AnimationStyle","href":"animation/AnimationStyle-class.html","kind":3,"packageRank":0,"desc":"Used to override the default parameters of an animation.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"AnimationStyle.new","qualifiedName":"animation.AnimationStyle.AnimationStyle.new","href":"animation/AnimationStyle/AnimationStyle.html","kind":2,"packageRank":0,"desc":"Creates an instance of Animation Style class.","enclosedBy":{"name":"AnimationStyle","kind":3,"href":"animation/AnimationStyle-class.html"}},{"name":"copyWith","qualifiedName":"animation.AnimationStyle.copyWith","href":"animation/AnimationStyle/copyWith.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Creates a new AnimationStyle based on the current selection, with the\nprovided parameters overridden.","enclosedBy":{"name":"AnimationStyle","kind":3,"href":"animation/AnimationStyle-class.html"}},{"name":"curve","qualifiedName":"animation.AnimationStyle.curve","href":"animation/AnimationStyle/curve.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"When specified, the animation will use this curve.","enclosedBy":{"name":"AnimationStyle","kind":3,"href":"animation/AnimationStyle-class.html"}},{"name":"debugFillProperties","qualifiedName":"animation.AnimationStyle.debugFillProperties","href":"animation/AnimationStyle/debugFillProperties.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Add additional properties associated with the node.","enclosedBy":{"name":"AnimationStyle","kind":3,"href":"animation/AnimationStyle-class.html"}},{"name":"duration","qualifiedName":"animation.AnimationStyle.duration","href":"animation/AnimationStyle/duration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"When specified, the animation will use this duration.","enclosedBy":{"name":"AnimationStyle","kind":3,"href":"animation/AnimationStyle-class.html"}},{"name":"hashCode","qualifiedName":"animation.AnimationStyle.hashCode","href":"animation/AnimationStyle/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The hash code for this object.","enclosedBy":{"name":"AnimationStyle","kind":3,"href":"animation/AnimationStyle-class.html"}},{"name":"lerp","qualifiedName":"animation.AnimationStyle.lerp","href":"animation/AnimationStyle/lerp.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Linearly interpolate between two animation styles.","enclosedBy":{"name":"AnimationStyle","kind":3,"href":"animation/AnimationStyle-class.html"}},{"name":"noAnimation","qualifiedName":"animation.AnimationStyle.noAnimation","href":"animation/AnimationStyle/noAnimation-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Creates an instance of Animation Style class with no animation.","enclosedBy":{"name":"AnimationStyle","kind":3,"href":"animation/AnimationStyle-class.html"}},{"name":"operator ==","qualifiedName":"animation.AnimationStyle.operator ==","href":"animation/AnimationStyle/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"The equality operator.","enclosedBy":{"name":"AnimationStyle","kind":3,"href":"animation/AnimationStyle-class.html"}},{"name":"reverseCurve","qualifiedName":"animation.AnimationStyle.reverseCurve","href":"animation/AnimationStyle/reverseCurve.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"When specified, the reverse animation will use this curve.","enclosedBy":{"name":"AnimationStyle","kind":3,"href":"animation/AnimationStyle-class.html"}},{"name":"reverseDuration","qualifiedName":"animation.AnimationStyle.reverseDuration","href":"animation/AnimationStyle/reverseDuration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"When specified, the reverse animation will use this duration.","enclosedBy":{"name":"AnimationStyle","kind":3,"href":"animation/AnimationStyle-class.html"}},{"name":"AnimationWithParentMixin","qualifiedName":"animation.AnimationWithParentMixin","href":"animation/AnimationWithParentMixin-mixin.html","kind":11,"packageRank":0,"desc":"Implements most of the Animation interface by deferring its behavior to a\ngiven parent Animation.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"addListener","qualifiedName":"animation.AnimationWithParentMixin.addListener","href":"animation/AnimationWithParentMixin/addListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Calls the listener every time the value of the animation changes.","enclosedBy":{"name":"AnimationWithParentMixin","kind":11,"href":"animation/AnimationWithParentMixin-mixin.html"}},{"name":"addStatusListener","qualifiedName":"animation.AnimationWithParentMixin.addStatusListener","href":"animation/AnimationWithParentMixin/addStatusListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Calls listener every time the status of the animation changes.","enclosedBy":{"name":"AnimationWithParentMixin","kind":11,"href":"animation/AnimationWithParentMixin-mixin.html"}},{"name":"hashCode","qualifiedName":"animation.AnimationWithParentMixin.hashCode","href":"animation/AnimationWithParentMixin/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The hash code for this object.","enclosedBy":{"name":"AnimationWithParentMixin","kind":11,"href":"animation/AnimationWithParentMixin-mixin.html"}},{"name":"noSuchMethod","qualifiedName":"animation.AnimationWithParentMixin.noSuchMethod","href":"animation/AnimationWithParentMixin/noSuchMethod.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Invoked when a nonexistent method or property is accessed.","enclosedBy":{"name":"AnimationWithParentMixin","kind":11,"href":"animation/AnimationWithParentMixin-mixin.html"}},{"name":"operator ==","qualifiedName":"animation.AnimationWithParentMixin.operator ==","href":"animation/AnimationWithParentMixin/operator_equals.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The equality operator.","enclosedBy":{"name":"AnimationWithParentMixin","kind":11,"href":"animation/AnimationWithParentMixin-mixin.html"}},{"name":"parent","qualifiedName":"animation.AnimationWithParentMixin.parent","href":"animation/AnimationWithParentMixin/parent.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The animation whose value this animation will proxy.","enclosedBy":{"name":"AnimationWithParentMixin","kind":11,"href":"animation/AnimationWithParentMixin-mixin.html"}},{"name":"removeListener","qualifiedName":"animation.AnimationWithParentMixin.removeListener","href":"animation/AnimationWithParentMixin/removeListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Stop calling the listener every time the value of the animation changes.","enclosedBy":{"name":"AnimationWithParentMixin","kind":11,"href":"animation/AnimationWithParentMixin-mixin.html"}},{"name":"removeStatusListener","qualifiedName":"animation.AnimationWithParentMixin.removeStatusListener","href":"animation/AnimationWithParentMixin/removeStatusListener.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Stops calling the listener every time the status of the animation changes.","enclosedBy":{"name":"AnimationWithParentMixin","kind":11,"href":"animation/AnimationWithParentMixin-mixin.html"}},{"name":"runtimeType","qualifiedName":"animation.AnimationWithParentMixin.runtimeType","href":"animation/AnimationWithParentMixin/runtimeType.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A representation of the runtime type of the object.","enclosedBy":{"name":"AnimationWithParentMixin","kind":11,"href":"animation/AnimationWithParentMixin-mixin.html"}},{"name":"status","qualifiedName":"animation.AnimationWithParentMixin.status","href":"animation/AnimationWithParentMixin/status.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current status of this animation.","enclosedBy":{"name":"AnimationWithParentMixin","kind":11,"href":"animation/AnimationWithParentMixin-mixin.html"}},{"name":"toString","qualifiedName":"animation.AnimationWithParentMixin.toString","href":"animation/AnimationWithParentMixin/toString.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"AnimationWithParentMixin","kind":11,"href":"animation/AnimationWithParentMixin-mixin.html"}},{"name":"CatmullRomCurve","qualifiedName":"animation.CatmullRomCurve","href":"animation/CatmullRomCurve-class.html","kind":3,"packageRank":0,"desc":"An animation easing curve that passes smoothly through the given control\npoints using a centripetal Catmull-Rom spline.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"CatmullRomCurve.new","qualifiedName":"animation.CatmullRomCurve.CatmullRomCurve.new","href":"animation/CatmullRomCurve/CatmullRomCurve.html","kind":2,"packageRank":0,"desc":"Constructs a centripetal CatmullRomCurve.","enclosedBy":{"name":"CatmullRomCurve","kind":3,"href":"animation/CatmullRomCurve-class.html"}},{"name":"CatmullRomCurve.precompute","qualifiedName":"animation.CatmullRomCurve.CatmullRomCurve.precompute","href":"animation/CatmullRomCurve/CatmullRomCurve.precompute.html","kind":2,"packageRank":0,"desc":"Constructs a centripetal CatmullRomCurve.","enclosedBy":{"name":"CatmullRomCurve","kind":3,"href":"animation/CatmullRomCurve-class.html"}},{"name":"controlPoints","qualifiedName":"animation.CatmullRomCurve.controlPoints","href":"animation/CatmullRomCurve/controlPoints.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The control points used to create this curve.","enclosedBy":{"name":"CatmullRomCurve","kind":3,"href":"animation/CatmullRomCurve-class.html"}},{"name":"tension","qualifiedName":"animation.CatmullRomCurve.tension","href":"animation/CatmullRomCurve/tension.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The \"tension\" of the curve.","enclosedBy":{"name":"CatmullRomCurve","kind":3,"href":"animation/CatmullRomCurve-class.html"}},{"name":"transformInternal","qualifiedName":"animation.CatmullRomCurve.transformInternal","href":"animation/CatmullRomCurve/transformInternal.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"CatmullRomCurve","kind":3,"href":"animation/CatmullRomCurve-class.html"}},{"name":"validateControlPoints","qualifiedName":"animation.CatmullRomCurve.validateControlPoints","href":"animation/CatmullRomCurve/validateControlPoints.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Validates that a given set of control points for a CatmullRomCurve is\nwell-formed and will not produce a spline that self-intersects.","enclosedBy":{"name":"CatmullRomCurve","kind":3,"href":"animation/CatmullRomCurve-class.html"}},{"name":"CatmullRomSpline","qualifiedName":"animation.CatmullRomSpline","href":"animation/CatmullRomSpline-class.html","kind":3,"packageRank":0,"desc":"A 2D spline that passes smoothly through the given control points using a\ncentripetal Catmull-Rom spline.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"CatmullRomSpline.new","qualifiedName":"animation.CatmullRomSpline.CatmullRomSpline.new","href":"animation/CatmullRomSpline/CatmullRomSpline.html","kind":2,"packageRank":0,"desc":"Constructs a centripetal Catmull-Rom spline curve.","enclosedBy":{"name":"CatmullRomSpline","kind":3,"href":"animation/CatmullRomSpline-class.html"}},{"name":"CatmullRomSpline.precompute","qualifiedName":"animation.CatmullRomSpline.CatmullRomSpline.precompute","href":"animation/CatmullRomSpline/CatmullRomSpline.precompute.html","kind":2,"packageRank":0,"desc":"Constructs a centripetal Catmull-Rom spline curve.","enclosedBy":{"name":"CatmullRomSpline","kind":3,"href":"animation/CatmullRomSpline-class.html"}},{"name":"samplingSeed","qualifiedName":"animation.CatmullRomSpline.samplingSeed","href":"animation/CatmullRomSpline/samplingSeed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Returns a seed value used by generateSamples to seed a random number\ngenerator to avoid sample aliasing.","enclosedBy":{"name":"CatmullRomSpline","kind":3,"href":"animation/CatmullRomSpline-class.html"}},{"name":"transformInternal","qualifiedName":"animation.CatmullRomSpline.transformInternal","href":"animation/CatmullRomSpline/transformInternal.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"CatmullRomSpline","kind":3,"href":"animation/CatmullRomSpline-class.html"}},{"name":"ColorTween","qualifiedName":"animation.ColorTween","href":"animation/ColorTween-class.html","kind":3,"packageRank":0,"desc":"An interpolation between two colors.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"ColorTween.new","qualifiedName":"animation.ColorTween.ColorTween.new","href":"animation/ColorTween/ColorTween.html","kind":2,"packageRank":0,"desc":"Creates a Color tween.","enclosedBy":{"name":"ColorTween","kind":3,"href":"animation/ColorTween-class.html"}},{"name":"lerp","qualifiedName":"animation.ColorTween.lerp","href":"animation/ColorTween/lerp.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value this variable has at the given animation clock value.","enclosedBy":{"name":"ColorTween","kind":3,"href":"animation/ColorTween-class.html"}},{"name":"CompoundAnimation","qualifiedName":"animation.CompoundAnimation","href":"animation/CompoundAnimation-class.html","kind":3,"packageRank":0,"desc":"An interface for combining multiple Animations. Subclasses need only\nimplement the value getter to control how the child animations are\ncombined. Can be chained to combine more than 2 animations.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"CompoundAnimation.new","qualifiedName":"animation.CompoundAnimation.CompoundAnimation.new","href":"animation/CompoundAnimation/CompoundAnimation.html","kind":2,"packageRank":0,"desc":"Creates a CompoundAnimation.","enclosedBy":{"name":"CompoundAnimation","kind":3,"href":"animation/CompoundAnimation-class.html"}},{"name":"didStartListening","qualifiedName":"animation.CompoundAnimation.didStartListening","href":"animation/CompoundAnimation/didStartListening.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called when the number of listeners changes from zero to one.","enclosedBy":{"name":"CompoundAnimation","kind":3,"href":"animation/CompoundAnimation-class.html"}},{"name":"didStopListening","qualifiedName":"animation.CompoundAnimation.didStopListening","href":"animation/CompoundAnimation/didStopListening.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called when the number of listeners changes from one to zero.","enclosedBy":{"name":"CompoundAnimation","kind":3,"href":"animation/CompoundAnimation-class.html"}},{"name":"first","qualifiedName":"animation.CompoundAnimation.first","href":"animation/CompoundAnimation/first.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The first sub-animation. Its status takes precedence if neither are\nanimating.","enclosedBy":{"name":"CompoundAnimation","kind":3,"href":"animation/CompoundAnimation-class.html"}},{"name":"next","qualifiedName":"animation.CompoundAnimation.next","href":"animation/CompoundAnimation/next.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The second sub-animation.","enclosedBy":{"name":"CompoundAnimation","kind":3,"href":"animation/CompoundAnimation-class.html"}},{"name":"status","qualifiedName":"animation.CompoundAnimation.status","href":"animation/CompoundAnimation/status.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Gets the status of this animation based on the first and next status.","enclosedBy":{"name":"CompoundAnimation","kind":3,"href":"animation/CompoundAnimation-class.html"}},{"name":"toString","qualifiedName":"animation.CompoundAnimation.toString","href":"animation/CompoundAnimation/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"CompoundAnimation","kind":3,"href":"animation/CompoundAnimation-class.html"}},{"name":"ConstantTween","qualifiedName":"animation.ConstantTween","href":"animation/ConstantTween-class.html","kind":3,"packageRank":0,"desc":"A tween with a constant value.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"ConstantTween.new","qualifiedName":"animation.ConstantTween.ConstantTween.new","href":"animation/ConstantTween/ConstantTween.html","kind":2,"packageRank":0,"desc":"Create a tween whose begin and end values equal value.","enclosedBy":{"name":"ConstantTween","kind":3,"href":"animation/ConstantTween-class.html"}},{"name":"lerp","qualifiedName":"animation.ConstantTween.lerp","href":"animation/ConstantTween/lerp.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"This tween doesn't interpolate, it always returns the same value.","enclosedBy":{"name":"ConstantTween","kind":3,"href":"animation/ConstantTween-class.html"}},{"name":"toString","qualifiedName":"animation.ConstantTween.toString","href":"animation/ConstantTween/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"ConstantTween","kind":3,"href":"animation/ConstantTween-class.html"}},{"name":"Cubic","qualifiedName":"animation.Cubic","href":"animation/Cubic-class.html","kind":3,"packageRank":0,"desc":"A cubic polynomial mapping of the unit interval.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"Cubic.new","qualifiedName":"animation.Cubic.Cubic.new","href":"animation/Cubic/Cubic.html","kind":2,"packageRank":0,"desc":"Creates a cubic curve.","enclosedBy":{"name":"Cubic","kind":3,"href":"animation/Cubic-class.html"}},{"name":"a","qualifiedName":"animation.Cubic.a","href":"animation/Cubic/a.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The x coordinate of the first control point.","enclosedBy":{"name":"Cubic","kind":3,"href":"animation/Cubic-class.html"}},{"name":"b","qualifiedName":"animation.Cubic.b","href":"animation/Cubic/b.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The y coordinate of the first control point.","enclosedBy":{"name":"Cubic","kind":3,"href":"animation/Cubic-class.html"}},{"name":"c","qualifiedName":"animation.Cubic.c","href":"animation/Cubic/c.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The x coordinate of the second control point.","enclosedBy":{"name":"Cubic","kind":3,"href":"animation/Cubic-class.html"}},{"name":"d","qualifiedName":"animation.Cubic.d","href":"animation/Cubic/d.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The y coordinate of the second control point.","enclosedBy":{"name":"Cubic","kind":3,"href":"animation/Cubic-class.html"}},{"name":"toString","qualifiedName":"animation.Cubic.toString","href":"animation/Cubic/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"Cubic","kind":3,"href":"animation/Cubic-class.html"}},{"name":"transformInternal","qualifiedName":"animation.Cubic.transformInternal","href":"animation/Cubic/transformInternal.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"Cubic","kind":3,"href":"animation/Cubic-class.html"}},{"name":"Curve","qualifiedName":"animation.Curve","href":"animation/Curve-class.html","kind":3,"packageRank":0,"desc":"An parametric animation easing curve, i.e. a mapping of the unit interval to\nthe unit interval.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"Curve.new","qualifiedName":"animation.Curve.Curve.new","href":"animation/Curve/Curve.html","kind":2,"packageRank":0,"desc":"Abstract const constructor to enable subclasses to provide\nconst constructors so that they can be used in const expressions.","enclosedBy":{"name":"Curve","kind":3,"href":"animation/Curve-class.html"}},{"name":"flipped","qualifiedName":"animation.Curve.flipped","href":"animation/Curve/flipped.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Returns a new curve that is the reversed inversion of this one.","enclosedBy":{"name":"Curve","kind":3,"href":"animation/Curve-class.html"}},{"name":"transform","qualifiedName":"animation.Curve.transform","href":"animation/Curve/transform.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"Curve","kind":3,"href":"animation/Curve-class.html"}},{"name":"Curve2D","qualifiedName":"animation.Curve2D","href":"animation/Curve2D-class.html","kind":3,"packageRank":0,"desc":"Abstract class that defines an API for evaluating 2D parametric curves.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"Curve2D.new","qualifiedName":"animation.Curve2D.Curve2D.new","href":"animation/Curve2D/Curve2D.html","kind":2,"packageRank":0,"desc":"Abstract const constructor to enable subclasses to provide const\nconstructors so that they can be used in const expressions.","enclosedBy":{"name":"Curve2D","kind":3,"href":"animation/Curve2D-class.html"}},{"name":"findInverse","qualifiedName":"animation.Curve2D.findInverse","href":"animation/Curve2D/findInverse.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns the parameter t that corresponds to the given x value of the spline.","enclosedBy":{"name":"Curve2D","kind":3,"href":"animation/Curve2D-class.html"}},{"name":"generateSamples","qualifiedName":"animation.Curve2D.generateSamples","href":"animation/Curve2D/generateSamples.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Generates a list of samples with a recursive subdivision until a tolerance\nof tolerance is reached.","enclosedBy":{"name":"Curve2D","kind":3,"href":"animation/Curve2D-class.html"}},{"name":"samplingSeed","qualifiedName":"animation.Curve2D.samplingSeed","href":"animation/Curve2D/samplingSeed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Returns a seed value used by generateSamples to seed a random number\ngenerator to avoid sample aliasing.","enclosedBy":{"name":"Curve2D","kind":3,"href":"animation/Curve2D-class.html"}},{"name":"Curve2DSample","qualifiedName":"animation.Curve2DSample","href":"animation/Curve2DSample-class.html","kind":3,"packageRank":0,"desc":"A class that holds a sample of a 2D parametric curve, containing the value\n(the X, Y coordinates) of the curve at the parametric value t.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"Curve2DSample.new","qualifiedName":"animation.Curve2DSample.Curve2DSample.new","href":"animation/Curve2DSample/Curve2DSample.html","kind":2,"packageRank":0,"desc":"Creates an object that holds a sample; used with Curve2D subclasses.","enclosedBy":{"name":"Curve2DSample","kind":3,"href":"animation/Curve2DSample-class.html"}},{"name":"t","qualifiedName":"animation.Curve2DSample.t","href":"animation/Curve2DSample/t.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The parametric location of this sample point along the curve.","enclosedBy":{"name":"Curve2DSample","kind":3,"href":"animation/Curve2DSample-class.html"}},{"name":"toString","qualifiedName":"animation.Curve2DSample.toString","href":"animation/Curve2DSample/toString.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"Curve2DSample","kind":3,"href":"animation/Curve2DSample-class.html"}},{"name":"value","qualifiedName":"animation.Curve2DSample.value","href":"animation/Curve2DSample/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The value (the X, Y coordinates) of the curve at parametric value t.","enclosedBy":{"name":"Curve2DSample","kind":3,"href":"animation/Curve2DSample-class.html"}},{"name":"CurveTween","qualifiedName":"animation.CurveTween","href":"animation/CurveTween-class.html","kind":3,"packageRank":0,"desc":"Transforms the value of the given animation by the given curve.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"CurveTween.new","qualifiedName":"animation.CurveTween.CurveTween.new","href":"animation/CurveTween/CurveTween.html","kind":2,"packageRank":0,"desc":"Creates a curve tween.","enclosedBy":{"name":"CurveTween","kind":3,"href":"animation/CurveTween-class.html"}},{"name":"curve","qualifiedName":"animation.CurveTween.curve","href":"animation/CurveTween/curve.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The curve to use when transforming the value of the animation.","enclosedBy":{"name":"CurveTween","kind":3,"href":"animation/CurveTween-class.html"}},{"name":"toString","qualifiedName":"animation.CurveTween.toString","href":"animation/CurveTween/toString.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"CurveTween","kind":3,"href":"animation/CurveTween-class.html"}},{"name":"transform","qualifiedName":"animation.CurveTween.transform","href":"animation/CurveTween/transform.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the object at point t.","enclosedBy":{"name":"CurveTween","kind":3,"href":"animation/CurveTween-class.html"}},{"name":"CurvedAnimation","qualifiedName":"animation.CurvedAnimation","href":"animation/CurvedAnimation-class.html","kind":3,"packageRank":0,"desc":"An animation that applies a curve to another animation.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"CurvedAnimation.new","qualifiedName":"animation.CurvedAnimation.CurvedAnimation.new","href":"animation/CurvedAnimation/CurvedAnimation.html","kind":2,"packageRank":0,"desc":"Creates a curved animation.","enclosedBy":{"name":"CurvedAnimation","kind":3,"href":"animation/CurvedAnimation-class.html"}},{"name":"curve","qualifiedName":"animation.CurvedAnimation.curve","href":"animation/CurvedAnimation/curve.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The curve to use in the forward direction.","enclosedBy":{"name":"CurvedAnimation","kind":3,"href":"animation/CurvedAnimation-class.html"}},{"name":"dispose","qualifiedName":"animation.CurvedAnimation.dispose","href":"animation/CurvedAnimation/dispose.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Cleans up any listeners added by this CurvedAnimation.","enclosedBy":{"name":"CurvedAnimation","kind":3,"href":"animation/CurvedAnimation-class.html"}},{"name":"isDisposed","qualifiedName":"animation.CurvedAnimation.isDisposed","href":"animation/CurvedAnimation/isDisposed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"True if this CurvedAnimation has been disposed.","enclosedBy":{"name":"CurvedAnimation","kind":3,"href":"animation/CurvedAnimation-class.html"}},{"name":"parent","qualifiedName":"animation.CurvedAnimation.parent","href":"animation/CurvedAnimation/parent.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The animation to which this animation applies a curve.","enclosedBy":{"name":"CurvedAnimation","kind":3,"href":"animation/CurvedAnimation-class.html"}},{"name":"reverseCurve","qualifiedName":"animation.CurvedAnimation.reverseCurve","href":"animation/CurvedAnimation/reverseCurve.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The curve to use in the reverse direction.","enclosedBy":{"name":"CurvedAnimation","kind":3,"href":"animation/CurvedAnimation-class.html"}},{"name":"toString","qualifiedName":"animation.CurvedAnimation.toString","href":"animation/CurvedAnimation/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"CurvedAnimation","kind":3,"href":"animation/CurvedAnimation-class.html"}},{"name":"value","qualifiedName":"animation.CurvedAnimation.value","href":"animation/CurvedAnimation/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current value of the animation.","enclosedBy":{"name":"CurvedAnimation","kind":3,"href":"animation/CurvedAnimation-class.html"}},{"name":"Curves","qualifiedName":"animation.Curves","href":"animation/Curves-class.html","kind":3,"packageRank":0,"desc":"A collection of common animation curves.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"bounceIn","qualifiedName":"animation.Curves.bounceIn","href":"animation/Curves/bounceIn-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"An oscillating curve that grows in magnitude.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"bounceInOut","qualifiedName":"animation.Curves.bounceInOut","href":"animation/Curves/bounceInOut-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"An oscillating curve that first grows and then shrink in magnitude.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"bounceOut","qualifiedName":"animation.Curves.bounceOut","href":"animation/Curves/bounceOut-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"An oscillating curve that first grows and then shrink in magnitude.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"decelerate","qualifiedName":"animation.Curves.decelerate","href":"animation/Curves/decelerate-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A curve where the rate of change starts out quickly and then decelerates; an\nupside-down f(t) = t² parabola.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"ease","qualifiedName":"animation.Curves.ease","href":"animation/Curves/ease-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that speeds up quickly and ends slowly.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeIn","qualifiedName":"animation.Curves.easeIn","href":"animation/Curves/easeIn-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly and ends quickly.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInBack","qualifiedName":"animation.Curves.easeInBack","href":"animation/Curves/easeInBack-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly and ends quickly. This curve\nis similar to Curves.elasticIn in that it overshoots its bounds before\nreaching its end. Instead of repeated swinging motions before ascending,\nthough, this curve overshoots once, then continues to ascend.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInCirc","qualifiedName":"animation.Curves.easeInCirc","href":"animation/Curves/easeInCirc-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly and ends quickly. This curve is\neffectively the bottom-right quarter of a circle.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInCubic","qualifiedName":"animation.Curves.easeInCubic","href":"animation/Curves/easeInCubic-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly and ends quickly. This curve is\nbased on a cubic equation where f(t) = t³. The result is a safe sweet\nspot when choosing a curve for widgets animating off the viewport.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInExpo","qualifiedName":"animation.Curves.easeInExpo","href":"animation/Curves/easeInExpo-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly and ends quickly. This curve is\nbased on an exponential equation where f(t) = 2¹⁰⁽ᵗ⁻¹⁾.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInOut","qualifiedName":"animation.Curves.easeInOut","href":"animation/Curves/easeInOut-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly, speeds up, and then ends\nslowly.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInOutBack","qualifiedName":"animation.Curves.easeInOutBack","href":"animation/Curves/easeInOutBack-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly, speeds up, and then ends\nslowly. This curve can be imagined as Curves.easeInBack as the first\nhalf, and Curves.easeOutBack as the second.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInOutCirc","qualifiedName":"animation.Curves.easeInOutCirc","href":"animation/Curves/easeInOutCirc-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly, speeds up, and then ends\nslowly. This curve can be imagined as Curves.easeInCirc as the first\nhalf, and Curves.easeOutCirc as the second.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInOutCubic","qualifiedName":"animation.Curves.easeInOutCubic","href":"animation/Curves/easeInOutCubic-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly, speeds up, and then ends\nslowly. This curve can be imagined as Curves.easeInCubic as the first\nhalf, and Curves.easeOutCubic as the second.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInOutCubicEmphasized","qualifiedName":"animation.Curves.easeInOutCubicEmphasized","href":"animation/Curves/easeInOutCubicEmphasized-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly, speeds up shortly thereafter,\nand then ends slowly. This curve can be imagined as a steeper version of\neaseInOutCubic.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInOutExpo","qualifiedName":"animation.Curves.easeInOutExpo","href":"animation/Curves/easeInOutExpo-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly, speeds up, and then ends\nslowly.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInOutQuad","qualifiedName":"animation.Curves.easeInOutQuad","href":"animation/Curves/easeInOutQuad-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly, speeds up, and then ends\nslowly. This curve can be imagined as Curves.easeInQuad as the first\nhalf, and Curves.easeOutQuad as the second.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInOutQuart","qualifiedName":"animation.Curves.easeInOutQuart","href":"animation/Curves/easeInOutQuart-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly, speeds up, and then ends\nslowly. This curve can be imagined as Curves.easeInQuart as the first\nhalf, and Curves.easeOutQuart as the second.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInOutQuint","qualifiedName":"animation.Curves.easeInOutQuint","href":"animation/Curves/easeInOutQuint-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly, speeds up, and then ends\nslowly. This curve can be imagined as Curves.easeInQuint as the first\nhalf, and Curves.easeOutQuint as the second.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInOutSine","qualifiedName":"animation.Curves.easeInOutSine","href":"animation/Curves/easeInOutSine-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly, speeds up, and then ends\nslowly. This is similar to Curves.easeInOut, but with sinusoidal easing\nfor a slightly less abrupt beginning and end.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInQuad","qualifiedName":"animation.Curves.easeInQuad","href":"animation/Curves/easeInQuad-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly and ends quickly. Based on a\nquadratic equation where f(t) = t², this is effectively the inverse of\nCurves.decelerate.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInQuart","qualifiedName":"animation.Curves.easeInQuart","href":"animation/Curves/easeInQuart-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly and ends quickly. This curve is\nbased on a quartic equation where f(t) = t⁴.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInQuint","qualifiedName":"animation.Curves.easeInQuint","href":"animation/Curves/easeInQuint-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly and ends quickly. This curve is\nbased on a quintic equation where f(t) = t⁵.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInSine","qualifiedName":"animation.Curves.easeInSine","href":"animation/Curves/easeInSine-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly and ends quickly. This is\nsimilar to Curves.easeIn, but with sinusoidal easing for a slightly less\nabrupt beginning and end. Nonetheless, the result is quite gentle and is\nhard to distinguish from Curves.linear at a glance.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeInToLinear","qualifiedName":"animation.Curves.easeInToLinear","href":"animation/Curves/easeInToLinear-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts slowly and ends linearly.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeOut","qualifiedName":"animation.Curves.easeOut","href":"animation/Curves/easeOut-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts quickly and ends slowly.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeOutBack","qualifiedName":"animation.Curves.easeOutBack","href":"animation/Curves/easeOutBack-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts quickly and ends slowly. This curve is\nsimilar to Curves.elasticOut in that it overshoots its bounds before\nreaching its end. Instead of repeated swinging motions after ascending,\nthough, this curve only overshoots once.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeOutCirc","qualifiedName":"animation.Curves.easeOutCirc","href":"animation/Curves/easeOutCirc-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts quickly and ends slowly. This curve is\neffectively the top-left quarter of a circle.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeOutCubic","qualifiedName":"animation.Curves.easeOutCubic","href":"animation/Curves/easeOutCubic-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts quickly and ends slowly. This curve is\na flipped version of Curves.easeInCubic.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeOutExpo","qualifiedName":"animation.Curves.easeOutExpo","href":"animation/Curves/easeOutExpo-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts quickly and ends slowly. This curve is\na flipped version of Curves.easeInExpo. Using this curve can give your\nanimations extra flare, but a longer duration may need to be used to\ncompensate for the steepness of the curve.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeOutQuad","qualifiedName":"animation.Curves.easeOutQuad","href":"animation/Curves/easeOutQuad-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts quickly and ends slowly. This is\neffectively the same as Curves.decelerate, only simulated using a cubic\nbezier function.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeOutQuart","qualifiedName":"animation.Curves.easeOutQuart","href":"animation/Curves/easeOutQuart-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts quickly and ends slowly. This curve is\na flipped version of Curves.easeInQuart.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeOutQuint","qualifiedName":"animation.Curves.easeOutQuint","href":"animation/Curves/easeOutQuint-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts quickly and ends slowly. This curve is\na flipped version of Curves.easeInQuint.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"easeOutSine","qualifiedName":"animation.Curves.easeOutSine","href":"animation/Curves/easeOutSine-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts quickly and ends slowly. This is\nsimilar to Curves.easeOut, but with sinusoidal easing for a slightly\nless abrupt beginning and end. Nonetheless, the result is quite gentle and\nis hard to distinguish from Curves.linear at a glance.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"elasticIn","qualifiedName":"animation.Curves.elasticIn","href":"animation/Curves/elasticIn-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"An oscillating curve that grows in magnitude while overshooting its bounds.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"elasticInOut","qualifiedName":"animation.Curves.elasticInOut","href":"animation/Curves/elasticInOut-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"An oscillating curve that grows and then shrinks in magnitude while overshooting its bounds.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"elasticOut","qualifiedName":"animation.Curves.elasticOut","href":"animation/Curves/elasticOut-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"An oscillating curve that shrinks in magnitude while overshooting its bounds.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"fastEaseInToSlowEaseOut","qualifiedName":"animation.Curves.fastEaseInToSlowEaseOut","href":"animation/Curves/fastEaseInToSlowEaseOut-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A curve that starts slowly, speeds up very quickly, and then ends slowly.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"fastLinearToSlowEaseIn","qualifiedName":"animation.Curves.fastLinearToSlowEaseIn","href":"animation/Curves/fastLinearToSlowEaseIn-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A curve that is very steep and linear at the beginning, but quickly flattens out\nand very slowly eases in.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"fastOutSlowIn","qualifiedName":"animation.Curves.fastOutSlowIn","href":"animation/Curves/fastOutSlowIn-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A curve that starts quickly and eases into its final position.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"linear","qualifiedName":"animation.Curves.linear","href":"animation/Curves/linear-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A linear animation curve.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"linearToEaseOut","qualifiedName":"animation.Curves.linearToEaseOut","href":"animation/Curves/linearToEaseOut-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts linearly and ends slowly.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"slowMiddle","qualifiedName":"animation.Curves.slowMiddle","href":"animation/Curves/slowMiddle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cubic animation curve that starts quickly, slows down, and then ends\nquickly.","enclosedBy":{"name":"Curves","kind":3,"href":"animation/Curves-class.html"}},{"name":"ElasticInCurve","qualifiedName":"animation.ElasticInCurve","href":"animation/ElasticInCurve-class.html","kind":3,"packageRank":0,"desc":"An oscillating curve that grows in magnitude while overshooting its bounds.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"ElasticInCurve.new","qualifiedName":"animation.ElasticInCurve.ElasticInCurve.new","href":"animation/ElasticInCurve/ElasticInCurve.html","kind":2,"packageRank":0,"desc":"Creates an elastic-in curve.","enclosedBy":{"name":"ElasticInCurve","kind":3,"href":"animation/ElasticInCurve-class.html"}},{"name":"period","qualifiedName":"animation.ElasticInCurve.period","href":"animation/ElasticInCurve/period.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The duration of the oscillation.","enclosedBy":{"name":"ElasticInCurve","kind":3,"href":"animation/ElasticInCurve-class.html"}},{"name":"toString","qualifiedName":"animation.ElasticInCurve.toString","href":"animation/ElasticInCurve/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"ElasticInCurve","kind":3,"href":"animation/ElasticInCurve-class.html"}},{"name":"transformInternal","qualifiedName":"animation.ElasticInCurve.transformInternal","href":"animation/ElasticInCurve/transformInternal.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"ElasticInCurve","kind":3,"href":"animation/ElasticInCurve-class.html"}},{"name":"ElasticInOutCurve","qualifiedName":"animation.ElasticInOutCurve","href":"animation/ElasticInOutCurve-class.html","kind":3,"packageRank":0,"desc":"An oscillating curve that grows and then shrinks in magnitude while\novershooting its bounds.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"ElasticInOutCurve.new","qualifiedName":"animation.ElasticInOutCurve.ElasticInOutCurve.new","href":"animation/ElasticInOutCurve/ElasticInOutCurve.html","kind":2,"packageRank":0,"desc":"Creates an elastic-in-out curve.","enclosedBy":{"name":"ElasticInOutCurve","kind":3,"href":"animation/ElasticInOutCurve-class.html"}},{"name":"period","qualifiedName":"animation.ElasticInOutCurve.period","href":"animation/ElasticInOutCurve/period.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The duration of the oscillation.","enclosedBy":{"name":"ElasticInOutCurve","kind":3,"href":"animation/ElasticInOutCurve-class.html"}},{"name":"toString","qualifiedName":"animation.ElasticInOutCurve.toString","href":"animation/ElasticInOutCurve/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"ElasticInOutCurve","kind":3,"href":"animation/ElasticInOutCurve-class.html"}},{"name":"transformInternal","qualifiedName":"animation.ElasticInOutCurve.transformInternal","href":"animation/ElasticInOutCurve/transformInternal.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"ElasticInOutCurve","kind":3,"href":"animation/ElasticInOutCurve-class.html"}},{"name":"ElasticOutCurve","qualifiedName":"animation.ElasticOutCurve","href":"animation/ElasticOutCurve-class.html","kind":3,"packageRank":0,"desc":"An oscillating curve that shrinks in magnitude while overshooting its bounds.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"ElasticOutCurve.new","qualifiedName":"animation.ElasticOutCurve.ElasticOutCurve.new","href":"animation/ElasticOutCurve/ElasticOutCurve.html","kind":2,"packageRank":0,"desc":"Creates an elastic-out curve.","enclosedBy":{"name":"ElasticOutCurve","kind":3,"href":"animation/ElasticOutCurve-class.html"}},{"name":"period","qualifiedName":"animation.ElasticOutCurve.period","href":"animation/ElasticOutCurve/period.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The duration of the oscillation.","enclosedBy":{"name":"ElasticOutCurve","kind":3,"href":"animation/ElasticOutCurve-class.html"}},{"name":"toString","qualifiedName":"animation.ElasticOutCurve.toString","href":"animation/ElasticOutCurve/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"ElasticOutCurve","kind":3,"href":"animation/ElasticOutCurve-class.html"}},{"name":"transformInternal","qualifiedName":"animation.ElasticOutCurve.transformInternal","href":"animation/ElasticOutCurve/transformInternal.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"ElasticOutCurve","kind":3,"href":"animation/ElasticOutCurve-class.html"}},{"name":"FlippedCurve","qualifiedName":"animation.FlippedCurve","href":"animation/FlippedCurve-class.html","kind":3,"packageRank":0,"desc":"A curve that is the reversed inversion of its given curve.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"FlippedCurve.new","qualifiedName":"animation.FlippedCurve.FlippedCurve.new","href":"animation/FlippedCurve/FlippedCurve.html","kind":2,"packageRank":0,"desc":"Creates a flipped curve.","enclosedBy":{"name":"FlippedCurve","kind":3,"href":"animation/FlippedCurve-class.html"}},{"name":"curve","qualifiedName":"animation.FlippedCurve.curve","href":"animation/FlippedCurve/curve.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The curve that is being flipped.","enclosedBy":{"name":"FlippedCurve","kind":3,"href":"animation/FlippedCurve-class.html"}},{"name":"toString","qualifiedName":"animation.FlippedCurve.toString","href":"animation/FlippedCurve/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"FlippedCurve","kind":3,"href":"animation/FlippedCurve-class.html"}},{"name":"transformInternal","qualifiedName":"animation.FlippedCurve.transformInternal","href":"animation/FlippedCurve/transformInternal.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"FlippedCurve","kind":3,"href":"animation/FlippedCurve-class.html"}},{"name":"FlippedTweenSequence","qualifiedName":"animation.FlippedTweenSequence","href":"animation/FlippedTweenSequence-class.html","kind":3,"packageRank":0,"desc":"Enables creating a flipped Animation whose value is defined by a sequence\nof Tweens.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"FlippedTweenSequence.new","qualifiedName":"animation.FlippedTweenSequence.FlippedTweenSequence.new","href":"animation/FlippedTweenSequence/FlippedTweenSequence.html","kind":2,"packageRank":0,"desc":"Creates a flipped TweenSequence.","enclosedBy":{"name":"FlippedTweenSequence","kind":3,"href":"animation/FlippedTweenSequence-class.html"}},{"name":"transform","qualifiedName":"animation.FlippedTweenSequence.transform","href":"animation/FlippedTweenSequence/transform.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Returns the value of the object at point t.","enclosedBy":{"name":"FlippedTweenSequence","kind":3,"href":"animation/FlippedTweenSequence-class.html"}},{"name":"IntTween","qualifiedName":"animation.IntTween","href":"animation/IntTween-class.html","kind":3,"packageRank":0,"desc":"An interpolation between two integers that rounds.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"IntTween.new","qualifiedName":"animation.IntTween.IntTween.new","href":"animation/IntTween/IntTween.html","kind":2,"packageRank":0,"desc":"Creates an int tween.","enclosedBy":{"name":"IntTween","kind":3,"href":"animation/IntTween-class.html"}},{"name":"lerp","qualifiedName":"animation.IntTween.lerp","href":"animation/IntTween/lerp.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value this variable has at the given animation clock value.","enclosedBy":{"name":"IntTween","kind":3,"href":"animation/IntTween-class.html"}},{"name":"Interval","qualifiedName":"animation.Interval","href":"animation/Interval-class.html","kind":3,"packageRank":0,"desc":"A curve that is 0.0 until begin, then curved (according to curve) from\n0.0 at begin to 1.0 at end, then remains 1.0 past end.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"Interval.new","qualifiedName":"animation.Interval.Interval.new","href":"animation/Interval/Interval.html","kind":2,"packageRank":0,"desc":"Creates an interval curve.","enclosedBy":{"name":"Interval","kind":3,"href":"animation/Interval-class.html"}},{"name":"begin","qualifiedName":"animation.Interval.begin","href":"animation/Interval/begin.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The largest value for which this interval is 0.0.","enclosedBy":{"name":"Interval","kind":3,"href":"animation/Interval-class.html"}},{"name":"curve","qualifiedName":"animation.Interval.curve","href":"animation/Interval/curve.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The curve to apply between begin and end.","enclosedBy":{"name":"Interval","kind":3,"href":"animation/Interval-class.html"}},{"name":"end","qualifiedName":"animation.Interval.end","href":"animation/Interval/end.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The smallest value for which this interval is 1.0.","enclosedBy":{"name":"Interval","kind":3,"href":"animation/Interval-class.html"}},{"name":"toString","qualifiedName":"animation.Interval.toString","href":"animation/Interval/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"Interval","kind":3,"href":"animation/Interval-class.html"}},{"name":"transformInternal","qualifiedName":"animation.Interval.transformInternal","href":"animation/Interval/transformInternal.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"Interval","kind":3,"href":"animation/Interval-class.html"}},{"name":"ParametricCurve","qualifiedName":"animation.ParametricCurve","href":"animation/ParametricCurve-class.html","kind":3,"packageRank":0,"desc":"An abstract class providing an interface for evaluating a parametric curve.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"ParametricCurve.new","qualifiedName":"animation.ParametricCurve.ParametricCurve.new","href":"animation/ParametricCurve/ParametricCurve.html","kind":2,"packageRank":0,"desc":"Abstract const constructor to enable subclasses to provide\nconst constructors so that they can be used in const expressions.","enclosedBy":{"name":"ParametricCurve","kind":3,"href":"animation/ParametricCurve-class.html"}},{"name":"toString","qualifiedName":"animation.ParametricCurve.toString","href":"animation/ParametricCurve/toString.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"ParametricCurve","kind":3,"href":"animation/ParametricCurve-class.html"}},{"name":"transform","qualifiedName":"animation.ParametricCurve.transform","href":"animation/ParametricCurve/transform.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"ParametricCurve","kind":3,"href":"animation/ParametricCurve-class.html"}},{"name":"transformInternal","qualifiedName":"animation.ParametricCurve.transformInternal","href":"animation/ParametricCurve/transformInternal.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"ParametricCurve","kind":3,"href":"animation/ParametricCurve-class.html"}},{"name":"ProxyAnimation","qualifiedName":"animation.ProxyAnimation","href":"animation/ProxyAnimation-class.html","kind":3,"packageRank":0,"desc":"An animation that is a proxy for another animation.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"ProxyAnimation.new","qualifiedName":"animation.ProxyAnimation.ProxyAnimation.new","href":"animation/ProxyAnimation/ProxyAnimation.html","kind":2,"packageRank":0,"desc":"Creates a proxy animation.","enclosedBy":{"name":"ProxyAnimation","kind":3,"href":"animation/ProxyAnimation-class.html"}},{"name":"didStartListening","qualifiedName":"animation.ProxyAnimation.didStartListening","href":"animation/ProxyAnimation/didStartListening.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called when the number of listeners changes from zero to one.","enclosedBy":{"name":"ProxyAnimation","kind":3,"href":"animation/ProxyAnimation-class.html"}},{"name":"didStopListening","qualifiedName":"animation.ProxyAnimation.didStopListening","href":"animation/ProxyAnimation/didStopListening.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called when the number of listeners changes from one to zero.","enclosedBy":{"name":"ProxyAnimation","kind":3,"href":"animation/ProxyAnimation-class.html"}},{"name":"parent","qualifiedName":"animation.ProxyAnimation.parent","href":"animation/ProxyAnimation/parent.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The animation whose value this animation will proxy.","enclosedBy":{"name":"ProxyAnimation","kind":3,"href":"animation/ProxyAnimation-class.html"}},{"name":"status","qualifiedName":"animation.ProxyAnimation.status","href":"animation/ProxyAnimation/status.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current status of this animation.","enclosedBy":{"name":"ProxyAnimation","kind":3,"href":"animation/ProxyAnimation-class.html"}},{"name":"toString","qualifiedName":"animation.ProxyAnimation.toString","href":"animation/ProxyAnimation/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"ProxyAnimation","kind":3,"href":"animation/ProxyAnimation-class.html"}},{"name":"value","qualifiedName":"animation.ProxyAnimation.value","href":"animation/ProxyAnimation/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current value of the animation.","enclosedBy":{"name":"ProxyAnimation","kind":3,"href":"animation/ProxyAnimation-class.html"}},{"name":"RectTween","qualifiedName":"animation.RectTween","href":"animation/RectTween-class.html","kind":3,"packageRank":0,"desc":"An interpolation between two rectangles.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"RectTween.new","qualifiedName":"animation.RectTween.RectTween.new","href":"animation/RectTween/RectTween.html","kind":2,"packageRank":0,"desc":"Creates a Rect tween.","enclosedBy":{"name":"RectTween","kind":3,"href":"animation/RectTween-class.html"}},{"name":"lerp","qualifiedName":"animation.RectTween.lerp","href":"animation/RectTween/lerp.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value this variable has at the given animation clock value.","enclosedBy":{"name":"RectTween","kind":3,"href":"animation/RectTween-class.html"}},{"name":"ReverseAnimation","qualifiedName":"animation.ReverseAnimation","href":"animation/ReverseAnimation-class.html","kind":3,"packageRank":0,"desc":"An animation that is the reverse of another animation.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"ReverseAnimation.new","qualifiedName":"animation.ReverseAnimation.ReverseAnimation.new","href":"animation/ReverseAnimation/ReverseAnimation.html","kind":2,"packageRank":0,"desc":"Creates a reverse animation.","enclosedBy":{"name":"ReverseAnimation","kind":3,"href":"animation/ReverseAnimation-class.html"}},{"name":"addListener","qualifiedName":"animation.ReverseAnimation.addListener","href":"animation/ReverseAnimation/addListener.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Calls the listener every time the value of the animation changes.","enclosedBy":{"name":"ReverseAnimation","kind":3,"href":"animation/ReverseAnimation-class.html"}},{"name":"didStartListening","qualifiedName":"animation.ReverseAnimation.didStartListening","href":"animation/ReverseAnimation/didStartListening.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called when the number of listeners changes from zero to one.","enclosedBy":{"name":"ReverseAnimation","kind":3,"href":"animation/ReverseAnimation-class.html"}},{"name":"didStopListening","qualifiedName":"animation.ReverseAnimation.didStopListening","href":"animation/ReverseAnimation/didStopListening.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called when the number of listeners changes from one to zero.","enclosedBy":{"name":"ReverseAnimation","kind":3,"href":"animation/ReverseAnimation-class.html"}},{"name":"parent","qualifiedName":"animation.ReverseAnimation.parent","href":"animation/ReverseAnimation/parent.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The animation whose value and direction this animation is reversing.","enclosedBy":{"name":"ReverseAnimation","kind":3,"href":"animation/ReverseAnimation-class.html"}},{"name":"removeListener","qualifiedName":"animation.ReverseAnimation.removeListener","href":"animation/ReverseAnimation/removeListener.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Stop calling the listener every time the value of the animation changes.","enclosedBy":{"name":"ReverseAnimation","kind":3,"href":"animation/ReverseAnimation-class.html"}},{"name":"status","qualifiedName":"animation.ReverseAnimation.status","href":"animation/ReverseAnimation/status.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current status of this animation.","enclosedBy":{"name":"ReverseAnimation","kind":3,"href":"animation/ReverseAnimation-class.html"}},{"name":"toString","qualifiedName":"animation.ReverseAnimation.toString","href":"animation/ReverseAnimation/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"ReverseAnimation","kind":3,"href":"animation/ReverseAnimation-class.html"}},{"name":"value","qualifiedName":"animation.ReverseAnimation.value","href":"animation/ReverseAnimation/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current value of the animation.","enclosedBy":{"name":"ReverseAnimation","kind":3,"href":"animation/ReverseAnimation-class.html"}},{"name":"ReverseTween","qualifiedName":"animation.ReverseTween","href":"animation/ReverseTween-class.html","kind":3,"packageRank":0,"desc":"A Tween that evaluates its parent in reverse.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"ReverseTween.new","qualifiedName":"animation.ReverseTween.ReverseTween.new","href":"animation/ReverseTween/ReverseTween.html","kind":2,"packageRank":0,"desc":"Construct a Tween that evaluates its parent in reverse.","enclosedBy":{"name":"ReverseTween","kind":3,"href":"animation/ReverseTween-class.html"}},{"name":"lerp","qualifiedName":"animation.ReverseTween.lerp","href":"animation/ReverseTween/lerp.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value this variable has at the given animation clock value.","enclosedBy":{"name":"ReverseTween","kind":3,"href":"animation/ReverseTween-class.html"}},{"name":"parent","qualifiedName":"animation.ReverseTween.parent","href":"animation/ReverseTween/parent.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"This tween's value is the same as the parent's value evaluated in reverse.","enclosedBy":{"name":"ReverseTween","kind":3,"href":"animation/ReverseTween-class.html"}},{"name":"SawTooth","qualifiedName":"animation.SawTooth","href":"animation/SawTooth-class.html","kind":3,"packageRank":0,"desc":"A sawtooth curve that repeats a given number of times over the unit interval.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"SawTooth.new","qualifiedName":"animation.SawTooth.SawTooth.new","href":"animation/SawTooth/SawTooth.html","kind":2,"packageRank":0,"desc":"Creates a sawtooth curve.","enclosedBy":{"name":"SawTooth","kind":3,"href":"animation/SawTooth-class.html"}},{"name":"count","qualifiedName":"animation.SawTooth.count","href":"animation/SawTooth/count.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The number of repetitions of the sawtooth pattern in the unit interval.","enclosedBy":{"name":"SawTooth","kind":3,"href":"animation/SawTooth-class.html"}},{"name":"toString","qualifiedName":"animation.SawTooth.toString","href":"animation/SawTooth/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"SawTooth","kind":3,"href":"animation/SawTooth-class.html"}},{"name":"transformInternal","qualifiedName":"animation.SawTooth.transformInternal","href":"animation/SawTooth/transformInternal.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"SawTooth","kind":3,"href":"animation/SawTooth-class.html"}},{"name":"SizeTween","qualifiedName":"animation.SizeTween","href":"animation/SizeTween-class.html","kind":3,"packageRank":0,"desc":"An interpolation between two sizes.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"SizeTween.new","qualifiedName":"animation.SizeTween.SizeTween.new","href":"animation/SizeTween/SizeTween.html","kind":2,"packageRank":0,"desc":"Creates a Size tween.","enclosedBy":{"name":"SizeTween","kind":3,"href":"animation/SizeTween-class.html"}},{"name":"lerp","qualifiedName":"animation.SizeTween.lerp","href":"animation/SizeTween/lerp.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value this variable has at the given animation clock value.","enclosedBy":{"name":"SizeTween","kind":3,"href":"animation/SizeTween-class.html"}},{"name":"Split","qualifiedName":"animation.Split","href":"animation/Split-class.html","kind":3,"packageRank":0,"desc":"A curve that progresses according to beginCurve until split, then\naccording to endCurve.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"Split.new","qualifiedName":"animation.Split.Split.new","href":"animation/Split/Split.html","kind":2,"packageRank":0,"desc":"Creates a split curve.","enclosedBy":{"name":"Split","kind":3,"href":"animation/Split-class.html"}},{"name":"beginCurve","qualifiedName":"animation.Split.beginCurve","href":"animation/Split/beginCurve.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The curve to use before split is reached.","enclosedBy":{"name":"Split","kind":3,"href":"animation/Split-class.html"}},{"name":"endCurve","qualifiedName":"animation.Split.endCurve","href":"animation/Split/endCurve.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The curve to use after split is reached.","enclosedBy":{"name":"Split","kind":3,"href":"animation/Split-class.html"}},{"name":"split","qualifiedName":"animation.Split.split","href":"animation/Split/split.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The progress value separating beginCurve from endCurve.","enclosedBy":{"name":"Split","kind":3,"href":"animation/Split-class.html"}},{"name":"toString","qualifiedName":"animation.Split.toString","href":"animation/Split/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"Split","kind":3,"href":"animation/Split-class.html"}},{"name":"transform","qualifiedName":"animation.Split.transform","href":"animation/Split/transform.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"Split","kind":3,"href":"animation/Split-class.html"}},{"name":"StepTween","qualifiedName":"animation.StepTween","href":"animation/StepTween-class.html","kind":3,"packageRank":0,"desc":"An interpolation between two integers that floors.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"StepTween.new","qualifiedName":"animation.StepTween.StepTween.new","href":"animation/StepTween/StepTween.html","kind":2,"packageRank":0,"desc":"Creates an int tween that floors.","enclosedBy":{"name":"StepTween","kind":3,"href":"animation/StepTween-class.html"}},{"name":"lerp","qualifiedName":"animation.StepTween.lerp","href":"animation/StepTween/lerp.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value this variable has at the given animation clock value.","enclosedBy":{"name":"StepTween","kind":3,"href":"animation/StepTween-class.html"}},{"name":"ThreePointCubic","qualifiedName":"animation.ThreePointCubic","href":"animation/ThreePointCubic-class.html","kind":3,"packageRank":0,"desc":"A cubic polynomial composed of two curves that share a common center point.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"ThreePointCubic.new","qualifiedName":"animation.ThreePointCubic.ThreePointCubic.new","href":"animation/ThreePointCubic/ThreePointCubic.html","kind":2,"packageRank":0,"desc":"Creates two cubic curves that share a common control point.","enclosedBy":{"name":"ThreePointCubic","kind":3,"href":"animation/ThreePointCubic-class.html"}},{"name":"a1","qualifiedName":"animation.ThreePointCubic.a1","href":"animation/ThreePointCubic/a1.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The coordinates of the first control point of the first curve.","enclosedBy":{"name":"ThreePointCubic","kind":3,"href":"animation/ThreePointCubic-class.html"}},{"name":"a2","qualifiedName":"animation.ThreePointCubic.a2","href":"animation/ThreePointCubic/a2.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The coordinates of the first control point of the second curve.","enclosedBy":{"name":"ThreePointCubic","kind":3,"href":"animation/ThreePointCubic-class.html"}},{"name":"b1","qualifiedName":"animation.ThreePointCubic.b1","href":"animation/ThreePointCubic/b1.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The coordinates of the second control point of the first curve.","enclosedBy":{"name":"ThreePointCubic","kind":3,"href":"animation/ThreePointCubic-class.html"}},{"name":"b2","qualifiedName":"animation.ThreePointCubic.b2","href":"animation/ThreePointCubic/b2.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The coordinates of the second control point of the second curve.","enclosedBy":{"name":"ThreePointCubic","kind":3,"href":"animation/ThreePointCubic-class.html"}},{"name":"midpoint","qualifiedName":"animation.ThreePointCubic.midpoint","href":"animation/ThreePointCubic/midpoint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The coordinates of the middle shared point.","enclosedBy":{"name":"ThreePointCubic","kind":3,"href":"animation/ThreePointCubic-class.html"}},{"name":"toString","qualifiedName":"animation.ThreePointCubic.toString","href":"animation/ThreePointCubic/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"ThreePointCubic","kind":3,"href":"animation/ThreePointCubic-class.html"}},{"name":"transformInternal","qualifiedName":"animation.ThreePointCubic.transformInternal","href":"animation/ThreePointCubic/transformInternal.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"ThreePointCubic","kind":3,"href":"animation/ThreePointCubic-class.html"}},{"name":"Threshold","qualifiedName":"animation.Threshold","href":"animation/Threshold-class.html","kind":3,"packageRank":0,"desc":"A curve that is 0.0 until it hits the threshold, then it jumps to 1.0.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"Threshold.new","qualifiedName":"animation.Threshold.Threshold.new","href":"animation/Threshold/Threshold.html","kind":2,"packageRank":0,"desc":"Creates a threshold curve.","enclosedBy":{"name":"Threshold","kind":3,"href":"animation/Threshold-class.html"}},{"name":"threshold","qualifiedName":"animation.Threshold.threshold","href":"animation/Threshold/threshold.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The value before which the curve is 0.0 and after which the curve is 1.0.","enclosedBy":{"name":"Threshold","kind":3,"href":"animation/Threshold-class.html"}},{"name":"transformInternal","qualifiedName":"animation.Threshold.transformInternal","href":"animation/Threshold/transformInternal.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the curve at point t.","enclosedBy":{"name":"Threshold","kind":3,"href":"animation/Threshold-class.html"}},{"name":"TrainHoppingAnimation","qualifiedName":"animation.TrainHoppingAnimation","href":"animation/TrainHoppingAnimation-class.html","kind":3,"packageRank":0,"desc":"This animation starts by proxying one animation, but when the value of that\nanimation crosses the value of the second (either because the second is\ngoing in the opposite direction, or because the one overtakes the other),\nthe animation hops over to proxying the second animation.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"TrainHoppingAnimation.new","qualifiedName":"animation.TrainHoppingAnimation.TrainHoppingAnimation.new","href":"animation/TrainHoppingAnimation/TrainHoppingAnimation.html","kind":2,"packageRank":0,"desc":"Creates a train-hopping animation.","enclosedBy":{"name":"TrainHoppingAnimation","kind":3,"href":"animation/TrainHoppingAnimation-class.html"}},{"name":"currentTrain","qualifiedName":"animation.TrainHoppingAnimation.currentTrain","href":"animation/TrainHoppingAnimation/currentTrain.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The animation that is currently driving this animation.","enclosedBy":{"name":"TrainHoppingAnimation","kind":3,"href":"animation/TrainHoppingAnimation-class.html"}},{"name":"dispose","qualifiedName":"animation.TrainHoppingAnimation.dispose","href":"animation/TrainHoppingAnimation/dispose.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Frees all the resources used by this performance.\nAfter this is called, this object is no longer usable.","enclosedBy":{"name":"TrainHoppingAnimation","kind":3,"href":"animation/TrainHoppingAnimation-class.html"}},{"name":"onSwitchedTrain","qualifiedName":"animation.TrainHoppingAnimation.onSwitchedTrain","href":"animation/TrainHoppingAnimation/onSwitchedTrain.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when this animation switches to be driven by the second animation.","enclosedBy":{"name":"TrainHoppingAnimation","kind":3,"href":"animation/TrainHoppingAnimation-class.html"}},{"name":"status","qualifiedName":"animation.TrainHoppingAnimation.status","href":"animation/TrainHoppingAnimation/status.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current status of this animation.","enclosedBy":{"name":"TrainHoppingAnimation","kind":3,"href":"animation/TrainHoppingAnimation-class.html"}},{"name":"toString","qualifiedName":"animation.TrainHoppingAnimation.toString","href":"animation/TrainHoppingAnimation/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"TrainHoppingAnimation","kind":3,"href":"animation/TrainHoppingAnimation-class.html"}},{"name":"value","qualifiedName":"animation.TrainHoppingAnimation.value","href":"animation/TrainHoppingAnimation/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current value of the animation.","enclosedBy":{"name":"TrainHoppingAnimation","kind":3,"href":"animation/TrainHoppingAnimation-class.html"}},{"name":"Tween","qualifiedName":"animation.Tween","href":"animation/Tween-class.html","kind":3,"packageRank":0,"desc":"A linear interpolation between a beginning and ending value.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"Tween.new","qualifiedName":"animation.Tween.Tween.new","href":"animation/Tween/Tween.html","kind":2,"packageRank":0,"desc":"Creates a tween.","enclosedBy":{"name":"Tween","kind":3,"href":"animation/Tween-class.html"}},{"name":"begin","qualifiedName":"animation.Tween.begin","href":"animation/Tween/begin.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The value this variable has at the beginning of the animation.","enclosedBy":{"name":"Tween","kind":3,"href":"animation/Tween-class.html"}},{"name":"end","qualifiedName":"animation.Tween.end","href":"animation/Tween/end.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The value this variable has at the end of the animation.","enclosedBy":{"name":"Tween","kind":3,"href":"animation/Tween-class.html"}},{"name":"lerp","qualifiedName":"animation.Tween.lerp","href":"animation/Tween/lerp.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns the value this variable has at the given animation clock value.","enclosedBy":{"name":"Tween","kind":3,"href":"animation/Tween-class.html"}},{"name":"toString","qualifiedName":"animation.Tween.toString","href":"animation/Tween/toString.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"Tween","kind":3,"href":"animation/Tween-class.html"}},{"name":"transform","qualifiedName":"animation.Tween.transform","href":"animation/Tween/transform.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the interpolated value for the current value of the given animation.","enclosedBy":{"name":"Tween","kind":3,"href":"animation/Tween-class.html"}},{"name":"TweenSequence","qualifiedName":"animation.TweenSequence","href":"animation/TweenSequence-class.html","kind":3,"packageRank":0,"desc":"Enables creating an Animation whose value is defined by a sequence of\nTweens.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"TweenSequence.new","qualifiedName":"animation.TweenSequence.TweenSequence.new","href":"animation/TweenSequence/TweenSequence.html","kind":2,"packageRank":0,"desc":"Construct a TweenSequence.","enclosedBy":{"name":"TweenSequence","kind":3,"href":"animation/TweenSequence-class.html"}},{"name":"toString","qualifiedName":"animation.TweenSequence.toString","href":"animation/TweenSequence/toString.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"TweenSequence","kind":3,"href":"animation/TweenSequence-class.html"}},{"name":"transform","qualifiedName":"animation.TweenSequence.transform","href":"animation/TweenSequence/transform.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the value of the object at point t.","enclosedBy":{"name":"TweenSequence","kind":3,"href":"animation/TweenSequence-class.html"}},{"name":"TweenSequenceItem","qualifiedName":"animation.TweenSequenceItem","href":"animation/TweenSequenceItem-class.html","kind":3,"packageRank":0,"desc":"A simple holder for one element of a TweenSequence.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"TweenSequenceItem.new","qualifiedName":"animation.TweenSequenceItem.TweenSequenceItem.new","href":"animation/TweenSequenceItem/TweenSequenceItem.html","kind":2,"packageRank":0,"desc":"Construct a TweenSequenceItem.","enclosedBy":{"name":"TweenSequenceItem","kind":3,"href":"animation/TweenSequenceItem-class.html"}},{"name":"tween","qualifiedName":"animation.TweenSequenceItem.tween","href":"animation/TweenSequenceItem/tween.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Defines the value of the TweenSequence for the interval within the\nanimation's duration indicated by weight and this item's position\nin the list of items.","enclosedBy":{"name":"TweenSequenceItem","kind":3,"href":"animation/TweenSequenceItem-class.html"}},{"name":"weight","qualifiedName":"animation.TweenSequenceItem.weight","href":"animation/TweenSequenceItem/weight.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An arbitrary value that indicates the relative percentage of a\nTweenSequence animation's duration when tween will be used.","enclosedBy":{"name":"TweenSequenceItem","kind":3,"href":"animation/TweenSequenceItem-class.html"}},{"name":"ValueListenableTransformer","qualifiedName":"animation.ValueListenableTransformer","href":"animation/ValueListenableTransformer.html","kind":21,"packageRank":0,"desc":"Signature for method used to transform values in Animation.fromValueListenable.","enclosedBy":{"name":"animation","kind":9,"href":"animation/"}},{"name":"async","qualifiedName":"async","href":"package-async_async/","kind":9,"packageRank":50,"desc":"Utilities that expand on the asynchronous features of the dart:async\nlibrary."},{"name":"async","qualifiedName":"async","href":"package-webdriver_support_async/","kind":9,"packageRank":50,"desc":""},{"name":"AsyncCache","qualifiedName":"async.AsyncCache","href":"package-async_async/AsyncCache-class.html","kind":3,"packageRank":50,"desc":"Runs asynchronous functions and caches the result for a period of time.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"AsyncCache.ephemeral","qualifiedName":"async.AsyncCache.AsyncCache.ephemeral","href":"package-async_async/AsyncCache/AsyncCache.ephemeral.html","kind":2,"packageRank":50,"desc":"Creates a cache that invalidates after an in-flight request is complete.","enclosedBy":{"name":"AsyncCache","kind":3,"href":"package-async_async/AsyncCache-class.html"}},{"name":"AsyncCache.new","qualifiedName":"async.AsyncCache.AsyncCache.new","href":"package-async_async/AsyncCache/AsyncCache.html","kind":2,"packageRank":50,"desc":"Creates a cache that invalidates its contents after duration has passed.","enclosedBy":{"name":"AsyncCache","kind":3,"href":"package-async_async/AsyncCache-class.html"}},{"name":"fetch","qualifiedName":"async.AsyncCache.fetch","href":"package-async_async/AsyncCache/fetch.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a cached value from a previous call to fetch, or runs callback\nto compute a new one.","enclosedBy":{"name":"AsyncCache","kind":3,"href":"package-async_async/AsyncCache-class.html"}},{"name":"fetchStream","qualifiedName":"async.AsyncCache.fetchStream","href":"package-async_async/AsyncCache/fetchStream.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a cached stream from a previous call to fetchStream, or runs\ncallback to compute a new stream.","enclosedBy":{"name":"AsyncCache","kind":3,"href":"package-async_async/AsyncCache-class.html"}},{"name":"invalidate","qualifiedName":"async.AsyncCache.invalidate","href":"package-async_async/AsyncCache/invalidate.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Removes any cached value.","enclosedBy":{"name":"AsyncCache","kind":3,"href":"package-async_async/AsyncCache-class.html"}},{"name":"AsyncMemoizer","qualifiedName":"async.AsyncMemoizer","href":"package-async_async/AsyncMemoizer-class.html","kind":3,"packageRank":50,"desc":"A class for running an asynchronous function exactly once and caching its\nresult.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"AsyncMemoizer.new","qualifiedName":"async.AsyncMemoizer.AsyncMemoizer.new","href":"package-async_async/AsyncMemoizer/AsyncMemoizer.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncMemoizer","kind":3,"href":"package-async_async/AsyncMemoizer-class.html"}},{"name":"future","qualifiedName":"async.AsyncMemoizer.future","href":"package-async_async/AsyncMemoizer/future.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The future containing the method's result.","enclosedBy":{"name":"AsyncMemoizer","kind":3,"href":"package-async_async/AsyncMemoizer-class.html"}},{"name":"hasRun","qualifiedName":"async.AsyncMemoizer.hasRun","href":"package-async_async/AsyncMemoizer/hasRun.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether runOnce has been called yet.","enclosedBy":{"name":"AsyncMemoizer","kind":3,"href":"package-async_async/AsyncMemoizer-class.html"}},{"name":"runOnce","qualifiedName":"async.AsyncMemoizer.runOnce","href":"package-async_async/AsyncMemoizer/runOnce.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Runs the function, computation, if it hasn't been run before.","enclosedBy":{"name":"AsyncMemoizer","kind":3,"href":"package-async_async/AsyncMemoizer-class.html"}},{"name":"CancelableCompleter","qualifiedName":"async.CancelableCompleter","href":"package-async_async/CancelableCompleter-class.html","kind":3,"packageRank":50,"desc":"A completer for a CancelableOperation.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"CancelableCompleter.new","qualifiedName":"async.CancelableCompleter.CancelableCompleter.new","href":"package-async_async/CancelableCompleter/CancelableCompleter.html","kind":2,"packageRank":50,"desc":"Creates a new completer for a CancelableOperation.","enclosedBy":{"name":"CancelableCompleter","kind":3,"href":"package-async_async/CancelableCompleter-class.html"}},{"name":"complete","qualifiedName":"async.CancelableCompleter.complete","href":"package-async_async/CancelableCompleter/complete.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Completes operation with value.","enclosedBy":{"name":"CancelableCompleter","kind":3,"href":"package-async_async/CancelableCompleter-class.html"}},{"name":"completeError","qualifiedName":"async.CancelableCompleter.completeError","href":"package-async_async/CancelableCompleter/completeError.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Completes operation with error and stackTrace.","enclosedBy":{"name":"CancelableCompleter","kind":3,"href":"package-async_async/CancelableCompleter-class.html"}},{"name":"completeOperation","qualifiedName":"async.CancelableCompleter.completeOperation","href":"package-async_async/CancelableCompleter/completeOperation.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Makes this CancelableCompleter.operation complete with the same result\nas result.","enclosedBy":{"name":"CancelableCompleter","kind":3,"href":"package-async_async/CancelableCompleter-class.html"}},{"name":"isCanceled","qualifiedName":"async.CancelableCompleter.isCanceled","href":"package-async_async/CancelableCompleter/isCanceled.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the completer was canceled before the result was ready.","enclosedBy":{"name":"CancelableCompleter","kind":3,"href":"package-async_async/CancelableCompleter-class.html"}},{"name":"isCompleted","qualifiedName":"async.CancelableCompleter.isCompleted","href":"package-async_async/CancelableCompleter/isCompleted.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the complete or completeError have been called.","enclosedBy":{"name":"CancelableCompleter","kind":3,"href":"package-async_async/CancelableCompleter-class.html"}},{"name":"operation","qualifiedName":"async.CancelableCompleter.operation","href":"package-async_async/CancelableCompleter/operation.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The operation controlled by this completer.","enclosedBy":{"name":"CancelableCompleter","kind":3,"href":"package-async_async/CancelableCompleter-class.html"}},{"name":"CancelableOperation","qualifiedName":"async.CancelableOperation","href":"package-async_async/CancelableOperation-class.html","kind":3,"packageRank":50,"desc":"An asynchronous operation that can be cancelled.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"CancelableOperation.fromFuture","qualifiedName":"async.CancelableOperation.CancelableOperation.fromFuture","href":"package-async_async/CancelableOperation/CancelableOperation.fromFuture.html","kind":2,"packageRank":50,"desc":"Creates a CancelableOperation with the same result as the result\nfuture.","enclosedBy":{"name":"CancelableOperation","kind":3,"href":"package-async_async/CancelableOperation-class.html"}},{"name":"CancelableOperation.fromValue","qualifiedName":"async.CancelableOperation.CancelableOperation.fromValue","href":"package-async_async/CancelableOperation/CancelableOperation.fromValue.html","kind":2,"packageRank":50,"desc":"Creates a CancelableOperation which completes to value.","enclosedBy":{"name":"CancelableOperation","kind":3,"href":"package-async_async/CancelableOperation-class.html"}},{"name":"asStream","qualifiedName":"async.CancelableOperation.asStream","href":"package-async_async/CancelableOperation/asStream.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a Stream containing the result of this operation.","enclosedBy":{"name":"CancelableOperation","kind":3,"href":"package-async_async/CancelableOperation-class.html"}},{"name":"cancel","qualifiedName":"async.CancelableOperation.cancel","href":"package-async_async/CancelableOperation/cancel.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Cancels this operation.","enclosedBy":{"name":"CancelableOperation","kind":3,"href":"package-async_async/CancelableOperation-class.html"}},{"name":"fromSubscription","qualifiedName":"async.CancelableOperation.fromSubscription","href":"package-async_async/CancelableOperation/fromSubscription.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a CancelableOperation wrapping subscription.","enclosedBy":{"name":"CancelableOperation","kind":3,"href":"package-async_async/CancelableOperation-class.html"}},{"name":"isCanceled","qualifiedName":"async.CancelableOperation.isCanceled","href":"package-async_async/CancelableOperation/isCanceled.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this operation has been canceled before it completed.","enclosedBy":{"name":"CancelableOperation","kind":3,"href":"package-async_async/CancelableOperation-class.html"}},{"name":"isCompleted","qualifiedName":"async.CancelableOperation.isCompleted","href":"package-async_async/CancelableOperation/isCompleted.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the result of this operation is ready.","enclosedBy":{"name":"CancelableOperation","kind":3,"href":"package-async_async/CancelableOperation-class.html"}},{"name":"race","qualifiedName":"async.CancelableOperation.race","href":"package-async_async/CancelableOperation/race.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a CancelableOperation that completes with the value of the first\nof operations to complete.","enclosedBy":{"name":"CancelableOperation","kind":3,"href":"package-async_async/CancelableOperation-class.html"}},{"name":"then","qualifiedName":"async.CancelableOperation.then","href":"package-async_async/CancelableOperation/then.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a new cancelable operation to be completed when this operation\ncompletes normally or as an error, or is cancelled.","enclosedBy":{"name":"CancelableOperation","kind":3,"href":"package-async_async/CancelableOperation-class.html"}},{"name":"thenOperation","qualifiedName":"async.CancelableOperation.thenOperation","href":"package-async_async/CancelableOperation/thenOperation.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a new cancelable operation to be completed when this operation\ncompletes normally or as an error, or is cancelled.","enclosedBy":{"name":"CancelableOperation","kind":3,"href":"package-async_async/CancelableOperation-class.html"}},{"name":"value","qualifiedName":"async.CancelableOperation.value","href":"package-async_async/CancelableOperation/value.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The result of this operation, if not cancelled.","enclosedBy":{"name":"CancelableOperation","kind":3,"href":"package-async_async/CancelableOperation-class.html"}},{"name":"valueOrCancellation","qualifiedName":"async.CancelableOperation.valueOrCancellation","href":"package-async_async/CancelableOperation/valueOrCancellation.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a Future that completes when this operation completes or when\nit's cancelled.","enclosedBy":{"name":"CancelableOperation","kind":3,"href":"package-async_async/CancelableOperation-class.html"}},{"name":"ChunkedStreamReader","qualifiedName":"async.ChunkedStreamReader","href":"package-async_async/ChunkedStreamReader-class.html","kind":3,"packageRank":50,"desc":"Utility class for reading elements from a chunked stream.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"ChunkedStreamReader.new","qualifiedName":"async.ChunkedStreamReader.ChunkedStreamReader.new","href":"package-async_async/ChunkedStreamReader/ChunkedStreamReader.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"ChunkedStreamReader","kind":3,"href":"package-async_async/ChunkedStreamReader-class.html"}},{"name":"cancel","qualifiedName":"async.ChunkedStreamReader.cancel","href":"package-async_async/ChunkedStreamReader/cancel.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Cancel the underlying chunked stream.","enclosedBy":{"name":"ChunkedStreamReader","kind":3,"href":"package-async_async/ChunkedStreamReader-class.html"}},{"name":"readChunk","qualifiedName":"async.ChunkedStreamReader.readChunk","href":"package-async_async/ChunkedStreamReader/readChunk.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Read next size elements from chunked stream, buffering to create a\nchunk with size elements.","enclosedBy":{"name":"ChunkedStreamReader","kind":3,"href":"package-async_async/ChunkedStreamReader-class.html"}},{"name":"readStream","qualifiedName":"async.ChunkedStreamReader.readStream","href":"package-async_async/ChunkedStreamReader/readStream.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Read next size elements from chunked stream as a sub-stream.","enclosedBy":{"name":"ChunkedStreamReader","kind":3,"href":"package-async_async/ChunkedStreamReader-class.html"}},{"name":"ChunkedStreamReaderByteStreamExt","qualifiedName":"async.ChunkedStreamReaderByteStreamExt","href":"package-async_async/ChunkedStreamReaderByteStreamExt.html","kind":6,"packageRank":50,"desc":"Extensions for using ChunkedStreamReader with byte-streams.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"readBytes","qualifiedName":"async.ChunkedStreamReaderByteStreamExt.readBytes","href":"package-async_async/ChunkedStreamReaderByteStreamExt/readBytes.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Read bytes into a Uint8List.","enclosedBy":{"name":"ChunkedStreamReaderByteStreamExt","kind":6,"href":"package-async_async/ChunkedStreamReaderByteStreamExt.html"}},{"name":"Clock","qualifiedName":"async.Clock","href":"package-webdriver_support_async/Clock-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"async","kind":9,"href":"package-webdriver_support_async/"}},{"name":"Clock.new","qualifiedName":"async.Clock.Clock.new","href":"package-webdriver_support_async/Clock/Clock.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Clock","kind":3,"href":"package-webdriver_support_async/Clock-class.html"}},{"name":"now","qualifiedName":"async.Clock.now","href":"package-webdriver_support_async/Clock/now.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The current time.","enclosedBy":{"name":"Clock","kind":3,"href":"package-webdriver_support_async/Clock-class.html"}},{"name":"sleep","qualifiedName":"async.Clock.sleep","href":"package-webdriver_support_async/Clock/sleep.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sleep for the specified time.","enclosedBy":{"name":"Clock","kind":3,"href":"package-webdriver_support_async/Clock-class.html"}},{"name":"waitFor","qualifiedName":"async.Clock.waitFor","href":"package-webdriver_support_async/Clock/waitFor.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Waits until condition evaluates to a value that matches matcher or\nuntil timeout time has passed. If condition returns a Future, then\nuses the value of that Future rather than the value of condition.","enclosedBy":{"name":"Clock","kind":3,"href":"package-webdriver_support_async/Clock-class.html"}},{"name":"DelegatingEventSink","qualifiedName":"async.DelegatingEventSink","href":"package-async_async/DelegatingEventSink-class.html","kind":3,"packageRank":50,"desc":"Simple delegating wrapper around an EventSink.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"DelegatingEventSink.new","qualifiedName":"async.DelegatingEventSink.DelegatingEventSink.new","href":"package-async_async/DelegatingEventSink/DelegatingEventSink.html","kind":2,"packageRank":50,"desc":"Create a delegating sink forwarding calls to sink.","enclosedBy":{"name":"DelegatingEventSink","kind":3,"href":"package-async_async/DelegatingEventSink-class.html"}},{"name":"add","qualifiedName":"async.DelegatingEventSink.add","href":"package-async_async/DelegatingEventSink/add.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Adds a data event to the sink.","enclosedBy":{"name":"DelegatingEventSink","kind":3,"href":"package-async_async/DelegatingEventSink-class.html"}},{"name":"addError","qualifiedName":"async.DelegatingEventSink.addError","href":"package-async_async/DelegatingEventSink/addError.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds an error to the sink.","enclosedBy":{"name":"DelegatingEventSink","kind":3,"href":"package-async_async/DelegatingEventSink-class.html"}},{"name":"close","qualifiedName":"async.DelegatingEventSink.close","href":"package-async_async/DelegatingEventSink/close.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Closes the sink.","enclosedBy":{"name":"DelegatingEventSink","kind":3,"href":"package-async_async/DelegatingEventSink-class.html"}},{"name":"typed","qualifiedName":"async.DelegatingEventSink.typed","href":"package-async_async/DelegatingEventSink/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper that coerces the type of sink.","enclosedBy":{"name":"DelegatingEventSink","kind":3,"href":"package-async_async/DelegatingEventSink-class.html"}},{"name":"DelegatingFuture","qualifiedName":"async.DelegatingFuture","href":"package-async_async/DelegatingFuture-class.html","kind":3,"packageRank":50,"desc":"A wrapper that forwards calls to a Future.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"DelegatingFuture.new","qualifiedName":"async.DelegatingFuture.DelegatingFuture.new","href":"package-async_async/DelegatingFuture/DelegatingFuture.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"DelegatingFuture","kind":3,"href":"package-async_async/DelegatingFuture-class.html"}},{"name":"asStream","qualifiedName":"async.DelegatingFuture.asStream","href":"package-async_async/DelegatingFuture/asStream.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a Stream containing the result of this future.","enclosedBy":{"name":"DelegatingFuture","kind":3,"href":"package-async_async/DelegatingFuture-class.html"}},{"name":"catchError","qualifiedName":"async.DelegatingFuture.catchError","href":"package-async_async/DelegatingFuture/catchError.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Handles errors emitted by this Future.","enclosedBy":{"name":"DelegatingFuture","kind":3,"href":"package-async_async/DelegatingFuture-class.html"}},{"name":"then","qualifiedName":"async.DelegatingFuture.then","href":"package-async_async/DelegatingFuture/then.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Register callbacks to be called when this future completes.","enclosedBy":{"name":"DelegatingFuture","kind":3,"href":"package-async_async/DelegatingFuture-class.html"}},{"name":"timeout","qualifiedName":"async.DelegatingFuture.timeout","href":"package-async_async/DelegatingFuture/timeout.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Stop waiting for this future after timeLimit has passed.","enclosedBy":{"name":"DelegatingFuture","kind":3,"href":"package-async_async/DelegatingFuture-class.html"}},{"name":"typed","qualifiedName":"async.DelegatingFuture.typed","href":"package-async_async/DelegatingFuture/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper which throws if future's value isn't an instance of\nT.","enclosedBy":{"name":"DelegatingFuture","kind":3,"href":"package-async_async/DelegatingFuture-class.html"}},{"name":"whenComplete","qualifiedName":"async.DelegatingFuture.whenComplete","href":"package-async_async/DelegatingFuture/whenComplete.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Registers a function to be called when this future completes.","enclosedBy":{"name":"DelegatingFuture","kind":3,"href":"package-async_async/DelegatingFuture-class.html"}},{"name":"DelegatingSink","qualifiedName":"async.DelegatingSink","href":"package-async_async/DelegatingSink-class.html","kind":3,"packageRank":50,"desc":"Simple delegating wrapper around a Sink.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"DelegatingSink.new","qualifiedName":"async.DelegatingSink.DelegatingSink.new","href":"package-async_async/DelegatingSink/DelegatingSink.html","kind":2,"packageRank":50,"desc":"Create a delegating sink forwarding calls to sink.","enclosedBy":{"name":"DelegatingSink","kind":3,"href":"package-async_async/DelegatingSink-class.html"}},{"name":"add","qualifiedName":"async.DelegatingSink.add","href":"package-async_async/DelegatingSink/add.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds data to the sink.","enclosedBy":{"name":"DelegatingSink","kind":3,"href":"package-async_async/DelegatingSink-class.html"}},{"name":"close","qualifiedName":"async.DelegatingSink.close","href":"package-async_async/DelegatingSink/close.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Closes the sink.","enclosedBy":{"name":"DelegatingSink","kind":3,"href":"package-async_async/DelegatingSink-class.html"}},{"name":"typed","qualifiedName":"async.DelegatingSink.typed","href":"package-async_async/DelegatingSink/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper that coerces the type of sink.","enclosedBy":{"name":"DelegatingSink","kind":3,"href":"package-async_async/DelegatingSink-class.html"}},{"name":"DelegatingStream","qualifiedName":"async.DelegatingStream","href":"package-async_async/DelegatingStream-class.html","kind":3,"packageRank":50,"desc":"Simple delegating wrapper around a Stream.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"DelegatingStream.new","qualifiedName":"async.DelegatingStream.DelegatingStream.new","href":"package-async_async/DelegatingStream/DelegatingStream.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"DelegatingStream","kind":3,"href":"package-async_async/DelegatingStream-class.html"}},{"name":"typed","qualifiedName":"async.DelegatingStream.typed","href":"package-async_async/DelegatingStream/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper which throws if stream's events aren't instances of\nT.","enclosedBy":{"name":"DelegatingStream","kind":3,"href":"package-async_async/DelegatingStream-class.html"}},{"name":"DelegatingStreamConsumer","qualifiedName":"async.DelegatingStreamConsumer","href":"package-async_async/DelegatingStreamConsumer-class.html","kind":3,"packageRank":50,"desc":"Simple delegating wrapper around a StreamConsumer.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"DelegatingStreamConsumer.new","qualifiedName":"async.DelegatingStreamConsumer.DelegatingStreamConsumer.new","href":"package-async_async/DelegatingStreamConsumer/DelegatingStreamConsumer.html","kind":2,"packageRank":50,"desc":"Create a delegating consumer forwarding calls to consumer.","enclosedBy":{"name":"DelegatingStreamConsumer","kind":3,"href":"package-async_async/DelegatingStreamConsumer-class.html"}},{"name":"addStream","qualifiedName":"async.DelegatingStreamConsumer.addStream","href":"package-async_async/DelegatingStreamConsumer/addStream.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Consumes the elements of stream.","enclosedBy":{"name":"DelegatingStreamConsumer","kind":3,"href":"package-async_async/DelegatingStreamConsumer-class.html"}},{"name":"close","qualifiedName":"async.DelegatingStreamConsumer.close","href":"package-async_async/DelegatingStreamConsumer/close.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Tells the consumer that no further streams will be added.","enclosedBy":{"name":"DelegatingStreamConsumer","kind":3,"href":"package-async_async/DelegatingStreamConsumer-class.html"}},{"name":"typed","qualifiedName":"async.DelegatingStreamConsumer.typed","href":"package-async_async/DelegatingStreamConsumer/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper that coerces the type of consumer.","enclosedBy":{"name":"DelegatingStreamConsumer","kind":3,"href":"package-async_async/DelegatingStreamConsumer-class.html"}},{"name":"DelegatingStreamSink","qualifiedName":"async.DelegatingStreamSink","href":"package-async_async/DelegatingStreamSink-class.html","kind":3,"packageRank":50,"desc":"Simple delegating wrapper around a StreamSink.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"DelegatingStreamSink.new","qualifiedName":"async.DelegatingStreamSink.DelegatingStreamSink.new","href":"package-async_async/DelegatingStreamSink/DelegatingStreamSink.html","kind":2,"packageRank":50,"desc":"Create delegating sink forwarding calls to sink.","enclosedBy":{"name":"DelegatingStreamSink","kind":3,"href":"package-async_async/DelegatingStreamSink-class.html"}},{"name":"add","qualifiedName":"async.DelegatingStreamSink.add","href":"package-async_async/DelegatingStreamSink/add.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Adds a data event to the sink.","enclosedBy":{"name":"DelegatingStreamSink","kind":3,"href":"package-async_async/DelegatingStreamSink-class.html"}},{"name":"addError","qualifiedName":"async.DelegatingStreamSink.addError","href":"package-async_async/DelegatingStreamSink/addError.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds an error to the sink.","enclosedBy":{"name":"DelegatingStreamSink","kind":3,"href":"package-async_async/DelegatingStreamSink-class.html"}},{"name":"addStream","qualifiedName":"async.DelegatingStreamSink.addStream","href":"package-async_async/DelegatingStreamSink/addStream.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Consumes the elements of stream.","enclosedBy":{"name":"DelegatingStreamSink","kind":3,"href":"package-async_async/DelegatingStreamSink-class.html"}},{"name":"close","qualifiedName":"async.DelegatingStreamSink.close","href":"package-async_async/DelegatingStreamSink/close.html","kind":10,"overriddenDepth":3,"packageRank":50,"desc":"Tells the stream sink that no further streams will be added.","enclosedBy":{"name":"DelegatingStreamSink","kind":3,"href":"package-async_async/DelegatingStreamSink-class.html"}},{"name":"done","qualifiedName":"async.DelegatingStreamSink.done","href":"package-async_async/DelegatingStreamSink/done.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Return a future which is completed when the StreamSink is finished.","enclosedBy":{"name":"DelegatingStreamSink","kind":3,"href":"package-async_async/DelegatingStreamSink-class.html"}},{"name":"typed","qualifiedName":"async.DelegatingStreamSink.typed","href":"package-async_async/DelegatingStreamSink/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper that coerces the type of sink.","enclosedBy":{"name":"DelegatingStreamSink","kind":3,"href":"package-async_async/DelegatingStreamSink-class.html"}},{"name":"DelegatingStreamSubscription","qualifiedName":"async.DelegatingStreamSubscription","href":"package-async_async/DelegatingStreamSubscription-class.html","kind":3,"packageRank":50,"desc":"Simple delegating wrapper around a StreamSubscription.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"DelegatingStreamSubscription.new","qualifiedName":"async.DelegatingStreamSubscription.DelegatingStreamSubscription.new","href":"package-async_async/DelegatingStreamSubscription/DelegatingStreamSubscription.html","kind":2,"packageRank":50,"desc":"Create delegating subscription forwarding calls to sourceSubscription.","enclosedBy":{"name":"DelegatingStreamSubscription","kind":3,"href":"package-async_async/DelegatingStreamSubscription-class.html"}},{"name":"asFuture","qualifiedName":"async.DelegatingStreamSubscription.asFuture","href":"package-async_async/DelegatingStreamSubscription/asFuture.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a future that handles the onDone and onError callbacks.","enclosedBy":{"name":"DelegatingStreamSubscription","kind":3,"href":"package-async_async/DelegatingStreamSubscription-class.html"}},{"name":"cancel","qualifiedName":"async.DelegatingStreamSubscription.cancel","href":"package-async_async/DelegatingStreamSubscription/cancel.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Cancels this subscription.","enclosedBy":{"name":"DelegatingStreamSubscription","kind":3,"href":"package-async_async/DelegatingStreamSubscription-class.html"}},{"name":"isPaused","qualifiedName":"async.DelegatingStreamSubscription.isPaused","href":"package-async_async/DelegatingStreamSubscription/isPaused.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the StreamSubscription is currently paused.","enclosedBy":{"name":"DelegatingStreamSubscription","kind":3,"href":"package-async_async/DelegatingStreamSubscription-class.html"}},{"name":"onData","qualifiedName":"async.DelegatingStreamSubscription.onData","href":"package-async_async/DelegatingStreamSubscription/onData.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Replaces the data event handler of this subscription.","enclosedBy":{"name":"DelegatingStreamSubscription","kind":3,"href":"package-async_async/DelegatingStreamSubscription-class.html"}},{"name":"onDone","qualifiedName":"async.DelegatingStreamSubscription.onDone","href":"package-async_async/DelegatingStreamSubscription/onDone.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Replaces the done event handler of this subscription.","enclosedBy":{"name":"DelegatingStreamSubscription","kind":3,"href":"package-async_async/DelegatingStreamSubscription-class.html"}},{"name":"onError","qualifiedName":"async.DelegatingStreamSubscription.onError","href":"package-async_async/DelegatingStreamSubscription/onError.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Replaces the error event handler of this subscription.","enclosedBy":{"name":"DelegatingStreamSubscription","kind":3,"href":"package-async_async/DelegatingStreamSubscription-class.html"}},{"name":"pause","qualifiedName":"async.DelegatingStreamSubscription.pause","href":"package-async_async/DelegatingStreamSubscription/pause.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Requests that the stream pauses events until further notice.","enclosedBy":{"name":"DelegatingStreamSubscription","kind":3,"href":"package-async_async/DelegatingStreamSubscription-class.html"}},{"name":"resume","qualifiedName":"async.DelegatingStreamSubscription.resume","href":"package-async_async/DelegatingStreamSubscription/resume.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Resumes after a pause.","enclosedBy":{"name":"DelegatingStreamSubscription","kind":3,"href":"package-async_async/DelegatingStreamSubscription-class.html"}},{"name":"typed","qualifiedName":"async.DelegatingStreamSubscription.typed","href":"package-async_async/DelegatingStreamSubscription/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper which throws if subscription's events aren't instances\nof T.","enclosedBy":{"name":"DelegatingStreamSubscription","kind":3,"href":"package-async_async/DelegatingStreamSubscription-class.html"}},{"name":"ErrorResult","qualifiedName":"async.ErrorResult","href":"package-async_async/ErrorResult-class.html","kind":3,"packageRank":50,"desc":"A result representing a thrown error.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"ErrorResult.new","qualifiedName":"async.ErrorResult.ErrorResult.new","href":"package-async_async/ErrorResult/ErrorResult.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"addTo","qualifiedName":"async.ErrorResult.addTo","href":"package-async_async/ErrorResult/addTo.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds this result to an EventSink.","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"asError","qualifiedName":"async.ErrorResult.asError","href":"package-async_async/ErrorResult/asError.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"If this is an error result, returns itself.","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"asFuture","qualifiedName":"async.ErrorResult.asFuture","href":"package-async_async/ErrorResult/asFuture.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A future that has been completed with this result as a value or an error.","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"asValue","qualifiedName":"async.ErrorResult.asValue","href":"package-async_async/ErrorResult/asValue.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"If this is a value result, returns itself.","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"complete","qualifiedName":"async.ErrorResult.complete","href":"package-async_async/ErrorResult/complete.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Completes a completer with this result.","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"error","qualifiedName":"async.ErrorResult.error","href":"package-async_async/ErrorResult/error.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The error object that was thrown.","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"handle","qualifiedName":"async.ErrorResult.handle","href":"package-async_async/ErrorResult/handle.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Calls an error handler with the error and stacktrace.","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"hashCode","qualifiedName":"async.ErrorResult.hashCode","href":"package-async_async/ErrorResult/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"isError","qualifiedName":"async.ErrorResult.isError","href":"package-async_async/ErrorResult/isError.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this result is an error result.","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"isValue","qualifiedName":"async.ErrorResult.isValue","href":"package-async_async/ErrorResult/isValue.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this result is a value result.","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"operator ==","qualifiedName":"async.ErrorResult.operator ==","href":"package-async_async/ErrorResult/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"This is equal only to an error result with equal error and stackTrace.","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"stackTrace","qualifiedName":"async.ErrorResult.stackTrace","href":"package-async_async/ErrorResult/stackTrace.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The stack trace corresponding to where error was thrown.","enclosedBy":{"name":"ErrorResult","kind":3,"href":"package-async_async/ErrorResult-class.html"}},{"name":"EventSinkBase","qualifiedName":"async.EventSinkBase","href":"package-async_async/EventSinkBase-class.html","kind":3,"packageRank":50,"desc":"An abstract class that implements EventSink in terms of onAdd,\nonError, and onClose methods.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"EventSinkBase.new","qualifiedName":"async.EventSinkBase.EventSinkBase.new","href":"package-async_async/EventSinkBase/EventSinkBase.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"EventSinkBase","kind":3,"href":"package-async_async/EventSinkBase-class.html"}},{"name":"add","qualifiedName":"async.EventSinkBase.add","href":"package-async_async/EventSinkBase/add.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Adds a data event to the sink.","enclosedBy":{"name":"EventSinkBase","kind":3,"href":"package-async_async/EventSinkBase-class.html"}},{"name":"addError","qualifiedName":"async.EventSinkBase.addError","href":"package-async_async/EventSinkBase/addError.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds an error to the sink.","enclosedBy":{"name":"EventSinkBase","kind":3,"href":"package-async_async/EventSinkBase-class.html"}},{"name":"close","qualifiedName":"async.EventSinkBase.close","href":"package-async_async/EventSinkBase/close.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Closes the sink.","enclosedBy":{"name":"EventSinkBase","kind":3,"href":"package-async_async/EventSinkBase-class.html"}},{"name":"onAdd","qualifiedName":"async.EventSinkBase.onAdd","href":"package-async_async/EventSinkBase/onAdd.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"A method that handles data events that are passed to the sink.","enclosedBy":{"name":"EventSinkBase","kind":3,"href":"package-async_async/EventSinkBase-class.html"}},{"name":"onClose","qualifiedName":"async.EventSinkBase.onClose","href":"package-async_async/EventSinkBase/onClose.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"A method that handles the sink being closed.","enclosedBy":{"name":"EventSinkBase","kind":3,"href":"package-async_async/EventSinkBase-class.html"}},{"name":"onError","qualifiedName":"async.EventSinkBase.onError","href":"package-async_async/EventSinkBase/onError.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"A method that handles error events that are passed to the sink.","enclosedBy":{"name":"EventSinkBase","kind":3,"href":"package-async_async/EventSinkBase-class.html"}},{"name":"FutureGroup","qualifiedName":"async.FutureGroup","href":"package-async_async/FutureGroup-class.html","kind":3,"packageRank":50,"desc":"A collection of futures waits until all added Futures complete.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"FutureGroup.new","qualifiedName":"async.FutureGroup.FutureGroup.new","href":"package-async_async/FutureGroup/FutureGroup.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"FutureGroup","kind":3,"href":"package-async_async/FutureGroup-class.html"}},{"name":"add","qualifiedName":"async.FutureGroup.add","href":"package-async_async/FutureGroup/add.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Wait for task to complete.","enclosedBy":{"name":"FutureGroup","kind":3,"href":"package-async_async/FutureGroup-class.html"}},{"name":"close","qualifiedName":"async.FutureGroup.close","href":"package-async_async/FutureGroup/close.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Signals to the group that the caller is done adding futures, and so\nfuture should fire once all added futures have completed.","enclosedBy":{"name":"FutureGroup","kind":3,"href":"package-async_async/FutureGroup-class.html"}},{"name":"future","qualifiedName":"async.FutureGroup.future","href":"package-async_async/FutureGroup/future.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The future that fires once close has been called and all futures in the\ngroup have completed.","enclosedBy":{"name":"FutureGroup","kind":3,"href":"package-async_async/FutureGroup-class.html"}},{"name":"isClosed","qualifiedName":"async.FutureGroup.isClosed","href":"package-async_async/FutureGroup/isClosed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the group is closed, meaning that no more futures may be added.","enclosedBy":{"name":"FutureGroup","kind":3,"href":"package-async_async/FutureGroup-class.html"}},{"name":"isIdle","qualifiedName":"async.FutureGroup.isIdle","href":"package-async_async/FutureGroup/isIdle.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this group contains no futures.","enclosedBy":{"name":"FutureGroup","kind":3,"href":"package-async_async/FutureGroup-class.html"}},{"name":"onIdle","qualifiedName":"async.FutureGroup.onIdle","href":"package-async_async/FutureGroup/onIdle.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A broadcast stream that emits an event whenever this group becomes idle.","enclosedBy":{"name":"FutureGroup","kind":3,"href":"package-async_async/FutureGroup-class.html"}},{"name":"IOSinkBase","qualifiedName":"async.IOSinkBase","href":"package-async_async/IOSinkBase-class.html","kind":3,"packageRank":50,"desc":"An abstract class that implements dart:io's IOSink's API in terms of\nonAdd, onError, onClose, and onFlush methods.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"IOSinkBase.new","qualifiedName":"async.IOSinkBase.IOSinkBase.new","href":"package-async_async/IOSinkBase/IOSinkBase.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"IOSinkBase","kind":3,"href":"package-async_async/IOSinkBase-class.html"}},{"name":"encoding","qualifiedName":"async.IOSinkBase.encoding","href":"package-async_async/IOSinkBase/encoding.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"See IOSink.encoding from dart:io.","enclosedBy":{"name":"IOSinkBase","kind":3,"href":"package-async_async/IOSinkBase-class.html"}},{"name":"flush","qualifiedName":"async.IOSinkBase.flush","href":"package-async_async/IOSinkBase/flush.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"See IOSink.flush from dart:io.","enclosedBy":{"name":"IOSinkBase","kind":3,"href":"package-async_async/IOSinkBase-class.html"}},{"name":"onFlush","qualifiedName":"async.IOSinkBase.onFlush","href":"package-async_async/IOSinkBase/onFlush.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Flushes any buffered data to the underlying consumer, and returns a future\nthat completes once the consumer has accepted all data.","enclosedBy":{"name":"IOSinkBase","kind":3,"href":"package-async_async/IOSinkBase-class.html"}},{"name":"write","qualifiedName":"async.IOSinkBase.write","href":"package-async_async/IOSinkBase/write.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"See StringSink.write.","enclosedBy":{"name":"IOSinkBase","kind":3,"href":"package-async_async/IOSinkBase-class.html"}},{"name":"writeAll","qualifiedName":"async.IOSinkBase.writeAll","href":"package-async_async/IOSinkBase/writeAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"See StringSink.writeAll.","enclosedBy":{"name":"IOSinkBase","kind":3,"href":"package-async_async/IOSinkBase-class.html"}},{"name":"writeCharCode","qualifiedName":"async.IOSinkBase.writeCharCode","href":"package-async_async/IOSinkBase/writeCharCode.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"See StringSink.writeCharCode.","enclosedBy":{"name":"IOSinkBase","kind":3,"href":"package-async_async/IOSinkBase-class.html"}},{"name":"writeln","qualifiedName":"async.IOSinkBase.writeln","href":"package-async_async/IOSinkBase/writeln.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"See StringSink.writeln.","enclosedBy":{"name":"IOSinkBase","kind":3,"href":"package-async_async/IOSinkBase-class.html"}},{"name":"LazyStream","qualifiedName":"async.LazyStream","href":"package-async_async/LazyStream-class.html","kind":3,"packageRank":50,"desc":"A Stream wrapper that forwards to another Stream that's initialized\nlazily.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"LazyStream.new","qualifiedName":"async.LazyStream.LazyStream.new","href":"package-async_async/LazyStream/LazyStream.html","kind":2,"packageRank":50,"desc":"Creates a single-subscription Stream that calls callback when it gets\na listener and forwards to the returned stream.","enclosedBy":{"name":"LazyStream","kind":3,"href":"package-async_async/LazyStream-class.html"}},{"name":"listen","qualifiedName":"async.LazyStream.listen","href":"package-async_async/LazyStream/listen.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds a subscription to this stream.","enclosedBy":{"name":"LazyStream","kind":3,"href":"package-async_async/LazyStream-class.html"}},{"name":"Lock","qualifiedName":"async.Lock","href":"package-webdriver_support_async/Lock-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"async","kind":9,"href":"package-webdriver_support_async/"}},{"name":"Lock.new","qualifiedName":"async.Lock.Lock.new","href":"package-webdriver_support_async/Lock/Lock.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Lock","kind":3,"href":"package-webdriver_support_async/Lock-class.html"}},{"name":"acquire","qualifiedName":"async.Lock.acquire","href":"package-webdriver_support_async/Lock/acquire.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Lock","kind":3,"href":"package-webdriver_support_async/Lock-class.html"}},{"name":"awaitChecking","qualifiedName":"async.Lock.awaitChecking","href":"package-webdriver_support_async/Lock/awaitChecking.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Lock","kind":3,"href":"package-webdriver_support_async/Lock-class.html"}},{"name":"isHeld","qualifiedName":"async.Lock.isHeld","href":"package-webdriver_support_async/Lock/isHeld.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Lock","kind":3,"href":"package-webdriver_support_async/Lock-class.html"}},{"name":"release","qualifiedName":"async.Lock.release","href":"package-webdriver_support_async/Lock/release.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Lock","kind":3,"href":"package-webdriver_support_async/Lock-class.html"}},{"name":"NullStreamSink","qualifiedName":"async.NullStreamSink","href":"package-async_async/NullStreamSink-class.html","kind":3,"packageRank":50,"desc":"A StreamSink that discards all events.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"NullStreamSink.error","qualifiedName":"async.NullStreamSink.NullStreamSink.error","href":"package-async_async/NullStreamSink/NullStreamSink.error.html","kind":2,"packageRank":50,"desc":"Creates a null sink whose done future emits error.","enclosedBy":{"name":"NullStreamSink","kind":3,"href":"package-async_async/NullStreamSink-class.html"}},{"name":"NullStreamSink.new","qualifiedName":"async.NullStreamSink.NullStreamSink.new","href":"package-async_async/NullStreamSink/NullStreamSink.html","kind":2,"packageRank":50,"desc":"Creates a null sink.","enclosedBy":{"name":"NullStreamSink","kind":3,"href":"package-async_async/NullStreamSink-class.html"}},{"name":"add","qualifiedName":"async.NullStreamSink.add","href":"package-async_async/NullStreamSink/add.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Adds a data event to the sink.","enclosedBy":{"name":"NullStreamSink","kind":3,"href":"package-async_async/NullStreamSink-class.html"}},{"name":"addError","qualifiedName":"async.NullStreamSink.addError","href":"package-async_async/NullStreamSink/addError.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds an error to the sink.","enclosedBy":{"name":"NullStreamSink","kind":3,"href":"package-async_async/NullStreamSink-class.html"}},{"name":"addStream","qualifiedName":"async.NullStreamSink.addStream","href":"package-async_async/NullStreamSink/addStream.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Consumes the elements of stream.","enclosedBy":{"name":"NullStreamSink","kind":3,"href":"package-async_async/NullStreamSink-class.html"}},{"name":"close","qualifiedName":"async.NullStreamSink.close","href":"package-async_async/NullStreamSink/close.html","kind":10,"overriddenDepth":3,"packageRank":50,"desc":"Tells the stream sink that no further streams will be added.","enclosedBy":{"name":"NullStreamSink","kind":3,"href":"package-async_async/NullStreamSink-class.html"}},{"name":"done","qualifiedName":"async.NullStreamSink.done","href":"package-async_async/NullStreamSink/done.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Return a future which is completed when the StreamSink is finished.","enclosedBy":{"name":"NullStreamSink","kind":3,"href":"package-async_async/NullStreamSink-class.html"}},{"name":"RestartableTimer","qualifiedName":"async.RestartableTimer","href":"package-async_async/RestartableTimer-class.html","kind":3,"packageRank":50,"desc":"A non-periodic timer that can be restarted any number of times.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"RestartableTimer.new","qualifiedName":"async.RestartableTimer.RestartableTimer.new","href":"package-async_async/RestartableTimer/RestartableTimer.html","kind":2,"packageRank":50,"desc":"Creates a new timer.","enclosedBy":{"name":"RestartableTimer","kind":3,"href":"package-async_async/RestartableTimer-class.html"}},{"name":"cancel","qualifiedName":"async.RestartableTimer.cancel","href":"package-async_async/RestartableTimer/cancel.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Cancels the timer.","enclosedBy":{"name":"RestartableTimer","kind":3,"href":"package-async_async/RestartableTimer-class.html"}},{"name":"isActive","qualifiedName":"async.RestartableTimer.isActive","href":"package-async_async/RestartableTimer/isActive.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Returns whether the timer is still active.","enclosedBy":{"name":"RestartableTimer","kind":3,"href":"package-async_async/RestartableTimer-class.html"}},{"name":"reset","qualifiedName":"async.RestartableTimer.reset","href":"package-async_async/RestartableTimer/reset.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Restarts the timer so that it counts down from its original duration\nagain.","enclosedBy":{"name":"RestartableTimer","kind":3,"href":"package-async_async/RestartableTimer-class.html"}},{"name":"tick","qualifiedName":"async.RestartableTimer.tick","href":"package-async_async/RestartableTimer/tick.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of durations preceding the most recent timer event on the most\nrecent countdown.","enclosedBy":{"name":"RestartableTimer","kind":3,"href":"package-async_async/RestartableTimer-class.html"}},{"name":"Result","qualifiedName":"async.Result","href":"package-async_async/Result-class.html","kind":3,"packageRank":50,"desc":"The result of a computation.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"Result.error","qualifiedName":"async.Result.Result.error","href":"package-async_async/Result/Result.error.html","kind":2,"packageRank":50,"desc":"Creates a Result holding an error.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"Result.new","qualifiedName":"async.Result.Result.new","href":"package-async_async/Result/Result.html","kind":2,"packageRank":50,"desc":"Creates a Result with the result of calling computation.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"Result.value","qualifiedName":"async.Result.Result.value","href":"package-async_async/Result/Result.value.html","kind":2,"packageRank":50,"desc":"Creates a Result holding a value.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"addTo","qualifiedName":"async.Result.addTo","href":"package-async_async/Result/addTo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Adds this result to an EventSink.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"asError","qualifiedName":"async.Result.asError","href":"package-async_async/Result/asError.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"If this is an error result, returns itself.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"asFuture","qualifiedName":"async.Result.asFuture","href":"package-async_async/Result/asFuture.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A future that has been completed with this result as a value or an error.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"asValue","qualifiedName":"async.Result.asValue","href":"package-async_async/Result/asValue.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"If this is a value result, returns itself.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"capture","qualifiedName":"async.Result.capture","href":"package-async_async/Result/capture.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Captures the result of a future into a Result future.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"captureAll","qualifiedName":"async.Result.captureAll","href":"package-async_async/Result/captureAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Captures each future in elements,","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"captureSink","qualifiedName":"async.Result.captureSink","href":"package-async_async/Result/captureSink.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Captures the events of the returned sink into results on sink.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"captureSinkTransformer","qualifiedName":"async.Result.captureSinkTransformer","href":"package-async_async/Result/captureSinkTransformer-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"A sink transformer that captures events into Results.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"captureStream","qualifiedName":"async.Result.captureStream","href":"package-async_async/Result/captureStream.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Captures the results of a stream into a stream of Result values.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"captureStreamTransformer","qualifiedName":"async.Result.captureStreamTransformer","href":"package-async_async/Result/captureStreamTransformer-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"A stream transformer that captures a stream of events into Results.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"complete","qualifiedName":"async.Result.complete","href":"package-async_async/Result/complete.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Completes a completer with this result.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"flatten","qualifiedName":"async.Result.flatten","href":"package-async_async/Result/flatten.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts a result of a result to a single result.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"flattenAll","qualifiedName":"async.Result.flattenAll","href":"package-async_async/Result/flattenAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts a sequence of results to a result of a list.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"isError","qualifiedName":"async.Result.isError","href":"package-async_async/Result/isError.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this result is an error result.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"isValue","qualifiedName":"async.Result.isValue","href":"package-async_async/Result/isValue.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this result is a value result.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"release","qualifiedName":"async.Result.release","href":"package-async_async/Result/release.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Releases the result of a captured future.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"releaseSink","qualifiedName":"async.Result.releaseSink","href":"package-async_async/Result/releaseSink.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Releases results added to the returned sink as data and errors on sink.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"releaseSinkTransformer","qualifiedName":"async.Result.releaseSinkTransformer","href":"package-async_async/Result/releaseSinkTransformer-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"A sink transformer that releases result events.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"releaseStream","qualifiedName":"async.Result.releaseStream","href":"package-async_async/Result/releaseStream.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Releases a stream of source values into a stream of the results.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"releaseStreamTransformer","qualifiedName":"async.Result.releaseStreamTransformer","href":"package-async_async/Result/releaseStreamTransformer-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"A stream transformer that releases a stream of result events.","enclosedBy":{"name":"Result","kind":3,"href":"package-async_async/Result-class.html"}},{"name":"ResultFuture","qualifiedName":"async.ResultFuture","href":"package-async_async/ResultFuture-class.html","kind":3,"packageRank":50,"desc":"A Future wrapper that provides synchronous access to the result of the\nwrapped Future once it's completed.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"ResultFuture.new","qualifiedName":"async.ResultFuture.ResultFuture.new","href":"package-async_async/ResultFuture/ResultFuture.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"ResultFuture","kind":3,"href":"package-async_async/ResultFuture-class.html"}},{"name":"isComplete","qualifiedName":"async.ResultFuture.isComplete","href":"package-async_async/ResultFuture/isComplete.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the future has fired and result is available.","enclosedBy":{"name":"ResultFuture","kind":3,"href":"package-async_async/ResultFuture-class.html"}},{"name":"result","qualifiedName":"async.ResultFuture.result","href":"package-async_async/ResultFuture/result.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The result of the wrapped Future, if it's completed.","enclosedBy":{"name":"ResultFuture","kind":3,"href":"package-async_async/ResultFuture-class.html"}},{"name":"SingleSubscriptionTransformer","qualifiedName":"async.SingleSubscriptionTransformer","href":"package-async_async/SingleSubscriptionTransformer-class.html","kind":3,"packageRank":50,"desc":"A transformer that converts a broadcast stream into a single-subscription\nstream.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"SingleSubscriptionTransformer.new","qualifiedName":"async.SingleSubscriptionTransformer.SingleSubscriptionTransformer.new","href":"package-async_async/SingleSubscriptionTransformer/SingleSubscriptionTransformer.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"SingleSubscriptionTransformer","kind":3,"href":"package-async_async/SingleSubscriptionTransformer-class.html"}},{"name":"bind","qualifiedName":"async.SingleSubscriptionTransformer.bind","href":"package-async_async/SingleSubscriptionTransformer/bind.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Transforms the provided stream.","enclosedBy":{"name":"SingleSubscriptionTransformer","kind":3,"href":"package-async_async/SingleSubscriptionTransformer-class.html"}},{"name":"StreamCloser","qualifiedName":"async.StreamCloser","href":"package-async_async/StreamCloser-class.html","kind":3,"packageRank":50,"desc":"A StreamTransformer that allows the caller to forcibly close the\ntransformed Stream.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"StreamCloser.new","qualifiedName":"async.StreamCloser.StreamCloser.new","href":"package-async_async/StreamCloser/StreamCloser.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"StreamCloser","kind":3,"href":"package-async_async/StreamCloser-class.html"}},{"name":"bind","qualifiedName":"async.StreamCloser.bind","href":"package-async_async/StreamCloser/bind.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Transforms the provided stream.","enclosedBy":{"name":"StreamCloser","kind":3,"href":"package-async_async/StreamCloser-class.html"}},{"name":"close","qualifiedName":"async.StreamCloser.close","href":"package-async_async/StreamCloser/close.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Closes all transformed streams.","enclosedBy":{"name":"StreamCloser","kind":3,"href":"package-async_async/StreamCloser-class.html"}},{"name":"isClosed","qualifiedName":"async.StreamCloser.isClosed","href":"package-async_async/StreamCloser/isClosed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether close has been called.","enclosedBy":{"name":"StreamCloser","kind":3,"href":"package-async_async/StreamCloser-class.html"}},{"name":"StreamCompleter","qualifiedName":"async.StreamCompleter","href":"package-async_async/StreamCompleter-class.html","kind":3,"packageRank":50,"desc":"A single-subscription stream where the contents are provided later.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"StreamCompleter.new","qualifiedName":"async.StreamCompleter.StreamCompleter.new","href":"package-async_async/StreamCompleter/StreamCompleter.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"StreamCompleter","kind":3,"href":"package-async_async/StreamCompleter-class.html"}},{"name":"fromFuture","qualifiedName":"async.StreamCompleter.fromFuture","href":"package-async_async/StreamCompleter/fromFuture.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Convert a Future&lt;Stream&gt; to a Stream.","enclosedBy":{"name":"StreamCompleter","kind":3,"href":"package-async_async/StreamCompleter-class.html"}},{"name":"setEmpty","qualifiedName":"async.StreamCompleter.setEmpty","href":"package-async_async/StreamCompleter/setEmpty.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Equivalent to setting an empty stream using setSourceStream.","enclosedBy":{"name":"StreamCompleter","kind":3,"href":"package-async_async/StreamCompleter-class.html"}},{"name":"setError","qualifiedName":"async.StreamCompleter.setError","href":"package-async_async/StreamCompleter/setError.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Completes this to a stream that emits error and then closes.","enclosedBy":{"name":"StreamCompleter","kind":3,"href":"package-async_async/StreamCompleter-class.html"}},{"name":"setSourceStream","qualifiedName":"async.StreamCompleter.setSourceStream","href":"package-async_async/StreamCompleter/setSourceStream.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Set a stream as the source of events for the StreamCompleter's\nstream.","enclosedBy":{"name":"StreamCompleter","kind":3,"href":"package-async_async/StreamCompleter-class.html"}},{"name":"stream","qualifiedName":"async.StreamCompleter.stream","href":"package-async_async/StreamCompleter/stream.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The stream of this completer.","enclosedBy":{"name":"StreamCompleter","kind":3,"href":"package-async_async/StreamCompleter-class.html"}},{"name":"StreamExtensions","qualifiedName":"async.StreamExtensions","href":"package-async_async/StreamExtensions.html","kind":6,"packageRank":50,"desc":"Utility extensions on Stream.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"firstOrNull","qualifiedName":"async.StreamExtensions.firstOrNull","href":"package-async_async/StreamExtensions/firstOrNull.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A future which completes with the first event of this stream, or with\nnull.","enclosedBy":{"name":"StreamExtensions","kind":6,"href":"package-async_async/StreamExtensions.html"}},{"name":"listenAndBuffer","qualifiedName":"async.StreamExtensions.listenAndBuffer","href":"package-async_async/StreamExtensions/listenAndBuffer.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Eagerly listens to this stream and buffers events until needed.","enclosedBy":{"name":"StreamExtensions","kind":6,"href":"package-async_async/StreamExtensions.html"}},{"name":"slices","qualifiedName":"async.StreamExtensions.slices","href":"package-async_async/StreamExtensions/slices.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a stream whose elements are contiguous slices of this.","enclosedBy":{"name":"StreamExtensions","kind":6,"href":"package-async_async/StreamExtensions.html"}},{"name":"StreamGroup","qualifiedName":"async.StreamGroup","href":"package-async_async/StreamGroup-class.html","kind":3,"packageRank":50,"desc":"A collection of streams whose events are unified and sent through a central\nstream.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"StreamGroup.broadcast","qualifiedName":"async.StreamGroup.StreamGroup.broadcast","href":"package-async_async/StreamGroup/StreamGroup.broadcast.html","kind":2,"packageRank":50,"desc":"Creates a new stream group where stream is a broadcast stream.","enclosedBy":{"name":"StreamGroup","kind":3,"href":"package-async_async/StreamGroup-class.html"}},{"name":"StreamGroup.new","qualifiedName":"async.StreamGroup.StreamGroup.new","href":"package-async_async/StreamGroup/StreamGroup.html","kind":2,"packageRank":50,"desc":"Creates a new stream group where stream is single-subscriber.","enclosedBy":{"name":"StreamGroup","kind":3,"href":"package-async_async/StreamGroup-class.html"}},{"name":"add","qualifiedName":"async.StreamGroup.add","href":"package-async_async/StreamGroup/add.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds stream as a member of this group.","enclosedBy":{"name":"StreamGroup","kind":3,"href":"package-async_async/StreamGroup-class.html"}},{"name":"close","qualifiedName":"async.StreamGroup.close","href":"package-async_async/StreamGroup/close.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Closes the group, indicating that no more streams will be added.","enclosedBy":{"name":"StreamGroup","kind":3,"href":"package-async_async/StreamGroup-class.html"}},{"name":"isClosed","qualifiedName":"async.StreamGroup.isClosed","href":"package-async_async/StreamGroup/isClosed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the group is closed, meaning that no more streams may be added.","enclosedBy":{"name":"StreamGroup","kind":3,"href":"package-async_async/StreamGroup-class.html"}},{"name":"isIdle","qualifiedName":"async.StreamGroup.isIdle","href":"package-async_async/StreamGroup/isIdle.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this group contains no streams.","enclosedBy":{"name":"StreamGroup","kind":3,"href":"package-async_async/StreamGroup-class.html"}},{"name":"merge","qualifiedName":"async.StreamGroup.merge","href":"package-async_async/StreamGroup/merge.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Merges the events from streams into a single single-subscription stream.","enclosedBy":{"name":"StreamGroup","kind":3,"href":"package-async_async/StreamGroup-class.html"}},{"name":"mergeBroadcast","qualifiedName":"async.StreamGroup.mergeBroadcast","href":"package-async_async/StreamGroup/mergeBroadcast.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Merges the events from streams into a single broadcast stream.","enclosedBy":{"name":"StreamGroup","kind":3,"href":"package-async_async/StreamGroup-class.html"}},{"name":"onIdle","qualifiedName":"async.StreamGroup.onIdle","href":"package-async_async/StreamGroup/onIdle.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A broadcast stream that emits an event whenever this group becomes idle.","enclosedBy":{"name":"StreamGroup","kind":3,"href":"package-async_async/StreamGroup-class.html"}},{"name":"remove","qualifiedName":"async.StreamGroup.remove","href":"package-async_async/StreamGroup/remove.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Removes stream as a member of this group.","enclosedBy":{"name":"StreamGroup","kind":3,"href":"package-async_async/StreamGroup-class.html"}},{"name":"stream","qualifiedName":"async.StreamGroup.stream","href":"package-async_async/StreamGroup/stream.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The stream through which all events from streams in the group are emitted.","enclosedBy":{"name":"StreamGroup","kind":3,"href":"package-async_async/StreamGroup-class.html"}},{"name":"StreamQueue","qualifiedName":"async.StreamQueue","href":"package-async_async/StreamQueue-class.html","kind":3,"packageRank":50,"desc":"An asynchronous pull-based interface for accessing stream events.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"StreamQueue.new","qualifiedName":"async.StreamQueue.StreamQueue.new","href":"package-async_async/StreamQueue/StreamQueue.html","kind":2,"packageRank":50,"desc":"Create a StreamQueue of the events of source.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"cancel","qualifiedName":"async.StreamQueue.cancel","href":"package-async_async/StreamQueue/cancel.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Cancels the underlying event source.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"cancelable","qualifiedName":"async.StreamQueue.cancelable","href":"package-async_async/StreamQueue/cancelable.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Passes a copy of this queue to callback, and updates this queue to match\nthe copy's position once callback completes.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"eventsDispatched","qualifiedName":"async.StreamQueue.eventsDispatched","href":"package-async_async/StreamQueue/eventsDispatched.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of events dispatched by this queue.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"hasNext","qualifiedName":"async.StreamQueue.hasNext","href":"package-async_async/StreamQueue/hasNext.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the stream has any more events.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"lookAhead","qualifiedName":"async.StreamQueue.lookAhead","href":"package-async_async/StreamQueue/lookAhead.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Look at the next count data events without consuming them.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"next","qualifiedName":"async.StreamQueue.next","href":"package-async_async/StreamQueue/next.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Requests the next (yet unrequested) event from the stream.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"peek","qualifiedName":"async.StreamQueue.peek","href":"package-async_async/StreamQueue/peek.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Looks at the next (yet unrequested) event from the stream.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"rest","qualifiedName":"async.StreamQueue.rest","href":"package-async_async/StreamQueue/rest.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A stream of all the remaning events of the source stream.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"skip","qualifiedName":"async.StreamQueue.skip","href":"package-async_async/StreamQueue/skip.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Skips the next count data events.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"startTransaction","qualifiedName":"async.StreamQueue.startTransaction","href":"package-async_async/StreamQueue/startTransaction.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Requests a transaction that can conditionally consume events.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"take","qualifiedName":"async.StreamQueue.take","href":"package-async_async/StreamQueue/take.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Requests the next count data events as a list.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"withTransaction","qualifiedName":"async.StreamQueue.withTransaction","href":"package-async_async/StreamQueue/withTransaction.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Passes a copy of this queue to callback, and updates this queue to match\nthe copy's position if callback returns true.","enclosedBy":{"name":"StreamQueue","kind":3,"href":"package-async_async/StreamQueue-class.html"}},{"name":"StreamQueueTransaction","qualifiedName":"async.StreamQueueTransaction","href":"package-async_async/StreamQueueTransaction-class.html","kind":3,"packageRank":50,"desc":"A transaction on a StreamQueue, created by StreamQueue.startTransaction.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"commit","qualifiedName":"async.StreamQueueTransaction.commit","href":"package-async_async/StreamQueueTransaction/commit.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Commits a queue created using newQueue.","enclosedBy":{"name":"StreamQueueTransaction","kind":3,"href":"package-async_async/StreamQueueTransaction-class.html"}},{"name":"newQueue","qualifiedName":"async.StreamQueueTransaction.newQueue","href":"package-async_async/StreamQueueTransaction/newQueue.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a new copy of the parent queue.","enclosedBy":{"name":"StreamQueueTransaction","kind":3,"href":"package-async_async/StreamQueueTransaction-class.html"}},{"name":"reject","qualifiedName":"async.StreamQueueTransaction.reject","href":"package-async_async/StreamQueueTransaction/reject.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Rejects this transaction without updating the parent queue.","enclosedBy":{"name":"StreamQueueTransaction","kind":3,"href":"package-async_async/StreamQueueTransaction-class.html"}},{"name":"StreamSinkBase","qualifiedName":"async.StreamSinkBase","href":"package-async_async/StreamSinkBase-class.html","kind":3,"packageRank":50,"desc":"An abstract class that implements StreamSink in terms of onAdd,\nonError, and onClose methods.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"StreamSinkBase.new","qualifiedName":"async.StreamSinkBase.StreamSinkBase.new","href":"package-async_async/StreamSinkBase/StreamSinkBase.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"StreamSinkBase","kind":3,"href":"package-async_async/StreamSinkBase-class.html"}},{"name":"addStream","qualifiedName":"async.StreamSinkBase.addStream","href":"package-async_async/StreamSinkBase/addStream.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Consumes the elements of stream.","enclosedBy":{"name":"StreamSinkBase","kind":3,"href":"package-async_async/StreamSinkBase-class.html"}},{"name":"close","qualifiedName":"async.StreamSinkBase.close","href":"package-async_async/StreamSinkBase/close.html","kind":10,"overriddenDepth":3,"packageRank":50,"desc":"Closes the sink.","enclosedBy":{"name":"StreamSinkBase","kind":3,"href":"package-async_async/StreamSinkBase-class.html"}},{"name":"done","qualifiedName":"async.StreamSinkBase.done","href":"package-async_async/StreamSinkBase/done.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Return a future which is completed when the StreamSink is finished.","enclosedBy":{"name":"StreamSinkBase","kind":3,"href":"package-async_async/StreamSinkBase-class.html"}},{"name":"StreamSinkCompleter","qualifiedName":"async.StreamSinkCompleter","href":"package-async_async/StreamSinkCompleter-class.html","kind":3,"packageRank":50,"desc":"A sink where the destination is provided later.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"StreamSinkCompleter.new","qualifiedName":"async.StreamSinkCompleter.StreamSinkCompleter.new","href":"package-async_async/StreamSinkCompleter/StreamSinkCompleter.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"StreamSinkCompleter","kind":3,"href":"package-async_async/StreamSinkCompleter-class.html"}},{"name":"fromFuture","qualifiedName":"async.StreamSinkCompleter.fromFuture","href":"package-async_async/StreamSinkCompleter/fromFuture.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Convert a Future&lt;StreamSink&gt; to a StreamSink.","enclosedBy":{"name":"StreamSinkCompleter","kind":3,"href":"package-async_async/StreamSinkCompleter-class.html"}},{"name":"setDestinationSink","qualifiedName":"async.StreamSinkCompleter.setDestinationSink","href":"package-async_async/StreamSinkCompleter/setDestinationSink.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sets a sink as the destination for events from the StreamSinkCompleter's\nsink.","enclosedBy":{"name":"StreamSinkCompleter","kind":3,"href":"package-async_async/StreamSinkCompleter-class.html"}},{"name":"setError","qualifiedName":"async.StreamSinkCompleter.setError","href":"package-async_async/StreamSinkCompleter/setError.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Completes this to a closed sink whose StreamSink.done future emits\nerror.","enclosedBy":{"name":"StreamSinkCompleter","kind":3,"href":"package-async_async/StreamSinkCompleter-class.html"}},{"name":"sink","qualifiedName":"async.StreamSinkCompleter.sink","href":"package-async_async/StreamSinkCompleter/sink.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The sink for this completer.","enclosedBy":{"name":"StreamSinkCompleter","kind":3,"href":"package-async_async/StreamSinkCompleter-class.html"}},{"name":"StreamSinkExtensions","qualifiedName":"async.StreamSinkExtensions","href":"package-async_async/StreamSinkExtensions.html","kind":6,"packageRank":50,"desc":"Extensions on StreamSink to make stream transformations more fluent.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"rejectErrors","qualifiedName":"async.StreamSinkExtensions.rejectErrors","href":"package-async_async/StreamSinkExtensions/rejectErrors.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a StreamSink that forwards to this but rejects errors.","enclosedBy":{"name":"StreamSinkExtensions","kind":6,"href":"package-async_async/StreamSinkExtensions.html"}},{"name":"transform","qualifiedName":"async.StreamSinkExtensions.transform","href":"package-async_async/StreamSinkExtensions/transform.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Transforms a StreamSink using transformer.","enclosedBy":{"name":"StreamSinkExtensions","kind":6,"href":"package-async_async/StreamSinkExtensions.html"}},{"name":"StreamSinkTransformer","qualifiedName":"async.StreamSinkTransformer","href":"package-async_async/StreamSinkTransformer-class.html","kind":3,"packageRank":50,"desc":"A StreamSinkTransformer transforms the events being passed to a sink.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"StreamSinkTransformer.fromHandlers","qualifiedName":"async.StreamSinkTransformer.StreamSinkTransformer.fromHandlers","href":"package-async_async/StreamSinkTransformer/StreamSinkTransformer.fromHandlers.html","kind":2,"packageRank":50,"desc":"Creates a StreamSinkTransformer that delegates events to the given\nhandlers.","enclosedBy":{"name":"StreamSinkTransformer","kind":3,"href":"package-async_async/StreamSinkTransformer-class.html"}},{"name":"StreamSinkTransformer.fromStreamTransformer","qualifiedName":"async.StreamSinkTransformer.StreamSinkTransformer.fromStreamTransformer","href":"package-async_async/StreamSinkTransformer/StreamSinkTransformer.fromStreamTransformer.html","kind":2,"packageRank":50,"desc":"Creates a StreamSinkTransformer that transforms events and errors\nusing transformer.","enclosedBy":{"name":"StreamSinkTransformer","kind":3,"href":"package-async_async/StreamSinkTransformer-class.html"}},{"name":"bind","qualifiedName":"async.StreamSinkTransformer.bind","href":"package-async_async/StreamSinkTransformer/bind.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Transforms the events passed to sink.","enclosedBy":{"name":"StreamSinkTransformer","kind":3,"href":"package-async_async/StreamSinkTransformer-class.html"}},{"name":"typed","qualifiedName":"async.StreamSinkTransformer.typed","href":"package-async_async/StreamSinkTransformer/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper that coerces the type of transformer.","enclosedBy":{"name":"StreamSinkTransformer","kind":3,"href":"package-async_async/StreamSinkTransformer-class.html"}},{"name":"StreamSplitter","qualifiedName":"async.StreamSplitter","href":"package-async_async/StreamSplitter-class.html","kind":3,"packageRank":50,"desc":"A class that splits a single source stream into an arbitrary number of\n(single-subscription) streams (called \"branch\") that emit the same events.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"StreamSplitter.new","qualifiedName":"async.StreamSplitter.StreamSplitter.new","href":"package-async_async/StreamSplitter/StreamSplitter.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"StreamSplitter","kind":3,"href":"package-async_async/StreamSplitter-class.html"}},{"name":"close","qualifiedName":"async.StreamSplitter.close","href":"package-async_async/StreamSplitter/close.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Indicates that no more branches will be requested via split.","enclosedBy":{"name":"StreamSplitter","kind":3,"href":"package-async_async/StreamSplitter-class.html"}},{"name":"split","qualifiedName":"async.StreamSplitter.split","href":"package-async_async/StreamSplitter/split.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a single-subscription stream that's a copy of the input stream.","enclosedBy":{"name":"StreamSplitter","kind":3,"href":"package-async_async/StreamSplitter-class.html"}},{"name":"splitFrom","qualifiedName":"async.StreamSplitter.splitFrom","href":"package-async_async/StreamSplitter/splitFrom.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Splits stream into count identical streams.","enclosedBy":{"name":"StreamSplitter","kind":3,"href":"package-async_async/StreamSplitter-class.html"}},{"name":"StreamZip","qualifiedName":"async.StreamZip","href":"package-async_async/StreamZip-class.html","kind":3,"packageRank":50,"desc":"A stream that combines the values of other streams.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"StreamZip.new","qualifiedName":"async.StreamZip.StreamZip.new","href":"package-async_async/StreamZip/StreamZip.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"StreamZip","kind":3,"href":"package-async_async/StreamZip-class.html"}},{"name":"listen","qualifiedName":"async.StreamZip.listen","href":"package-async_async/StreamZip/listen.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds a subscription to this stream.","enclosedBy":{"name":"StreamZip","kind":3,"href":"package-async_async/StreamZip-class.html"}},{"name":"SubscriptionStream","qualifiedName":"async.SubscriptionStream","href":"package-async_async/SubscriptionStream-class.html","kind":3,"packageRank":50,"desc":"A Stream adapter for a StreamSubscription.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"SubscriptionStream.new","qualifiedName":"async.SubscriptionStream.SubscriptionStream.new","href":"package-async_async/SubscriptionStream/SubscriptionStream.html","kind":2,"packageRank":50,"desc":"Create a single-subscription Stream from subscription.","enclosedBy":{"name":"SubscriptionStream","kind":3,"href":"package-async_async/SubscriptionStream-class.html"}},{"name":"listen","qualifiedName":"async.SubscriptionStream.listen","href":"package-async_async/SubscriptionStream/listen.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds a subscription to this stream.","enclosedBy":{"name":"SubscriptionStream","kind":3,"href":"package-async_async/SubscriptionStream-class.html"}},{"name":"ValueResult","qualifiedName":"async.ValueResult","href":"package-async_async/ValueResult-class.html","kind":3,"packageRank":50,"desc":"A result representing a returned value.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"ValueResult.new","qualifiedName":"async.ValueResult.ValueResult.new","href":"package-async_async/ValueResult/ValueResult.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"ValueResult","kind":3,"href":"package-async_async/ValueResult-class.html"}},{"name":"addTo","qualifiedName":"async.ValueResult.addTo","href":"package-async_async/ValueResult/addTo.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds this result to an EventSink.","enclosedBy":{"name":"ValueResult","kind":3,"href":"package-async_async/ValueResult-class.html"}},{"name":"asError","qualifiedName":"async.ValueResult.asError","href":"package-async_async/ValueResult/asError.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"If this is an error result, returns itself.","enclosedBy":{"name":"ValueResult","kind":3,"href":"package-async_async/ValueResult-class.html"}},{"name":"asFuture","qualifiedName":"async.ValueResult.asFuture","href":"package-async_async/ValueResult/asFuture.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A future that has been completed with this result as a value or an error.","enclosedBy":{"name":"ValueResult","kind":3,"href":"package-async_async/ValueResult-class.html"}},{"name":"asValue","qualifiedName":"async.ValueResult.asValue","href":"package-async_async/ValueResult/asValue.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"If this is a value result, returns itself.","enclosedBy":{"name":"ValueResult","kind":3,"href":"package-async_async/ValueResult-class.html"}},{"name":"complete","qualifiedName":"async.ValueResult.complete","href":"package-async_async/ValueResult/complete.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Completes a completer with this result.","enclosedBy":{"name":"ValueResult","kind":3,"href":"package-async_async/ValueResult-class.html"}},{"name":"hashCode","qualifiedName":"async.ValueResult.hashCode","href":"package-async_async/ValueResult/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"ValueResult","kind":3,"href":"package-async_async/ValueResult-class.html"}},{"name":"isError","qualifiedName":"async.ValueResult.isError","href":"package-async_async/ValueResult/isError.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this result is an error result.","enclosedBy":{"name":"ValueResult","kind":3,"href":"package-async_async/ValueResult-class.html"}},{"name":"isValue","qualifiedName":"async.ValueResult.isValue","href":"package-async_async/ValueResult/isValue.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this result is a value result.","enclosedBy":{"name":"ValueResult","kind":3,"href":"package-async_async/ValueResult-class.html"}},{"name":"operator ==","qualifiedName":"async.ValueResult.operator ==","href":"package-async_async/ValueResult/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The equality operator.","enclosedBy":{"name":"ValueResult","kind":3,"href":"package-async_async/ValueResult-class.html"}},{"name":"value","qualifiedName":"async.ValueResult.value","href":"package-async_async/ValueResult/value.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The result of a successful computation.","enclosedBy":{"name":"ValueResult","kind":3,"href":"package-async_async/ValueResult-class.html"}},{"name":"clock","qualifiedName":"async.clock","href":"package-webdriver_support_async/clock-constant.html","kind":19,"packageRank":50,"desc":"","enclosedBy":{"name":"async","kind":9,"href":"package-webdriver_support_async/"}},{"name":"collectBytes","qualifiedName":"async.collectBytes","href":"package-async_async/collectBytes.html","kind":8,"packageRank":50,"desc":"Collects an asynchronous sequence of byte lists into a single list of bytes.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"collectBytesCancelable","qualifiedName":"async.collectBytesCancelable","href":"package-async_async/collectBytesCancelable.html","kind":8,"packageRank":50,"desc":"Collects an asynchronous sequence of byte lists into a single list of bytes.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"defaultInterval","qualifiedName":"async.defaultInterval","href":"package-webdriver_support_async/defaultInterval-constant.html","kind":19,"packageRank":50,"desc":"","enclosedBy":{"name":"async","kind":9,"href":"package-webdriver_support_async/"}},{"name":"defaultTimeout","qualifiedName":"async.defaultTimeout","href":"package-webdriver_support_async/defaultTimeout-constant.html","kind":19,"packageRank":50,"desc":"","enclosedBy":{"name":"async","kind":9,"href":"package-webdriver_support_async/"}},{"name":"subscriptionTransformer","qualifiedName":"async.subscriptionTransformer","href":"package-async_async/subscriptionTransformer.html","kind":8,"packageRank":50,"desc":"Creates a StreamTransformer that modifies the behavior of subscriptions to\na stream.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"typedStreamTransformer","qualifiedName":"async.typedStreamTransformer","href":"package-async_async/typedStreamTransformer.html","kind":8,"packageRank":50,"desc":"Creates a wrapper that coerces the type of transformer.","enclosedBy":{"name":"async","kind":9,"href":"package-async_async/"}},{"name":"waitFor","qualifiedName":"async.waitFor","href":"package-webdriver_support_async/waitFor.html","kind":8,"packageRank":50,"desc":"","enclosedBy":{"name":"async","kind":9,"href":"package-webdriver_support_async/"}},{"name":"async_core","qualifiedName":"async_core","href":"package-webdriver_async_core/","kind":9,"packageRank":50,"desc":""},{"name":"createDriver","qualifiedName":"async_core.createDriver","href":"package-webdriver_async_core/createDriver.html","kind":8,"packageRank":50,"desc":"Creates a new async WebDriver.","enclosedBy":{"name":"async_core","kind":9,"href":"package-webdriver_async_core/"}},{"name":"fromExistingSession","qualifiedName":"async_core.fromExistingSession","href":"package-webdriver_async_core/fromExistingSession.html","kind":8,"packageRank":50,"desc":"Creates an async WebDriver from existing session.","enclosedBy":{"name":"async_core","kind":9,"href":"package-webdriver_async_core/"}},{"name":"fromExistingSessionSync","qualifiedName":"async_core.fromExistingSessionSync","href":"package-webdriver_async_core/fromExistingSessionSync.html","kind":8,"packageRank":50,"desc":"Creates an async WebDriver from existing session with a sync function.","enclosedBy":{"name":"async_core","kind":9,"href":"package-webdriver_async_core/"}},{"name":"async_html","qualifiedName":"async_html","href":"package-webdriver_async_html/","kind":9,"packageRank":50,"desc":""},{"name":"AsyncXhrRequestClient","qualifiedName":"async_html.AsyncXhrRequestClient","href":"package-webdriver_async_html/AsyncXhrRequestClient-class.html","kind":3,"packageRank":50,"desc":"Async request client using dart:html package.","enclosedBy":{"name":"async_html","kind":9,"href":"package-webdriver_async_html/"}},{"name":"AsyncXhrRequestClient.new","qualifiedName":"async_html.AsyncXhrRequestClient.AsyncXhrRequestClient.new","href":"package-webdriver_async_html/AsyncXhrRequestClient/AsyncXhrRequestClient.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncXhrRequestClient","kind":3,"href":"package-webdriver_async_html/AsyncXhrRequestClient-class.html"}},{"name":"addEventListener","qualifiedName":"async_html.AsyncXhrRequestClient.addEventListener","href":"package-webdriver_async_html/AsyncXhrRequestClient/addEventListener.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncXhrRequestClient","kind":3,"href":"package-webdriver_async_html/AsyncXhrRequestClient-class.html"}},{"name":"close","qualifiedName":"async_html.AsyncXhrRequestClient.close","href":"package-webdriver_async_html/AsyncXhrRequestClient/close.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncXhrRequestClient","kind":3,"href":"package-webdriver_async_html/AsyncXhrRequestClient-class.html"}},{"name":"resolve","qualifiedName":"async_html.AsyncXhrRequestClient.resolve","href":"package-webdriver_async_html/AsyncXhrRequestClient/resolve.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncXhrRequestClient","kind":3,"href":"package-webdriver_async_html/AsyncXhrRequestClient-class.html"}},{"name":"send","qualifiedName":"async_html.AsyncXhrRequestClient.send","href":"package-webdriver_async_html/AsyncXhrRequestClient/send.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncXhrRequestClient","kind":3,"href":"package-webdriver_async_html/AsyncXhrRequestClient-class.html"}},{"name":"sendRaw","qualifiedName":"async_html.AsyncXhrRequestClient.sendRaw","href":"package-webdriver_async_html/AsyncXhrRequestClient/sendRaw.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncXhrRequestClient","kind":3,"href":"package-webdriver_async_html/AsyncXhrRequestClient-class.html"}},{"name":"toString","qualifiedName":"async_html.AsyncXhrRequestClient.toString","href":"package-webdriver_async_html/AsyncXhrRequestClient/toString.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"AsyncXhrRequestClient","kind":3,"href":"package-webdriver_async_html/AsyncXhrRequestClient-class.html"}},{"name":"createDriver","qualifiedName":"async_html.createDriver","href":"package-webdriver_async_html/createDriver.html","kind":8,"packageRank":50,"desc":"Creates a new async WebDriver using AsyncXhrRequestClient.","enclosedBy":{"name":"async_html","kind":9,"href":"package-webdriver_async_html/"}},{"name":"defaultUri","qualifiedName":"async_html.defaultUri","href":"package-webdriver_async_html/defaultUri.html","kind":20,"packageRank":50,"desc":"","enclosedBy":{"name":"async_html","kind":9,"href":"package-webdriver_async_html/"}},{"name":"fromExistingSession","qualifiedName":"async_html.fromExistingSession","href":"package-webdriver_async_html/fromExistingSession.html","kind":8,"packageRank":50,"desc":"Creates an async WebDriver from existing session using\nAsyncXhrRequestClient.","enclosedBy":{"name":"async_html","kind":9,"href":"package-webdriver_async_html/"}},{"name":"fromExistingSessionSync","qualifiedName":"async_html.fromExistingSessionSync","href":"package-webdriver_async_html/fromExistingSessionSync.html","kind":8,"packageRank":50,"desc":"Creates an async WebDriver from existing session with a sync function using\nAsyncXhrRequestClient.","enclosedBy":{"name":"async_html","kind":9,"href":"package-webdriver_async_html/"}},{"name":"async_io","qualifiedName":"async_io","href":"package-webdriver_async_io/","kind":9,"packageRank":50,"desc":""},{"name":"Alert","qualifiedName":"async_io.Alert","href":"package-webdriver_async_io/Alert-class.html","kind":3,"packageRank":50,"desc":"A JavaScript alert(), confirm(), or prompt() dialog","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"Alert.new","qualifiedName":"async_io.Alert.Alert.new","href":"package-webdriver_async_io/Alert/Alert.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Alert","kind":3,"href":"package-webdriver_async_io/Alert-class.html"}},{"name":"accept","qualifiedName":"async_io.Alert.accept","href":"package-webdriver_async_io/Alert/accept.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Accepts the currently displayed alert (may not be the alert for which this\nobject was created).","enclosedBy":{"name":"Alert","kind":3,"href":"package-webdriver_async_io/Alert-class.html"}},{"name":"dismiss","qualifiedName":"async_io.Alert.dismiss","href":"package-webdriver_async_io/Alert/dismiss.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Dismisses the currently displayed alert (may not be the alert for which\nthis object was created).","enclosedBy":{"name":"Alert","kind":3,"href":"package-webdriver_async_io/Alert-class.html"}},{"name":"hashCode","qualifiedName":"async_io.Alert.hashCode","href":"package-webdriver_async_io/Alert/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"Alert","kind":3,"href":"package-webdriver_async_io/Alert-class.html"}},{"name":"operator ==","qualifiedName":"async_io.Alert.operator ==","href":"package-webdriver_async_io/Alert/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The equality operator.","enclosedBy":{"name":"Alert","kind":3,"href":"package-webdriver_async_io/Alert-class.html"}},{"name":"sendKeys","qualifiedName":"async_io.Alert.sendKeys","href":"package-webdriver_async_io/Alert/sendKeys.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sends keys to the currently displayed alert (may not be the alert for\nwhich this object was created).","enclosedBy":{"name":"Alert","kind":3,"href":"package-webdriver_async_io/Alert-class.html"}},{"name":"text","qualifiedName":"async_io.Alert.text","href":"package-webdriver_async_io/Alert/text.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The text of the JavaScript alert(), confirm(), or prompt() dialog.","enclosedBy":{"name":"Alert","kind":3,"href":"package-webdriver_async_io/Alert-class.html"}},{"name":"toString","qualifiedName":"async_io.Alert.toString","href":"package-webdriver_async_io/Alert/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"Alert","kind":3,"href":"package-webdriver_async_io/Alert-class.html"}},{"name":"AsyncIoRequestClient","qualifiedName":"async_io.AsyncIoRequestClient","href":"package-webdriver_async_io/AsyncIoRequestClient-class.html","kind":3,"packageRank":50,"desc":"Async request client using dart:io package.","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"AsyncIoRequestClient.new","qualifiedName":"async_io.AsyncIoRequestClient.AsyncIoRequestClient.new","href":"package-webdriver_async_io/AsyncIoRequestClient/AsyncIoRequestClient.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncIoRequestClient","kind":3,"href":"package-webdriver_async_io/AsyncIoRequestClient-class.html"}},{"name":"addEventListener","qualifiedName":"async_io.AsyncIoRequestClient.addEventListener","href":"package-webdriver_async_io/AsyncIoRequestClient/addEventListener.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncIoRequestClient","kind":3,"href":"package-webdriver_async_io/AsyncIoRequestClient-class.html"}},{"name":"client","qualifiedName":"async_io.AsyncIoRequestClient.client","href":"package-webdriver_async_io/AsyncIoRequestClient/client.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncIoRequestClient","kind":3,"href":"package-webdriver_async_io/AsyncIoRequestClient-class.html"}},{"name":"close","qualifiedName":"async_io.AsyncIoRequestClient.close","href":"package-webdriver_async_io/AsyncIoRequestClient/close.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncIoRequestClient","kind":3,"href":"package-webdriver_async_io/AsyncIoRequestClient-class.html"}},{"name":"resolve","qualifiedName":"async_io.AsyncIoRequestClient.resolve","href":"package-webdriver_async_io/AsyncIoRequestClient/resolve.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncIoRequestClient","kind":3,"href":"package-webdriver_async_io/AsyncIoRequestClient-class.html"}},{"name":"send","qualifiedName":"async_io.AsyncIoRequestClient.send","href":"package-webdriver_async_io/AsyncIoRequestClient/send.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncIoRequestClient","kind":3,"href":"package-webdriver_async_io/AsyncIoRequestClient-class.html"}},{"name":"sendRaw","qualifiedName":"async_io.AsyncIoRequestClient.sendRaw","href":"package-webdriver_async_io/AsyncIoRequestClient/sendRaw.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"","enclosedBy":{"name":"AsyncIoRequestClient","kind":3,"href":"package-webdriver_async_io/AsyncIoRequestClient-class.html"}},{"name":"toString","qualifiedName":"async_io.AsyncIoRequestClient.toString","href":"package-webdriver_async_io/AsyncIoRequestClient/toString.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"AsyncIoRequestClient","kind":3,"href":"package-webdriver_async_io/AsyncIoRequestClient-class.html"}},{"name":"Attributes","qualifiedName":"async_io.Attributes","href":"package-webdriver_async_io/Attributes-class.html","kind":3,"packageRank":50,"desc":"Simple class to provide access to indexed properties such as WebElement\nattributes or css styles.","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"Attributes.new","qualifiedName":"async_io.Attributes.Attributes.new","href":"package-webdriver_async_io/Attributes/Attributes.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Attributes","kind":3,"href":"package-webdriver_async_io/Attributes-class.html"}},{"name":"operator []","qualifiedName":"async_io.Attributes.operator []","href":"package-webdriver_async_io/Attributes/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Attributes","kind":3,"href":"package-webdriver_async_io/Attributes-class.html"}},{"name":"Cookies","qualifiedName":"async_io.Cookies","href":"package-webdriver_async_io/Cookies-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"Cookies.new","qualifiedName":"async_io.Cookies.Cookies.new","href":"package-webdriver_async_io/Cookies/Cookies.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Cookies","kind":3,"href":"package-webdriver_async_io/Cookies-class.html"}},{"name":"add","qualifiedName":"async_io.Cookies.add","href":"package-webdriver_async_io/Cookies/add.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sets a cookie.","enclosedBy":{"name":"Cookies","kind":3,"href":"package-webdriver_async_io/Cookies-class.html"}},{"name":"all","qualifiedName":"async_io.Cookies.all","href":"package-webdriver_async_io/Cookies/all.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Retrieve all cookies visible to the current page.","enclosedBy":{"name":"Cookies","kind":3,"href":"package-webdriver_async_io/Cookies-class.html"}},{"name":"delete","qualifiedName":"async_io.Cookies.delete","href":"package-webdriver_async_io/Cookies/delete.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Deletes the cookie with the given name.","enclosedBy":{"name":"Cookies","kind":3,"href":"package-webdriver_async_io/Cookies-class.html"}},{"name":"deleteAll","qualifiedName":"async_io.Cookies.deleteAll","href":"package-webdriver_async_io/Cookies/deleteAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Deletes all cookies visible to the current page.","enclosedBy":{"name":"Cookies","kind":3,"href":"package-webdriver_async_io/Cookies-class.html"}},{"name":"getCookie","qualifiedName":"async_io.Cookies.getCookie","href":"package-webdriver_async_io/Cookies/getCookie.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Retrieves cookie with the given name.","enclosedBy":{"name":"Cookies","kind":3,"href":"package-webdriver_async_io/Cookies-class.html"}},{"name":"hashCode","qualifiedName":"async_io.Cookies.hashCode","href":"package-webdriver_async_io/Cookies/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"Cookies","kind":3,"href":"package-webdriver_async_io/Cookies-class.html"}},{"name":"operator ==","qualifiedName":"async_io.Cookies.operator ==","href":"package-webdriver_async_io/Cookies/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The equality operator.","enclosedBy":{"name":"Cookies","kind":3,"href":"package-webdriver_async_io/Cookies-class.html"}},{"name":"toString","qualifiedName":"async_io.Cookies.toString","href":"package-webdriver_async_io/Cookies/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"Cookies","kind":3,"href":"package-webdriver_async_io/Cookies-class.html"}},{"name":"GetAttribute","qualifiedName":"async_io.GetAttribute","href":"package-webdriver_async_io/GetAttribute.html","kind":21,"packageRank":50,"desc":"","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"Keyboard","qualifiedName":"async_io.Keyboard","href":"package-webdriver_async_io/Keyboard-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"Keyboard.new","qualifiedName":"async_io.Keyboard.Keyboard.new","href":"package-webdriver_async_io/Keyboard/Keyboard.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"add","qualifiedName":"async_io.Keyboard.add","href":"package-webdriver_async_io/Keyboard/add-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"alt","qualifiedName":"async_io.Keyboard.alt","href":"package-webdriver_async_io/Keyboard/alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"backSpace","qualifiedName":"async_io.Keyboard.backSpace","href":"package-webdriver_async_io/Keyboard/backSpace-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"cancel","qualifiedName":"async_io.Keyboard.cancel","href":"package-webdriver_async_io/Keyboard/cancel-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"clear","qualifiedName":"async_io.Keyboard.clear","href":"package-webdriver_async_io/Keyboard/clear-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"command","qualifiedName":"async_io.Keyboard.command","href":"package-webdriver_async_io/Keyboard/command-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"control","qualifiedName":"async_io.Keyboard.control","href":"package-webdriver_async_io/Keyboard/control-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"decimal","qualifiedName":"async_io.Keyboard.decimal","href":"package-webdriver_async_io/Keyboard/decimal-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"delete","qualifiedName":"async_io.Keyboard.delete","href":"package-webdriver_async_io/Keyboard/delete-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"divide","qualifiedName":"async_io.Keyboard.divide","href":"package-webdriver_async_io/Keyboard/divide-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"down","qualifiedName":"async_io.Keyboard.down","href":"package-webdriver_async_io/Keyboard/down-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"end","qualifiedName":"async_io.Keyboard.end","href":"package-webdriver_async_io/Keyboard/end-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"enter","qualifiedName":"async_io.Keyboard.enter","href":"package-webdriver_async_io/Keyboard/enter-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"equals","qualifiedName":"async_io.Keyboard.equals","href":"package-webdriver_async_io/Keyboard/equals-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"escape","qualifiedName":"async_io.Keyboard.escape","href":"package-webdriver_async_io/Keyboard/escape-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"f1","qualifiedName":"async_io.Keyboard.f1","href":"package-webdriver_async_io/Keyboard/f1-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"f2","qualifiedName":"async_io.Keyboard.f2","href":"package-webdriver_async_io/Keyboard/f2-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"f3","qualifiedName":"async_io.Keyboard.f3","href":"package-webdriver_async_io/Keyboard/f3-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"f4","qualifiedName":"async_io.Keyboard.f4","href":"package-webdriver_async_io/Keyboard/f4-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"f5","qualifiedName":"async_io.Keyboard.f5","href":"package-webdriver_async_io/Keyboard/f5-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"f6","qualifiedName":"async_io.Keyboard.f6","href":"package-webdriver_async_io/Keyboard/f6-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"f7","qualifiedName":"async_io.Keyboard.f7","href":"package-webdriver_async_io/Keyboard/f7-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"f8","qualifiedName":"async_io.Keyboard.f8","href":"package-webdriver_async_io/Keyboard/f8-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"f9","qualifiedName":"async_io.Keyboard.f9","href":"package-webdriver_async_io/Keyboard/f9-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"f10","qualifiedName":"async_io.Keyboard.f10","href":"package-webdriver_async_io/Keyboard/f10-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"f11","qualifiedName":"async_io.Keyboard.f11","href":"package-webdriver_async_io/Keyboard/f11-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"f12","qualifiedName":"async_io.Keyboard.f12","href":"package-webdriver_async_io/Keyboard/f12-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"hashCode","qualifiedName":"async_io.Keyboard.hashCode","href":"package-webdriver_async_io/Keyboard/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"help","qualifiedName":"async_io.Keyboard.help","href":"package-webdriver_async_io/Keyboard/help-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"home","qualifiedName":"async_io.Keyboard.home","href":"package-webdriver_async_io/Keyboard/home-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"insert","qualifiedName":"async_io.Keyboard.insert","href":"package-webdriver_async_io/Keyboard/insert-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"left","qualifiedName":"async_io.Keyboard.left","href":"package-webdriver_async_io/Keyboard/left-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"meta","qualifiedName":"async_io.Keyboard.meta","href":"package-webdriver_async_io/Keyboard/meta-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"multiply","qualifiedName":"async_io.Keyboard.multiply","href":"package-webdriver_async_io/Keyboard/multiply-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"nullChar","qualifiedName":"async_io.Keyboard.nullChar","href":"package-webdriver_async_io/Keyboard/nullChar-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"numpad0","qualifiedName":"async_io.Keyboard.numpad0","href":"package-webdriver_async_io/Keyboard/numpad0-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"numpad1","qualifiedName":"async_io.Keyboard.numpad1","href":"package-webdriver_async_io/Keyboard/numpad1-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"numpad2","qualifiedName":"async_io.Keyboard.numpad2","href":"package-webdriver_async_io/Keyboard/numpad2-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"numpad3","qualifiedName":"async_io.Keyboard.numpad3","href":"package-webdriver_async_io/Keyboard/numpad3-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"numpad4","qualifiedName":"async_io.Keyboard.numpad4","href":"package-webdriver_async_io/Keyboard/numpad4-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"numpad5","qualifiedName":"async_io.Keyboard.numpad5","href":"package-webdriver_async_io/Keyboard/numpad5-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"numpad6","qualifiedName":"async_io.Keyboard.numpad6","href":"package-webdriver_async_io/Keyboard/numpad6-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"numpad7","qualifiedName":"async_io.Keyboard.numpad7","href":"package-webdriver_async_io/Keyboard/numpad7-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"numpad8","qualifiedName":"async_io.Keyboard.numpad8","href":"package-webdriver_async_io/Keyboard/numpad8-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"numpad9","qualifiedName":"async_io.Keyboard.numpad9","href":"package-webdriver_async_io/Keyboard/numpad9-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"operator ==","qualifiedName":"async_io.Keyboard.operator ==","href":"package-webdriver_async_io/Keyboard/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The equality operator.","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"pageDown","qualifiedName":"async_io.Keyboard.pageDown","href":"package-webdriver_async_io/Keyboard/pageDown-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"pageUp","qualifiedName":"async_io.Keyboard.pageUp","href":"package-webdriver_async_io/Keyboard/pageUp-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"pause","qualifiedName":"async_io.Keyboard.pause","href":"package-webdriver_async_io/Keyboard/pause-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"returnChar","qualifiedName":"async_io.Keyboard.returnChar","href":"package-webdriver_async_io/Keyboard/returnChar-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"right","qualifiedName":"async_io.Keyboard.right","href":"package-webdriver_async_io/Keyboard/right-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"semicolon","qualifiedName":"async_io.Keyboard.semicolon","href":"package-webdriver_async_io/Keyboard/semicolon-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"sendChord","qualifiedName":"async_io.Keyboard.sendChord","href":"package-webdriver_async_io/Keyboard/sendChord.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Simulate pressing many keys at once as a 'chord'.","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"sendKeys","qualifiedName":"async_io.Keyboard.sendKeys","href":"package-webdriver_async_io/Keyboard/sendKeys.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Send keysToSend to the active element.","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"separator","qualifiedName":"async_io.Keyboard.separator","href":"package-webdriver_async_io/Keyboard/separator-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"shift","qualifiedName":"async_io.Keyboard.shift","href":"package-webdriver_async_io/Keyboard/shift-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"space","qualifiedName":"async_io.Keyboard.space","href":"package-webdriver_async_io/Keyboard/space-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"subtract","qualifiedName":"async_io.Keyboard.subtract","href":"package-webdriver_async_io/Keyboard/subtract-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"tab","qualifiedName":"async_io.Keyboard.tab","href":"package-webdriver_async_io/Keyboard/tab-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"toString","qualifiedName":"async_io.Keyboard.toString","href":"package-webdriver_async_io/Keyboard/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"up","qualifiedName":"async_io.Keyboard.up","href":"package-webdriver_async_io/Keyboard/up-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Keyboard","kind":3,"href":"package-webdriver_async_io/Keyboard-class.html"}},{"name":"Logs","qualifiedName":"async_io.Logs","href":"package-webdriver_async_io/Logs-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"Logs.new","qualifiedName":"async_io.Logs.Logs.new","href":"package-webdriver_async_io/Logs/Logs.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Logs","kind":3,"href":"package-webdriver_async_io/Logs-class.html"}},{"name":"get","qualifiedName":"async_io.Logs.get","href":"package-webdriver_async_io/Logs/get.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Logs","kind":3,"href":"package-webdriver_async_io/Logs-class.html"}},{"name":"hashCode","qualifiedName":"async_io.Logs.hashCode","href":"package-webdriver_async_io/Logs/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"Logs","kind":3,"href":"package-webdriver_async_io/Logs-class.html"}},{"name":"operator ==","qualifiedName":"async_io.Logs.operator ==","href":"package-webdriver_async_io/Logs/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The equality operator.","enclosedBy":{"name":"Logs","kind":3,"href":"package-webdriver_async_io/Logs-class.html"}},{"name":"toString","qualifiedName":"async_io.Logs.toString","href":"package-webdriver_async_io/Logs/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"Logs","kind":3,"href":"package-webdriver_async_io/Logs-class.html"}},{"name":"Mouse","qualifiedName":"async_io.Mouse","href":"package-webdriver_async_io/Mouse-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"Mouse.new","qualifiedName":"async_io.Mouse.Mouse.new","href":"package-webdriver_async_io/Mouse/Mouse.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Mouse","kind":3,"href":"package-webdriver_async_io/Mouse-class.html"}},{"name":"click","qualifiedName":"async_io.Mouse.click","href":"package-webdriver_async_io/Mouse/click.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Click any mouse button (at the coordinates set by the last moveTo).","enclosedBy":{"name":"Mouse","kind":3,"href":"package-webdriver_async_io/Mouse-class.html"}},{"name":"doubleClick","qualifiedName":"async_io.Mouse.doubleClick","href":"package-webdriver_async_io/Mouse/doubleClick.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Double-clicks at the current mouse coordinates (set by moveTo).","enclosedBy":{"name":"Mouse","kind":3,"href":"package-webdriver_async_io/Mouse-class.html"}},{"name":"down","qualifiedName":"async_io.Mouse.down","href":"package-webdriver_async_io/Mouse/down.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Click and hold any mouse button (at the coordinates set by the last\nmoveTo command).","enclosedBy":{"name":"Mouse","kind":3,"href":"package-webdriver_async_io/Mouse-class.html"}},{"name":"hashCode","qualifiedName":"async_io.Mouse.hashCode","href":"package-webdriver_async_io/Mouse/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"Mouse","kind":3,"href":"package-webdriver_async_io/Mouse-class.html"}},{"name":"hide","qualifiedName":"async_io.Mouse.hide","href":"package-webdriver_async_io/Mouse/hide.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Moves the mouse away to hide its effect, like hover over element.","enclosedBy":{"name":"Mouse","kind":3,"href":"package-webdriver_async_io/Mouse-class.html"}},{"name":"moveTo","qualifiedName":"async_io.Mouse.moveTo","href":"package-webdriver_async_io/Mouse/moveTo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Move the mouse.","enclosedBy":{"name":"Mouse","kind":3,"href":"package-webdriver_async_io/Mouse-class.html"}},{"name":"moveToElementCenter","qualifiedName":"async_io.Mouse.moveToElementCenter","href":"package-webdriver_async_io/Mouse/moveToElementCenter.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Moves to element, with an offset of xOffset and yOffset based on the\ncenter of element.","enclosedBy":{"name":"Mouse","kind":3,"href":"package-webdriver_async_io/Mouse-class.html"}},{"name":"moveToElementTopLeft","qualifiedName":"async_io.Mouse.moveToElementTopLeft","href":"package-webdriver_async_io/Mouse/moveToElementTopLeft.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Moves to element, with an offset of xOffset and yOffset based on the\ntop left corner of element.","enclosedBy":{"name":"Mouse","kind":3,"href":"package-webdriver_async_io/Mouse-class.html"}},{"name":"operator ==","qualifiedName":"async_io.Mouse.operator ==","href":"package-webdriver_async_io/Mouse/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The equality operator.","enclosedBy":{"name":"Mouse","kind":3,"href":"package-webdriver_async_io/Mouse-class.html"}},{"name":"toString","qualifiedName":"async_io.Mouse.toString","href":"package-webdriver_async_io/Mouse/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"Mouse","kind":3,"href":"package-webdriver_async_io/Mouse-class.html"}},{"name":"up","qualifiedName":"async_io.Mouse.up","href":"package-webdriver_async_io/Mouse/up.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Releases the mouse button previously held (where the mouse is currently at).","enclosedBy":{"name":"Mouse","kind":3,"href":"package-webdriver_async_io/Mouse-class.html"}},{"name":"SearchContext","qualifiedName":"async_io.SearchContext","href":"package-webdriver_async_io/SearchContext-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"SearchContext.new","qualifiedName":"async_io.SearchContext.SearchContext.new","href":"package-webdriver_async_io/SearchContext/SearchContext.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"SearchContext","kind":3,"href":"package-webdriver_async_io/SearchContext-class.html"}},{"name":"driver","qualifiedName":"async_io.SearchContext.driver","href":"package-webdriver_async_io/SearchContext/driver.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"SearchContext","kind":3,"href":"package-webdriver_async_io/SearchContext-class.html"}},{"name":"findElement","qualifiedName":"async_io.SearchContext.findElement","href":"package-webdriver_async_io/SearchContext/findElement.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Searches for an element within the context.","enclosedBy":{"name":"SearchContext","kind":3,"href":"package-webdriver_async_io/SearchContext-class.html"}},{"name":"findElements","qualifiedName":"async_io.SearchContext.findElements","href":"package-webdriver_async_io/SearchContext/findElements.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Searches for multiple elements within the context.","enclosedBy":{"name":"SearchContext","kind":3,"href":"package-webdriver_async_io/SearchContext-class.html"}},{"name":"TargetLocator","qualifiedName":"async_io.TargetLocator","href":"package-webdriver_async_io/TargetLocator-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"TargetLocator.new","qualifiedName":"async_io.TargetLocator.TargetLocator.new","href":"package-webdriver_async_io/TargetLocator/TargetLocator.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"TargetLocator","kind":3,"href":"package-webdriver_async_io/TargetLocator-class.html"}},{"name":"alert","qualifiedName":"async_io.TargetLocator.alert","href":"package-webdriver_async_io/TargetLocator/alert.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Switches to the currently active modal dialog for this particular driver\ninstance.","enclosedBy":{"name":"TargetLocator","kind":3,"href":"package-webdriver_async_io/TargetLocator-class.html"}},{"name":"frame","qualifiedName":"async_io.TargetLocator.frame","href":"package-webdriver_async_io/TargetLocator/frame.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Changes focus to another frame on the page.\nIf frame is a:\n  int: select by its zero-based index\n  WebElement: select the frame for a previously found frame or iframe\n      element.\n  String: same as above, but only CSS id is provided. Note that this\n      is not element id or frame id.\n  not provided: selects the first frame on the page or the main document.","enclosedBy":{"name":"TargetLocator","kind":3,"href":"package-webdriver_async_io/TargetLocator-class.html"}},{"name":"hashCode","qualifiedName":"async_io.TargetLocator.hashCode","href":"package-webdriver_async_io/TargetLocator/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"TargetLocator","kind":3,"href":"package-webdriver_async_io/TargetLocator-class.html"}},{"name":"operator ==","qualifiedName":"async_io.TargetLocator.operator ==","href":"package-webdriver_async_io/TargetLocator/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The equality operator.","enclosedBy":{"name":"TargetLocator","kind":3,"href":"package-webdriver_async_io/TargetLocator-class.html"}},{"name":"parentFrame","qualifiedName":"async_io.TargetLocator.parentFrame","href":"package-webdriver_async_io/TargetLocator/parentFrame.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Changes focus to the parent frame of the current one.","enclosedBy":{"name":"TargetLocator","kind":3,"href":"package-webdriver_async_io/TargetLocator-class.html"}},{"name":"toString","qualifiedName":"async_io.TargetLocator.toString","href":"package-webdriver_async_io/TargetLocator/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"TargetLocator","kind":3,"href":"package-webdriver_async_io/TargetLocator-class.html"}},{"name":"window","qualifiedName":"async_io.TargetLocator.window","href":"package-webdriver_async_io/TargetLocator/window.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Switches the focus of void commands for this driver to the window with the\ngiven name/handle.","enclosedBy":{"name":"TargetLocator","kind":3,"href":"package-webdriver_async_io/TargetLocator-class.html"}},{"name":"Timeouts","qualifiedName":"async_io.Timeouts","href":"package-webdriver_async_io/Timeouts-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"Timeouts.new","qualifiedName":"async_io.Timeouts.Timeouts.new","href":"package-webdriver_async_io/Timeouts/Timeouts.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Timeouts","kind":3,"href":"package-webdriver_async_io/Timeouts-class.html"}},{"name":"hashCode","qualifiedName":"async_io.Timeouts.hashCode","href":"package-webdriver_async_io/Timeouts/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"Timeouts","kind":3,"href":"package-webdriver_async_io/Timeouts-class.html"}},{"name":"operator ==","qualifiedName":"async_io.Timeouts.operator ==","href":"package-webdriver_async_io/Timeouts/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The equality operator.","enclosedBy":{"name":"Timeouts","kind":3,"href":"package-webdriver_async_io/Timeouts-class.html"}},{"name":"setImplicitTimeout","qualifiedName":"async_io.Timeouts.setImplicitTimeout","href":"package-webdriver_async_io/Timeouts/setImplicitTimeout.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sets the implicit timeout.","enclosedBy":{"name":"Timeouts","kind":3,"href":"package-webdriver_async_io/Timeouts-class.html"}},{"name":"setPageLoadTimeout","qualifiedName":"async_io.Timeouts.setPageLoadTimeout","href":"package-webdriver_async_io/Timeouts/setPageLoadTimeout.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sets the page load timeout.","enclosedBy":{"name":"Timeouts","kind":3,"href":"package-webdriver_async_io/Timeouts-class.html"}},{"name":"setScriptTimeout","qualifiedName":"async_io.Timeouts.setScriptTimeout","href":"package-webdriver_async_io/Timeouts/setScriptTimeout.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sets the script timeout.","enclosedBy":{"name":"Timeouts","kind":3,"href":"package-webdriver_async_io/Timeouts-class.html"}},{"name":"toString","qualifiedName":"async_io.Timeouts.toString","href":"package-webdriver_async_io/Timeouts/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"Timeouts","kind":3,"href":"package-webdriver_async_io/Timeouts-class.html"}},{"name":"WebDriver","qualifiedName":"async_io.WebDriver","href":"package-webdriver_async_io/WebDriver-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"WebDriver.new","qualifiedName":"async_io.WebDriver.WebDriver.new","href":"package-webdriver_async_io/WebDriver/WebDriver.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"activeElement","qualifiedName":"async_io.WebDriver.activeElement","href":"package-webdriver_async_io/WebDriver/activeElement.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The currently focused element, or the body element if no element has\nfocus.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"addEventListener","qualifiedName":"async_io.WebDriver.addEventListener","href":"package-webdriver_async_io/WebDriver/addEventListener.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Preferred method for registering listeners. Listeners are expected to\nreturn a Future. Use new Future.value() for synchronous listeners.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"back","qualifiedName":"async_io.WebDriver.back","href":"package-webdriver_async_io/WebDriver/back.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Navigates backwards in the browser history, if possible.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"capabilities","qualifiedName":"async_io.WebDriver.capabilities","href":"package-webdriver_async_io/WebDriver/capabilities.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"captureElementScreenshotAsBase64","qualifiedName":"async_io.WebDriver.captureElementScreenshotAsBase64","href":"package-webdriver_async_io/WebDriver/captureElementScreenshotAsBase64.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Take a screenshot of the specified element as PNG and return it as\nbase64-encoded string.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"captureElementScreenshotAsList","qualifiedName":"async_io.WebDriver.captureElementScreenshotAsList","href":"package-webdriver_async_io/WebDriver/captureElementScreenshotAsList.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Take a screenshot of the specified element as PNG as list of uint8.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"captureScreenshot","qualifiedName":"async_io.WebDriver.captureScreenshot","href":"package-webdriver_async_io/WebDriver/captureScreenshot.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Take a screenshot of the current page as PNG as stream of uint8.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"captureScreenshotAsBase64","qualifiedName":"async_io.WebDriver.captureScreenshotAsBase64","href":"package-webdriver_async_io/WebDriver/captureScreenshotAsBase64.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Take a screenshot of the current page as PNG and return it as\nbase64-encoded string.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"captureScreenshotAsList","qualifiedName":"async_io.WebDriver.captureScreenshotAsList","href":"package-webdriver_async_io/WebDriver/captureScreenshotAsList.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Take a screenshot of the current page as PNG as list of uint8.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"close","qualifiedName":"async_io.WebDriver.close","href":"package-webdriver_async_io/WebDriver/close.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Closes the current window.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"cookies","qualifiedName":"async_io.WebDriver.cookies","href":"package-webdriver_async_io/WebDriver/cookies.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"currentUrl","qualifiedName":"async_io.WebDriver.currentUrl","href":"package-webdriver_async_io/WebDriver/currentUrl.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The current url.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"deleteRequest","qualifiedName":"async_io.WebDriver.deleteRequest","href":"package-webdriver_async_io/WebDriver/deleteRequest.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"driver","qualifiedName":"async_io.WebDriver.driver","href":"package-webdriver_async_io/WebDriver/driver.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"execute","qualifiedName":"async_io.WebDriver.execute","href":"package-webdriver_async_io/WebDriver/execute.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Inject a snippet of JavaScript into the page for execution in the context\nof the currently selected frame. The executed script is assumed to be\nsynchronous and the result of evaluating the script is returned.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"executeAsync","qualifiedName":"async_io.WebDriver.executeAsync","href":"package-webdriver_async_io/WebDriver/executeAsync.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Inject a snippet of JavaScript into the page for execution in the context\nof the currently selected frame. The executed script is assumed to be\nasynchronous and must signal that is done by invoking the provided\ncallback, which is always provided as the final argument to the function.\nThe value to this callback will be returned to the client.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"findElement","qualifiedName":"async_io.WebDriver.findElement","href":"package-webdriver_async_io/WebDriver/findElement.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Search for an element within the entire current page.\nThrows NoSuchElementException if a matching element is not found.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"findElements","qualifiedName":"async_io.WebDriver.findElements","href":"package-webdriver_async_io/WebDriver/findElements.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Search for multiple elements within the entire current page.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"forward","qualifiedName":"async_io.WebDriver.forward","href":"package-webdriver_async_io/WebDriver/forward.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Navigates forwards in the browser history, if possible.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"get","qualifiedName":"async_io.WebDriver.get","href":"package-webdriver_async_io/WebDriver/get.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Navigates to the specified url","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"getElement","qualifiedName":"async_io.WebDriver.getElement","href":"package-webdriver_async_io/WebDriver/getElement.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"getRequest","qualifiedName":"async_io.WebDriver.getRequest","href":"package-webdriver_async_io/WebDriver/getRequest.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"id","qualifiedName":"async_io.WebDriver.id","href":"package-webdriver_async_io/WebDriver/id.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"keyboard","qualifiedName":"async_io.WebDriver.keyboard","href":"package-webdriver_async_io/WebDriver/keyboard.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"logs","qualifiedName":"async_io.WebDriver.logs","href":"package-webdriver_async_io/WebDriver/logs.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"logs.get(logType) will give list of logs captured in browser.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"mouse","qualifiedName":"async_io.WebDriver.mouse","href":"package-webdriver_async_io/WebDriver/mouse.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"notifyListeners","qualifiedName":"async_io.WebDriver.notifyListeners","href":"package-webdriver_async_io/WebDriver/notifyListeners.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"If true, WebDriver actions are recorded as WebDriverCommandEvents.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"pageSource","qualifiedName":"async_io.WebDriver.pageSource","href":"package-webdriver_async_io/WebDriver/pageSource.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"An artist's rendition of the current page's source.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"postRequest","qualifiedName":"async_io.WebDriver.postRequest","href":"package-webdriver_async_io/WebDriver/postRequest.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"quit","qualifiedName":"async_io.WebDriver.quit","href":"package-webdriver_async_io/WebDriver/quit.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Quits the browser.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"refresh","qualifiedName":"async_io.WebDriver.refresh","href":"package-webdriver_async_io/WebDriver/refresh.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Refreshes the current page.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"spec","qualifiedName":"async_io.WebDriver.spec","href":"package-webdriver_async_io/WebDriver/spec.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"stepper","qualifiedName":"async_io.WebDriver.stepper","href":"package-webdriver_async_io/WebDriver/stepper.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"switchTo","qualifiedName":"async_io.WebDriver.switchTo","href":"package-webdriver_async_io/WebDriver/switchTo.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"syncDriver","qualifiedName":"async_io.WebDriver.syncDriver","href":"package-webdriver_async_io/WebDriver/syncDriver.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Produces a sync_core.WebDriver with the same session ID. Allows\nforwards compatibility with other frameworks.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"timeouts","qualifiedName":"async_io.WebDriver.timeouts","href":"package-webdriver_async_io/WebDriver/timeouts.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"title","qualifiedName":"async_io.WebDriver.title","href":"package-webdriver_async_io/WebDriver/title.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The title of the current page.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"toString","qualifiedName":"async_io.WebDriver.toString","href":"package-webdriver_async_io/WebDriver/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"uri","qualifiedName":"async_io.WebDriver.uri","href":"package-webdriver_async_io/WebDriver/uri.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"window","qualifiedName":"async_io.WebDriver.window","href":"package-webdriver_async_io/WebDriver/window.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Handle for the active tab/window.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"windows","qualifiedName":"async_io.WebDriver.windows","href":"package-webdriver_async_io/WebDriver/windows.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Handles for all of the currently displayed tabs/windows.","enclosedBy":{"name":"WebDriver","kind":3,"href":"package-webdriver_async_io/WebDriver-class.html"}},{"name":"WebElement","qualifiedName":"async_io.WebElement","href":"package-webdriver_async_io/WebElement-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"WebElement.new","qualifiedName":"async_io.WebElement.WebElement.new","href":"package-webdriver_async_io/WebElement/WebElement.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"attributes","qualifiedName":"async_io.WebElement.attributes","href":"package-webdriver_async_io/WebElement/attributes.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Access to the HTML attributes of this tag.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"clear","qualifiedName":"async_io.WebElement.clear","href":"package-webdriver_async_io/WebElement/clear.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Clear the content of a text element.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"click","qualifiedName":"async_io.WebElement.click","href":"package-webdriver_async_io/WebElement/click.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Click on this element.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"context","qualifiedName":"async_io.WebElement.context","href":"package-webdriver_async_io/WebElement/context.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The context from which this element was found.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"cssProperties","qualifiedName":"async_io.WebElement.cssProperties","href":"package-webdriver_async_io/WebElement/cssProperties.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Access to the cssProperties of this element.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"displayed","qualifiedName":"async_io.WebElement.displayed","href":"package-webdriver_async_io/WebElement/displayed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Is this element visible in the page?","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"driver","qualifiedName":"async_io.WebElement.driver","href":"package-webdriver_async_io/WebElement/driver.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"enabled","qualifiedName":"async_io.WebElement.enabled","href":"package-webdriver_async_io/WebElement/enabled.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Is this form element enabled?","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"equals","qualifiedName":"async_io.WebElement.equals","href":"package-webdriver_async_io/WebElement/equals.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"findElement","qualifiedName":"async_io.WebElement.findElement","href":"package-webdriver_async_io/WebElement/findElement.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Find an element nested within this element.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"findElements","qualifiedName":"async_io.WebElement.findElements","href":"package-webdriver_async_io/WebElement/findElements.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Find multiple elements nested within this element.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"hashCode","qualifiedName":"async_io.WebElement.hashCode","href":"package-webdriver_async_io/WebElement/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"id","qualifiedName":"async_io.WebElement.id","href":"package-webdriver_async_io/WebElement/id.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"index","qualifiedName":"async_io.WebElement.index","href":"package-webdriver_async_io/WebElement/index.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The index of this element in the set of element founds. If the method\nused to find this element always returns one element, then this is null.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"location","qualifiedName":"async_io.WebElement.location","href":"package-webdriver_async_io/WebElement/location.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The location within the document of this element.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"locator","qualifiedName":"async_io.WebElement.locator","href":"package-webdriver_async_io/WebElement/locator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"How the element was located from the context.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"name","qualifiedName":"async_io.WebElement.name","href":"package-webdriver_async_io/WebElement/name.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The tag name for this element.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"operator ==","qualifiedName":"async_io.WebElement.operator ==","href":"package-webdriver_async_io/WebElement/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The equality operator.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"properties","qualifiedName":"async_io.WebElement.properties","href":"package-webdriver_async_io/WebElement/properties.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Access to the HTML properties of this tag.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"rect","qualifiedName":"async_io.WebElement.rect","href":"package-webdriver_async_io/WebElement/rect.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The bounds of this element.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"selected","qualifiedName":"async_io.WebElement.selected","href":"package-webdriver_async_io/WebElement/selected.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Is this radio button/checkbox selected?","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"seleniumAttributes","qualifiedName":"async_io.WebElement.seleniumAttributes","href":"package-webdriver_async_io/WebElement/seleniumAttributes.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Access to the selenium attributes of this tag.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"sendKeys","qualifiedName":"async_io.WebElement.sendKeys","href":"package-webdriver_async_io/WebElement/sendKeys.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Send keysToSend to this element.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"size","qualifiedName":"async_io.WebElement.size","href":"package-webdriver_async_io/WebElement/size.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The size of this element.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"text","qualifiedName":"async_io.WebElement.text","href":"package-webdriver_async_io/WebElement/text.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Visible text within this element.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"toJson","qualifiedName":"async_io.WebElement.toJson","href":"package-webdriver_async_io/WebElement/toJson.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"toString","qualifiedName":"async_io.WebElement.toString","href":"package-webdriver_async_io/WebElement/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"WebElement","kind":3,"href":"package-webdriver_async_io/WebElement-class.html"}},{"name":"Window","qualifiedName":"async_io.Window","href":"package-webdriver_async_io/Window-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"Window.new","qualifiedName":"async_io.Window.Window.new","href":"package-webdriver_async_io/Window/Window.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"close","qualifiedName":"async_io.Window.close","href":"package-webdriver_async_io/Window/close.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Closes the window.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"hashCode","qualifiedName":"async_io.Window.hashCode","href":"package-webdriver_async_io/Window/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"id","qualifiedName":"async_io.Window.id","href":"package-webdriver_async_io/Window/id.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"innerSize","qualifiedName":"async_io.Window.innerSize","href":"package-webdriver_async_io/Window/innerSize.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The inner size of the window.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"location","qualifiedName":"async_io.Window.location","href":"package-webdriver_async_io/Window/location.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The location of the window.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"maximize","qualifiedName":"async_io.Window.maximize","href":"package-webdriver_async_io/Window/maximize.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Maximizes the window.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"minimize","qualifiedName":"async_io.Window.minimize","href":"package-webdriver_async_io/Window/minimize.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Minimizes the window.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"operator ==","qualifiedName":"async_io.Window.operator ==","href":"package-webdriver_async_io/Window/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The equality operator.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"rect","qualifiedName":"async_io.Window.rect","href":"package-webdriver_async_io/Window/rect.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The location and size of the window.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"setAsActive","qualifiedName":"async_io.Window.setAsActive","href":"package-webdriver_async_io/Window/setAsActive.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sets the window as active.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"setLocation","qualifiedName":"async_io.Window.setLocation","href":"package-webdriver_async_io/Window/setLocation.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sets the window location.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"setRect","qualifiedName":"async_io.Window.setRect","href":"package-webdriver_async_io/Window/setRect.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The location and size of the window.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"setSize","qualifiedName":"async_io.Window.setSize","href":"package-webdriver_async_io/Window/setSize.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sets the window size.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"size","qualifiedName":"async_io.Window.size","href":"package-webdriver_async_io/Window/size.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The outer size of the window.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"toString","qualifiedName":"async_io.Window.toString","href":"package-webdriver_async_io/Window/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"Window","kind":3,"href":"package-webdriver_async_io/Window-class.html"}},{"name":"createDriver","qualifiedName":"async_io.createDriver","href":"package-webdriver_async_io/createDriver.html","kind":8,"packageRank":50,"desc":"Creates a new async WebDriver using AsyncIoRequestClient.","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"defaultUri","qualifiedName":"async_io.defaultUri","href":"package-webdriver_async_io/defaultUri.html","kind":20,"packageRank":50,"desc":"","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"fromExistingSession","qualifiedName":"async_io.fromExistingSession","href":"package-webdriver_async_io/fromExistingSession.html","kind":8,"packageRank":50,"desc":"Creates an async WebDriver from existing session using\nAsyncIoRequestClient.","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"fromExistingSessionSync","qualifiedName":"async_io.fromExistingSessionSync","href":"package-webdriver_async_io/fromExistingSessionSync.html","kind":8,"packageRank":50,"desc":"Creates an async WebDriver from existing session with a sync function using\nAsyncIoRequestClient.","enclosedBy":{"name":"async_io","kind":9,"href":"package-webdriver_async_io/"}},{"name":"backend","qualifiedName":"backend","href":"package-test_api_backend/","kind":9,"packageRank":50,"desc":""},{"name":"Compiler","qualifiedName":"backend.Compiler","href":"package-test_api_backend/Compiler.html","kind":5,"packageRank":50,"desc":"All the Dart compilers supported by the test runner.","enclosedBy":{"name":"backend","kind":9,"href":"package-test_api_backend/"}},{"name":"builtIn","qualifiedName":"backend.Compiler.builtIn","href":"package-test_api_backend/Compiler/builtIn-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"The compilers that are supported by the test runner by default.","enclosedBy":{"name":"Compiler","kind":5,"href":"package-test_api_backend/Compiler.html"}},{"name":"identifier","qualifiedName":"backend.Compiler.identifier","href":"package-test_api_backend/Compiler/identifier.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The identifier used to look up the compiler.","enclosedBy":{"name":"Compiler","kind":5,"href":"package-test_api_backend/Compiler.html"}},{"name":"name","qualifiedName":"backend.Compiler.name","href":"package-test_api_backend/Compiler/name.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The human-friendly name of the compiler.","enclosedBy":{"name":"Compiler","kind":5,"href":"package-test_api_backend/Compiler.html"}},{"name":"serialize","qualifiedName":"backend.Compiler.serialize","href":"package-test_api_backend/Compiler/serialize.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts this into a JSON-safe object that can be converted back to a\nCompiler using Compiler.deserialize.","enclosedBy":{"name":"Compiler","kind":5,"href":"package-test_api_backend/Compiler.html"}},{"name":"toString","qualifiedName":"backend.Compiler.toString","href":"package-test_api_backend/Compiler/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"Compiler","kind":5,"href":"package-test_api_backend/Compiler.html"}},{"name":"values","qualifiedName":"backend.Compiler.values","href":"package-test_api_backend/Compiler/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"Compiler","kind":5,"href":"package-test_api_backend/Compiler.html"}},{"name":"Metadata","qualifiedName":"backend.Metadata","href":"package-test_api_backend/Metadata-class.html","kind":3,"packageRank":50,"desc":"Metadata for a test or test suite.","enclosedBy":{"name":"backend","kind":9,"href":"package-test_api_backend/"}},{"name":"Metadata.deserialize","qualifiedName":"backend.Metadata.Metadata.deserialize","href":"package-test_api_backend/Metadata/Metadata.deserialize.html","kind":2,"packageRank":50,"desc":"Deserializes the result of Metadata.serialize into a new Metadata.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"Metadata.new","qualifiedName":"backend.Metadata.Metadata.new","href":"package-test_api_backend/Metadata/Metadata.html","kind":2,"packageRank":50,"desc":"Creates new Metadata.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"Metadata.parse","qualifiedName":"backend.Metadata.Metadata.parse","href":"package-test_api_backend/Metadata/Metadata.parse.html","kind":2,"packageRank":50,"desc":"Creates a new Metadata, but with fields parsed from caller-friendly values\nwhere applicable.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"chainStackTraces","qualifiedName":"backend.Metadata.chainStackTraces","href":"package-test_api_backend/Metadata/chainStackTraces.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether to chain stack traces.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"change","qualifiedName":"backend.Metadata.change","href":"package-test_api_backend/Metadata/change.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a copy of this with the given fields changed.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"empty","qualifiedName":"backend.Metadata.empty","href":"package-test_api_backend/Metadata/empty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Empty metadata with only default values.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"forPlatform","qualifiedName":"backend.Metadata.forPlatform","href":"package-test_api_backend/Metadata/forPlatform.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a copy of this with all platform-specific metadata from\nonPlatform resolved.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"forTag","qualifiedName":"backend.Metadata.forTag","href":"package-test_api_backend/Metadata/forTag.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Metadata that applies only when specific tags are applied.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"languageVersionComment","qualifiedName":"backend.Metadata.languageVersionComment","href":"package-test_api_backend/Metadata/languageVersionComment.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The language version comment, if one is present.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"merge","qualifiedName":"backend.Metadata.merge","href":"package-test_api_backend/Metadata/merge.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return a new Metadata that merges this with other.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"onPlatform","qualifiedName":"backend.Metadata.onPlatform","href":"package-test_api_backend/Metadata/onPlatform.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Platform-specific metadata.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"retry","qualifiedName":"backend.Metadata.retry","href":"package-test_api_backend/Metadata/retry.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of times to re-run a test before being marked as a failure.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"serialize","qualifiedName":"backend.Metadata.serialize","href":"package-test_api_backend/Metadata/serialize.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Serializes this into a JSON-safe object that can be deserialized using\nMetadata.deserialize.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"skip","qualifiedName":"backend.Metadata.skip","href":"package-test_api_backend/Metadata/skip.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the test or suite should be skipped.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"skipReason","qualifiedName":"backend.Metadata.skipReason","href":"package-test_api_backend/Metadata/skipReason.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The reason the test or suite should be skipped, if given.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"tags","qualifiedName":"backend.Metadata.tags","href":"package-test_api_backend/Metadata/tags.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The user-defined tags attached to the test or suite.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"testOn","qualifiedName":"backend.Metadata.testOn","href":"package-test_api_backend/Metadata/testOn.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The selector indicating which platforms the suite supports.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"timeout","qualifiedName":"backend.Metadata.timeout","href":"package-test_api_backend/Metadata/timeout.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The modification to the timeout for the test or suite.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"validatePlatformSelectors","qualifiedName":"backend.Metadata.validatePlatformSelectors","href":"package-test_api_backend/Metadata/validatePlatformSelectors.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Throws a FormatException if any PlatformSelectors use any variables\nthat don't appear either in validVariables or in the set of variables\nthat are known to be valid for all selectors.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"verboseTrace","qualifiedName":"backend.Metadata.verboseTrace","href":"package-test_api_backend/Metadata/verboseTrace.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether to use verbose stack traces.","enclosedBy":{"name":"Metadata","kind":3,"href":"package-test_api_backend/Metadata-class.html"}},{"name":"PlatformSelector","qualifiedName":"backend.PlatformSelector","href":"package-test_api_backend/PlatformSelector-class.html","kind":3,"packageRank":50,"desc":"An expression for selecting certain platforms, including operating systems\nand browsers.","enclosedBy":{"name":"backend","kind":9,"href":"package-test_api_backend/"}},{"name":"PlatformSelector.parse","qualifiedName":"backend.PlatformSelector.PlatformSelector.parse","href":"package-test_api_backend/PlatformSelector/PlatformSelector.parse.html","kind":2,"packageRank":50,"desc":"Parses selector.","enclosedBy":{"name":"PlatformSelector","kind":3,"href":"package-test_api_backend/PlatformSelector-class.html"}},{"name":"all","qualifiedName":"backend.PlatformSelector.all","href":"package-test_api_backend/PlatformSelector/all-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"A selector that declares that a test can be run on all platforms.","enclosedBy":{"name":"PlatformSelector","kind":3,"href":"package-test_api_backend/PlatformSelector-class.html"}},{"name":"evaluate","qualifiedName":"backend.PlatformSelector.evaluate","href":"package-test_api_backend/PlatformSelector/evaluate.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns whether the selector matches the given platform.","enclosedBy":{"name":"PlatformSelector","kind":3,"href":"package-test_api_backend/PlatformSelector-class.html"}},{"name":"hashCode","qualifiedName":"backend.PlatformSelector.hashCode","href":"package-test_api_backend/PlatformSelector/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"PlatformSelector","kind":3,"href":"package-test_api_backend/PlatformSelector-class.html"}},{"name":"intersection","qualifiedName":"backend.PlatformSelector.intersection","href":"package-test_api_backend/PlatformSelector/intersection.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a new PlatformSelector that matches only platforms matched by\nboth this and other.","enclosedBy":{"name":"PlatformSelector","kind":3,"href":"package-test_api_backend/PlatformSelector-class.html"}},{"name":"operator ==","qualifiedName":"backend.PlatformSelector.operator ==","href":"package-test_api_backend/PlatformSelector/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The equality operator.","enclosedBy":{"name":"PlatformSelector","kind":3,"href":"package-test_api_backend/PlatformSelector-class.html"}},{"name":"toString","qualifiedName":"backend.PlatformSelector.toString","href":"package-test_api_backend/PlatformSelector/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"PlatformSelector","kind":3,"href":"package-test_api_backend/PlatformSelector-class.html"}},{"name":"validate","qualifiedName":"backend.PlatformSelector.validate","href":"package-test_api_backend/PlatformSelector/validate.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Throws a FormatException if this selector uses any variables that don't\nappear either in validVariables or in the set of variables that are\nknown to be valid for all selectors.","enclosedBy":{"name":"PlatformSelector","kind":3,"href":"package-test_api_backend/PlatformSelector-class.html"}},{"name":"RemoteException","qualifiedName":"backend.RemoteException","href":"package-test_api_backend/RemoteException-class.html","kind":3,"packageRank":50,"desc":"An exception that was thrown remotely.","enclosedBy":{"name":"backend","kind":9,"href":"package-test_api_backend/"}},{"name":"deserialize","qualifiedName":"backend.RemoteException.deserialize","href":"package-test_api_backend/RemoteException/deserialize.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Deserializes an exception serialized with RemoteException.serialize.","enclosedBy":{"name":"RemoteException","kind":3,"href":"package-test_api_backend/RemoteException-class.html"}},{"name":"message","qualifiedName":"backend.RemoteException.message","href":"package-test_api_backend/RemoteException/message.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The original exception's message, if it had one.","enclosedBy":{"name":"RemoteException","kind":3,"href":"package-test_api_backend/RemoteException-class.html"}},{"name":"serialize","qualifiedName":"backend.RemoteException.serialize","href":"package-test_api_backend/RemoteException/serialize.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Serializes error and stackTrace into a JSON-safe object.","enclosedBy":{"name":"RemoteException","kind":3,"href":"package-test_api_backend/RemoteException-class.html"}},{"name":"toString","qualifiedName":"backend.RemoteException.toString","href":"package-test_api_backend/RemoteException/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"RemoteException","kind":3,"href":"package-test_api_backend/RemoteException-class.html"}},{"name":"type","qualifiedName":"backend.RemoteException.type","href":"package-test_api_backend/RemoteException/type.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The value of the original exception's runtimeType.toString().","enclosedBy":{"name":"RemoteException","kind":3,"href":"package-test_api_backend/RemoteException-class.html"}},{"name":"RemoteListener","qualifiedName":"backend.RemoteListener","href":"package-test_api_backend/RemoteListener-class.html","kind":3,"packageRank":50,"desc":"","enclosedBy":{"name":"backend","kind":9,"href":"package-test_api_backend/"}},{"name":"start","qualifiedName":"backend.RemoteListener.start","href":"package-test_api_backend/RemoteListener/start.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Extracts metadata about all the tests in the function returned by\ngetMain and returns a channel that will send information about them.","enclosedBy":{"name":"RemoteListener","kind":3,"href":"package-test_api_backend/RemoteListener-class.html"}},{"name":"Runtime","qualifiedName":"backend.Runtime","href":"package-test_api_backend/Runtime-class.html","kind":3,"packageRank":50,"desc":"An enum of all Dart runtimes supported by the test runner.","enclosedBy":{"name":"backend","kind":9,"href":"package-test_api_backend/"}},{"name":"Runtime.deserialize","qualifiedName":"backend.Runtime.Runtime.deserialize","href":"package-test_api_backend/Runtime/Runtime.deserialize.html","kind":2,"packageRank":50,"desc":"Converts a JSON-safe representation generated by serialize back into a\nRuntime.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"Runtime.new","qualifiedName":"backend.Runtime.Runtime.new","href":"package-test_api_backend/Runtime/Runtime.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"builtIn","qualifiedName":"backend.Runtime.builtIn","href":"package-test_api_backend/Runtime/builtIn-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"The platforms that are supported by the test runner by default.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"chrome","qualifiedName":"backend.Runtime.chrome","href":"package-test_api_backend/Runtime/chrome-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"Google Chrome.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"defaultCompiler","qualifiedName":"backend.Runtime.defaultCompiler","href":"package-test_api_backend/Runtime/defaultCompiler.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The default compiler to use with this runtime.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"edge","qualifiedName":"backend.Runtime.edge","href":"package-test_api_backend/Runtime/edge-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"Microsoft Edge (based on Chromium).","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"extend","qualifiedName":"backend.Runtime.extend","href":"package-test_api_backend/Runtime/extend.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a child of this that counts as both this platform's identifier\nand the new identifier.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"firefox","qualifiedName":"backend.Runtime.firefox","href":"package-test_api_backend/Runtime/firefox-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"Mozilla Firefox.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"identifier","qualifiedName":"backend.Runtime.identifier","href":"package-test_api_backend/Runtime/identifier.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The identifier used to look up the platform.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"internetExplorer","qualifiedName":"backend.Runtime.internetExplorer","href":"package-test_api_backend/Runtime/internetExplorer-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"Microsoft Internet Explorer.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"isBlink","qualifiedName":"backend.Runtime.isBlink","href":"package-test_api_backend/Runtime/isBlink.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this platform uses the Blink rendering engine.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"isBrowser","qualifiedName":"backend.Runtime.isBrowser","href":"package-test_api_backend/Runtime/isBrowser.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this platform is a browser.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"isChild","qualifiedName":"backend.Runtime.isChild","href":"package-test_api_backend/Runtime/isChild.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Returns whether this is a child of another platform.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"isDartVM","qualifiedName":"backend.Runtime.isDartVM","href":"package-test_api_backend/Runtime/isDartVM.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this platform runs the Dart VM in any capacity.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"isHeadless","qualifiedName":"backend.Runtime.isHeadless","href":"package-test_api_backend/Runtime/isHeadless.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this platform has no visible window.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"name","qualifiedName":"backend.Runtime.name","href":"package-test_api_backend/Runtime/name.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The human-friendly name of the platform.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"nodeJS","qualifiedName":"backend.Runtime.nodeJS","href":"package-test_api_backend/Runtime/nodeJS-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"The command-line Node.js VM.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"parent","qualifiedName":"backend.Runtime.parent","href":"package-test_api_backend/Runtime/parent.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The parent platform that this is based on, or null if there is no\nparent.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"root","qualifiedName":"backend.Runtime.root","href":"package-test_api_backend/Runtime/root.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Returns the platform this is based on, or this if it's not based on\nanything.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"safari","qualifiedName":"backend.Runtime.safari","href":"package-test_api_backend/Runtime/safari-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"Apple Safari.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"serialize","qualifiedName":"backend.Runtime.serialize","href":"package-test_api_backend/Runtime/serialize.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts this into a JSON-safe object that can be converted back to a\nRuntime using Runtime.deserialize.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"supportedCompilers","qualifiedName":"backend.Runtime.supportedCompilers","href":"package-test_api_backend/Runtime/supportedCompilers.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"All the supported compilers for this runtime.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"toString","qualifiedName":"backend.Runtime.toString","href":"package-test_api_backend/Runtime/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"vm","qualifiedName":"backend.Runtime.vm","href":"package-test_api_backend/Runtime/vm-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"The command-line Dart VM.","enclosedBy":{"name":"Runtime","kind":3,"href":"package-test_api_backend/Runtime-class.html"}},{"name":"StackTraceFormatter","qualifiedName":"backend.StackTraceFormatter","href":"package-test_api_backend/StackTraceFormatter-class.html","kind":3,"packageRank":50,"desc":"A class that tracks how to format a stack trace according to the user's\nconfiguration.","enclosedBy":{"name":"backend","kind":9,"href":"package-test_api_backend/"}},{"name":"StackTraceFormatter.new","qualifiedName":"backend.StackTraceFormatter.StackTraceFormatter.new","href":"package-test_api_backend/StackTraceFormatter/StackTraceFormatter.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"StackTraceFormatter","kind":3,"href":"package-test_api_backend/StackTraceFormatter-class.html"}},{"name":"asCurrent","qualifiedName":"backend.StackTraceFormatter.asCurrent","href":"package-test_api_backend/StackTraceFormatter/asCurrent.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Runs body with this as StackTraceFormatter.current.","enclosedBy":{"name":"StackTraceFormatter","kind":3,"href":"package-test_api_backend/StackTraceFormatter-class.html"}},{"name":"configure","qualifiedName":"backend.StackTraceFormatter.configure","href":"package-test_api_backend/StackTraceFormatter/configure.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Configure how stack traces are formatted.","enclosedBy":{"name":"StackTraceFormatter","kind":3,"href":"package-test_api_backend/StackTraceFormatter-class.html"}},{"name":"current","qualifiedName":"backend.StackTraceFormatter.current","href":"package-test_api_backend/StackTraceFormatter/current.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Returns the current manager, or null if this isn't called within a call\nto asCurrent.","enclosedBy":{"name":"StackTraceFormatter","kind":3,"href":"package-test_api_backend/StackTraceFormatter-class.html"}},{"name":"formatStackTrace","qualifiedName":"backend.StackTraceFormatter.formatStackTrace","href":"package-test_api_backend/StackTraceFormatter/formatStackTrace.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts stackTrace to a Chain and formats it according to the user's\npreferences.","enclosedBy":{"name":"StackTraceFormatter","kind":3,"href":"package-test_api_backend/StackTraceFormatter-class.html"}},{"name":"StackTraceMapper","qualifiedName":"backend.StackTraceMapper","href":"package-test_api_backend/StackTraceMapper-class.html","kind":3,"packageRank":50,"desc":"A class for mapping JS stack traces to Dart stack traces using source maps.","enclosedBy":{"name":"backend","kind":9,"href":"package-test_api_backend/"}},{"name":"mapStackTrace","qualifiedName":"backend.StackTraceMapper.mapStackTrace","href":"package-test_api_backend/StackTraceMapper/mapStackTrace.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts trace into a Dart stack trace.","enclosedBy":{"name":"StackTraceMapper","kind":3,"href":"package-test_api_backend/StackTraceMapper-class.html"}},{"name":"serialize","qualifiedName":"backend.StackTraceMapper.serialize","href":"package-test_api_backend/StackTraceMapper/serialize.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a Map representation which is suitable for JSON serialization.","enclosedBy":{"name":"StackTraceMapper","kind":3,"href":"package-test_api_backend/StackTraceMapper-class.html"}},{"name":"SuitePlatform","qualifiedName":"backend.SuitePlatform","href":"package-test_api_backend/SuitePlatform-class.html","kind":3,"packageRank":50,"desc":"The platform on which a test suite is loaded.","enclosedBy":{"name":"backend","kind":9,"href":"package-test_api_backend/"}},{"name":"SuitePlatform.deserialize","qualifiedName":"backend.SuitePlatform.SuitePlatform.deserialize","href":"package-test_api_backend/SuitePlatform/SuitePlatform.deserialize.html","kind":2,"packageRank":50,"desc":"Converts a JSON-safe representation generated by serialize back into a\nSuitePlatform.","enclosedBy":{"name":"SuitePlatform","kind":3,"href":"package-test_api_backend/SuitePlatform-class.html"}},{"name":"SuitePlatform.new","qualifiedName":"backend.SuitePlatform.SuitePlatform.new","href":"package-test_api_backend/SuitePlatform/SuitePlatform.html","kind":2,"packageRank":50,"desc":"Creates a new platform with the given runtime and os, which defaults\nto OperatingSystem.none.","enclosedBy":{"name":"SuitePlatform","kind":3,"href":"package-test_api_backend/SuitePlatform-class.html"}},{"name":"compiler","qualifiedName":"backend.SuitePlatform.compiler","href":"package-test_api_backend/SuitePlatform/compiler.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The compiler that should used for this platform.","enclosedBy":{"name":"SuitePlatform","kind":3,"href":"package-test_api_backend/SuitePlatform-class.html"}},{"name":"inGoogle","qualifiedName":"backend.SuitePlatform.inGoogle","href":"package-test_api_backend/SuitePlatform/inGoogle.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether we're running on Google-internal infrastructure.","enclosedBy":{"name":"SuitePlatform","kind":3,"href":"package-test_api_backend/SuitePlatform-class.html"}},{"name":"os","qualifiedName":"backend.SuitePlatform.os","href":"package-test_api_backend/SuitePlatform/os.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The operating system on which the suite is running.","enclosedBy":{"name":"SuitePlatform","kind":3,"href":"package-test_api_backend/SuitePlatform-class.html"}},{"name":"runtime","qualifiedName":"backend.SuitePlatform.runtime","href":"package-test_api_backend/SuitePlatform/runtime.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The runtime that hosts the suite.","enclosedBy":{"name":"SuitePlatform","kind":3,"href":"package-test_api_backend/SuitePlatform-class.html"}},{"name":"serialize","qualifiedName":"backend.SuitePlatform.serialize","href":"package-test_api_backend/SuitePlatform/serialize.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts this into a JSON-safe object that can be converted back to a\nSuitePlatform using SuitePlatform.deserialize.","enclosedBy":{"name":"SuitePlatform","kind":3,"href":"package-test_api_backend/SuitePlatform-class.html"}},{"name":"TestLocation","qualifiedName":"backend.TestLocation","href":"package-test_api_backend/TestLocation-class.html","kind":3,"packageRank":50,"desc":"The location of a test or group.","enclosedBy":{"name":"backend","kind":9,"href":"package-test_api_backend/"}},{"name":"TestLocation.deserialize","qualifiedName":"backend.TestLocation.TestLocation.deserialize","href":"package-test_api_backend/TestLocation/TestLocation.deserialize.html","kind":2,"packageRank":50,"desc":"Deserializes the result of TestLocation.serialize into a new TestLocation.","enclosedBy":{"name":"TestLocation","kind":3,"href":"package-test_api_backend/TestLocation-class.html"}},{"name":"TestLocation.new","qualifiedName":"backend.TestLocation.TestLocation.new","href":"package-test_api_backend/TestLocation/TestLocation.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"TestLocation","kind":3,"href":"package-test_api_backend/TestLocation-class.html"}},{"name":"column","qualifiedName":"backend.TestLocation.column","href":"package-test_api_backend/TestLocation/column.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"TestLocation","kind":3,"href":"package-test_api_backend/TestLocation-class.html"}},{"name":"line","qualifiedName":"backend.TestLocation.line","href":"package-test_api_backend/TestLocation/line.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"TestLocation","kind":3,"href":"package-test_api_backend/TestLocation-class.html"}},{"name":"serialize","qualifiedName":"backend.TestLocation.serialize","href":"package-test_api_backend/TestLocation/serialize.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Serializes this into a JSON-safe object that can be deserialized using\nTestLocation.deserialize.","enclosedBy":{"name":"TestLocation","kind":3,"href":"package-test_api_backend/TestLocation-class.html"}},{"name":"uri","qualifiedName":"backend.TestLocation.uri","href":"package-test_api_backend/TestLocation/uri.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"TestLocation","kind":3,"href":"package-test_api_backend/TestLocation-class.html"}},{"name":"blend","qualifiedName":"blend","href":"package-material_color_utilities_blend_blend/","kind":9,"packageRank":50,"desc":""},{"name":"Blend","qualifiedName":"blend.Blend","href":"package-material_color_utilities_blend_blend/Blend-class.html","kind":3,"packageRank":50,"desc":"Functions for blending in HCT and CAM16.","enclosedBy":{"name":"blend","kind":9,"href":"package-material_color_utilities_blend_blend/"}},{"name":"Blend.new","qualifiedName":"blend.Blend.Blend.new","href":"package-material_color_utilities_blend_blend/Blend/Blend.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Blend","kind":3,"href":"package-material_color_utilities_blend_blend/Blend-class.html"}},{"name":"cam16Ucs","qualifiedName":"blend.Blend.cam16Ucs","href":"package-material_color_utilities_blend_blend/Blend/cam16Ucs.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Blend in CAM16-UCS space.","enclosedBy":{"name":"Blend","kind":3,"href":"package-material_color_utilities_blend_blend/Blend-class.html"}},{"name":"harmonize","qualifiedName":"blend.Blend.harmonize","href":"package-material_color_utilities_blend_blend/Blend/harmonize.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Blend the design color's HCT hue towards the key color's HCT\nhue, in a way that leaves the original color recognizable and\nrecognizably shifted towards the key color.","enclosedBy":{"name":"Blend","kind":3,"href":"package-material_color_utilities_blend_blend/Blend-class.html"}},{"name":"hctHue","qualifiedName":"blend.Blend.hctHue","href":"package-material_color_utilities_blend_blend/Blend/hctHue.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Blends hue from one color into another. The chroma and tone of\nthe original color are maintained.","enclosedBy":{"name":"Blend","kind":3,"href":"package-material_color_utilities_blend_blend/Blend-class.html"}},{"name":"boolean_selector","qualifiedName":"boolean_selector","href":"package-boolean_selector_boolean_selector/","kind":9,"packageRank":50,"desc":""},{"name":"BooleanSelector","qualifiedName":"boolean_selector.BooleanSelector","href":"package-boolean_selector_boolean_selector/BooleanSelector-class.html","kind":3,"packageRank":50,"desc":"A boolean expression that evaluates to true or false based on certain\ninputs.","enclosedBy":{"name":"boolean_selector","kind":9,"href":"package-boolean_selector_boolean_selector/"}},{"name":"BooleanSelector.parse","qualifiedName":"boolean_selector.BooleanSelector.BooleanSelector.parse","href":"package-boolean_selector_boolean_selector/BooleanSelector/BooleanSelector.parse.html","kind":2,"packageRank":50,"desc":"Parses selector.","enclosedBy":{"name":"BooleanSelector","kind":3,"href":"package-boolean_selector_boolean_selector/BooleanSelector-class.html"}},{"name":"all","qualifiedName":"boolean_selector.BooleanSelector.all","href":"package-boolean_selector_boolean_selector/BooleanSelector/all-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"A selector that accepts all inputs.","enclosedBy":{"name":"BooleanSelector","kind":3,"href":"package-boolean_selector_boolean_selector/BooleanSelector-class.html"}},{"name":"evaluate","qualifiedName":"boolean_selector.BooleanSelector.evaluate","href":"package-boolean_selector_boolean_selector/BooleanSelector/evaluate.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns whether the selector matches the given semantics.","enclosedBy":{"name":"BooleanSelector","kind":3,"href":"package-boolean_selector_boolean_selector/BooleanSelector-class.html"}},{"name":"intersection","qualifiedName":"boolean_selector.BooleanSelector.intersection","href":"package-boolean_selector_boolean_selector/BooleanSelector/intersection.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a new BooleanSelector that matches only inputs matched by both\nthis and other.","enclosedBy":{"name":"BooleanSelector","kind":3,"href":"package-boolean_selector_boolean_selector/BooleanSelector-class.html"}},{"name":"none","qualifiedName":"boolean_selector.BooleanSelector.none","href":"package-boolean_selector_boolean_selector/BooleanSelector/none-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"A selector that accepts no inputs.","enclosedBy":{"name":"BooleanSelector","kind":3,"href":"package-boolean_selector_boolean_selector/BooleanSelector-class.html"}},{"name":"union","qualifiedName":"boolean_selector.BooleanSelector.union","href":"package-boolean_selector_boolean_selector/BooleanSelector/union.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a new BooleanSelector that matches all inputs matched by either\nthis or other.","enclosedBy":{"name":"BooleanSelector","kind":3,"href":"package-boolean_selector_boolean_selector/BooleanSelector-class.html"}},{"name":"validate","qualifiedName":"boolean_selector.BooleanSelector.validate","href":"package-boolean_selector_boolean_selector/BooleanSelector/validate.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Throws a FormatException if any variables are undefined.","enclosedBy":{"name":"BooleanSelector","kind":3,"href":"package-boolean_selector_boolean_selector/BooleanSelector-class.html"}},{"name":"variables","qualifiedName":"boolean_selector.BooleanSelector.variables","href":"package-boolean_selector_boolean_selector/BooleanSelector/variables.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"All the variables in this selector, in the order they appear.","enclosedBy":{"name":"BooleanSelector","kind":3,"href":"package-boolean_selector_boolean_selector/BooleanSelector-class.html"}},{"name":"cam16","qualifiedName":"cam16","href":"package-material_color_utilities_hct_cam16/","kind":9,"packageRank":50,"desc":""},{"name":"Cam16","qualifiedName":"cam16.Cam16","href":"package-material_color_utilities_hct_cam16/Cam16-class.html","kind":3,"packageRank":50,"desc":"CAM16, a color appearance model. Colors are not just defined by their hex\ncode, but rather, a hex code and viewing conditions.","enclosedBy":{"name":"cam16","kind":9,"href":"package-material_color_utilities_hct_cam16/"}},{"name":"Cam16.new","qualifiedName":"cam16.Cam16.Cam16.new","href":"package-material_color_utilities_hct_cam16/Cam16/Cam16.html","kind":2,"packageRank":50,"desc":"All of the CAM16 dimensions can be calculated from 3 of the dimensions, in\nthe following combinations:\n-  {j or q} and {c, m, or s} and hue\n- jstar, astar, bstar\nPrefer using a static method that constructs from 3 of those dimensions.\nThis constructor is intended for those methods to use to return all\npossible dimensions.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"astar","qualifiedName":"cam16.Cam16.astar","href":"package-material_color_utilities_hct_cam16/Cam16/astar.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"CAM16-UCS a coordinate","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"bstar","qualifiedName":"cam16.Cam16.bstar","href":"package-material_color_utilities_hct_cam16/Cam16/bstar.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"CAM16-UCS b coordinate","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"chroma","qualifiedName":"cam16.Cam16.chroma","href":"package-material_color_utilities_hct_cam16/Cam16/chroma.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Informally, colorfulness / color intensity. Like saturation in HSL,\nexcept perceptually accurate.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"distance","qualifiedName":"cam16.Cam16.distance","href":"package-material_color_utilities_hct_cam16/Cam16/distance.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"CAM16 instances also have coordinates in the CAM16-UCS space, called J*,\na*, b*, or jstar, astar, bstar in code. CAM16-UCS is included in the CAM16\nspecification, and should be used when measuring distances between colors.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"fromInt","qualifiedName":"cam16.Cam16.fromInt","href":"package-material_color_utilities_hct_cam16/Cam16/fromInt.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Convert argb to CAM16, assuming the color was viewed in default viewing\nconditions.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"fromIntInViewingConditions","qualifiedName":"cam16.Cam16.fromIntInViewingConditions","href":"package-material_color_utilities_hct_cam16/Cam16/fromIntInViewingConditions.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Given viewingConditions, convert argb to CAM16.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"fromJch","qualifiedName":"cam16.Cam16.fromJch","href":"package-material_color_utilities_hct_cam16/Cam16/fromJch.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Create a CAM16 color from lightness j, chroma c, and hue h,\nassuming the color was viewed in default viewing conditions.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"fromJchInViewingConditions","qualifiedName":"cam16.Cam16.fromJchInViewingConditions","href":"package-material_color_utilities_hct_cam16/Cam16/fromJchInViewingConditions.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Create a CAM16 color from lightness j, chroma C, and hue h,\nin viewingConditions.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"fromUcs","qualifiedName":"cam16.Cam16.fromUcs","href":"package-material_color_utilities_hct_cam16/Cam16/fromUcs.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Create a CAM16 color from CAM16-UCS coordinates jstar, astar, bstar.\nassuming the color was viewed in default viewing conditions.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"fromUcsInViewingConditions","qualifiedName":"cam16.Cam16.fromUcsInViewingConditions","href":"package-material_color_utilities_hct_cam16/Cam16/fromUcsInViewingConditions.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Create a CAM16 color from CAM16-UCS coordinates jstar, astar, bstar.\nin viewingConditions.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"fromXyzInViewingConditions","qualifiedName":"cam16.Cam16.fromXyzInViewingConditions","href":"package-material_color_utilities_hct_cam16/Cam16/fromXyzInViewingConditions.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Given color expressed in XYZ and viewed in viewingConditions, convert to\nCAM16.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"hue","qualifiedName":"cam16.Cam16.hue","href":"package-material_color_utilities_hct_cam16/Cam16/hue.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Like red, orange, yellow, green, etc.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"j","qualifiedName":"cam16.Cam16.j","href":"package-material_color_utilities_hct_cam16/Cam16/j.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Lightness","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"jstar","qualifiedName":"cam16.Cam16.jstar","href":"package-material_color_utilities_hct_cam16/Cam16/jstar.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"CAM16-UCS J coordinate","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"m","qualifiedName":"cam16.Cam16.m","href":"package-material_color_utilities_hct_cam16/Cam16/m.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Colorfulness","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"q","qualifiedName":"cam16.Cam16.q","href":"package-material_color_utilities_hct_cam16/Cam16/q.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Brightness; ratio of lightness to white point's lightness","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"s","qualifiedName":"cam16.Cam16.s","href":"package-material_color_utilities_hct_cam16/Cam16/s.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Saturation; ratio of chroma to white point's chroma","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"toInt","qualifiedName":"cam16.Cam16.toInt","href":"package-material_color_utilities_hct_cam16/Cam16/toInt.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"ARGB representation of color, assuming the color was viewed in default\nviewing conditions.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"viewed","qualifiedName":"cam16.Cam16.viewed","href":"package-material_color_utilities_hct_cam16/Cam16/viewed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"ARGB representation of a color, given the color was viewed in\nviewingConditions","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"xyzInViewingConditions","qualifiedName":"cam16.Cam16.xyzInViewingConditions","href":"package-material_color_utilities_hct_cam16/Cam16/xyzInViewingConditions.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"XYZ representation of CAM16 seen in viewingConditions.","enclosedBy":{"name":"Cam16","kind":3,"href":"package-material_color_utilities_hct_cam16/Cam16-class.html"}},{"name":"characters","qualifiedName":"characters","href":"package-characters_characters/","kind":9,"packageRank":50,"desc":"String operations based on characters (Unicode grapheme clusters)."},{"name":"CharacterRange","qualifiedName":"characters.CharacterRange","href":"package-characters_characters/CharacterRange-class.html","kind":3,"packageRank":50,"desc":"A range of characters of a Characters.","enclosedBy":{"name":"characters","kind":9,"href":"package-characters_characters/"}},{"name":"CharacterRange.at","qualifiedName":"characters.CharacterRange.CharacterRange.at","href":"package-characters_characters/CharacterRange/CharacterRange.at.html","kind":2,"packageRank":50,"desc":"Creates a new character iterator on string.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"CharacterRange.new","qualifiedName":"characters.CharacterRange.CharacterRange.new","href":"package-characters_characters/CharacterRange/CharacterRange.html","kind":2,"packageRank":50,"desc":"Creates a new character iterator iterating the character\nof string.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"charactersAfter","qualifiedName":"characters.CharacterRange.charactersAfter","href":"package-characters_characters/CharacterRange/charactersAfter.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The characters after the current range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"charactersBefore","qualifiedName":"characters.CharacterRange.charactersBefore","href":"package-characters_characters/CharacterRange/charactersBefore.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The characters before the current range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"collapseToEnd","qualifiedName":"characters.CharacterRange.collapseToEnd","href":"package-characters_characters/CharacterRange/collapseToEnd.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Collapses the range to its end.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"collapseToFirst","qualifiedName":"characters.CharacterRange.collapseToFirst","href":"package-characters_characters/CharacterRange/collapseToFirst.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Collapses to the first occurrence of target in the current range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"collapseToLast","qualifiedName":"characters.CharacterRange.collapseToLast","href":"package-characters_characters/CharacterRange/collapseToLast.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Collapses to the last occurrence of target in the current range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"collapseToStart","qualifiedName":"characters.CharacterRange.collapseToStart","href":"package-characters_characters/CharacterRange/collapseToStart.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Collapses the range to its start.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"copy","qualifiedName":"characters.CharacterRange.copy","href":"package-characters_characters/CharacterRange/copy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a copy of this CharacterRange.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"currentCharacters","qualifiedName":"characters.CharacterRange.currentCharacters","href":"package-characters_characters/CharacterRange/currentCharacters.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The characters of this range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"dropBackTo","qualifiedName":"characters.CharacterRange.dropBackTo","href":"package-characters_characters/CharacterRange/dropBackTo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Drops the last occurrence of target in the range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"dropBackUntil","qualifiedName":"characters.CharacterRange.dropBackUntil","href":"package-characters_characters/CharacterRange/dropBackUntil.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Drops characters from the end of the range until after\nthe last occurrence of target.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"dropBackWhile","qualifiedName":"characters.CharacterRange.dropBackWhile","href":"package-characters_characters/CharacterRange/dropBackWhile.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Drops characters from the end of the range while they satisfy test.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"dropFirst","qualifiedName":"characters.CharacterRange.dropFirst","href":"package-characters_characters/CharacterRange/dropFirst.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Drop the first count characters from the range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"dropLast","qualifiedName":"characters.CharacterRange.dropLast","href":"package-characters_characters/CharacterRange/dropLast.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Drop the last count characters from the range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"dropTo","qualifiedName":"characters.CharacterRange.dropTo","href":"package-characters_characters/CharacterRange/dropTo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Drops the first occurrence of target in the range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"dropUntil","qualifiedName":"characters.CharacterRange.dropUntil","href":"package-characters_characters/CharacterRange/dropUntil.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Drops characters from the start of the range until before\nthe first occurrence of target.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"dropWhile","qualifiedName":"characters.CharacterRange.dropWhile","href":"package-characters_characters/CharacterRange/dropWhile.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Drops characters from the start of the range while they satisfy test.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"endsWith","qualifiedName":"characters.CharacterRange.endsWith","href":"package-characters_characters/CharacterRange/endsWith.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether the current range ends with characters.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"expandAll","qualifiedName":"characters.CharacterRange.expandAll","href":"package-characters_characters/CharacterRange/expandAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Expands the range to the end of source.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"expandBack","qualifiedName":"characters.CharacterRange.expandBack","href":"package-characters_characters/CharacterRange/expandBack.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Expands the current range with the preceding count characters.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"expandBackAll","qualifiedName":"characters.CharacterRange.expandBackAll","href":"package-characters_characters/CharacterRange/expandBackAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Expands the range back to the start of source.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"expandBackTo","qualifiedName":"characters.CharacterRange.expandBackTo","href":"package-characters_characters/CharacterRange/expandBackTo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Expands the range to include the previous occurrence of target.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"expandBackUntil","qualifiedName":"characters.CharacterRange.expandBackUntil","href":"package-characters_characters/CharacterRange/expandBackUntil.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Expands the range to include characters back until the previous target.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"expandBackWhile","qualifiedName":"characters.CharacterRange.expandBackWhile","href":"package-characters_characters/CharacterRange/expandBackWhile.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Expands the range with the preceding characters satisfying test.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"expandNext","qualifiedName":"characters.CharacterRange.expandNext","href":"package-characters_characters/CharacterRange/expandNext.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Expands the current range with the next count characters.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"expandTo","qualifiedName":"characters.CharacterRange.expandTo","href":"package-characters_characters/CharacterRange/expandTo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Expands the range to include the next occurrence of target.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"expandUntil","qualifiedName":"characters.CharacterRange.expandUntil","href":"package-characters_characters/CharacterRange/expandUntil.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Expands the range to include characters until the next target.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"expandWhile","qualifiedName":"characters.CharacterRange.expandWhile","href":"package-characters_characters/CharacterRange/expandWhile.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Expands the range with the following characters satisfying test.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"isEmpty","qualifiedName":"characters.CharacterRange.isEmpty","href":"package-characters_characters/CharacterRange/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the current range is empty.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"isFollowedBy","qualifiedName":"characters.CharacterRange.isFollowedBy","href":"package-characters_characters/CharacterRange/isFollowedBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether the current range is followed by characters.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"isNotEmpty","qualifiedName":"characters.CharacterRange.isNotEmpty","href":"package-characters_characters/CharacterRange/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the current range is not empty.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"isPrecededBy","qualifiedName":"characters.CharacterRange.isPrecededBy","href":"package-characters_characters/CharacterRange/isPrecededBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether the current range is preceded by characters.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"moveBack","qualifiedName":"characters.CharacterRange.moveBack","href":"package-characters_characters/CharacterRange/moveBack.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Moves the range to be the last count characters before the current\nrange.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"moveBackAll","qualifiedName":"characters.CharacterRange.moveBackAll","href":"package-characters_characters/CharacterRange/moveBackAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Moves the range to be everything before the current range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"moveBackTo","qualifiedName":"characters.CharacterRange.moveBackTo","href":"package-characters_characters/CharacterRange/moveBackTo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Moves the range to the last occurrence of target\nbefore the current range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"moveBackUntil","qualifiedName":"characters.CharacterRange.moveBackUntil","href":"package-characters_characters/CharacterRange/moveBackUntil.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Moves to the range after the previous occurrence of target.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"moveNext","qualifiedName":"characters.CharacterRange.moveNext","href":"package-characters_characters/CharacterRange/moveNext.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Moves the range to be the next count characters after the current range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"moveNextAll","qualifiedName":"characters.CharacterRange.moveNextAll","href":"package-characters_characters/CharacterRange/moveNextAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Moves the range to be everything after the current range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"moveTo","qualifiedName":"characters.CharacterRange.moveTo","href":"package-characters_characters/CharacterRange/moveTo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Moves the range to the next occurrence of target\nafter the current range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"moveUntil","qualifiedName":"characters.CharacterRange.moveUntil","href":"package-characters_characters/CharacterRange/moveUntil.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Moves to the range until the next occurrence of target.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"replaceAll","qualifiedName":"characters.CharacterRange.replaceAll","href":"package-characters_characters/CharacterRange/replaceAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Replaces pattern in the current range with replacement.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"replaceFirst","qualifiedName":"characters.CharacterRange.replaceFirst","href":"package-characters_characters/CharacterRange/replaceFirst.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Replaces the first occurrence of pattern with replacement.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"replaceRange","qualifiedName":"characters.CharacterRange.replaceRange","href":"package-characters_characters/CharacterRange/replaceRange.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Replaces the current range with replacement and returns the result.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"runes","qualifiedName":"characters.CharacterRange.runes","href":"package-characters_characters/CharacterRange/runes.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The code points of the current character range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"source","qualifiedName":"characters.CharacterRange.source","href":"package-characters_characters/CharacterRange/source.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The character sequence that this range is a sub-sequence of.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"split","qualifiedName":"characters.CharacterRange.split","href":"package-characters_characters/CharacterRange/split.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Splits the current range of characters at each occurrence of pattern.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"startsWith","qualifiedName":"characters.CharacterRange.startsWith","href":"package-characters_characters/CharacterRange/startsWith.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether the current range starts with characters.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"stringAfter","qualifiedName":"characters.CharacterRange.stringAfter","href":"package-characters_characters/CharacterRange/stringAfter.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The string of the characters after the current range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"stringAfterLength","qualifiedName":"characters.CharacterRange.stringAfterLength","href":"package-characters_characters/CharacterRange/stringAfterLength.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The length, in code units, of stringAfter.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"stringBefore","qualifiedName":"characters.CharacterRange.stringBefore","href":"package-characters_characters/CharacterRange/stringBefore.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The string of the characters before the current range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"stringBeforeLength","qualifiedName":"characters.CharacterRange.stringBeforeLength","href":"package-characters_characters/CharacterRange/stringBeforeLength.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The length, in code units, of stringBefore.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"utf16CodeUnits","qualifiedName":"characters.CharacterRange.utf16CodeUnits","href":"package-characters_characters/CharacterRange/utf16CodeUnits.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The code units of the current character range.","enclosedBy":{"name":"CharacterRange","kind":3,"href":"package-characters_characters/CharacterRange-class.html"}},{"name":"Characters","qualifiedName":"characters.Characters","href":"package-characters_characters/Characters-class.html","kind":3,"packageRank":50,"desc":"The characters of a string.","enclosedBy":{"name":"characters","kind":9,"href":"package-characters_characters/"}},{"name":"Characters.new","qualifiedName":"characters.Characters.Characters.new","href":"package-characters_characters/Characters/Characters.html","kind":2,"packageRank":50,"desc":"Creates a Characters allowing iteration of\nthe characters of string.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"characterAt","qualifiedName":"characters.Characters.characterAt","href":"package-characters_characters/Characters/characterAt.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the single-character sequence of the positionth character.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"contains","qualifiedName":"characters.Characters.contains","href":"package-characters_characters/Characters/contains.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether singleCharacterString occurs in this\nsequence of characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"containsAll","qualifiedName":"characters.Characters.containsAll","href":"package-characters_characters/Characters/containsAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether this sequence of characters contains other\nas a subsequence.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"empty","qualifiedName":"characters.Characters.empty","href":"package-characters_characters/Characters/empty-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"An empty Characters containing no characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"endsWith","qualifiedName":"characters.Characters.endsWith","href":"package-characters_characters/Characters/endsWith.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether this string ends with the characters of other.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"findFirst","qualifiedName":"characters.Characters.findFirst","href":"package-characters_characters/Characters/findFirst.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Finds the first occurrence of characters in this string.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"findLast","qualifiedName":"characters.Characters.findLast","href":"package-characters_characters/Characters/findLast.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Finds the last occurrence of characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"getRange","qualifiedName":"characters.Characters.getRange","href":"package-characters_characters/Characters/getRange.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Eagerly selects the range of characters from start to end.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"hashCode","qualifiedName":"characters.Characters.hashCode","href":"package-characters_characters/Characters/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code of string.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"iterator","qualifiedName":"characters.Characters.iterator","href":"package-characters_characters/Characters/iterator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Iterator over the characters of this string.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"iteratorAtEnd","qualifiedName":"characters.Characters.iteratorAtEnd","href":"package-characters_characters/Characters/iteratorAtEnd.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Iterator over the characters of this string.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"operator +","qualifiedName":"characters.Characters.operator +","href":"package-characters_characters/Characters/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The characters of the concatenation of this and other.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"operator ==","qualifiedName":"characters.Characters.operator ==","href":"package-characters_characters/Characters/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether other to another Characters with the same string.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"replaceAll","qualifiedName":"characters.Characters.replaceAll","href":"package-characters_characters/Characters/replaceAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Replaces pattern with replacement.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"replaceFirst","qualifiedName":"characters.Characters.replaceFirst","href":"package-characters_characters/Characters/replaceFirst.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Replaces the first occurrence of pattern with replacement.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"skip","qualifiedName":"characters.Characters.skip","href":"package-characters_characters/Characters/skip.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Eagerly selects all but the first count characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"skipLast","qualifiedName":"characters.Characters.skipLast","href":"package-characters_characters/Characters/skipLast.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Eagerly selects all but the last count characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"skipLastWhile","qualifiedName":"characters.Characters.skipLastWhile","href":"package-characters_characters/Characters/skipLastWhile.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Eagerly selects a leading sequence of characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"skipWhile","qualifiedName":"characters.Characters.skipWhile","href":"package-characters_characters/Characters/skipWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Eagerly selects a trailing sequence of characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"split","qualifiedName":"characters.Characters.split","href":"package-characters_characters/Characters/split.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Splits this sequence of characters at each occurrence of pattern.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"startsWith","qualifiedName":"characters.Characters.startsWith","href":"package-characters_characters/Characters/startsWith.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether this string starts with the characters of other.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"string","qualifiedName":"characters.Characters.string","href":"package-characters_characters/Characters/string.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The string to iterate over.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"take","qualifiedName":"characters.Characters.take","href":"package-characters_characters/Characters/take.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Eagerly selects the first count characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"takeLast","qualifiedName":"characters.Characters.takeLast","href":"package-characters_characters/Characters/takeLast.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Eagerly selects the last count characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"takeLastWhile","qualifiedName":"characters.Characters.takeLastWhile","href":"package-characters_characters/Characters/takeLastWhile.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Eagerly selects a trailing sequence of characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"takeWhile","qualifiedName":"characters.Characters.takeWhile","href":"package-characters_characters/Characters/takeWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Eagerly selects a leading sequence of characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"toLowerCase","qualifiedName":"characters.Characters.toLowerCase","href":"package-characters_characters/Characters/toLowerCase.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The characters of the lower-case version of string.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"toString","qualifiedName":"characters.Characters.toString","href":"package-characters_characters/Characters/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The string content of these characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"toUpperCase","qualifiedName":"characters.Characters.toUpperCase","href":"package-characters_characters/Characters/toUpperCase.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The characters of the upper-case version of string.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"where","qualifiedName":"characters.Characters.where","href":"package-characters_characters/Characters/where.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Eagerly selects a subset of the characters.","enclosedBy":{"name":"Characters","kind":3,"href":"package-characters_characters/Characters-class.html"}},{"name":"StringCharacters","qualifiedName":"characters.StringCharacters","href":"package-characters_characters/StringCharacters.html","kind":6,"packageRank":50,"desc":"","enclosedBy":{"name":"characters","kind":9,"href":"package-characters_characters/"}},{"name":"characters","qualifiedName":"characters.StringCharacters.characters","href":"package-characters_characters/StringCharacters/characters.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The Characters of this string.","enclosedBy":{"name":"StringCharacters","kind":6,"href":"package-characters_characters/StringCharacters.html"}},{"name":"chroot","qualifiedName":"chroot","href":"package-file_chroot/","kind":9,"packageRank":50,"desc":"A file system that provides a view into another FileSystem via a path."},{"name":"ChrootFileSystem","qualifiedName":"chroot.ChrootFileSystem","href":"package-file_chroot/ChrootFileSystem-class.html","kind":3,"packageRank":50,"desc":"File system that provides a view into another FileSystem via a path.","enclosedBy":{"name":"chroot","kind":9,"href":"package-file_chroot/"}},{"name":"ChrootFileSystem.new","qualifiedName":"chroot.ChrootFileSystem.ChrootFileSystem.new","href":"package-file_chroot/ChrootFileSystem/ChrootFileSystem.html","kind":2,"packageRank":50,"desc":"Creates a new file system backed by root path in delegate file system.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"currentDirectory","qualifiedName":"chroot.ChrootFileSystem.currentDirectory","href":"package-file_chroot/ChrootFileSystem/currentDirectory.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Creates a directory object pointing to the current working directory.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"delegate","qualifiedName":"chroot.ChrootFileSystem.delegate","href":"package-file_chroot/ChrootFileSystem/delegate.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Underlying file system.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"directory","qualifiedName":"chroot.ChrootFileSystem.directory","href":"package-file_chroot/ChrootFileSystem/directory.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a reference to a Directory at path.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"file","qualifiedName":"chroot.ChrootFileSystem.file","href":"package-file_chroot/ChrootFileSystem/file.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a reference to a File at path.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"identical","qualifiedName":"chroot.ChrootFileSystem.identical","href":"package-file_chroot/ChrootFileSystem/identical.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether two paths refer to the same object in the\nfile system. Returns a Future&lt;bool&gt; that completes with the result.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"identicalSync","qualifiedName":"chroot.ChrootFileSystem.identicalSync","href":"package-file_chroot/ChrootFileSystem/identicalSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Synchronously checks whether two paths refer to the same object in the\nfile system.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"isWatchSupported","qualifiedName":"chroot.ChrootFileSystem.isWatchSupported","href":"package-file_chroot/ChrootFileSystem/isWatchSupported.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Tests if FileSystemEntity.watch is supported on the current system.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"link","qualifiedName":"chroot.ChrootFileSystem.link","href":"package-file_chroot/ChrootFileSystem/link.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a reference to a Link at path.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"path","qualifiedName":"chroot.ChrootFileSystem.path","href":"package-file_chroot/ChrootFileSystem/path.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"An object for manipulating paths in this file system.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"root","qualifiedName":"chroot.ChrootFileSystem.root","href":"package-file_chroot/ChrootFileSystem/root.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Directory in delegate file system that is treated as the root here.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"stat","qualifiedName":"chroot.ChrootFileSystem.stat","href":"package-file_chroot/ChrootFileSystem/stat.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Asynchronously calls the operating system's stat() function on path.\nReturns a Future which completes with a io.FileStat object containing\nthe data returned by stat().\nIf the call fails, completes the future with a io.FileStat object with\n.type set to FileSystemEntityType.NOT_FOUND and the other fields invalid.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"statSync","qualifiedName":"chroot.ChrootFileSystem.statSync","href":"package-file_chroot/ChrootFileSystem/statSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Calls the operating system's stat() function on path.\nReturns a io.FileStat object containing the data returned by stat().\nIf the call fails, returns a io.FileStat object with .type set to\nFileSystemEntityType.NOT_FOUND and the other fields invalid.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"systemTempDirectory","qualifiedName":"chroot.ChrootFileSystem.systemTempDirectory","href":"package-file_chroot/ChrootFileSystem/systemTempDirectory.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Gets the system temp directory. This directory will be created on-demand\nin the local root of the file system. Once created, its location is fixed\nfor the life of the process.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"type","qualifiedName":"chroot.ChrootFileSystem.type","href":"package-file_chroot/ChrootFileSystem/type.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Finds the type of file system object that a path points to. Returns\na Future that completes with the result.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"typeSync","qualifiedName":"chroot.ChrootFileSystem.typeSync","href":"package-file_chroot/ChrootFileSystem/typeSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Syncronously finds the type of file system object that a path points\nto. Returns a io.FileSystemEntityType.","enclosedBy":{"name":"ChrootFileSystem","kind":3,"href":"package-file_chroot/ChrootFileSystem-class.html"}},{"name":"clock","qualifiedName":"clock","href":"package-clock_clock/","kind":9,"packageRank":50,"desc":""},{"name":"Clock","qualifiedName":"clock.Clock","href":"package-clock_clock/Clock-class.html","kind":3,"packageRank":50,"desc":"A provider for the \"current time\" and points relative to the current time.","enclosedBy":{"name":"clock","kind":9,"href":"package-clock_clock/"}},{"name":"Clock.fixed","qualifiedName":"clock.Clock.Clock.fixed","href":"package-clock_clock/Clock/Clock.fixed.html","kind":2,"packageRank":50,"desc":"Creates Clock that always considers the current time to be time.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"Clock.new","qualifiedName":"clock.Clock.Clock.new","href":"package-clock_clock/Clock/Clock.html","kind":2,"packageRank":50,"desc":"Creates a clock based on the given currentTime, or on the system clock\nby default.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"ago","qualifiedName":"clock.Clock.ago","href":"package-clock_clock/Clock/ago.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the point in time that's given amount of time ago.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"agoBy","qualifiedName":"clock.Clock.agoBy","href":"package-clock_clock/Clock/agoBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the point in time Duration amount of time ago.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"daysAgo","qualifiedName":"clock.Clock.daysAgo","href":"package-clock_clock/Clock/daysAgo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time days ago.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"daysFromNow","qualifiedName":"clock.Clock.daysFromNow","href":"package-clock_clock/Clock/daysFromNow.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time days from now.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"fromNow","qualifiedName":"clock.Clock.fromNow","href":"package-clock_clock/Clock/fromNow.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the point in time that's given amount of time from now.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"fromNowBy","qualifiedName":"clock.Clock.fromNowBy","href":"package-clock_clock/Clock/fromNowBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the point in time Duration amount of time from now.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"getStopwatch","qualifiedName":"clock.Clock.getStopwatch","href":"package-clock_clock/Clock/getStopwatch.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a new stopwatch that uses the current time as reported by this.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"hoursAgo","qualifiedName":"clock.Clock.hoursAgo","href":"package-clock_clock/Clock/hoursAgo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time hours ago.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"hoursFromNow","qualifiedName":"clock.Clock.hoursFromNow","href":"package-clock_clock/Clock/hoursFromNow.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time hours from now.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"microsAgo","qualifiedName":"clock.Clock.microsAgo","href":"package-clock_clock/Clock/microsAgo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time microseconds ago.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"microsFromNow","qualifiedName":"clock.Clock.microsFromNow","href":"package-clock_clock/Clock/microsFromNow.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time microseconds from now.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"millisAgo","qualifiedName":"clock.Clock.millisAgo","href":"package-clock_clock/Clock/millisAgo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time milliseconds ago.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"millisFromNow","qualifiedName":"clock.Clock.millisFromNow","href":"package-clock_clock/Clock/millisFromNow.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time milliseconds from now.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"minutesAgo","qualifiedName":"clock.Clock.minutesAgo","href":"package-clock_clock/Clock/minutesAgo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time minutes ago.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"minutesFromNow","qualifiedName":"clock.Clock.minutesFromNow","href":"package-clock_clock/Clock/minutesFromNow.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time minutes from now.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"monthsAgo","qualifiedName":"clock.Clock.monthsAgo","href":"package-clock_clock/Clock/monthsAgo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time months ago on the same date.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"monthsFromNow","qualifiedName":"clock.Clock.monthsFromNow","href":"package-clock_clock/Clock/monthsFromNow.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time months from now on the same date.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"now","qualifiedName":"clock.Clock.now","href":"package-clock_clock/Clock/now.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns current time.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"secondsAgo","qualifiedName":"clock.Clock.secondsAgo","href":"package-clock_clock/Clock/secondsAgo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time seconds ago.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"secondsFromNow","qualifiedName":"clock.Clock.secondsFromNow","href":"package-clock_clock/Clock/secondsFromNow.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time seconds from now.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"stopwatch","qualifiedName":"clock.Clock.stopwatch","href":"package-clock_clock/Clock/stopwatch.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a new stopwatch that uses the current time as reported by this.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"weeksAgo","qualifiedName":"clock.Clock.weeksAgo","href":"package-clock_clock/Clock/weeksAgo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time weeks ago.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"weeksFromNow","qualifiedName":"clock.Clock.weeksFromNow","href":"package-clock_clock/Clock/weeksFromNow.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time weeks from now.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"yearsAgo","qualifiedName":"clock.Clock.yearsAgo","href":"package-clock_clock/Clock/yearsAgo.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time years ago on the same date.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"yearsFromNow","qualifiedName":"clock.Clock.yearsFromNow","href":"package-clock_clock/Clock/yearsFromNow.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return the point in time years from now on the same date.","enclosedBy":{"name":"Clock","kind":3,"href":"package-clock_clock/Clock-class.html"}},{"name":"TimeFunction","qualifiedName":"clock.TimeFunction","href":"package-clock_clock/TimeFunction.html","kind":21,"packageRank":50,"desc":"Returns current time.","enclosedBy":{"name":"clock","kind":9,"href":"package-clock_clock/"}},{"name":"clock","qualifiedName":"clock.clock","href":"package-clock_clock/clock.html","kind":20,"packageRank":50,"desc":"The default implementation of clock for the current Zone.","enclosedBy":{"name":"clock","kind":9,"href":"package-clock_clock/"}},{"name":"getStopwatch","qualifiedName":"clock.getStopwatch","href":"package-clock_clock/getStopwatch.html","kind":8,"packageRank":50,"desc":"Returns a stopwatch that uses the current time as reported by clock.","enclosedBy":{"name":"clock","kind":9,"href":"package-clock_clock/"}},{"name":"now","qualifiedName":"clock.now","href":"package-clock_clock/now.html","kind":20,"packageRank":50,"desc":"Returns the current time as reported by clock.","enclosedBy":{"name":"clock","kind":9,"href":"package-clock_clock/"}},{"name":"systemTime","qualifiedName":"clock.systemTime","href":"package-clock_clock/systemTime.html","kind":8,"packageRank":50,"desc":"Returns the current system time.","enclosedBy":{"name":"clock","kind":9,"href":"package-clock_clock/"}},{"name":"withClock","qualifiedName":"clock.withClock","href":"package-clock_clock/withClock.html","kind":8,"packageRank":50,"desc":"Runs callback with the given value for the top-level clock field.","enclosedBy":{"name":"clock","kind":9,"href":"package-clock_clock/"}},{"name":"collection","qualifiedName":"collection","href":"package-collection_collection/","kind":9,"packageRank":50,"desc":""},{"name":"BoolList","qualifiedName":"collection.BoolList","href":"package-collection_collection/BoolList-class.html","kind":3,"packageRank":50,"desc":"A space-efficient list of boolean values.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"BoolList.empty","qualifiedName":"collection.BoolList.BoolList.empty","href":"package-collection_collection/BoolList/BoolList.empty.html","kind":2,"packageRank":50,"desc":"Creates an empty list of booleans.","enclosedBy":{"name":"BoolList","kind":3,"href":"package-collection_collection/BoolList-class.html"}},{"name":"BoolList.generate","qualifiedName":"collection.BoolList.BoolList.generate","href":"package-collection_collection/BoolList/BoolList.generate.html","kind":2,"packageRank":50,"desc":"Generates a BoolList of values.","enclosedBy":{"name":"BoolList","kind":3,"href":"package-collection_collection/BoolList-class.html"}},{"name":"BoolList.new","qualifiedName":"collection.BoolList.BoolList.new","href":"package-collection_collection/BoolList/BoolList.html","kind":2,"packageRank":50,"desc":"Creates a list of booleans with the provided length.","enclosedBy":{"name":"BoolList","kind":3,"href":"package-collection_collection/BoolList-class.html"}},{"name":"BoolList.of","qualifiedName":"collection.BoolList.BoolList.of","href":"package-collection_collection/BoolList/BoolList.of.html","kind":2,"packageRank":50,"desc":"Creates a list containing all elements.","enclosedBy":{"name":"BoolList","kind":3,"href":"package-collection_collection/BoolList-class.html"}},{"name":"fillRange","qualifiedName":"collection.BoolList.fillRange","href":"package-collection_collection/BoolList/fillRange.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Overwrites a range of elements with fillValue.","enclosedBy":{"name":"BoolList","kind":3,"href":"package-collection_collection/BoolList-class.html"}},{"name":"iterator","qualifiedName":"collection.BoolList.iterator","href":"package-collection_collection/BoolList/iterator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Creates an iterator for the elements of this BoolList.","enclosedBy":{"name":"BoolList","kind":3,"href":"package-collection_collection/BoolList-class.html"}},{"name":"length","qualifiedName":"collection.BoolList.length","href":"package-collection_collection/BoolList/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of boolean values in this list.","enclosedBy":{"name":"BoolList","kind":3,"href":"package-collection_collection/BoolList-class.html"}},{"name":"operator []","qualifiedName":"collection.BoolList.operator []","href":"package-collection_collection/BoolList/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The object at the given index in the list.","enclosedBy":{"name":"BoolList","kind":3,"href":"package-collection_collection/BoolList-class.html"}},{"name":"operator []=","qualifiedName":"collection.BoolList.operator []=","href":"package-collection_collection/BoolList/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"BoolList","kind":3,"href":"package-collection_collection/BoolList-class.html"}},{"name":"CanonicalizedMap","qualifiedName":"collection.CanonicalizedMap","href":"package-collection_collection/CanonicalizedMap-class.html","kind":3,"packageRank":50,"desc":"A map whose keys are converted to canonical values of type C.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"CanonicalizedMap.from","qualifiedName":"collection.CanonicalizedMap.CanonicalizedMap.from","href":"package-collection_collection/CanonicalizedMap/CanonicalizedMap.from.html","kind":2,"packageRank":50,"desc":"Creates a canonicalized map that is initialized with the key/value pairs\nof other.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"CanonicalizedMap.fromEntries","qualifiedName":"collection.CanonicalizedMap.CanonicalizedMap.fromEntries","href":"package-collection_collection/CanonicalizedMap/CanonicalizedMap.fromEntries.html","kind":2,"packageRank":50,"desc":"Creates a canonicalized map that is initialized with the key/value pairs\nof entries.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"CanonicalizedMap.new","qualifiedName":"collection.CanonicalizedMap.CanonicalizedMap.new","href":"package-collection_collection/CanonicalizedMap/CanonicalizedMap.html","kind":2,"packageRank":50,"desc":"Creates an empty canonicalized map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"addAll","qualifiedName":"collection.CanonicalizedMap.addAll","href":"package-collection_collection/CanonicalizedMap/addAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds all key/value pairs of other to this map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"addEntries","qualifiedName":"collection.CanonicalizedMap.addEntries","href":"package-collection_collection/CanonicalizedMap/addEntries.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds all key/value pairs of newEntries to this map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"cast","qualifiedName":"collection.CanonicalizedMap.cast","href":"package-collection_collection/CanonicalizedMap/cast.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Provides a view of this map as having RK keys and RV instances,\nif necessary.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"clear","qualifiedName":"collection.CanonicalizedMap.clear","href":"package-collection_collection/CanonicalizedMap/clear.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all entries from the map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"containsKey","qualifiedName":"collection.CanonicalizedMap.containsKey","href":"package-collection_collection/CanonicalizedMap/containsKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether this map contains the given key.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"containsValue","qualifiedName":"collection.CanonicalizedMap.containsValue","href":"package-collection_collection/CanonicalizedMap/containsValue.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether this map contains the given value.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"copy","qualifiedName":"collection.CanonicalizedMap.copy","href":"package-collection_collection/CanonicalizedMap/copy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Copies this CanonicalizedMap instance without recalculating the\ncanonical values of the keys.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"entries","qualifiedName":"collection.CanonicalizedMap.entries","href":"package-collection_collection/CanonicalizedMap/entries.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The map entries of this Map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"forEach","qualifiedName":"collection.CanonicalizedMap.forEach","href":"package-collection_collection/CanonicalizedMap/forEach.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Applies action to each key/value pair of the map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"isEmpty","qualifiedName":"collection.CanonicalizedMap.isEmpty","href":"package-collection_collection/CanonicalizedMap/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether there is no key/value pair in the map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"isNotEmpty","qualifiedName":"collection.CanonicalizedMap.isNotEmpty","href":"package-collection_collection/CanonicalizedMap/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether there is at least one key/value pair in the map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"keys","qualifiedName":"collection.CanonicalizedMap.keys","href":"package-collection_collection/CanonicalizedMap/keys.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The keys of this Map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"length","qualifiedName":"collection.CanonicalizedMap.length","href":"package-collection_collection/CanonicalizedMap/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of key/value pairs in the map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"map","qualifiedName":"collection.CanonicalizedMap.map","href":"package-collection_collection/CanonicalizedMap/map.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a new map where all entries of this map are transformed by\nthe given convert function.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"operator []","qualifiedName":"collection.CanonicalizedMap.operator []","href":"package-collection_collection/CanonicalizedMap/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The value for the given key, or null if key is not in the map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"operator []=","qualifiedName":"collection.CanonicalizedMap.operator []=","href":"package-collection_collection/CanonicalizedMap/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Associates the key with the given value.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"putIfAbsent","qualifiedName":"collection.CanonicalizedMap.putIfAbsent","href":"package-collection_collection/CanonicalizedMap/putIfAbsent.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Look up the value of key, or add a new entry if it isn't there.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"remove","qualifiedName":"collection.CanonicalizedMap.remove","href":"package-collection_collection/CanonicalizedMap/remove.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes key and its associated value, if present, from the map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"removeWhere","qualifiedName":"collection.CanonicalizedMap.removeWhere","href":"package-collection_collection/CanonicalizedMap/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all entries of this map that satisfy the given test.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"retype","qualifiedName":"collection.CanonicalizedMap.retype","href":"package-collection_collection/CanonicalizedMap/retype.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"toMap","qualifiedName":"collection.CanonicalizedMap.toMap","href":"package-collection_collection/CanonicalizedMap/toMap.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a Map&lt;K,V&gt; (with the original key values).\nSee toMapOfCanonicalKeys.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"toMapOfCanonicalKeys","qualifiedName":"collection.CanonicalizedMap.toMapOfCanonicalKeys","href":"package-collection_collection/CanonicalizedMap/toMapOfCanonicalKeys.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a Map&lt;C,V&gt; (with the canonicalized keys).\nSee toMap.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"toString","qualifiedName":"collection.CanonicalizedMap.toString","href":"package-collection_collection/CanonicalizedMap/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"update","qualifiedName":"collection.CanonicalizedMap.update","href":"package-collection_collection/CanonicalizedMap/update.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Updates the value for the provided key.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"updateAll","qualifiedName":"collection.CanonicalizedMap.updateAll","href":"package-collection_collection/CanonicalizedMap/updateAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Updates all values.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"values","qualifiedName":"collection.CanonicalizedMap.values","href":"package-collection_collection/CanonicalizedMap/values.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The values of this Map.","enclosedBy":{"name":"CanonicalizedMap","kind":3,"href":"package-collection_collection/CanonicalizedMap-class.html"}},{"name":"CaseInsensitiveEquality","qualifiedName":"collection.CaseInsensitiveEquality","href":"package-collection_collection/CaseInsensitiveEquality-class.html","kind":3,"packageRank":50,"desc":"String equality that's insensitive to differences in ASCII case.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"CaseInsensitiveEquality.new","qualifiedName":"collection.CaseInsensitiveEquality.CaseInsensitiveEquality.new","href":"package-collection_collection/CaseInsensitiveEquality/CaseInsensitiveEquality.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"CaseInsensitiveEquality","kind":3,"href":"package-collection_collection/CaseInsensitiveEquality-class.html"}},{"name":"equals","qualifiedName":"collection.CaseInsensitiveEquality.equals","href":"package-collection_collection/CaseInsensitiveEquality/equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Compare two elements for being equal.","enclosedBy":{"name":"CaseInsensitiveEquality","kind":3,"href":"package-collection_collection/CaseInsensitiveEquality-class.html"}},{"name":"hash","qualifiedName":"collection.CaseInsensitiveEquality.hash","href":"package-collection_collection/CaseInsensitiveEquality/hash.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a combined hash code for a number of objects.","enclosedBy":{"name":"CaseInsensitiveEquality","kind":3,"href":"package-collection_collection/CaseInsensitiveEquality-class.html"}},{"name":"isValidKey","qualifiedName":"collection.CaseInsensitiveEquality.isValidKey","href":"package-collection_collection/CaseInsensitiveEquality/isValidKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Test whether an object is a valid argument to equals and hash.","enclosedBy":{"name":"CaseInsensitiveEquality","kind":3,"href":"package-collection_collection/CaseInsensitiveEquality-class.html"}},{"name":"CombinedIterableView","qualifiedName":"collection.CombinedIterableView","href":"package-collection_collection/CombinedIterableView-class.html","kind":3,"packageRank":50,"desc":"A view of several iterables combined sequentially into a single iterable.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"CombinedIterableView.new","qualifiedName":"collection.CombinedIterableView.CombinedIterableView.new","href":"package-collection_collection/CombinedIterableView/CombinedIterableView.html","kind":2,"packageRank":50,"desc":"Creates a combined view of _iterables.","enclosedBy":{"name":"CombinedIterableView","kind":3,"href":"package-collection_collection/CombinedIterableView-class.html"}},{"name":"contains","qualifiedName":"collection.CombinedIterableView.contains","href":"package-collection_collection/CombinedIterableView/contains.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether the collection contains an element equal to element.","enclosedBy":{"name":"CombinedIterableView","kind":3,"href":"package-collection_collection/CombinedIterableView-class.html"}},{"name":"isEmpty","qualifiedName":"collection.CombinedIterableView.isEmpty","href":"package-collection_collection/CombinedIterableView/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"CombinedIterableView","kind":3,"href":"package-collection_collection/CombinedIterableView-class.html"}},{"name":"iterator","qualifiedName":"collection.CombinedIterableView.iterator","href":"package-collection_collection/CombinedIterableView/iterator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"CombinedIterableView","kind":3,"href":"package-collection_collection/CombinedIterableView-class.html"}},{"name":"length","qualifiedName":"collection.CombinedIterableView.length","href":"package-collection_collection/CombinedIterableView/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"CombinedIterableView","kind":3,"href":"package-collection_collection/CombinedIterableView-class.html"}},{"name":"CombinedListView","qualifiedName":"collection.CombinedListView","href":"package-collection_collection/CombinedListView-class.html","kind":3,"packageRank":50,"desc":"A view of several lists combined into a single list.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"CombinedListView.new","qualifiedName":"collection.CombinedListView.CombinedListView.new","href":"package-collection_collection/CombinedListView/CombinedListView.html","kind":2,"packageRank":50,"desc":"Creates a combined view of _lists.","enclosedBy":{"name":"CombinedListView","kind":3,"href":"package-collection_collection/CombinedListView-class.html"}},{"name":"clear","qualifiedName":"collection.CombinedListView.clear","href":"package-collection_collection/CombinedListView/clear.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Removes all objects from this list; the length of the list becomes zero.","enclosedBy":{"name":"CombinedListView","kind":3,"href":"package-collection_collection/CombinedListView-class.html"}},{"name":"iterator","qualifiedName":"collection.CombinedListView.iterator","href":"package-collection_collection/CombinedListView/iterator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"CombinedListView","kind":3,"href":"package-collection_collection/CombinedListView-class.html"}},{"name":"length","qualifiedName":"collection.CombinedListView.length","href":"package-collection_collection/CombinedListView/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of objects in this list.","enclosedBy":{"name":"CombinedListView","kind":3,"href":"package-collection_collection/CombinedListView-class.html"}},{"name":"operator []","qualifiedName":"collection.CombinedListView.operator []","href":"package-collection_collection/CombinedListView/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The object at the given index in the list.","enclosedBy":{"name":"CombinedListView","kind":3,"href":"package-collection_collection/CombinedListView-class.html"}},{"name":"operator []=","qualifiedName":"collection.CombinedListView.operator []=","href":"package-collection_collection/CombinedListView/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"CombinedListView","kind":3,"href":"package-collection_collection/CombinedListView-class.html"}},{"name":"remove","qualifiedName":"collection.CombinedListView.remove","href":"package-collection_collection/CombinedListView/remove.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Removes the first occurrence of value from this list.","enclosedBy":{"name":"CombinedListView","kind":3,"href":"package-collection_collection/CombinedListView-class.html"}},{"name":"removeWhere","qualifiedName":"collection.CombinedListView.removeWhere","href":"package-collection_collection/CombinedListView/removeWhere.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Removes all objects from this list that satisfy test.","enclosedBy":{"name":"CombinedListView","kind":3,"href":"package-collection_collection/CombinedListView-class.html"}},{"name":"retainWhere","qualifiedName":"collection.CombinedListView.retainWhere","href":"package-collection_collection/CombinedListView/retainWhere.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Removes all objects from this list that fail to satisfy test.","enclosedBy":{"name":"CombinedListView","kind":3,"href":"package-collection_collection/CombinedListView-class.html"}},{"name":"CombinedMapView","qualifiedName":"collection.CombinedMapView","href":"package-collection_collection/CombinedMapView-class.html","kind":3,"packageRank":50,"desc":"Returns a new map that represents maps flattened into a single map.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"CombinedMapView.new","qualifiedName":"collection.CombinedMapView.CombinedMapView.new","href":"package-collection_collection/CombinedMapView/CombinedMapView.html","kind":2,"packageRank":50,"desc":"Create a new combined view of multiple maps.","enclosedBy":{"name":"CombinedMapView","kind":3,"href":"package-collection_collection/CombinedMapView-class.html"}},{"name":"keys","qualifiedName":"collection.CombinedMapView.keys","href":"package-collection_collection/CombinedMapView/keys.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The keys of this.","enclosedBy":{"name":"CombinedMapView","kind":3,"href":"package-collection_collection/CombinedMapView-class.html"}},{"name":"operator []","qualifiedName":"collection.CombinedMapView.operator []","href":"package-collection_collection/CombinedMapView/operator_get.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"The value for the given key, or null if key is not in the map.","enclosedBy":{"name":"CombinedMapView","kind":3,"href":"package-collection_collection/CombinedMapView-class.html"}},{"name":"ComparatorExtension","qualifiedName":"collection.ComparatorExtension","href":"package-collection_collection/ComparatorExtension.html","kind":6,"packageRank":50,"desc":"Extensions on comparator functions.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"compareBy","qualifiedName":"collection.ComparatorExtension.compareBy","href":"package-collection_collection/ComparatorExtension/compareBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Makes a comparator on R values using this comparator.","enclosedBy":{"name":"ComparatorExtension","kind":6,"href":"package-collection_collection/ComparatorExtension.html"}},{"name":"inverse","qualifiedName":"collection.ComparatorExtension.inverse","href":"package-collection_collection/ComparatorExtension/inverse.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The inverse ordering of this comparator.","enclosedBy":{"name":"ComparatorExtension","kind":6,"href":"package-collection_collection/ComparatorExtension.html"}},{"name":"then","qualifiedName":"collection.ComparatorExtension.then","href":"package-collection_collection/ComparatorExtension/then.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Combine comparators sequentially.","enclosedBy":{"name":"ComparatorExtension","kind":6,"href":"package-collection_collection/ComparatorExtension.html"}},{"name":"DeepCollectionEquality","qualifiedName":"collection.DeepCollectionEquality","href":"package-collection_collection/DeepCollectionEquality-class.html","kind":3,"packageRank":50,"desc":"Deep equality on collections.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"DeepCollectionEquality.new","qualifiedName":"collection.DeepCollectionEquality.DeepCollectionEquality.new","href":"package-collection_collection/DeepCollectionEquality/DeepCollectionEquality.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"DeepCollectionEquality","kind":3,"href":"package-collection_collection/DeepCollectionEquality-class.html"}},{"name":"DeepCollectionEquality.unordered","qualifiedName":"collection.DeepCollectionEquality.DeepCollectionEquality.unordered","href":"package-collection_collection/DeepCollectionEquality/DeepCollectionEquality.unordered.html","kind":2,"packageRank":50,"desc":"Creates a deep equality on collections where the order of lists and\niterables are not considered important. That is, lists and iterables are\ntreated as unordered iterables.","enclosedBy":{"name":"DeepCollectionEquality","kind":3,"href":"package-collection_collection/DeepCollectionEquality-class.html"}},{"name":"equals","qualifiedName":"collection.DeepCollectionEquality.equals","href":"package-collection_collection/DeepCollectionEquality/equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Compare two elements for being equal.","enclosedBy":{"name":"DeepCollectionEquality","kind":3,"href":"package-collection_collection/DeepCollectionEquality-class.html"}},{"name":"hash","qualifiedName":"collection.DeepCollectionEquality.hash","href":"package-collection_collection/DeepCollectionEquality/hash.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a combined hash code for a number of objects.","enclosedBy":{"name":"DeepCollectionEquality","kind":3,"href":"package-collection_collection/DeepCollectionEquality-class.html"}},{"name":"isValidKey","qualifiedName":"collection.DeepCollectionEquality.isValidKey","href":"package-collection_collection/DeepCollectionEquality/isValidKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Test whether an object is a valid argument to equals and hash.","enclosedBy":{"name":"DeepCollectionEquality","kind":3,"href":"package-collection_collection/DeepCollectionEquality-class.html"}},{"name":"DefaultEquality","qualifiedName":"collection.DefaultEquality","href":"package-collection_collection/DefaultEquality-class.html","kind":3,"packageRank":50,"desc":"Equality of objects that compares only the natural equality of the objects.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"DefaultEquality.new","qualifiedName":"collection.DefaultEquality.DefaultEquality.new","href":"package-collection_collection/DefaultEquality/DefaultEquality.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"DefaultEquality","kind":3,"href":"package-collection_collection/DefaultEquality-class.html"}},{"name":"equals","qualifiedName":"collection.DefaultEquality.equals","href":"package-collection_collection/DefaultEquality/equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Compare two elements for being equal.","enclosedBy":{"name":"DefaultEquality","kind":3,"href":"package-collection_collection/DefaultEquality-class.html"}},{"name":"hash","qualifiedName":"collection.DefaultEquality.hash","href":"package-collection_collection/DefaultEquality/hash.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a combined hash code for a number of objects.","enclosedBy":{"name":"DefaultEquality","kind":3,"href":"package-collection_collection/DefaultEquality-class.html"}},{"name":"isValidKey","qualifiedName":"collection.DefaultEquality.isValidKey","href":"package-collection_collection/DefaultEquality/isValidKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Test whether an object is a valid argument to equals and hash.","enclosedBy":{"name":"DefaultEquality","kind":3,"href":"package-collection_collection/DefaultEquality-class.html"}},{"name":"DelegatingIterable","qualifiedName":"collection.DelegatingIterable","href":"package-collection_collection/DelegatingIterable-class.html","kind":3,"packageRank":50,"desc":"An Iterable that delegates all operations to a base iterable.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"DelegatingIterable.new","qualifiedName":"collection.DelegatingIterable.DelegatingIterable.new","href":"package-collection_collection/DelegatingIterable/DelegatingIterable.html","kind":2,"packageRank":50,"desc":"Creates a wrapper that forwards operations to base.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"any","qualifiedName":"collection.DelegatingIterable.any","href":"package-collection_collection/DelegatingIterable/any.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether any element of this iterable satisfies test.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"cast","qualifiedName":"collection.DelegatingIterable.cast","href":"package-collection_collection/DelegatingIterable/cast.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A view of this iterable as an iterable of R instances.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"contains","qualifiedName":"collection.DelegatingIterable.contains","href":"package-collection_collection/DelegatingIterable/contains.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether the collection contains an element equal to element.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"elementAt","qualifiedName":"collection.DelegatingIterable.elementAt","href":"package-collection_collection/DelegatingIterable/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns the indexth element.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"every","qualifiedName":"collection.DelegatingIterable.every","href":"package-collection_collection/DelegatingIterable/every.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether every element of this iterable satisfies test.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"expand","qualifiedName":"collection.DelegatingIterable.expand","href":"package-collection_collection/DelegatingIterable/expand.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Expands each element of this Iterable into zero or more elements.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"first","qualifiedName":"collection.DelegatingIterable.first","href":"package-collection_collection/DelegatingIterable/first.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The first element.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"firstWhere","qualifiedName":"collection.DelegatingIterable.firstWhere","href":"package-collection_collection/DelegatingIterable/firstWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The first element that satisfies the given predicate test.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"fold","qualifiedName":"collection.DelegatingIterable.fold","href":"package-collection_collection/DelegatingIterable/fold.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reduces a collection to a single value by iteratively combining each\nelement of the collection with an existing value","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"followedBy","qualifiedName":"collection.DelegatingIterable.followedBy","href":"package-collection_collection/DelegatingIterable/followedBy.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates the lazy concatenation of this iterable and other.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"forEach","qualifiedName":"collection.DelegatingIterable.forEach","href":"package-collection_collection/DelegatingIterable/forEach.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Invokes action on each element of this iterable in iteration order.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"isEmpty","qualifiedName":"collection.DelegatingIterable.isEmpty","href":"package-collection_collection/DelegatingIterable/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"isNotEmpty","qualifiedName":"collection.DelegatingIterable.isNotEmpty","href":"package-collection_collection/DelegatingIterable/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has at least one element.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"iterator","qualifiedName":"collection.DelegatingIterable.iterator","href":"package-collection_collection/DelegatingIterable/iterator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"join","qualifiedName":"collection.DelegatingIterable.join","href":"package-collection_collection/DelegatingIterable/join.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Converts each element to a String and concatenates the strings.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"last","qualifiedName":"collection.DelegatingIterable.last","href":"package-collection_collection/DelegatingIterable/last.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The last element.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"lastWhere","qualifiedName":"collection.DelegatingIterable.lastWhere","href":"package-collection_collection/DelegatingIterable/lastWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The last element that satisfies the given predicate test.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"length","qualifiedName":"collection.DelegatingIterable.length","href":"package-collection_collection/DelegatingIterable/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"map","qualifiedName":"collection.DelegatingIterable.map","href":"package-collection_collection/DelegatingIterable/map.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The current elements of this iterable modified by toElement.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"reduce","qualifiedName":"collection.DelegatingIterable.reduce","href":"package-collection_collection/DelegatingIterable/reduce.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reduces a collection to a single value by iteratively combining elements\nof the collection using the provided function.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"retype","qualifiedName":"collection.DelegatingIterable.retype","href":"package-collection_collection/DelegatingIterable/retype.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"single","qualifiedName":"collection.DelegatingIterable.single","href":"package-collection_collection/DelegatingIterable/single.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"singleWhere","qualifiedName":"collection.DelegatingIterable.singleWhere","href":"package-collection_collection/DelegatingIterable/singleWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The single element that satisfies test.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"skip","qualifiedName":"collection.DelegatingIterable.skip","href":"package-collection_collection/DelegatingIterable/skip.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that provides all but the first count elements.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"skipWhile","qualifiedName":"collection.DelegatingIterable.skipWhile","href":"package-collection_collection/DelegatingIterable/skipWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that skips leading elements while test is satisfied.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"take","qualifiedName":"collection.DelegatingIterable.take","href":"package-collection_collection/DelegatingIterable/take.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a lazy iterable of the count first elements of this iterable.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"takeWhile","qualifiedName":"collection.DelegatingIterable.takeWhile","href":"package-collection_collection/DelegatingIterable/takeWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a lazy iterable of the leading elements satisfying test.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"toList","qualifiedName":"collection.DelegatingIterable.toList","href":"package-collection_collection/DelegatingIterable/toList.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a List containing the elements of this Iterable.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"toSet","qualifiedName":"collection.DelegatingIterable.toSet","href":"package-collection_collection/DelegatingIterable/toSet.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a Set containing the same elements as this iterable.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"toString","qualifiedName":"collection.DelegatingIterable.toString","href":"package-collection_collection/DelegatingIterable/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"typed","qualifiedName":"collection.DelegatingIterable.typed","href":"package-collection_collection/DelegatingIterable/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper that asserts the types of values in base.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"where","qualifiedName":"collection.DelegatingIterable.where","href":"package-collection_collection/DelegatingIterable/where.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new lazy Iterable with all elements that satisfy the\npredicate test.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"whereType","qualifiedName":"collection.DelegatingIterable.whereType","href":"package-collection_collection/DelegatingIterable/whereType.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new lazy Iterable with all elements that have type T.","enclosedBy":{"name":"DelegatingIterable","kind":3,"href":"package-collection_collection/DelegatingIterable-class.html"}},{"name":"DelegatingList","qualifiedName":"collection.DelegatingList","href":"package-collection_collection/DelegatingList-class.html","kind":3,"packageRank":50,"desc":"A List that delegates all operations to a base list.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"DelegatingList.new","qualifiedName":"collection.DelegatingList.DelegatingList.new","href":"package-collection_collection/DelegatingList/DelegatingList.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"add","qualifiedName":"collection.DelegatingList.add","href":"package-collection_collection/DelegatingList/add.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds value to the end of this list,\nextending the length by one.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"addAll","qualifiedName":"collection.DelegatingList.addAll","href":"package-collection_collection/DelegatingList/addAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Appends all objects of iterable to the end of this list.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"any","qualifiedName":"collection.DelegatingList.any","href":"package-collection_collection/DelegatingList/any.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether any element of this iterable satisfies test.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"asMap","qualifiedName":"collection.DelegatingList.asMap","href":"package-collection_collection/DelegatingList/asMap.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"An unmodifiable Map view of this list.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"cast","qualifiedName":"collection.DelegatingList.cast","href":"package-collection_collection/DelegatingList/cast.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"A view of this iterable as an iterable of R instances.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"clear","qualifiedName":"collection.DelegatingList.clear","href":"package-collection_collection/DelegatingList/clear.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all objects from this list; the length of the list becomes zero.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"contains","qualifiedName":"collection.DelegatingList.contains","href":"package-collection_collection/DelegatingList/contains.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether the collection contains an element equal to element.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"elementAt","qualifiedName":"collection.DelegatingList.elementAt","href":"package-collection_collection/DelegatingList/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns the indexth element.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"every","qualifiedName":"collection.DelegatingList.every","href":"package-collection_collection/DelegatingList/every.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether every element of this iterable satisfies test.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"expand","qualifiedName":"collection.DelegatingList.expand","href":"package-collection_collection/DelegatingList/expand.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Expands each element of this Iterable into zero or more elements.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"fillRange","qualifiedName":"collection.DelegatingList.fillRange","href":"package-collection_collection/DelegatingList/fillRange.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Overwrites a range of elements with fillValue.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"first","qualifiedName":"collection.DelegatingList.first","href":"package-collection_collection/DelegatingList/first.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The first element.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"firstWhere","qualifiedName":"collection.DelegatingList.firstWhere","href":"package-collection_collection/DelegatingList/firstWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The first element that satisfies the given predicate test.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"fold","qualifiedName":"collection.DelegatingList.fold","href":"package-collection_collection/DelegatingList/fold.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reduces a collection to a single value by iteratively combining each\nelement of the collection with an existing value","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"followedBy","qualifiedName":"collection.DelegatingList.followedBy","href":"package-collection_collection/DelegatingList/followedBy.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates the lazy concatenation of this iterable and other.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"forEach","qualifiedName":"collection.DelegatingList.forEach","href":"package-collection_collection/DelegatingList/forEach.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Invokes action on each element of this iterable in iteration order.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"getRange","qualifiedName":"collection.DelegatingList.getRange","href":"package-collection_collection/DelegatingList/getRange.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that iterates over a range of elements.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"indexOf","qualifiedName":"collection.DelegatingList.indexOf","href":"package-collection_collection/DelegatingList/indexOf.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The first index of element in this list.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"indexWhere","qualifiedName":"collection.DelegatingList.indexWhere","href":"package-collection_collection/DelegatingList/indexWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The first index in the list that satisfies the provided test.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"insert","qualifiedName":"collection.DelegatingList.insert","href":"package-collection_collection/DelegatingList/insert.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Inserts element at position index in this list.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"insertAll","qualifiedName":"collection.DelegatingList.insertAll","href":"package-collection_collection/DelegatingList/insertAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Inserts all objects of iterable at position index in this list.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"isEmpty","qualifiedName":"collection.DelegatingList.isEmpty","href":"package-collection_collection/DelegatingList/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"isNotEmpty","qualifiedName":"collection.DelegatingList.isNotEmpty","href":"package-collection_collection/DelegatingList/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has at least one element.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"iterator","qualifiedName":"collection.DelegatingList.iterator","href":"package-collection_collection/DelegatingList/iterator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"join","qualifiedName":"collection.DelegatingList.join","href":"package-collection_collection/DelegatingList/join.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Converts each element to a String and concatenates the strings.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"last","qualifiedName":"collection.DelegatingList.last","href":"package-collection_collection/DelegatingList/last.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The last element.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"lastIndexOf","qualifiedName":"collection.DelegatingList.lastIndexOf","href":"package-collection_collection/DelegatingList/lastIndexOf.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The last index of element in this list.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"lastIndexWhere","qualifiedName":"collection.DelegatingList.lastIndexWhere","href":"package-collection_collection/DelegatingList/lastIndexWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The last index in the list that satisfies the provided test.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"lastWhere","qualifiedName":"collection.DelegatingList.lastWhere","href":"package-collection_collection/DelegatingList/lastWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The last element that satisfies the given predicate test.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"length","qualifiedName":"collection.DelegatingList.length","href":"package-collection_collection/DelegatingList/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"map","qualifiedName":"collection.DelegatingList.map","href":"package-collection_collection/DelegatingList/map.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The current elements of this iterable modified by toElement.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"operator +","qualifiedName":"collection.DelegatingList.operator +","href":"package-collection_collection/DelegatingList/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns the concatenation of this list and other.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"operator []","qualifiedName":"collection.DelegatingList.operator []","href":"package-collection_collection/DelegatingList/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The object at the given index in the list.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"operator []=","qualifiedName":"collection.DelegatingList.operator []=","href":"package-collection_collection/DelegatingList/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"reduce","qualifiedName":"collection.DelegatingList.reduce","href":"package-collection_collection/DelegatingList/reduce.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reduces a collection to a single value by iteratively combining elements\nof the collection using the provided function.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"remove","qualifiedName":"collection.DelegatingList.remove","href":"package-collection_collection/DelegatingList/remove.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes the first occurrence of value from this list.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"removeAt","qualifiedName":"collection.DelegatingList.removeAt","href":"package-collection_collection/DelegatingList/removeAt.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes the object at position index from this list.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"removeLast","qualifiedName":"collection.DelegatingList.removeLast","href":"package-collection_collection/DelegatingList/removeLast.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes and returns the last object in this list.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"removeRange","qualifiedName":"collection.DelegatingList.removeRange","href":"package-collection_collection/DelegatingList/removeRange.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes a range of elements from the list.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"removeWhere","qualifiedName":"collection.DelegatingList.removeWhere","href":"package-collection_collection/DelegatingList/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all objects from this list that satisfy test.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"replaceRange","qualifiedName":"collection.DelegatingList.replaceRange","href":"package-collection_collection/DelegatingList/replaceRange.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Replaces a range of elements with the elements of replacements.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"retainWhere","qualifiedName":"collection.DelegatingList.retainWhere","href":"package-collection_collection/DelegatingList/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all objects from this list that fail to satisfy test.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"retype","qualifiedName":"collection.DelegatingList.retype","href":"package-collection_collection/DelegatingList/retype.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"reversed","qualifiedName":"collection.DelegatingList.reversed","href":"package-collection_collection/DelegatingList/reversed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"An Iterable of the objects in this list in reverse order.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"setAll","qualifiedName":"collection.DelegatingList.setAll","href":"package-collection_collection/DelegatingList/setAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Overwrites elements with the objects of iterable.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"setRange","qualifiedName":"collection.DelegatingList.setRange","href":"package-collection_collection/DelegatingList/setRange.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Writes some elements of iterable into a range of this list.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"shuffle","qualifiedName":"collection.DelegatingList.shuffle","href":"package-collection_collection/DelegatingList/shuffle.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Shuffles the elements of this list randomly.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"single","qualifiedName":"collection.DelegatingList.single","href":"package-collection_collection/DelegatingList/single.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"singleWhere","qualifiedName":"collection.DelegatingList.singleWhere","href":"package-collection_collection/DelegatingList/singleWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The single element that satisfies test.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"skip","qualifiedName":"collection.DelegatingList.skip","href":"package-collection_collection/DelegatingList/skip.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that provides all but the first count elements.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"skipWhile","qualifiedName":"collection.DelegatingList.skipWhile","href":"package-collection_collection/DelegatingList/skipWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that skips leading elements while test is satisfied.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"sort","qualifiedName":"collection.DelegatingList.sort","href":"package-collection_collection/DelegatingList/sort.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Sorts this list according to the order specified by the compare function.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"sublist","qualifiedName":"collection.DelegatingList.sublist","href":"package-collection_collection/DelegatingList/sublist.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a new list containing the elements between start and end.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"take","qualifiedName":"collection.DelegatingList.take","href":"package-collection_collection/DelegatingList/take.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a lazy iterable of the count first elements of this iterable.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"takeWhile","qualifiedName":"collection.DelegatingList.takeWhile","href":"package-collection_collection/DelegatingList/takeWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a lazy iterable of the leading elements satisfying test.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"toList","qualifiedName":"collection.DelegatingList.toList","href":"package-collection_collection/DelegatingList/toList.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a List containing the elements of this Iterable.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"toSet","qualifiedName":"collection.DelegatingList.toSet","href":"package-collection_collection/DelegatingList/toSet.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a Set containing the same elements as this iterable.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"toString","qualifiedName":"collection.DelegatingList.toString","href":"package-collection_collection/DelegatingList/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"typed","qualifiedName":"collection.DelegatingList.typed","href":"package-collection_collection/DelegatingList/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper that asserts the types of values in base.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"where","qualifiedName":"collection.DelegatingList.where","href":"package-collection_collection/DelegatingList/where.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new lazy Iterable with all elements that satisfy the\npredicate test.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"whereType","qualifiedName":"collection.DelegatingList.whereType","href":"package-collection_collection/DelegatingList/whereType.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new lazy Iterable with all elements that have type T.","enclosedBy":{"name":"DelegatingList","kind":3,"href":"package-collection_collection/DelegatingList-class.html"}},{"name":"DelegatingMap","qualifiedName":"collection.DelegatingMap","href":"package-collection_collection/DelegatingMap-class.html","kind":3,"packageRank":50,"desc":"A Map that delegates all operations to a base map.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"DelegatingMap.new","qualifiedName":"collection.DelegatingMap.DelegatingMap.new","href":"package-collection_collection/DelegatingMap/DelegatingMap.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"addAll","qualifiedName":"collection.DelegatingMap.addAll","href":"package-collection_collection/DelegatingMap/addAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds all key/value pairs of other to this map.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"addEntries","qualifiedName":"collection.DelegatingMap.addEntries","href":"package-collection_collection/DelegatingMap/addEntries.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds all key/value pairs of newEntries to this map.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"cast","qualifiedName":"collection.DelegatingMap.cast","href":"package-collection_collection/DelegatingMap/cast.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Provides a view of this map as having RK keys and RV instances,\nif necessary.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"clear","qualifiedName":"collection.DelegatingMap.clear","href":"package-collection_collection/DelegatingMap/clear.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all entries from the map.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"containsKey","qualifiedName":"collection.DelegatingMap.containsKey","href":"package-collection_collection/DelegatingMap/containsKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether this map contains the given key.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"containsValue","qualifiedName":"collection.DelegatingMap.containsValue","href":"package-collection_collection/DelegatingMap/containsValue.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether this map contains the given value.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"entries","qualifiedName":"collection.DelegatingMap.entries","href":"package-collection_collection/DelegatingMap/entries.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The map entries of this Map.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"forEach","qualifiedName":"collection.DelegatingMap.forEach","href":"package-collection_collection/DelegatingMap/forEach.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Applies action to each key/value pair of the map.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"isEmpty","qualifiedName":"collection.DelegatingMap.isEmpty","href":"package-collection_collection/DelegatingMap/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether there is no key/value pair in the map.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"isNotEmpty","qualifiedName":"collection.DelegatingMap.isNotEmpty","href":"package-collection_collection/DelegatingMap/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether there is at least one key/value pair in the map.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"keys","qualifiedName":"collection.DelegatingMap.keys","href":"package-collection_collection/DelegatingMap/keys.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The keys of this Map.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"length","qualifiedName":"collection.DelegatingMap.length","href":"package-collection_collection/DelegatingMap/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of key/value pairs in the map.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"map","qualifiedName":"collection.DelegatingMap.map","href":"package-collection_collection/DelegatingMap/map.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a new map where all entries of this map are transformed by\nthe given convert function.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"operator []","qualifiedName":"collection.DelegatingMap.operator []","href":"package-collection_collection/DelegatingMap/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The value for the given key, or null if key is not in the map.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"operator []=","qualifiedName":"collection.DelegatingMap.operator []=","href":"package-collection_collection/DelegatingMap/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Associates the key with the given value.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"putIfAbsent","qualifiedName":"collection.DelegatingMap.putIfAbsent","href":"package-collection_collection/DelegatingMap/putIfAbsent.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Look up the value of key, or add a new entry if it isn't there.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"remove","qualifiedName":"collection.DelegatingMap.remove","href":"package-collection_collection/DelegatingMap/remove.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes key and its associated value, if present, from the map.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"removeWhere","qualifiedName":"collection.DelegatingMap.removeWhere","href":"package-collection_collection/DelegatingMap/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all entries of this map that satisfy the given test.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"retype","qualifiedName":"collection.DelegatingMap.retype","href":"package-collection_collection/DelegatingMap/retype.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"toString","qualifiedName":"collection.DelegatingMap.toString","href":"package-collection_collection/DelegatingMap/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"typed","qualifiedName":"collection.DelegatingMap.typed","href":"package-collection_collection/DelegatingMap/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper that asserts the types of keys and values in base.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"update","qualifiedName":"collection.DelegatingMap.update","href":"package-collection_collection/DelegatingMap/update.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Updates the value for the provided key.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"updateAll","qualifiedName":"collection.DelegatingMap.updateAll","href":"package-collection_collection/DelegatingMap/updateAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Updates all values.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"values","qualifiedName":"collection.DelegatingMap.values","href":"package-collection_collection/DelegatingMap/values.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The values of this Map.","enclosedBy":{"name":"DelegatingMap","kind":3,"href":"package-collection_collection/DelegatingMap-class.html"}},{"name":"DelegatingQueue","qualifiedName":"collection.DelegatingQueue","href":"package-collection_collection/DelegatingQueue-class.html","kind":3,"packageRank":50,"desc":"A Queue that delegates all operations to a base queue.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"DelegatingQueue.new","qualifiedName":"collection.DelegatingQueue.DelegatingQueue.new","href":"package-collection_collection/DelegatingQueue/DelegatingQueue.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"add","qualifiedName":"collection.DelegatingQueue.add","href":"package-collection_collection/DelegatingQueue/add.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds value at the end of the queue.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"addAll","qualifiedName":"collection.DelegatingQueue.addAll","href":"package-collection_collection/DelegatingQueue/addAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds all elements of iterable at the end of the queue. The\nlength of the queue is extended by the length of iterable.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"addFirst","qualifiedName":"collection.DelegatingQueue.addFirst","href":"package-collection_collection/DelegatingQueue/addFirst.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds value at the beginning of the queue.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"addLast","qualifiedName":"collection.DelegatingQueue.addLast","href":"package-collection_collection/DelegatingQueue/addLast.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds value at the end of the queue.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"any","qualifiedName":"collection.DelegatingQueue.any","href":"package-collection_collection/DelegatingQueue/any.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether any element of this iterable satisfies test.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"cast","qualifiedName":"collection.DelegatingQueue.cast","href":"package-collection_collection/DelegatingQueue/cast.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"A view of this iterable as an iterable of R instances.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"clear","qualifiedName":"collection.DelegatingQueue.clear","href":"package-collection_collection/DelegatingQueue/clear.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all elements in the queue. The size of the queue becomes zero.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"contains","qualifiedName":"collection.DelegatingQueue.contains","href":"package-collection_collection/DelegatingQueue/contains.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether the collection contains an element equal to element.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"elementAt","qualifiedName":"collection.DelegatingQueue.elementAt","href":"package-collection_collection/DelegatingQueue/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns the indexth element.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"every","qualifiedName":"collection.DelegatingQueue.every","href":"package-collection_collection/DelegatingQueue/every.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether every element of this iterable satisfies test.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"expand","qualifiedName":"collection.DelegatingQueue.expand","href":"package-collection_collection/DelegatingQueue/expand.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Expands each element of this Iterable into zero or more elements.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"first","qualifiedName":"collection.DelegatingQueue.first","href":"package-collection_collection/DelegatingQueue/first.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The first element.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"firstWhere","qualifiedName":"collection.DelegatingQueue.firstWhere","href":"package-collection_collection/DelegatingQueue/firstWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The first element that satisfies the given predicate test.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"fold","qualifiedName":"collection.DelegatingQueue.fold","href":"package-collection_collection/DelegatingQueue/fold.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reduces a collection to a single value by iteratively combining each\nelement of the collection with an existing value","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"followedBy","qualifiedName":"collection.DelegatingQueue.followedBy","href":"package-collection_collection/DelegatingQueue/followedBy.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates the lazy concatenation of this iterable and other.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"forEach","qualifiedName":"collection.DelegatingQueue.forEach","href":"package-collection_collection/DelegatingQueue/forEach.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Invokes action on each element of this iterable in iteration order.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"isEmpty","qualifiedName":"collection.DelegatingQueue.isEmpty","href":"package-collection_collection/DelegatingQueue/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"isNotEmpty","qualifiedName":"collection.DelegatingQueue.isNotEmpty","href":"package-collection_collection/DelegatingQueue/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has at least one element.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"iterator","qualifiedName":"collection.DelegatingQueue.iterator","href":"package-collection_collection/DelegatingQueue/iterator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"join","qualifiedName":"collection.DelegatingQueue.join","href":"package-collection_collection/DelegatingQueue/join.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Converts each element to a String and concatenates the strings.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"last","qualifiedName":"collection.DelegatingQueue.last","href":"package-collection_collection/DelegatingQueue/last.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The last element.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"lastWhere","qualifiedName":"collection.DelegatingQueue.lastWhere","href":"package-collection_collection/DelegatingQueue/lastWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The last element that satisfies the given predicate test.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"length","qualifiedName":"collection.DelegatingQueue.length","href":"package-collection_collection/DelegatingQueue/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"map","qualifiedName":"collection.DelegatingQueue.map","href":"package-collection_collection/DelegatingQueue/map.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The current elements of this iterable modified by toElement.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"reduce","qualifiedName":"collection.DelegatingQueue.reduce","href":"package-collection_collection/DelegatingQueue/reduce.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reduces a collection to a single value by iteratively combining elements\nof the collection using the provided function.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"remove","qualifiedName":"collection.DelegatingQueue.remove","href":"package-collection_collection/DelegatingQueue/remove.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes a single instance of value from the queue.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"removeFirst","qualifiedName":"collection.DelegatingQueue.removeFirst","href":"package-collection_collection/DelegatingQueue/removeFirst.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes and returns the first element of this queue.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"removeLast","qualifiedName":"collection.DelegatingQueue.removeLast","href":"package-collection_collection/DelegatingQueue/removeLast.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes and returns the last element of the queue.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"removeWhere","qualifiedName":"collection.DelegatingQueue.removeWhere","href":"package-collection_collection/DelegatingQueue/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all elements matched by test from the queue.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"retainWhere","qualifiedName":"collection.DelegatingQueue.retainWhere","href":"package-collection_collection/DelegatingQueue/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all elements not matched by test from the queue.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"retype","qualifiedName":"collection.DelegatingQueue.retype","href":"package-collection_collection/DelegatingQueue/retype.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"single","qualifiedName":"collection.DelegatingQueue.single","href":"package-collection_collection/DelegatingQueue/single.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"singleWhere","qualifiedName":"collection.DelegatingQueue.singleWhere","href":"package-collection_collection/DelegatingQueue/singleWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The single element that satisfies test.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"skip","qualifiedName":"collection.DelegatingQueue.skip","href":"package-collection_collection/DelegatingQueue/skip.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that provides all but the first count elements.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"skipWhile","qualifiedName":"collection.DelegatingQueue.skipWhile","href":"package-collection_collection/DelegatingQueue/skipWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that skips leading elements while test is satisfied.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"take","qualifiedName":"collection.DelegatingQueue.take","href":"package-collection_collection/DelegatingQueue/take.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a lazy iterable of the count first elements of this iterable.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"takeWhile","qualifiedName":"collection.DelegatingQueue.takeWhile","href":"package-collection_collection/DelegatingQueue/takeWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a lazy iterable of the leading elements satisfying test.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"toList","qualifiedName":"collection.DelegatingQueue.toList","href":"package-collection_collection/DelegatingQueue/toList.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a List containing the elements of this Iterable.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"toSet","qualifiedName":"collection.DelegatingQueue.toSet","href":"package-collection_collection/DelegatingQueue/toSet.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a Set containing the same elements as this iterable.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"toString","qualifiedName":"collection.DelegatingQueue.toString","href":"package-collection_collection/DelegatingQueue/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"typed","qualifiedName":"collection.DelegatingQueue.typed","href":"package-collection_collection/DelegatingQueue/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper that asserts the types of values in base.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"where","qualifiedName":"collection.DelegatingQueue.where","href":"package-collection_collection/DelegatingQueue/where.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new lazy Iterable with all elements that satisfy the\npredicate test.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"whereType","qualifiedName":"collection.DelegatingQueue.whereType","href":"package-collection_collection/DelegatingQueue/whereType.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new lazy Iterable with all elements that have type T.","enclosedBy":{"name":"DelegatingQueue","kind":3,"href":"package-collection_collection/DelegatingQueue-class.html"}},{"name":"DelegatingSet","qualifiedName":"collection.DelegatingSet","href":"package-collection_collection/DelegatingSet-class.html","kind":3,"packageRank":50,"desc":"A Set that delegates all operations to a base set.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"DelegatingSet.new","qualifiedName":"collection.DelegatingSet.DelegatingSet.new","href":"package-collection_collection/DelegatingSet/DelegatingSet.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"add","qualifiedName":"collection.DelegatingSet.add","href":"package-collection_collection/DelegatingSet/add.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds value to the set.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"addAll","qualifiedName":"collection.DelegatingSet.addAll","href":"package-collection_collection/DelegatingSet/addAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds all elements to this set.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"any","qualifiedName":"collection.DelegatingSet.any","href":"package-collection_collection/DelegatingSet/any.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether any element of this iterable satisfies test.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"cast","qualifiedName":"collection.DelegatingSet.cast","href":"package-collection_collection/DelegatingSet/cast.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"A view of this iterable as an iterable of R instances.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"clear","qualifiedName":"collection.DelegatingSet.clear","href":"package-collection_collection/DelegatingSet/clear.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all elements from the set.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"contains","qualifiedName":"collection.DelegatingSet.contains","href":"package-collection_collection/DelegatingSet/contains.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether the collection contains an element equal to element.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"containsAll","qualifiedName":"collection.DelegatingSet.containsAll","href":"package-collection_collection/DelegatingSet/containsAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether this set contains all the elements of other.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"difference","qualifiedName":"collection.DelegatingSet.difference","href":"package-collection_collection/DelegatingSet/difference.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new set with the elements of this that are not in other.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"elementAt","qualifiedName":"collection.DelegatingSet.elementAt","href":"package-collection_collection/DelegatingSet/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns the indexth element.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"every","qualifiedName":"collection.DelegatingSet.every","href":"package-collection_collection/DelegatingSet/every.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether every element of this iterable satisfies test.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"expand","qualifiedName":"collection.DelegatingSet.expand","href":"package-collection_collection/DelegatingSet/expand.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Expands each element of this Iterable into zero or more elements.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"first","qualifiedName":"collection.DelegatingSet.first","href":"package-collection_collection/DelegatingSet/first.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The first element.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"firstWhere","qualifiedName":"collection.DelegatingSet.firstWhere","href":"package-collection_collection/DelegatingSet/firstWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The first element that satisfies the given predicate test.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"fold","qualifiedName":"collection.DelegatingSet.fold","href":"package-collection_collection/DelegatingSet/fold.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reduces a collection to a single value by iteratively combining each\nelement of the collection with an existing value","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"followedBy","qualifiedName":"collection.DelegatingSet.followedBy","href":"package-collection_collection/DelegatingSet/followedBy.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates the lazy concatenation of this iterable and other.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"forEach","qualifiedName":"collection.DelegatingSet.forEach","href":"package-collection_collection/DelegatingSet/forEach.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Invokes action on each element of this iterable in iteration order.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"intersection","qualifiedName":"collection.DelegatingSet.intersection","href":"package-collection_collection/DelegatingSet/intersection.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new set which is the intersection between this set and other.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"isEmpty","qualifiedName":"collection.DelegatingSet.isEmpty","href":"package-collection_collection/DelegatingSet/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"isNotEmpty","qualifiedName":"collection.DelegatingSet.isNotEmpty","href":"package-collection_collection/DelegatingSet/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has at least one element.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"iterator","qualifiedName":"collection.DelegatingSet.iterator","href":"package-collection_collection/DelegatingSet/iterator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"join","qualifiedName":"collection.DelegatingSet.join","href":"package-collection_collection/DelegatingSet/join.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Converts each element to a String and concatenates the strings.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"last","qualifiedName":"collection.DelegatingSet.last","href":"package-collection_collection/DelegatingSet/last.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The last element.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"lastWhere","qualifiedName":"collection.DelegatingSet.lastWhere","href":"package-collection_collection/DelegatingSet/lastWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The last element that satisfies the given predicate test.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"length","qualifiedName":"collection.DelegatingSet.length","href":"package-collection_collection/DelegatingSet/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"lookup","qualifiedName":"collection.DelegatingSet.lookup","href":"package-collection_collection/DelegatingSet/lookup.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"If an object equal to object is in the set, return it.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"map","qualifiedName":"collection.DelegatingSet.map","href":"package-collection_collection/DelegatingSet/map.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The current elements of this iterable modified by toElement.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"reduce","qualifiedName":"collection.DelegatingSet.reduce","href":"package-collection_collection/DelegatingSet/reduce.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reduces a collection to a single value by iteratively combining elements\nof the collection using the provided function.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"remove","qualifiedName":"collection.DelegatingSet.remove","href":"package-collection_collection/DelegatingSet/remove.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes value from the set.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"removeAll","qualifiedName":"collection.DelegatingSet.removeAll","href":"package-collection_collection/DelegatingSet/removeAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes each element of elements from this set.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"removeWhere","qualifiedName":"collection.DelegatingSet.removeWhere","href":"package-collection_collection/DelegatingSet/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all elements of this set that satisfy test.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"retainAll","qualifiedName":"collection.DelegatingSet.retainAll","href":"package-collection_collection/DelegatingSet/retainAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all elements of this set that are not elements in elements.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"retainWhere","qualifiedName":"collection.DelegatingSet.retainWhere","href":"package-collection_collection/DelegatingSet/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all elements of this set that fail to satisfy test.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"retype","qualifiedName":"collection.DelegatingSet.retype","href":"package-collection_collection/DelegatingSet/retype.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"single","qualifiedName":"collection.DelegatingSet.single","href":"package-collection_collection/DelegatingSet/single.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"singleWhere","qualifiedName":"collection.DelegatingSet.singleWhere","href":"package-collection_collection/DelegatingSet/singleWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The single element that satisfies test.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"skip","qualifiedName":"collection.DelegatingSet.skip","href":"package-collection_collection/DelegatingSet/skip.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that provides all but the first count elements.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"skipWhile","qualifiedName":"collection.DelegatingSet.skipWhile","href":"package-collection_collection/DelegatingSet/skipWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that skips leading elements while test is satisfied.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"take","qualifiedName":"collection.DelegatingSet.take","href":"package-collection_collection/DelegatingSet/take.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a lazy iterable of the count first elements of this iterable.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"takeWhile","qualifiedName":"collection.DelegatingSet.takeWhile","href":"package-collection_collection/DelegatingSet/takeWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a lazy iterable of the leading elements satisfying test.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"toList","qualifiedName":"collection.DelegatingSet.toList","href":"package-collection_collection/DelegatingSet/toList.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a List containing the elements of this Iterable.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"toSet","qualifiedName":"collection.DelegatingSet.toSet","href":"package-collection_collection/DelegatingSet/toSet.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Creates a Set containing the same elements as this iterable.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"toString","qualifiedName":"collection.DelegatingSet.toString","href":"package-collection_collection/DelegatingSet/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"typed","qualifiedName":"collection.DelegatingSet.typed","href":"package-collection_collection/DelegatingSet/typed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a wrapper that asserts the types of values in base.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"union","qualifiedName":"collection.DelegatingSet.union","href":"package-collection_collection/DelegatingSet/union.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new set which contains all the elements of this set and other.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"where","qualifiedName":"collection.DelegatingSet.where","href":"package-collection_collection/DelegatingSet/where.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new lazy Iterable with all elements that satisfy the\npredicate test.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"whereType","qualifiedName":"collection.DelegatingSet.whereType","href":"package-collection_collection/DelegatingSet/whereType.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new lazy Iterable with all elements that have type T.","enclosedBy":{"name":"DelegatingSet","kind":3,"href":"package-collection_collection/DelegatingSet-class.html"}},{"name":"Equality","qualifiedName":"collection.Equality","href":"package-collection_collection/Equality-class.html","kind":3,"packageRank":50,"desc":"A generic equality relation on objects.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"Equality.new","qualifiedName":"collection.Equality.Equality.new","href":"package-collection_collection/Equality/Equality.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Equality","kind":3,"href":"package-collection_collection/Equality-class.html"}},{"name":"equals","qualifiedName":"collection.Equality.equals","href":"package-collection_collection/Equality/equals.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Compare two elements for being equal.","enclosedBy":{"name":"Equality","kind":3,"href":"package-collection_collection/Equality-class.html"}},{"name":"hash","qualifiedName":"collection.Equality.hash","href":"package-collection_collection/Equality/hash.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Get a hashcode of an element.","enclosedBy":{"name":"Equality","kind":3,"href":"package-collection_collection/Equality-class.html"}},{"name":"isValidKey","qualifiedName":"collection.Equality.isValidKey","href":"package-collection_collection/Equality/isValidKey.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Test whether an object is a valid argument to equals and hash.","enclosedBy":{"name":"Equality","kind":3,"href":"package-collection_collection/Equality-class.html"}},{"name":"EqualityBy","qualifiedName":"collection.EqualityBy","href":"package-collection_collection/EqualityBy-class.html","kind":3,"packageRank":50,"desc":"Equality of objects based on derived values.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"EqualityBy.new","qualifiedName":"collection.EqualityBy.EqualityBy.new","href":"package-collection_collection/EqualityBy/EqualityBy.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"EqualityBy","kind":3,"href":"package-collection_collection/EqualityBy-class.html"}},{"name":"equals","qualifiedName":"collection.EqualityBy.equals","href":"package-collection_collection/EqualityBy/equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Compare two elements for being equal.","enclosedBy":{"name":"EqualityBy","kind":3,"href":"package-collection_collection/EqualityBy-class.html"}},{"name":"hash","qualifiedName":"collection.EqualityBy.hash","href":"package-collection_collection/EqualityBy/hash.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a combined hash code for a number of objects.","enclosedBy":{"name":"EqualityBy","kind":3,"href":"package-collection_collection/EqualityBy-class.html"}},{"name":"isValidKey","qualifiedName":"collection.EqualityBy.isValidKey","href":"package-collection_collection/EqualityBy/isValidKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Test whether an object is a valid argument to equals and hash.","enclosedBy":{"name":"EqualityBy","kind":3,"href":"package-collection_collection/EqualityBy-class.html"}},{"name":"EqualityMap","qualifiedName":"collection.EqualityMap","href":"package-collection_collection/EqualityMap-class.html","kind":3,"packageRank":50,"desc":"A Map whose key equality is determined by an Equality object.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"EqualityMap.from","qualifiedName":"collection.EqualityMap.EqualityMap.from","href":"package-collection_collection/EqualityMap/EqualityMap.from.html","kind":2,"packageRank":50,"desc":"Creates a map with equality based on equality that contains all\nkey-value pairs of other.","enclosedBy":{"name":"EqualityMap","kind":3,"href":"package-collection_collection/EqualityMap-class.html"}},{"name":"EqualityMap.new","qualifiedName":"collection.EqualityMap.EqualityMap.new","href":"package-collection_collection/EqualityMap/EqualityMap.html","kind":2,"packageRank":50,"desc":"Creates a map with equality based on equality.","enclosedBy":{"name":"EqualityMap","kind":3,"href":"package-collection_collection/EqualityMap-class.html"}},{"name":"EqualitySet","qualifiedName":"collection.EqualitySet","href":"package-collection_collection/EqualitySet-class.html","kind":3,"packageRank":50,"desc":"A Set whose key equality is determined by an Equality object.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"EqualitySet.from","qualifiedName":"collection.EqualitySet.EqualitySet.from","href":"package-collection_collection/EqualitySet/EqualitySet.from.html","kind":2,"packageRank":50,"desc":"Creates a set with equality based on equality that contains all\nelements in other.","enclosedBy":{"name":"EqualitySet","kind":3,"href":"package-collection_collection/EqualitySet-class.html"}},{"name":"EqualitySet.new","qualifiedName":"collection.EqualitySet.EqualitySet.new","href":"package-collection_collection/EqualitySet/EqualitySet.html","kind":2,"packageRank":50,"desc":"Creates a set with equality based on equality.","enclosedBy":{"name":"EqualitySet","kind":3,"href":"package-collection_collection/EqualitySet-class.html"}},{"name":"HeapPriorityQueue","qualifiedName":"collection.HeapPriorityQueue","href":"package-collection_collection/HeapPriorityQueue-class.html","kind":3,"packageRank":50,"desc":"Heap based priority queue.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"HeapPriorityQueue.new","qualifiedName":"collection.HeapPriorityQueue.HeapPriorityQueue.new","href":"package-collection_collection/HeapPriorityQueue/HeapPriorityQueue.html","kind":2,"packageRank":50,"desc":"Create a new priority queue.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"add","qualifiedName":"collection.HeapPriorityQueue.add","href":"package-collection_collection/HeapPriorityQueue/add.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds element to the queue.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"addAll","qualifiedName":"collection.HeapPriorityQueue.addAll","href":"package-collection_collection/HeapPriorityQueue/addAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds all elements to the queue.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"clear","qualifiedName":"collection.HeapPriorityQueue.clear","href":"package-collection_collection/HeapPriorityQueue/clear.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all the elements from this queue.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"comparison","qualifiedName":"collection.HeapPriorityQueue.comparison","href":"package-collection_collection/HeapPriorityQueue/comparison.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The comparison being used to compare the priority of elements.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"contains","qualifiedName":"collection.HeapPriorityQueue.contains","href":"package-collection_collection/HeapPriorityQueue/contains.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks if object is in the queue.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"first","qualifiedName":"collection.HeapPriorityQueue.first","href":"package-collection_collection/HeapPriorityQueue/first.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Returns the next element that will be returned by removeFirst.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"isEmpty","qualifiedName":"collection.HeapPriorityQueue.isEmpty","href":"package-collection_collection/HeapPriorityQueue/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the queue is empty.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"isNotEmpty","qualifiedName":"collection.HeapPriorityQueue.isNotEmpty","href":"package-collection_collection/HeapPriorityQueue/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the queue has any elements.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"length","qualifiedName":"collection.HeapPriorityQueue.length","href":"package-collection_collection/HeapPriorityQueue/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Number of elements in the queue.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"remove","qualifiedName":"collection.HeapPriorityQueue.remove","href":"package-collection_collection/HeapPriorityQueue/remove.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes an element of the queue that compares equal to element.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"removeAll","qualifiedName":"collection.HeapPriorityQueue.removeAll","href":"package-collection_collection/HeapPriorityQueue/removeAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all the elements from this queue and returns them.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"removeFirst","qualifiedName":"collection.HeapPriorityQueue.removeFirst","href":"package-collection_collection/HeapPriorityQueue/removeFirst.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes and returns the element with the highest priority.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"toList","qualifiedName":"collection.HeapPriorityQueue.toList","href":"package-collection_collection/HeapPriorityQueue/toList.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a list of the elements of this queue in priority order.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"toSet","qualifiedName":"collection.HeapPriorityQueue.toSet","href":"package-collection_collection/HeapPriorityQueue/toSet.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Return a comparator based set using the comparator of this queue.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"toString","qualifiedName":"collection.HeapPriorityQueue.toString","href":"package-collection_collection/HeapPriorityQueue/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns some representation of the queue.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"toUnorderedList","qualifiedName":"collection.HeapPriorityQueue.toUnorderedList","href":"package-collection_collection/HeapPriorityQueue/toUnorderedList.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a list of the elements of this queue in no specific order.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"unorderedElements","qualifiedName":"collection.HeapPriorityQueue.unorderedElements","href":"package-collection_collection/HeapPriorityQueue/unorderedElements.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Provides efficient access to all the elements currently in the queue.","enclosedBy":{"name":"HeapPriorityQueue","kind":3,"href":"package-collection_collection/HeapPriorityQueue-class.html"}},{"name":"IdentityEquality","qualifiedName":"collection.IdentityEquality","href":"package-collection_collection/IdentityEquality-class.html","kind":3,"packageRank":50,"desc":"Equality of objects that compares only the identity of the objects.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"IdentityEquality.new","qualifiedName":"collection.IdentityEquality.IdentityEquality.new","href":"package-collection_collection/IdentityEquality/IdentityEquality.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"IdentityEquality","kind":3,"href":"package-collection_collection/IdentityEquality-class.html"}},{"name":"equals","qualifiedName":"collection.IdentityEquality.equals","href":"package-collection_collection/IdentityEquality/equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Compare two elements for being equal.","enclosedBy":{"name":"IdentityEquality","kind":3,"href":"package-collection_collection/IdentityEquality-class.html"}},{"name":"hash","qualifiedName":"collection.IdentityEquality.hash","href":"package-collection_collection/IdentityEquality/hash.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a combined hash code for a number of objects.","enclosedBy":{"name":"IdentityEquality","kind":3,"href":"package-collection_collection/IdentityEquality-class.html"}},{"name":"isValidKey","qualifiedName":"collection.IdentityEquality.isValidKey","href":"package-collection_collection/IdentityEquality/isValidKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Test whether an object is a valid argument to equals and hash.","enclosedBy":{"name":"IdentityEquality","kind":3,"href":"package-collection_collection/IdentityEquality-class.html"}},{"name":"IterableComparableExtension","qualifiedName":"collection.IterableComparableExtension","href":"package-collection_collection/IterableComparableExtension.html","kind":6,"packageRank":50,"desc":"Extensions that apply to iterables of Comparable elements.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"isSorted","qualifiedName":"collection.IterableComparableExtension.isSorted","href":"package-collection_collection/IterableComparableExtension/isSorted.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether the elements are sorted by the compare ordering.","enclosedBy":{"name":"IterableComparableExtension","kind":6,"href":"package-collection_collection/IterableComparableExtension.html"}},{"name":"max","qualifiedName":"collection.IterableComparableExtension.max","href":"package-collection_collection/IterableComparableExtension/max.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A maximal element of the iterable.","enclosedBy":{"name":"IterableComparableExtension","kind":6,"href":"package-collection_collection/IterableComparableExtension.html"}},{"name":"maxOrNull","qualifiedName":"collection.IterableComparableExtension.maxOrNull","href":"package-collection_collection/IterableComparableExtension/maxOrNull.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A maximal element of the iterable, or null if the iterable is empty.","enclosedBy":{"name":"IterableComparableExtension","kind":6,"href":"package-collection_collection/IterableComparableExtension.html"}},{"name":"min","qualifiedName":"collection.IterableComparableExtension.min","href":"package-collection_collection/IterableComparableExtension/min.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A minimal element of the iterable.","enclosedBy":{"name":"IterableComparableExtension","kind":6,"href":"package-collection_collection/IterableComparableExtension.html"}},{"name":"minOrNull","qualifiedName":"collection.IterableComparableExtension.minOrNull","href":"package-collection_collection/IterableComparableExtension/minOrNull.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A minimal element of the iterable, or null it the iterable is empty.","enclosedBy":{"name":"IterableComparableExtension","kind":6,"href":"package-collection_collection/IterableComparableExtension.html"}},{"name":"sorted","qualifiedName":"collection.IterableComparableExtension.sorted","href":"package-collection_collection/IterableComparableExtension/sorted.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a sorted list of the elements of the iterable.","enclosedBy":{"name":"IterableComparableExtension","kind":6,"href":"package-collection_collection/IterableComparableExtension.html"}},{"name":"IterableDoubleExtension","qualifiedName":"collection.IterableDoubleExtension","href":"package-collection_collection/IterableDoubleExtension.html","kind":6,"packageRank":50,"desc":"Extension on iterables of double.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"max","qualifiedName":"collection.IterableDoubleExtension.max","href":"package-collection_collection/IterableDoubleExtension/max.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A maximal element of the iterable.","enclosedBy":{"name":"IterableDoubleExtension","kind":6,"href":"package-collection_collection/IterableDoubleExtension.html"}},{"name":"maxOrNull","qualifiedName":"collection.IterableDoubleExtension.maxOrNull","href":"package-collection_collection/IterableDoubleExtension/maxOrNull.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A maximal element of the iterable, or null if the iterable is empty.","enclosedBy":{"name":"IterableDoubleExtension","kind":6,"href":"package-collection_collection/IterableDoubleExtension.html"}},{"name":"min","qualifiedName":"collection.IterableDoubleExtension.min","href":"package-collection_collection/IterableDoubleExtension/min.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A minimal element of the iterable.","enclosedBy":{"name":"IterableDoubleExtension","kind":6,"href":"package-collection_collection/IterableDoubleExtension.html"}},{"name":"minOrNull","qualifiedName":"collection.IterableDoubleExtension.minOrNull","href":"package-collection_collection/IterableDoubleExtension/minOrNull.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A minimal element of the iterable, or null it the iterable is empty.","enclosedBy":{"name":"IterableDoubleExtension","kind":6,"href":"package-collection_collection/IterableDoubleExtension.html"}},{"name":"sum","qualifiedName":"collection.IterableDoubleExtension.sum","href":"package-collection_collection/IterableDoubleExtension/sum.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The sum of the elements.","enclosedBy":{"name":"IterableDoubleExtension","kind":6,"href":"package-collection_collection/IterableDoubleExtension.html"}},{"name":"IterableEquality","qualifiedName":"collection.IterableEquality","href":"package-collection_collection/IterableEquality-class.html","kind":3,"packageRank":50,"desc":"Equality on iterables.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"IterableEquality.new","qualifiedName":"collection.IterableEquality.IterableEquality.new","href":"package-collection_collection/IterableEquality/IterableEquality.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"IterableEquality","kind":3,"href":"package-collection_collection/IterableEquality-class.html"}},{"name":"equals","qualifiedName":"collection.IterableEquality.equals","href":"package-collection_collection/IterableEquality/equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Compare two elements for being equal.","enclosedBy":{"name":"IterableEquality","kind":3,"href":"package-collection_collection/IterableEquality-class.html"}},{"name":"hash","qualifiedName":"collection.IterableEquality.hash","href":"package-collection_collection/IterableEquality/hash.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a combined hash code for a number of objects.","enclosedBy":{"name":"IterableEquality","kind":3,"href":"package-collection_collection/IterableEquality-class.html"}},{"name":"isValidKey","qualifiedName":"collection.IterableEquality.isValidKey","href":"package-collection_collection/IterableEquality/isValidKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Test whether an object is a valid argument to equals and hash.","enclosedBy":{"name":"IterableEquality","kind":3,"href":"package-collection_collection/IterableEquality-class.html"}},{"name":"IterableExtension","qualifiedName":"collection.IterableExtension","href":"package-collection_collection/IterableExtension.html","kind":6,"packageRank":50,"desc":"Extensions that apply to all iterables.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"elementAtOrNull","qualifiedName":"collection.IterableExtension.elementAtOrNull","href":"package-collection_collection/IterableExtension/elementAtOrNull.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The indexth element, or null if there is no such element.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"expandIndexed","qualifiedName":"collection.IterableExtension.expandIndexed","href":"package-collection_collection/IterableExtension/expandIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Expands each element and index to a number of elements in a new iterable.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"firstOrNull","qualifiedName":"collection.IterableExtension.firstOrNull","href":"package-collection_collection/IterableExtension/firstOrNull.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The first element, or null if the iterable is empty.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"firstWhereIndexedOrNull","qualifiedName":"collection.IterableExtension.firstWhereIndexedOrNull","href":"package-collection_collection/IterableExtension/firstWhereIndexedOrNull.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The first element whose value and index satisfies test.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"firstWhereOrNull","qualifiedName":"collection.IterableExtension.firstWhereOrNull","href":"package-collection_collection/IterableExtension/firstWhereOrNull.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The first element satisfying test, or null if there are none.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"foldIndexed","qualifiedName":"collection.IterableExtension.foldIndexed","href":"package-collection_collection/IterableExtension/foldIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Combine the elements with a value and the current index.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"forEachIndexed","qualifiedName":"collection.IterableExtension.forEachIndexed","href":"package-collection_collection/IterableExtension/forEachIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Takes an action for each element.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"forEachIndexedWhile","qualifiedName":"collection.IterableExtension.forEachIndexedWhile","href":"package-collection_collection/IterableExtension/forEachIndexedWhile.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Takes an action for each element and index as long as desired.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"forEachWhile","qualifiedName":"collection.IterableExtension.forEachWhile","href":"package-collection_collection/IterableExtension/forEachWhile.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Takes an action for each element as long as desired.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"groupFoldBy","qualifiedName":"collection.IterableExtension.groupFoldBy","href":"package-collection_collection/IterableExtension/groupFoldBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Groups elements by keyOf then folds the elements in each group.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"groupListsBy","qualifiedName":"collection.IterableExtension.groupListsBy","href":"package-collection_collection/IterableExtension/groupListsBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Groups elements into lists by keyOf.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"groupSetsBy","qualifiedName":"collection.IterableExtension.groupSetsBy","href":"package-collection_collection/IterableExtension/groupSetsBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Groups elements into sets by keyOf.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"isSorted","qualifiedName":"collection.IterableExtension.isSorted","href":"package-collection_collection/IterableExtension/isSorted.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether the elements are sorted by the compare ordering.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"isSortedBy","qualifiedName":"collection.IterableExtension.isSortedBy","href":"package-collection_collection/IterableExtension/isSortedBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether the elements are sorted by their keyOf property.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"isSortedByCompare","qualifiedName":"collection.IterableExtension.isSortedByCompare","href":"package-collection_collection/IterableExtension/isSortedByCompare.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether the elements are compare-sorted by their keyOf property.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"lastBy","qualifiedName":"collection.IterableExtension.lastBy","href":"package-collection_collection/IterableExtension/lastBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Associates the elements in this by the value returned by key.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"lastOrNull","qualifiedName":"collection.IterableExtension.lastOrNull","href":"package-collection_collection/IterableExtension/lastOrNull.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The last element, or null if the iterable is empty.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"lastWhereIndexedOrNull","qualifiedName":"collection.IterableExtension.lastWhereIndexedOrNull","href":"package-collection_collection/IterableExtension/lastWhereIndexedOrNull.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The last element whose index and value satisfies test.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"lastWhereOrNull","qualifiedName":"collection.IterableExtension.lastWhereOrNull","href":"package-collection_collection/IterableExtension/lastWhereOrNull.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The last element satisfying test, or null if there are none.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"mapIndexed","qualifiedName":"collection.IterableExtension.mapIndexed","href":"package-collection_collection/IterableExtension/mapIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Maps each element and its index to a new value.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"none","qualifiedName":"collection.IterableExtension.none","href":"package-collection_collection/IterableExtension/none.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether no element satisfies test.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"reduceIndexed","qualifiedName":"collection.IterableExtension.reduceIndexed","href":"package-collection_collection/IterableExtension/reduceIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Combine the elements with each other and the current index.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"sample","qualifiedName":"collection.IterableExtension.sample","href":"package-collection_collection/IterableExtension/sample.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Selects count elements at random from this iterable.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"shuffled","qualifiedName":"collection.IterableExtension.shuffled","href":"package-collection_collection/IterableExtension/shuffled.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a shuffled list of the elements of the iterable.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"singleOrNull","qualifiedName":"collection.IterableExtension.singleOrNull","href":"package-collection_collection/IterableExtension/singleOrNull.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The single element of the iterable, or null.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"singleWhereIndexedOrNull","qualifiedName":"collection.IterableExtension.singleWhereIndexedOrNull","href":"package-collection_collection/IterableExtension/singleWhereIndexedOrNull.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The single element satisfying test.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"singleWhereOrNull","qualifiedName":"collection.IterableExtension.singleWhereOrNull","href":"package-collection_collection/IterableExtension/singleWhereOrNull.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The single element satisfying test.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"slices","qualifiedName":"collection.IterableExtension.slices","href":"package-collection_collection/IterableExtension/slices.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Contiguous slices of this with the given length.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"sorted","qualifiedName":"collection.IterableExtension.sorted","href":"package-collection_collection/IterableExtension/sorted.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a sorted list of the elements of the iterable.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"sortedBy","qualifiedName":"collection.IterableExtension.sortedBy","href":"package-collection_collection/IterableExtension/sortedBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a sorted list of the elements of the iterable.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"sortedByCompare","qualifiedName":"collection.IterableExtension.sortedByCompare","href":"package-collection_collection/IterableExtension/sortedByCompare.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Creates a sorted list of the elements of the iterable.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"splitAfter","qualifiedName":"collection.IterableExtension.splitAfter","href":"package-collection_collection/IterableExtension/splitAfter.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Splits the elements into chunks after some elements.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"splitAfterIndexed","qualifiedName":"collection.IterableExtension.splitAfterIndexed","href":"package-collection_collection/IterableExtension/splitAfterIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Splits the elements into chunks after some elements and indices.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"splitBefore","qualifiedName":"collection.IterableExtension.splitBefore","href":"package-collection_collection/IterableExtension/splitBefore.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Splits the elements into chunks before some elements.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"splitBeforeIndexed","qualifiedName":"collection.IterableExtension.splitBeforeIndexed","href":"package-collection_collection/IterableExtension/splitBeforeIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Splits the elements into chunks before some elements and indices.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"splitBetween","qualifiedName":"collection.IterableExtension.splitBetween","href":"package-collection_collection/IterableExtension/splitBetween.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Splits the elements into chunks between some elements.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"splitBetweenIndexed","qualifiedName":"collection.IterableExtension.splitBetweenIndexed","href":"package-collection_collection/IterableExtension/splitBetweenIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Splits the elements into chunks between some elements and indices.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"whereIndexed","qualifiedName":"collection.IterableExtension.whereIndexed","href":"package-collection_collection/IterableExtension/whereIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The elements whose value and index satisfies test.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"whereNot","qualifiedName":"collection.IterableExtension.whereNot","href":"package-collection_collection/IterableExtension/whereNot.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The elements that do not satisfy test.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"whereNotIndexed","qualifiedName":"collection.IterableExtension.whereNotIndexed","href":"package-collection_collection/IterableExtension/whereNotIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The elements whose value and index do not satisfy test.","enclosedBy":{"name":"IterableExtension","kind":6,"href":"package-collection_collection/IterableExtension.html"}},{"name":"IterableIntegerExtension","qualifiedName":"collection.IterableIntegerExtension","href":"package-collection_collection/IterableIntegerExtension.html","kind":6,"packageRank":50,"desc":"Extension on iterables of integers.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"average","qualifiedName":"collection.IterableIntegerExtension.average","href":"package-collection_collection/IterableIntegerExtension/average.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The arithmetic mean of the elements of a non-empty iterable.","enclosedBy":{"name":"IterableIntegerExtension","kind":6,"href":"package-collection_collection/IterableIntegerExtension.html"}},{"name":"max","qualifiedName":"collection.IterableIntegerExtension.max","href":"package-collection_collection/IterableIntegerExtension/max.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A maximal element of the iterable.","enclosedBy":{"name":"IterableIntegerExtension","kind":6,"href":"package-collection_collection/IterableIntegerExtension.html"}},{"name":"maxOrNull","qualifiedName":"collection.IterableIntegerExtension.maxOrNull","href":"package-collection_collection/IterableIntegerExtension/maxOrNull.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A maximal element of the iterable, or null if the iterable is empty.","enclosedBy":{"name":"IterableIntegerExtension","kind":6,"href":"package-collection_collection/IterableIntegerExtension.html"}},{"name":"min","qualifiedName":"collection.IterableIntegerExtension.min","href":"package-collection_collection/IterableIntegerExtension/min.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A minimal element of the iterable.","enclosedBy":{"name":"IterableIntegerExtension","kind":6,"href":"package-collection_collection/IterableIntegerExtension.html"}},{"name":"minOrNull","qualifiedName":"collection.IterableIntegerExtension.minOrNull","href":"package-collection_collection/IterableIntegerExtension/minOrNull.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A minimal element of the iterable, or null it the iterable is empty.","enclosedBy":{"name":"IterableIntegerExtension","kind":6,"href":"package-collection_collection/IterableIntegerExtension.html"}},{"name":"sum","qualifiedName":"collection.IterableIntegerExtension.sum","href":"package-collection_collection/IterableIntegerExtension/sum.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The sum of the elements.","enclosedBy":{"name":"IterableIntegerExtension","kind":6,"href":"package-collection_collection/IterableIntegerExtension.html"}},{"name":"IterableIterableExtension","qualifiedName":"collection.IterableIterableExtension","href":"package-collection_collection/IterableIterableExtension.html","kind":6,"packageRank":50,"desc":"Extensions on iterables whose elements are also iterables.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"flattened","qualifiedName":"collection.IterableIterableExtension.flattened","href":"package-collection_collection/IterableIterableExtension/flattened.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The sequential elements of each iterable in this iterable.","enclosedBy":{"name":"IterableIterableExtension","kind":6,"href":"package-collection_collection/IterableIterableExtension.html"}},{"name":"flattenedToList","qualifiedName":"collection.IterableIterableExtension.flattenedToList","href":"package-collection_collection/IterableIterableExtension/flattenedToList.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The sequential elements of each iterable in this iterable.","enclosedBy":{"name":"IterableIterableExtension","kind":6,"href":"package-collection_collection/IterableIterableExtension.html"}},{"name":"flattenedToSet","qualifiedName":"collection.IterableIterableExtension.flattenedToSet","href":"package-collection_collection/IterableIterableExtension/flattenedToSet.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The unique sequential elements of each iterable in this iterable.","enclosedBy":{"name":"IterableIterableExtension","kind":6,"href":"package-collection_collection/IterableIterableExtension.html"}},{"name":"IterableNullableExtension","qualifiedName":"collection.IterableNullableExtension","href":"package-collection_collection/IterableNullableExtension.html","kind":6,"packageRank":50,"desc":"Extensions that apply to iterables with a nullable element type.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"whereNotNull","qualifiedName":"collection.IterableNullableExtension.whereNotNull","href":"package-collection_collection/IterableNullableExtension/whereNotNull.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The non-null elements of this Iterable.","enclosedBy":{"name":"IterableNullableExtension","kind":6,"href":"package-collection_collection/IterableNullableExtension.html"}},{"name":"IterableNumberExtension","qualifiedName":"collection.IterableNumberExtension","href":"package-collection_collection/IterableNumberExtension.html","kind":6,"packageRank":50,"desc":"Extensions that apply to iterables of numbers.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"average","qualifiedName":"collection.IterableNumberExtension.average","href":"package-collection_collection/IterableNumberExtension/average.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The arithmetic mean of the elements of a non-empty iterable.","enclosedBy":{"name":"IterableNumberExtension","kind":6,"href":"package-collection_collection/IterableNumberExtension.html"}},{"name":"max","qualifiedName":"collection.IterableNumberExtension.max","href":"package-collection_collection/IterableNumberExtension/max.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A maximal element of the iterable.","enclosedBy":{"name":"IterableNumberExtension","kind":6,"href":"package-collection_collection/IterableNumberExtension.html"}},{"name":"maxOrNull","qualifiedName":"collection.IterableNumberExtension.maxOrNull","href":"package-collection_collection/IterableNumberExtension/maxOrNull.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A maximal element of the iterable, or null if the iterable is empty.","enclosedBy":{"name":"IterableNumberExtension","kind":6,"href":"package-collection_collection/IterableNumberExtension.html"}},{"name":"min","qualifiedName":"collection.IterableNumberExtension.min","href":"package-collection_collection/IterableNumberExtension/min.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A minimal element of the iterable.","enclosedBy":{"name":"IterableNumberExtension","kind":6,"href":"package-collection_collection/IterableNumberExtension.html"}},{"name":"minOrNull","qualifiedName":"collection.IterableNumberExtension.minOrNull","href":"package-collection_collection/IterableNumberExtension/minOrNull.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A minimal element of the iterable, or null it the iterable is empty.","enclosedBy":{"name":"IterableNumberExtension","kind":6,"href":"package-collection_collection/IterableNumberExtension.html"}},{"name":"sum","qualifiedName":"collection.IterableNumberExtension.sum","href":"package-collection_collection/IterableNumberExtension/sum.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The sum of the elements.","enclosedBy":{"name":"IterableNumberExtension","kind":6,"href":"package-collection_collection/IterableNumberExtension.html"}},{"name":"IterableZip","qualifiedName":"collection.IterableZip","href":"package-collection_collection/IterableZip-class.html","kind":3,"packageRank":50,"desc":"Iterable that iterates over lists of values from other iterables.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"IterableZip.new","qualifiedName":"collection.IterableZip.IterableZip.new","href":"package-collection_collection/IterableZip/IterableZip.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"IterableZip","kind":3,"href":"package-collection_collection/IterableZip-class.html"}},{"name":"iterator","qualifiedName":"collection.IterableZip.iterator","href":"package-collection_collection/IterableZip/iterator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Returns an iterator that combines values of the iterables' iterators\nas long as they all have values.","enclosedBy":{"name":"IterableZip","kind":3,"href":"package-collection_collection/IterableZip-class.html"}},{"name":"ListComparableExtensions","qualifiedName":"collection.ListComparableExtensions","href":"package-collection_collection/ListComparableExtensions.html","kind":6,"packageRank":50,"desc":"Various extensions on lists of comparable elements.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"binarySearch","qualifiedName":"collection.ListComparableExtensions.binarySearch","href":"package-collection_collection/ListComparableExtensions/binarySearch.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the index of element in this sorted list.","enclosedBy":{"name":"ListComparableExtensions","kind":6,"href":"package-collection_collection/ListComparableExtensions.html"}},{"name":"lowerBound","qualifiedName":"collection.ListComparableExtensions.lowerBound","href":"package-collection_collection/ListComparableExtensions/lowerBound.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the index where element should be in this sorted list.","enclosedBy":{"name":"ListComparableExtensions","kind":6,"href":"package-collection_collection/ListComparableExtensions.html"}},{"name":"sortRange","qualifiedName":"collection.ListComparableExtensions.sortRange","href":"package-collection_collection/ListComparableExtensions/sortRange.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sort a range of elements by compare.","enclosedBy":{"name":"ListComparableExtensions","kind":6,"href":"package-collection_collection/ListComparableExtensions.html"}},{"name":"ListEquality","qualifiedName":"collection.ListEquality","href":"package-collection_collection/ListEquality-class.html","kind":3,"packageRank":50,"desc":"Equality on lists.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"ListEquality.new","qualifiedName":"collection.ListEquality.ListEquality.new","href":"package-collection_collection/ListEquality/ListEquality.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"ListEquality","kind":3,"href":"package-collection_collection/ListEquality-class.html"}},{"name":"equals","qualifiedName":"collection.ListEquality.equals","href":"package-collection_collection/ListEquality/equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Compare two elements for being equal.","enclosedBy":{"name":"ListEquality","kind":3,"href":"package-collection_collection/ListEquality-class.html"}},{"name":"hash","qualifiedName":"collection.ListEquality.hash","href":"package-collection_collection/ListEquality/hash.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a combined hash code for a number of objects.","enclosedBy":{"name":"ListEquality","kind":3,"href":"package-collection_collection/ListEquality-class.html"}},{"name":"isValidKey","qualifiedName":"collection.ListEquality.isValidKey","href":"package-collection_collection/ListEquality/isValidKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Test whether an object is a valid argument to equals and hash.","enclosedBy":{"name":"ListEquality","kind":3,"href":"package-collection_collection/ListEquality-class.html"}},{"name":"ListExtensions","qualifiedName":"collection.ListExtensions","href":"package-collection_collection/ListExtensions.html","kind":6,"packageRank":50,"desc":"Various extensions on lists of arbitrary elements.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"binarySearch","qualifiedName":"collection.ListExtensions.binarySearch","href":"package-collection_collection/ListExtensions/binarySearch.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the index of element in this sorted list.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"binarySearchBy","qualifiedName":"collection.ListExtensions.binarySearchBy","href":"package-collection_collection/ListExtensions/binarySearchBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the index of element in this sorted list.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"binarySearchByCompare","qualifiedName":"collection.ListExtensions.binarySearchByCompare","href":"package-collection_collection/ListExtensions/binarySearchByCompare.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the index of element in this sorted list.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"elementAtOrNull","qualifiedName":"collection.ListExtensions.elementAtOrNull","href":"package-collection_collection/ListExtensions/elementAtOrNull.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The indexth element, or null if there is no such element.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"equals","qualifiedName":"collection.ListExtensions.equals","href":"package-collection_collection/ListExtensions/equals.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Whether other has the same elements as this list.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"expandIndexed","qualifiedName":"collection.ListExtensions.expandIndexed","href":"package-collection_collection/ListExtensions/expandIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Expands each element and index to a number of elements in a new iterable.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"forEachIndexed","qualifiedName":"collection.ListExtensions.forEachIndexed","href":"package-collection_collection/ListExtensions/forEachIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Takes an action for each element.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"forEachIndexedWhile","qualifiedName":"collection.ListExtensions.forEachIndexedWhile","href":"package-collection_collection/ListExtensions/forEachIndexedWhile.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Takes an action for each element and index as long as desired.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"forEachWhile","qualifiedName":"collection.ListExtensions.forEachWhile","href":"package-collection_collection/ListExtensions/forEachWhile.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Takes an action for each element as long as desired.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"lowerBound","qualifiedName":"collection.ListExtensions.lowerBound","href":"package-collection_collection/ListExtensions/lowerBound.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the index where element should be in this sorted list.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"lowerBoundBy","qualifiedName":"collection.ListExtensions.lowerBoundBy","href":"package-collection_collection/ListExtensions/lowerBoundBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the index where element should be in this sorted list.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"lowerBoundByCompare","qualifiedName":"collection.ListExtensions.lowerBoundByCompare","href":"package-collection_collection/ListExtensions/lowerBoundByCompare.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the index where element should be in this sorted list.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"mapIndexed","qualifiedName":"collection.ListExtensions.mapIndexed","href":"package-collection_collection/ListExtensions/mapIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Maps each element and its index to a new value.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"reverseRange","qualifiedName":"collection.ListExtensions.reverseRange","href":"package-collection_collection/ListExtensions/reverseRange.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Reverses the elements in a range of the list.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"shuffleRange","qualifiedName":"collection.ListExtensions.shuffleRange","href":"package-collection_collection/ListExtensions/shuffleRange.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Shuffle a range of elements.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"slice","qualifiedName":"collection.ListExtensions.slice","href":"package-collection_collection/ListExtensions/slice.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"A fixed length view of a range of this list.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"slices","qualifiedName":"collection.ListExtensions.slices","href":"package-collection_collection/ListExtensions/slices.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Contiguous slices of this with the given length.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"sortBy","qualifiedName":"collection.ListExtensions.sortBy","href":"package-collection_collection/ListExtensions/sortBy.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sorts elements by the natural order of their keyOf property.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"sortByCompare","qualifiedName":"collection.ListExtensions.sortByCompare","href":"package-collection_collection/ListExtensions/sortByCompare.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sorts elements by the compare of their keyOf property.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"sortRange","qualifiedName":"collection.ListExtensions.sortRange","href":"package-collection_collection/ListExtensions/sortRange.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sort a range of elements by compare.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"swap","qualifiedName":"collection.ListExtensions.swap","href":"package-collection_collection/ListExtensions/swap.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Swaps two elements of this list.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"whereIndexed","qualifiedName":"collection.ListExtensions.whereIndexed","href":"package-collection_collection/ListExtensions/whereIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The elements whose value and index satisfies test.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"whereNotIndexed","qualifiedName":"collection.ListExtensions.whereNotIndexed","href":"package-collection_collection/ListExtensions/whereNotIndexed.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The elements whose value and index do not satisfy test.","enclosedBy":{"name":"ListExtensions","kind":6,"href":"package-collection_collection/ListExtensions.html"}},{"name":"ListSlice","qualifiedName":"collection.ListSlice","href":"package-collection_collection/ListSlice-class.html","kind":3,"packageRank":50,"desc":"A list view of a range of another list.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"ListSlice.new","qualifiedName":"collection.ListSlice.ListSlice.new","href":"package-collection_collection/ListSlice/ListSlice.html","kind":2,"packageRank":50,"desc":"Creates a slice of source from start to end.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"add","qualifiedName":"collection.ListSlice.add","href":"package-collection_collection/ListSlice/add.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Adds value to the end of this list,\nextending the length by one.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"addAll","qualifiedName":"collection.ListSlice.addAll","href":"package-collection_collection/ListSlice/addAll.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Appends all objects of iterable to the end of this list.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"clear","qualifiedName":"collection.ListSlice.clear","href":"package-collection_collection/ListSlice/clear.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Removes all objects from this list; the length of the list becomes zero.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"end","qualifiedName":"collection.ListSlice.end","href":"package-collection_collection/ListSlice/end.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The end index of the slice.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"insert","qualifiedName":"collection.ListSlice.insert","href":"package-collection_collection/ListSlice/insert.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Inserts element at position index in this list.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"insertAll","qualifiedName":"collection.ListSlice.insertAll","href":"package-collection_collection/ListSlice/insertAll.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Inserts all objects of iterable at position index in this list.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"length","qualifiedName":"collection.ListSlice.length","href":"package-collection_collection/ListSlice/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Setting the length changes the number of elements in the list.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"operator []","qualifiedName":"collection.ListSlice.operator []","href":"package-collection_collection/ListSlice/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The object at the given index in the list.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"operator []=","qualifiedName":"collection.ListSlice.operator []=","href":"package-collection_collection/ListSlice/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"remove","qualifiedName":"collection.ListSlice.remove","href":"package-collection_collection/ListSlice/remove.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Removes the first occurrence of value from this list.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"removeAt","qualifiedName":"collection.ListSlice.removeAt","href":"package-collection_collection/ListSlice/removeAt.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Removes the object at position index from this list.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"removeLast","qualifiedName":"collection.ListSlice.removeLast","href":"package-collection_collection/ListSlice/removeLast.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Removes and returns the last object in this list.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"removeRange","qualifiedName":"collection.ListSlice.removeRange","href":"package-collection_collection/ListSlice/removeRange.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Removes a range of elements from the list.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"removeWhere","qualifiedName":"collection.ListSlice.removeWhere","href":"package-collection_collection/ListSlice/removeWhere.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Removes all objects from this list that satisfy test.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"replaceRange","qualifiedName":"collection.ListSlice.replaceRange","href":"package-collection_collection/ListSlice/replaceRange.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Replaces a range of elements with the elements of replacements.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"retainWhere","qualifiedName":"collection.ListSlice.retainWhere","href":"package-collection_collection/ListSlice/retainWhere.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Removes all objects from this list that fail to satisfy test.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"reverseRange","qualifiedName":"collection.ListSlice.reverseRange","href":"package-collection_collection/ListSlice/reverseRange.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Reverses a range of elements.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"setRange","qualifiedName":"collection.ListSlice.setRange","href":"package-collection_collection/ListSlice/setRange.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Writes some elements of iterable into a range of this list.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"shuffle","qualifiedName":"collection.ListSlice.shuffle","href":"package-collection_collection/ListSlice/shuffle.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Shuffles the elements of this list randomly.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"shuffleRange","qualifiedName":"collection.ListSlice.shuffleRange","href":"package-collection_collection/ListSlice/shuffleRange.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Shuffles a range of elements.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"slice","qualifiedName":"collection.ListSlice.slice","href":"package-collection_collection/ListSlice/slice.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"A fixed length view of a range of this list.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"sort","qualifiedName":"collection.ListSlice.sort","href":"package-collection_collection/ListSlice/sort.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Sorts this list according to the order specified by the compare function.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"sortRange","qualifiedName":"collection.ListSlice.sortRange","href":"package-collection_collection/ListSlice/sortRange.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Sort a range of elements by compare.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"source","qualifiedName":"collection.ListSlice.source","href":"package-collection_collection/ListSlice/source.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The original list backing this slice.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"start","qualifiedName":"collection.ListSlice.start","href":"package-collection_collection/ListSlice/start.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The start index of the slice.","enclosedBy":{"name":"ListSlice","kind":3,"href":"package-collection_collection/ListSlice-class.html"}},{"name":"MapEquality","qualifiedName":"collection.MapEquality","href":"package-collection_collection/MapEquality-class.html","kind":3,"packageRank":50,"desc":"Equality on maps.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"MapEquality.new","qualifiedName":"collection.MapEquality.MapEquality.new","href":"package-collection_collection/MapEquality/MapEquality.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"MapEquality","kind":3,"href":"package-collection_collection/MapEquality-class.html"}},{"name":"equals","qualifiedName":"collection.MapEquality.equals","href":"package-collection_collection/MapEquality/equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Compare two elements for being equal.","enclosedBy":{"name":"MapEquality","kind":3,"href":"package-collection_collection/MapEquality-class.html"}},{"name":"hash","qualifiedName":"collection.MapEquality.hash","href":"package-collection_collection/MapEquality/hash.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a combined hash code for a number of objects.","enclosedBy":{"name":"MapEquality","kind":3,"href":"package-collection_collection/MapEquality-class.html"}},{"name":"isValidKey","qualifiedName":"collection.MapEquality.isValidKey","href":"package-collection_collection/MapEquality/isValidKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Test whether an object is a valid argument to equals and hash.","enclosedBy":{"name":"MapEquality","kind":3,"href":"package-collection_collection/MapEquality-class.html"}},{"name":"MapKeySet","qualifiedName":"collection.MapKeySet","href":"package-collection_collection/MapKeySet-class.html","kind":3,"packageRank":50,"desc":"An unmodifiable Set view of the keys of a Map.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"MapKeySet.new","qualifiedName":"collection.MapKeySet.MapKeySet.new","href":"package-collection_collection/MapKeySet/MapKeySet.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"any","qualifiedName":"collection.MapKeySet.any","href":"package-collection_collection/MapKeySet/any.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether any element of this iterable satisfies test.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"cast","qualifiedName":"collection.MapKeySet.cast","href":"package-collection_collection/MapKeySet/cast.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"A view of this iterable as an iterable of R instances.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"contains","qualifiedName":"collection.MapKeySet.contains","href":"package-collection_collection/MapKeySet/contains.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Whether the collection contains an element equal to element.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"containsAll","qualifiedName":"collection.MapKeySet.containsAll","href":"package-collection_collection/MapKeySet/containsAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether this set contains all the elements of other.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"difference","qualifiedName":"collection.MapKeySet.difference","href":"package-collection_collection/MapKeySet/difference.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a new set with the the elements of this that are not in other.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"elementAt","qualifiedName":"collection.MapKeySet.elementAt","href":"package-collection_collection/MapKeySet/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns the indexth element.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"every","qualifiedName":"collection.MapKeySet.every","href":"package-collection_collection/MapKeySet/every.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether every element of this iterable satisfies test.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"expand","qualifiedName":"collection.MapKeySet.expand","href":"package-collection_collection/MapKeySet/expand.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Expands each element of this Iterable into zero or more elements.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"first","qualifiedName":"collection.MapKeySet.first","href":"package-collection_collection/MapKeySet/first.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The first element.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"firstWhere","qualifiedName":"collection.MapKeySet.firstWhere","href":"package-collection_collection/MapKeySet/firstWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The first element that satisfies the given predicate test.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"fold","qualifiedName":"collection.MapKeySet.fold","href":"package-collection_collection/MapKeySet/fold.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reduces a collection to a single value by iteratively combining each\nelement of the collection with an existing value","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"followedBy","qualifiedName":"collection.MapKeySet.followedBy","href":"package-collection_collection/MapKeySet/followedBy.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates the lazy concatenation of this iterable and other.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"forEach","qualifiedName":"collection.MapKeySet.forEach","href":"package-collection_collection/MapKeySet/forEach.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Invokes action on each element of this iterable in iteration order.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"intersection","qualifiedName":"collection.MapKeySet.intersection","href":"package-collection_collection/MapKeySet/intersection.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a new set which is the intersection between this and other.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"isEmpty","qualifiedName":"collection.MapKeySet.isEmpty","href":"package-collection_collection/MapKeySet/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"isNotEmpty","qualifiedName":"collection.MapKeySet.isNotEmpty","href":"package-collection_collection/MapKeySet/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has at least one element.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"iterator","qualifiedName":"collection.MapKeySet.iterator","href":"package-collection_collection/MapKeySet/iterator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"join","qualifiedName":"collection.MapKeySet.join","href":"package-collection_collection/MapKeySet/join.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Converts each element to a String and concatenates the strings.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"last","qualifiedName":"collection.MapKeySet.last","href":"package-collection_collection/MapKeySet/last.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The last element.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"lastWhere","qualifiedName":"collection.MapKeySet.lastWhere","href":"package-collection_collection/MapKeySet/lastWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The last element that satisfies the given predicate test.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"length","qualifiedName":"collection.MapKeySet.length","href":"package-collection_collection/MapKeySet/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"lookup","qualifiedName":"collection.MapKeySet.lookup","href":"package-collection_collection/MapKeySet/lookup.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError since there's no corresponding method for\nMaps.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"map","qualifiedName":"collection.MapKeySet.map","href":"package-collection_collection/MapKeySet/map.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The current elements of this iterable modified by toElement.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"reduce","qualifiedName":"collection.MapKeySet.reduce","href":"package-collection_collection/MapKeySet/reduce.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reduces a collection to a single value by iteratively combining elements\nof the collection using the provided function.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"retype","qualifiedName":"collection.MapKeySet.retype","href":"package-collection_collection/MapKeySet/retype.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"single","qualifiedName":"collection.MapKeySet.single","href":"package-collection_collection/MapKeySet/single.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"singleWhere","qualifiedName":"collection.MapKeySet.singleWhere","href":"package-collection_collection/MapKeySet/singleWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The single element that satisfies test.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"skip","qualifiedName":"collection.MapKeySet.skip","href":"package-collection_collection/MapKeySet/skip.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that provides all but the first count elements.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"skipWhile","qualifiedName":"collection.MapKeySet.skipWhile","href":"package-collection_collection/MapKeySet/skipWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that skips leading elements while test is satisfied.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"take","qualifiedName":"collection.MapKeySet.take","href":"package-collection_collection/MapKeySet/take.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a lazy iterable of the count first elements of this iterable.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"takeWhile","qualifiedName":"collection.MapKeySet.takeWhile","href":"package-collection_collection/MapKeySet/takeWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a lazy iterable of the leading elements satisfying test.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"toList","qualifiedName":"collection.MapKeySet.toList","href":"package-collection_collection/MapKeySet/toList.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a List containing the elements of this Iterable.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"toSet","qualifiedName":"collection.MapKeySet.toSet","href":"package-collection_collection/MapKeySet/toSet.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a Set containing the same elements as this iterable.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"toString","qualifiedName":"collection.MapKeySet.toString","href":"package-collection_collection/MapKeySet/toString.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"union","qualifiedName":"collection.MapKeySet.union","href":"package-collection_collection/MapKeySet/union.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a new set which contains all the elements of this and other.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"where","qualifiedName":"collection.MapKeySet.where","href":"package-collection_collection/MapKeySet/where.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new lazy Iterable with all elements that satisfy the\npredicate test.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"whereType","qualifiedName":"collection.MapKeySet.whereType","href":"package-collection_collection/MapKeySet/whereType.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new lazy Iterable with all elements that have type T.","enclosedBy":{"name":"MapKeySet","kind":3,"href":"package-collection_collection/MapKeySet-class.html"}},{"name":"MapValueSet","qualifiedName":"collection.MapValueSet","href":"package-collection_collection/MapValueSet-class.html","kind":3,"packageRank":50,"desc":"Creates a modifiable Set view of the values of a Map.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"MapValueSet.new","qualifiedName":"collection.MapValueSet.MapValueSet.new","href":"package-collection_collection/MapValueSet/MapValueSet.html","kind":2,"packageRank":50,"desc":"Creates a new MapValueSet based on _baseMap.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"add","qualifiedName":"collection.MapValueSet.add","href":"package-collection_collection/MapValueSet/add.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds value to the set.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"addAll","qualifiedName":"collection.MapValueSet.addAll","href":"package-collection_collection/MapValueSet/addAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds all elements to this set.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"any","qualifiedName":"collection.MapValueSet.any","href":"package-collection_collection/MapValueSet/any.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether any element of this iterable satisfies test.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"cast","qualifiedName":"collection.MapValueSet.cast","href":"package-collection_collection/MapValueSet/cast.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"A view of this iterable as an iterable of R instances.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"clear","qualifiedName":"collection.MapValueSet.clear","href":"package-collection_collection/MapValueSet/clear.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all elements from the set.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"contains","qualifiedName":"collection.MapValueSet.contains","href":"package-collection_collection/MapValueSet/contains.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Whether the collection contains an element equal to element.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"containsAll","qualifiedName":"collection.MapValueSet.containsAll","href":"package-collection_collection/MapValueSet/containsAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Whether this set contains all the elements of other.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"difference","qualifiedName":"collection.MapValueSet.difference","href":"package-collection_collection/MapValueSet/difference.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a new set with the the elements of this that are not in other.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"elementAt","qualifiedName":"collection.MapValueSet.elementAt","href":"package-collection_collection/MapValueSet/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns the indexth element.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"every","qualifiedName":"collection.MapValueSet.every","href":"package-collection_collection/MapValueSet/every.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Checks whether every element of this iterable satisfies test.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"expand","qualifiedName":"collection.MapValueSet.expand","href":"package-collection_collection/MapValueSet/expand.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Expands each element of this Iterable into zero or more elements.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"first","qualifiedName":"collection.MapValueSet.first","href":"package-collection_collection/MapValueSet/first.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The first element.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"firstWhere","qualifiedName":"collection.MapValueSet.firstWhere","href":"package-collection_collection/MapValueSet/firstWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The first element that satisfies the given predicate test.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"fold","qualifiedName":"collection.MapValueSet.fold","href":"package-collection_collection/MapValueSet/fold.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reduces a collection to a single value by iteratively combining each\nelement of the collection with an existing value","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"followedBy","qualifiedName":"collection.MapValueSet.followedBy","href":"package-collection_collection/MapValueSet/followedBy.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates the lazy concatenation of this iterable and other.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"forEach","qualifiedName":"collection.MapValueSet.forEach","href":"package-collection_collection/MapValueSet/forEach.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Invokes action on each element of this iterable in iteration order.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"intersection","qualifiedName":"collection.MapValueSet.intersection","href":"package-collection_collection/MapValueSet/intersection.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a new set which is the intersection between this and other.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"isEmpty","qualifiedName":"collection.MapValueSet.isEmpty","href":"package-collection_collection/MapValueSet/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"isNotEmpty","qualifiedName":"collection.MapValueSet.isNotEmpty","href":"package-collection_collection/MapValueSet/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this collection has at least one element.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"iterator","qualifiedName":"collection.MapValueSet.iterator","href":"package-collection_collection/MapValueSet/iterator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"join","qualifiedName":"collection.MapValueSet.join","href":"package-collection_collection/MapValueSet/join.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Converts each element to a String and concatenates the strings.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"last","qualifiedName":"collection.MapValueSet.last","href":"package-collection_collection/MapValueSet/last.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The last element.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"lastWhere","qualifiedName":"collection.MapValueSet.lastWhere","href":"package-collection_collection/MapValueSet/lastWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The last element that satisfies the given predicate test.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"length","qualifiedName":"collection.MapValueSet.length","href":"package-collection_collection/MapValueSet/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"lookup","qualifiedName":"collection.MapValueSet.lookup","href":"package-collection_collection/MapValueSet/lookup.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"If an object equal to object is in the set, return it.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"map","qualifiedName":"collection.MapValueSet.map","href":"package-collection_collection/MapValueSet/map.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The current elements of this iterable modified by toElement.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"reduce","qualifiedName":"collection.MapValueSet.reduce","href":"package-collection_collection/MapValueSet/reduce.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reduces a collection to a single value by iteratively combining elements\nof the collection using the provided function.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"remove","qualifiedName":"collection.MapValueSet.remove","href":"package-collection_collection/MapValueSet/remove.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes value from the set.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"removeAll","qualifiedName":"collection.MapValueSet.removeAll","href":"package-collection_collection/MapValueSet/removeAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes each element of elements from this set.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"removeWhere","qualifiedName":"collection.MapValueSet.removeWhere","href":"package-collection_collection/MapValueSet/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all elements of this set that satisfy test.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"retainAll","qualifiedName":"collection.MapValueSet.retainAll","href":"package-collection_collection/MapValueSet/retainAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all elements of this set that are not elements in elements.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"retainWhere","qualifiedName":"collection.MapValueSet.retainWhere","href":"package-collection_collection/MapValueSet/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes all elements of this set that fail to satisfy test.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"retype","qualifiedName":"collection.MapValueSet.retype","href":"package-collection_collection/MapValueSet/retype.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"single","qualifiedName":"collection.MapValueSet.single","href":"package-collection_collection/MapValueSet/single.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"singleWhere","qualifiedName":"collection.MapValueSet.singleWhere","href":"package-collection_collection/MapValueSet/singleWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The single element that satisfies test.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"skip","qualifiedName":"collection.MapValueSet.skip","href":"package-collection_collection/MapValueSet/skip.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that provides all but the first count elements.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"skipWhile","qualifiedName":"collection.MapValueSet.skipWhile","href":"package-collection_collection/MapValueSet/skipWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates an Iterable that skips leading elements while test is satisfied.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"take","qualifiedName":"collection.MapValueSet.take","href":"package-collection_collection/MapValueSet/take.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a lazy iterable of the count first elements of this iterable.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"takeWhile","qualifiedName":"collection.MapValueSet.takeWhile","href":"package-collection_collection/MapValueSet/takeWhile.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a lazy iterable of the leading elements satisfying test.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"toList","qualifiedName":"collection.MapValueSet.toList","href":"package-collection_collection/MapValueSet/toList.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a List containing the elements of this Iterable.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"toSet","qualifiedName":"collection.MapValueSet.toSet","href":"package-collection_collection/MapValueSet/toSet.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a Set containing the same elements as this iterable.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"toString","qualifiedName":"collection.MapValueSet.toString","href":"package-collection_collection/MapValueSet/toString.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"union","qualifiedName":"collection.MapValueSet.union","href":"package-collection_collection/MapValueSet/union.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns a new set which contains all the elements of this and other.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"where","qualifiedName":"collection.MapValueSet.where","href":"package-collection_collection/MapValueSet/where.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new lazy Iterable with all elements that satisfy the\npredicate test.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"whereType","qualifiedName":"collection.MapValueSet.whereType","href":"package-collection_collection/MapValueSet/whereType.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new lazy Iterable with all elements that have type T.","enclosedBy":{"name":"MapValueSet","kind":3,"href":"package-collection_collection/MapValueSet-class.html"}},{"name":"MultiEquality","qualifiedName":"collection.MultiEquality","href":"package-collection_collection/MultiEquality-class.html","kind":3,"packageRank":50,"desc":"Combines several equalities into a single equality.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"MultiEquality.new","qualifiedName":"collection.MultiEquality.MultiEquality.new","href":"package-collection_collection/MultiEquality/MultiEquality.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"MultiEquality","kind":3,"href":"package-collection_collection/MultiEquality-class.html"}},{"name":"equals","qualifiedName":"collection.MultiEquality.equals","href":"package-collection_collection/MultiEquality/equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Compare two elements for being equal.","enclosedBy":{"name":"MultiEquality","kind":3,"href":"package-collection_collection/MultiEquality-class.html"}},{"name":"hash","qualifiedName":"collection.MultiEquality.hash","href":"package-collection_collection/MultiEquality/hash.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a combined hash code for a number of objects.","enclosedBy":{"name":"MultiEquality","kind":3,"href":"package-collection_collection/MultiEquality-class.html"}},{"name":"isValidKey","qualifiedName":"collection.MultiEquality.isValidKey","href":"package-collection_collection/MultiEquality/isValidKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Test whether an object is a valid argument to equals and hash.","enclosedBy":{"name":"MultiEquality","kind":3,"href":"package-collection_collection/MultiEquality-class.html"}},{"name":"NonGrowableListMixin","qualifiedName":"collection.NonGrowableListMixin","href":"package-collection_collection/NonGrowableListMixin-class.html","kind":3,"packageRank":50,"desc":"Mixin class that implements a throwing version of all list operations that\nchange the List's length.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"NonGrowableListMixin.new","qualifiedName":"collection.NonGrowableListMixin.NonGrowableListMixin.new","href":"package-collection_collection/NonGrowableListMixin/NonGrowableListMixin.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"add","qualifiedName":"collection.NonGrowableListMixin.add","href":"package-collection_collection/NonGrowableListMixin/add.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the length of the list are disallowed.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"addAll","qualifiedName":"collection.NonGrowableListMixin.addAll","href":"package-collection_collection/NonGrowableListMixin/addAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the length of the list are disallowed.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"clear","qualifiedName":"collection.NonGrowableListMixin.clear","href":"package-collection_collection/NonGrowableListMixin/clear.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the length of the list are disallowed.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"insert","qualifiedName":"collection.NonGrowableListMixin.insert","href":"package-collection_collection/NonGrowableListMixin/insert.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the length of the list are disallowed.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"insertAll","qualifiedName":"collection.NonGrowableListMixin.insertAll","href":"package-collection_collection/NonGrowableListMixin/insertAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the length of the list are disallowed.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"length","qualifiedName":"collection.NonGrowableListMixin.length","href":"package-collection_collection/NonGrowableListMixin/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of objects in this list.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"remove","qualifiedName":"collection.NonGrowableListMixin.remove","href":"package-collection_collection/NonGrowableListMixin/remove.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the length of the list are disallowed.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"removeAt","qualifiedName":"collection.NonGrowableListMixin.removeAt","href":"package-collection_collection/NonGrowableListMixin/removeAt.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the length of the list are disallowed.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"removeLast","qualifiedName":"collection.NonGrowableListMixin.removeLast","href":"package-collection_collection/NonGrowableListMixin/removeLast.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the length of the list are disallowed.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"removeRange","qualifiedName":"collection.NonGrowableListMixin.removeRange","href":"package-collection_collection/NonGrowableListMixin/removeRange.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the length of the list are disallowed.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"removeWhere","qualifiedName":"collection.NonGrowableListMixin.removeWhere","href":"package-collection_collection/NonGrowableListMixin/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the length of the list are disallowed.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"replaceRange","qualifiedName":"collection.NonGrowableListMixin.replaceRange","href":"package-collection_collection/NonGrowableListMixin/replaceRange.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the length of the list are disallowed.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"retainWhere","qualifiedName":"collection.NonGrowableListMixin.retainWhere","href":"package-collection_collection/NonGrowableListMixin/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the length of the list are disallowed.","enclosedBy":{"name":"NonGrowableListMixin","kind":3,"href":"package-collection_collection/NonGrowableListMixin-class.html"}},{"name":"NonGrowableListView","qualifiedName":"collection.NonGrowableListView","href":"package-collection_collection/NonGrowableListView-class.html","kind":3,"packageRank":50,"desc":"A fixed-length list.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"NonGrowableListView.new","qualifiedName":"collection.NonGrowableListView.NonGrowableListView.new","href":"package-collection_collection/NonGrowableListView/NonGrowableListView.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"NonGrowableListView","kind":3,"href":"package-collection_collection/NonGrowableListView-class.html"}},{"name":"first","qualifiedName":"collection.NonGrowableListView.first","href":"package-collection_collection/NonGrowableListView/first.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The first element.","enclosedBy":{"name":"NonGrowableListView","kind":3,"href":"package-collection_collection/NonGrowableListView-class.html"}},{"name":"last","qualifiedName":"collection.NonGrowableListView.last","href":"package-collection_collection/NonGrowableListView/last.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The last element.","enclosedBy":{"name":"NonGrowableListView","kind":3,"href":"package-collection_collection/NonGrowableListView-class.html"}},{"name":"length","qualifiedName":"collection.NonGrowableListView.length","href":"package-collection_collection/NonGrowableListView/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"NonGrowableListView","kind":3,"href":"package-collection_collection/NonGrowableListView-class.html"}},{"name":"PriorityQueue","qualifiedName":"collection.PriorityQueue","href":"package-collection_collection/PriorityQueue-class.html","kind":3,"packageRank":50,"desc":"A priority queue is a priority based work-list of elements.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"PriorityQueue.new","qualifiedName":"collection.PriorityQueue.PriorityQueue.new","href":"package-collection_collection/PriorityQueue/PriorityQueue.html","kind":2,"packageRank":50,"desc":"Creates an empty PriorityQueue.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"add","qualifiedName":"collection.PriorityQueue.add","href":"package-collection_collection/PriorityQueue/add.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Adds element to the queue.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"addAll","qualifiedName":"collection.PriorityQueue.addAll","href":"package-collection_collection/PriorityQueue/addAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Adds all elements to the queue.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"clear","qualifiedName":"collection.PriorityQueue.clear","href":"package-collection_collection/PriorityQueue/clear.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Removes all the elements from this queue.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"contains","qualifiedName":"collection.PriorityQueue.contains","href":"package-collection_collection/PriorityQueue/contains.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Checks if object is in the queue.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"first","qualifiedName":"collection.PriorityQueue.first","href":"package-collection_collection/PriorityQueue/first.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Returns the next element that will be returned by removeFirst.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"isEmpty","qualifiedName":"collection.PriorityQueue.isEmpty","href":"package-collection_collection/PriorityQueue/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the queue is empty.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"isNotEmpty","qualifiedName":"collection.PriorityQueue.isNotEmpty","href":"package-collection_collection/PriorityQueue/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the queue has any elements.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"length","qualifiedName":"collection.PriorityQueue.length","href":"package-collection_collection/PriorityQueue/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Number of elements in the queue.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"remove","qualifiedName":"collection.PriorityQueue.remove","href":"package-collection_collection/PriorityQueue/remove.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Removes an element of the queue that compares equal to element.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"removeAll","qualifiedName":"collection.PriorityQueue.removeAll","href":"package-collection_collection/PriorityQueue/removeAll.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Removes all the elements from this queue and returns them.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"removeFirst","qualifiedName":"collection.PriorityQueue.removeFirst","href":"package-collection_collection/PriorityQueue/removeFirst.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Removes and returns the element with the highest priority.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"toList","qualifiedName":"collection.PriorityQueue.toList","href":"package-collection_collection/PriorityQueue/toList.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a list of the elements of this queue in priority order.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"toSet","qualifiedName":"collection.PriorityQueue.toSet","href":"package-collection_collection/PriorityQueue/toSet.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return a comparator based set using the comparator of this queue.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"toUnorderedList","qualifiedName":"collection.PriorityQueue.toUnorderedList","href":"package-collection_collection/PriorityQueue/toUnorderedList.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a list of the elements of this queue in no specific order.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"unorderedElements","qualifiedName":"collection.PriorityQueue.unorderedElements","href":"package-collection_collection/PriorityQueue/unorderedElements.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Provides efficient access to all the elements currently in the queue.","enclosedBy":{"name":"PriorityQueue","kind":3,"href":"package-collection_collection/PriorityQueue-class.html"}},{"name":"QueueList","qualifiedName":"collection.QueueList","href":"package-collection_collection/QueueList-class.html","kind":3,"packageRank":50,"desc":"A class that efficiently implements both Queue and List.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"QueueList.from","qualifiedName":"collection.QueueList.QueueList.from","href":"package-collection_collection/QueueList/QueueList.from.html","kind":2,"packageRank":50,"desc":"Create a queue initially containing the elements of source.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"QueueList.new","qualifiedName":"collection.QueueList.QueueList.new","href":"package-collection_collection/QueueList/QueueList.html","kind":2,"packageRank":50,"desc":"Creates an empty queue.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"add","qualifiedName":"collection.QueueList.add","href":"package-collection_collection/QueueList/add.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds value at the end of the queue.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"addAll","qualifiedName":"collection.QueueList.addAll","href":"package-collection_collection/QueueList/addAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds all elements of iterable at the end of the queue. The\nlength of the queue is extended by the length of iterable.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"addFirst","qualifiedName":"collection.QueueList.addFirst","href":"package-collection_collection/QueueList/addFirst.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds value at the beginning of the queue.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"addLast","qualifiedName":"collection.QueueList.addLast","href":"package-collection_collection/QueueList/addLast.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Adds value at the end of the queue.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"cast","qualifiedName":"collection.QueueList.cast","href":"package-collection_collection/QueueList/cast.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Provides a view of this queue as a queue of R instances, if necessary.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"length","qualifiedName":"collection.QueueList.length","href":"package-collection_collection/QueueList/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"operator []","qualifiedName":"collection.QueueList.operator []","href":"package-collection_collection/QueueList/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The object at the given index in the list.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"operator []=","qualifiedName":"collection.QueueList.operator []=","href":"package-collection_collection/QueueList/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"removeFirst","qualifiedName":"collection.QueueList.removeFirst","href":"package-collection_collection/QueueList/removeFirst.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes and returns the first element of this queue.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"removeLast","qualifiedName":"collection.QueueList.removeLast","href":"package-collection_collection/QueueList/removeLast.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Removes and returns the last element of the queue.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"retype","qualifiedName":"collection.QueueList.retype","href":"package-collection_collection/QueueList/retype.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"toString","qualifiedName":"collection.QueueList.toString","href":"package-collection_collection/QueueList/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"QueueList","kind":3,"href":"package-collection_collection/QueueList-class.html"}},{"name":"SetEquality","qualifiedName":"collection.SetEquality","href":"package-collection_collection/SetEquality-class.html","kind":3,"packageRank":50,"desc":"Equality of sets.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"SetEquality.new","qualifiedName":"collection.SetEquality.SetEquality.new","href":"package-collection_collection/SetEquality/SetEquality.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"SetEquality","kind":3,"href":"package-collection_collection/SetEquality-class.html"}},{"name":"equals","qualifiedName":"collection.SetEquality.equals","href":"package-collection_collection/SetEquality/equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Compare two elements for being equal.","enclosedBy":{"name":"SetEquality","kind":3,"href":"package-collection_collection/SetEquality-class.html"}},{"name":"hash","qualifiedName":"collection.SetEquality.hash","href":"package-collection_collection/SetEquality/hash.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a combined hash code for a number of objects.","enclosedBy":{"name":"SetEquality","kind":3,"href":"package-collection_collection/SetEquality-class.html"}},{"name":"isValidKey","qualifiedName":"collection.SetEquality.isValidKey","href":"package-collection_collection/SetEquality/isValidKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Test whether an object is a valid argument to equals and hash.","enclosedBy":{"name":"SetEquality","kind":3,"href":"package-collection_collection/SetEquality-class.html"}},{"name":"UnionSet","qualifiedName":"collection.UnionSet","href":"package-collection_collection/UnionSet-class.html","kind":3,"packageRank":50,"desc":"A single set that provides a view of the union over a set of sets.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"UnionSet.from","qualifiedName":"collection.UnionSet.UnionSet.from","href":"package-collection_collection/UnionSet/UnionSet.from.html","kind":2,"packageRank":50,"desc":"Creates a new set that's a view of the union of all sets in sets.","enclosedBy":{"name":"UnionSet","kind":3,"href":"package-collection_collection/UnionSet-class.html"}},{"name":"UnionSet.new","qualifiedName":"collection.UnionSet.UnionSet.new","href":"package-collection_collection/UnionSet/UnionSet.html","kind":2,"packageRank":50,"desc":"Creates a new set that's a view of the union of all sets in sets.","enclosedBy":{"name":"UnionSet","kind":3,"href":"package-collection_collection/UnionSet-class.html"}},{"name":"contains","qualifiedName":"collection.UnionSet.contains","href":"package-collection_collection/UnionSet/contains.html","kind":10,"overriddenDepth":3,"packageRank":50,"desc":"Whether value is in the set.","enclosedBy":{"name":"UnionSet","kind":3,"href":"package-collection_collection/UnionSet-class.html"}},{"name":"iterator","qualifiedName":"collection.UnionSet.iterator","href":"package-collection_collection/UnionSet/iterator.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"An iterator that iterates over the elements of this set.","enclosedBy":{"name":"UnionSet","kind":3,"href":"package-collection_collection/UnionSet-class.html"}},{"name":"length","qualifiedName":"collection.UnionSet.length","href":"package-collection_collection/UnionSet/length.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"UnionSet","kind":3,"href":"package-collection_collection/UnionSet-class.html"}},{"name":"lookup","qualifiedName":"collection.UnionSet.lookup","href":"package-collection_collection/UnionSet/lookup.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"If an object equal to object is in the set, return it.","enclosedBy":{"name":"UnionSet","kind":3,"href":"package-collection_collection/UnionSet-class.html"}},{"name":"toSet","qualifiedName":"collection.UnionSet.toSet","href":"package-collection_collection/UnionSet/toSet.html","kind":10,"overriddenDepth":3,"packageRank":50,"desc":"Creates a Set with the same elements and behavior as this Set.","enclosedBy":{"name":"UnionSet","kind":3,"href":"package-collection_collection/UnionSet-class.html"}},{"name":"UnionSetController","qualifiedName":"collection.UnionSetController","href":"package-collection_collection/UnionSetController-class.html","kind":3,"packageRank":50,"desc":"A controller that exposes a view of the union of a collection of sets.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"UnionSetController.new","qualifiedName":"collection.UnionSetController.UnionSetController.new","href":"package-collection_collection/UnionSetController/UnionSetController.html","kind":2,"packageRank":50,"desc":"Creates a set of sets that provides a view of the union of those sets.","enclosedBy":{"name":"UnionSetController","kind":3,"href":"package-collection_collection/UnionSetController-class.html"}},{"name":"add","qualifiedName":"collection.UnionSetController.add","href":"package-collection_collection/UnionSetController/add.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Adds the contents of component to set.","enclosedBy":{"name":"UnionSetController","kind":3,"href":"package-collection_collection/UnionSetController-class.html"}},{"name":"remove","qualifiedName":"collection.UnionSetController.remove","href":"package-collection_collection/UnionSetController/remove.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Removes the contents of component to set.","enclosedBy":{"name":"UnionSetController","kind":3,"href":"package-collection_collection/UnionSetController-class.html"}},{"name":"set","qualifiedName":"collection.UnionSetController.set","href":"package-collection_collection/UnionSetController/set.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The UnionSet that provides a view of the union of sets in this.","enclosedBy":{"name":"UnionSetController","kind":3,"href":"package-collection_collection/UnionSetController-class.html"}},{"name":"UnmodifiableMapMixin","qualifiedName":"collection.UnmodifiableMapMixin","href":"package-collection_collection/UnmodifiableMapMixin-class.html","kind":3,"packageRank":50,"desc":"Mixin class that implements a throwing version of all map operations that\nchange the Map.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"UnmodifiableMapMixin.new","qualifiedName":"collection.UnmodifiableMapMixin.UnmodifiableMapMixin.new","href":"package-collection_collection/UnmodifiableMapMixin/UnmodifiableMapMixin.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"UnmodifiableMapMixin","kind":3,"href":"package-collection_collection/UnmodifiableMapMixin-class.html"}},{"name":"addAll","qualifiedName":"collection.UnmodifiableMapMixin.addAll","href":"package-collection_collection/UnmodifiableMapMixin/addAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the map are disallowed.","enclosedBy":{"name":"UnmodifiableMapMixin","kind":3,"href":"package-collection_collection/UnmodifiableMapMixin-class.html"}},{"name":"clear","qualifiedName":"collection.UnmodifiableMapMixin.clear","href":"package-collection_collection/UnmodifiableMapMixin/clear.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the map are disallowed.","enclosedBy":{"name":"UnmodifiableMapMixin","kind":3,"href":"package-collection_collection/UnmodifiableMapMixin-class.html"}},{"name":"first","qualifiedName":"collection.UnmodifiableMapMixin.first","href":"package-collection_collection/UnmodifiableMapMixin/first.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the map are disallowed.","enclosedBy":{"name":"UnmodifiableMapMixin","kind":3,"href":"package-collection_collection/UnmodifiableMapMixin-class.html"}},{"name":"last","qualifiedName":"collection.UnmodifiableMapMixin.last","href":"package-collection_collection/UnmodifiableMapMixin/last.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the map are disallowed.","enclosedBy":{"name":"UnmodifiableMapMixin","kind":3,"href":"package-collection_collection/UnmodifiableMapMixin-class.html"}},{"name":"operator []=","qualifiedName":"collection.UnmodifiableMapMixin.operator []=","href":"package-collection_collection/UnmodifiableMapMixin/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the map are disallowed.","enclosedBy":{"name":"UnmodifiableMapMixin","kind":3,"href":"package-collection_collection/UnmodifiableMapMixin-class.html"}},{"name":"putIfAbsent","qualifiedName":"collection.UnmodifiableMapMixin.putIfAbsent","href":"package-collection_collection/UnmodifiableMapMixin/putIfAbsent.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the map are disallowed.","enclosedBy":{"name":"UnmodifiableMapMixin","kind":3,"href":"package-collection_collection/UnmodifiableMapMixin-class.html"}},{"name":"remove","qualifiedName":"collection.UnmodifiableMapMixin.remove","href":"package-collection_collection/UnmodifiableMapMixin/remove.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the map are disallowed.","enclosedBy":{"name":"UnmodifiableMapMixin","kind":3,"href":"package-collection_collection/UnmodifiableMapMixin-class.html"}},{"name":"UnmodifiableSetMixin","qualifiedName":"collection.UnmodifiableSetMixin","href":"package-collection_collection/UnmodifiableSetMixin-class.html","kind":3,"packageRank":50,"desc":"Mixin class that implements a throwing version of all set operations that\nchange the Set.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"UnmodifiableSetMixin.new","qualifiedName":"collection.UnmodifiableSetMixin.UnmodifiableSetMixin.new","href":"package-collection_collection/UnmodifiableSetMixin/UnmodifiableSetMixin.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"UnmodifiableSetMixin","kind":3,"href":"package-collection_collection/UnmodifiableSetMixin-class.html"}},{"name":"add","qualifiedName":"collection.UnmodifiableSetMixin.add","href":"package-collection_collection/UnmodifiableSetMixin/add.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the set are disallowed.","enclosedBy":{"name":"UnmodifiableSetMixin","kind":3,"href":"package-collection_collection/UnmodifiableSetMixin-class.html"}},{"name":"addAll","qualifiedName":"collection.UnmodifiableSetMixin.addAll","href":"package-collection_collection/UnmodifiableSetMixin/addAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the set are disallowed.","enclosedBy":{"name":"UnmodifiableSetMixin","kind":3,"href":"package-collection_collection/UnmodifiableSetMixin-class.html"}},{"name":"clear","qualifiedName":"collection.UnmodifiableSetMixin.clear","href":"package-collection_collection/UnmodifiableSetMixin/clear.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the set are disallowed.","enclosedBy":{"name":"UnmodifiableSetMixin","kind":3,"href":"package-collection_collection/UnmodifiableSetMixin-class.html"}},{"name":"remove","qualifiedName":"collection.UnmodifiableSetMixin.remove","href":"package-collection_collection/UnmodifiableSetMixin/remove.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the set are disallowed.","enclosedBy":{"name":"UnmodifiableSetMixin","kind":3,"href":"package-collection_collection/UnmodifiableSetMixin-class.html"}},{"name":"removeAll","qualifiedName":"collection.UnmodifiableSetMixin.removeAll","href":"package-collection_collection/UnmodifiableSetMixin/removeAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the set are disallowed.","enclosedBy":{"name":"UnmodifiableSetMixin","kind":3,"href":"package-collection_collection/UnmodifiableSetMixin-class.html"}},{"name":"removeWhere","qualifiedName":"collection.UnmodifiableSetMixin.removeWhere","href":"package-collection_collection/UnmodifiableSetMixin/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the set are disallowed.","enclosedBy":{"name":"UnmodifiableSetMixin","kind":3,"href":"package-collection_collection/UnmodifiableSetMixin-class.html"}},{"name":"retainAll","qualifiedName":"collection.UnmodifiableSetMixin.retainAll","href":"package-collection_collection/UnmodifiableSetMixin/retainAll.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the set are disallowed.","enclosedBy":{"name":"UnmodifiableSetMixin","kind":3,"href":"package-collection_collection/UnmodifiableSetMixin-class.html"}},{"name":"retainWhere","qualifiedName":"collection.UnmodifiableSetMixin.retainWhere","href":"package-collection_collection/UnmodifiableSetMixin/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Throws an UnsupportedError;\noperations that change the set are disallowed.","enclosedBy":{"name":"UnmodifiableSetMixin","kind":3,"href":"package-collection_collection/UnmodifiableSetMixin-class.html"}},{"name":"UnmodifiableSetView","qualifiedName":"collection.UnmodifiableSetView","href":"package-collection_collection/UnmodifiableSetView-class.html","kind":3,"packageRank":50,"desc":"An unmodifiable set.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"UnmodifiableSetView.empty","qualifiedName":"collection.UnmodifiableSetView.UnmodifiableSetView.empty","href":"package-collection_collection/UnmodifiableSetView/UnmodifiableSetView.empty.html","kind":2,"packageRank":50,"desc":"An unmodifiable empty set.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"package-collection_collection/UnmodifiableSetView-class.html"}},{"name":"UnmodifiableSetView.new","qualifiedName":"collection.UnmodifiableSetView.UnmodifiableSetView.new","href":"package-collection_collection/UnmodifiableSetView/UnmodifiableSetView.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"package-collection_collection/UnmodifiableSetView-class.html"}},{"name":"UnorderedIterableEquality","qualifiedName":"collection.UnorderedIterableEquality","href":"package-collection_collection/UnorderedIterableEquality-class.html","kind":3,"packageRank":50,"desc":"Equality of the elements of two iterables without considering order.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"UnorderedIterableEquality.new","qualifiedName":"collection.UnorderedIterableEquality.UnorderedIterableEquality.new","href":"package-collection_collection/UnorderedIterableEquality/UnorderedIterableEquality.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"UnorderedIterableEquality","kind":3,"href":"package-collection_collection/UnorderedIterableEquality-class.html"}},{"name":"equals","qualifiedName":"collection.UnorderedIterableEquality.equals","href":"package-collection_collection/UnorderedIterableEquality/equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Compare two elements for being equal.","enclosedBy":{"name":"UnorderedIterableEquality","kind":3,"href":"package-collection_collection/UnorderedIterableEquality-class.html"}},{"name":"hash","qualifiedName":"collection.UnorderedIterableEquality.hash","href":"package-collection_collection/UnorderedIterableEquality/hash.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a combined hash code for a number of objects.","enclosedBy":{"name":"UnorderedIterableEquality","kind":3,"href":"package-collection_collection/UnorderedIterableEquality-class.html"}},{"name":"isValidKey","qualifiedName":"collection.UnorderedIterableEquality.isValidKey","href":"package-collection_collection/UnorderedIterableEquality/isValidKey.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Test whether an object is a valid argument to equals and hash.","enclosedBy":{"name":"UnorderedIterableEquality","kind":3,"href":"package-collection_collection/UnorderedIterableEquality-class.html"}},{"name":"binarySearch","qualifiedName":"collection.binarySearch","href":"package-collection_collection/binarySearch.html","kind":8,"packageRank":50,"desc":"Returns a position of the value in sortedList, if it is there.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"compareAsciiLowerCase","qualifiedName":"collection.compareAsciiLowerCase","href":"package-collection_collection/compareAsciiLowerCase.html","kind":8,"packageRank":50,"desc":"Compares a and b lexically, converting ASCII letters to lower case.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"compareAsciiLowerCaseNatural","qualifiedName":"collection.compareAsciiLowerCaseNatural","href":"package-collection_collection/compareAsciiLowerCaseNatural.html","kind":8,"packageRank":50,"desc":"Compares strings a and b according to lower-case\nnatural sort ordering.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"compareAsciiUpperCase","qualifiedName":"collection.compareAsciiUpperCase","href":"package-collection_collection/compareAsciiUpperCase.html","kind":8,"packageRank":50,"desc":"Compares a and b lexically, converting ASCII letters to upper case.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"compareAsciiUpperCaseNatural","qualifiedName":"collection.compareAsciiUpperCaseNatural","href":"package-collection_collection/compareAsciiUpperCaseNatural.html","kind":8,"packageRank":50,"desc":"Compares strings a and b according to upper-case\nnatural sort ordering.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"compareNatural","qualifiedName":"collection.compareNatural","href":"package-collection_collection/compareNatural.html","kind":8,"packageRank":50,"desc":"Compares strings a and b according to natural sort ordering.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"equalsIgnoreAsciiCase","qualifiedName":"collection.equalsIgnoreAsciiCase","href":"package-collection_collection/equalsIgnoreAsciiCase.html","kind":8,"packageRank":50,"desc":"Checks if strings a and b differ only on the case of ASCII letters.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"groupBy","qualifiedName":"collection.groupBy","href":"package-collection_collection/groupBy.html","kind":8,"packageRank":50,"desc":"Groups the elements in values by the value returned by key.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"hashIgnoreAsciiCase","qualifiedName":"collection.hashIgnoreAsciiCase","href":"package-collection_collection/hashIgnoreAsciiCase.html","kind":8,"packageRank":50,"desc":"Hash code for a string which is compatible with equalsIgnoreAsciiCase.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"insertionSort","qualifiedName":"collection.insertionSort","href":"package-collection_collection/insertionSort.html","kind":8,"packageRank":50,"desc":"Sort a list between start (inclusive) and end (exclusive) using\ninsertion sort.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"lastBy","qualifiedName":"collection.lastBy","href":"package-collection_collection/lastBy.html","kind":8,"packageRank":50,"desc":"Associates the elements in values by the value returned by key.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"lowerBound","qualifiedName":"collection.lowerBound","href":"package-collection_collection/lowerBound.html","kind":8,"packageRank":50,"desc":"Returns the first position in sortedList that does not compare less than\nvalue.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"mapMap","qualifiedName":"collection.mapMap","href":"package-collection_collection/mapMap.html","kind":8,"packageRank":50,"desc":"Creates a new map from map with new keys and values.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"maxBy","qualifiedName":"collection.maxBy","href":"package-collection_collection/maxBy.html","kind":8,"packageRank":50,"desc":"Returns the element of values for which orderBy returns the maximum\nvalue.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"mergeMaps","qualifiedName":"collection.mergeMaps","href":"package-collection_collection/mergeMaps.html","kind":8,"packageRank":50,"desc":"Returns a new map with all key/value pairs in both map1 and map2.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"mergeSort","qualifiedName":"collection.mergeSort","href":"package-collection_collection/mergeSort.html","kind":8,"packageRank":50,"desc":"Sorts a list between start (inclusive) and end (exclusive) using the\nmerge sort algorithm.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"minBy","qualifiedName":"collection.minBy","href":"package-collection_collection/minBy.html","kind":8,"packageRank":50,"desc":"Returns the element of values for which orderBy returns the minimum\nvalue.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"reverse","qualifiedName":"collection.reverse","href":"package-collection_collection/reverse.html","kind":8,"packageRank":50,"desc":"Reverses a list, or a part of a list, in-place.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"shuffle","qualifiedName":"collection.shuffle","href":"package-collection_collection/shuffle.html","kind":8,"packageRank":50,"desc":"Shuffles a list randomly.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"stronglyConnectedComponents","qualifiedName":"collection.stronglyConnectedComponents","href":"package-collection_collection/stronglyConnectedComponents.html","kind":8,"packageRank":50,"desc":"Returns the strongly connected components of graph, in topological\norder.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"transitiveClosure","qualifiedName":"collection.transitiveClosure","href":"package-collection_collection/transitiveClosure.html","kind":8,"packageRank":50,"desc":"Returns the transitive closure of graph.","enclosedBy":{"name":"collection","kind":9,"href":"package-collection_collection/"}},{"name":"color_utils","qualifiedName":"color_utils","href":"package-material_color_utilities_utils_color_utils/","kind":9,"packageRank":50,"desc":""},{"name":"ColorUtils","qualifiedName":"color_utils.ColorUtils","href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html","kind":3,"packageRank":50,"desc":"Color science utilities.","enclosedBy":{"name":"color_utils","kind":9,"href":"package-material_color_utilities_utils_color_utils/"}},{"name":"ColorUtils.new","qualifiedName":"color_utils.ColorUtils.ColorUtils.new","href":"package-material_color_utilities_utils_color_utils/ColorUtils/ColorUtils.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"alphaFromArgb","qualifiedName":"color_utils.ColorUtils.alphaFromArgb","href":"package-material_color_utilities_utils_color_utils/ColorUtils/alphaFromArgb.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the alpha component of a color in ARGB format.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"argbFromLab","qualifiedName":"color_utils.ColorUtils.argbFromLab","href":"package-material_color_utilities_utils_color_utils/ColorUtils/argbFromLab.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts a color represented in Lab color space into an ARGB\ninteger.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"argbFromLinrgb","qualifiedName":"color_utils.ColorUtils.argbFromLinrgb","href":"package-material_color_utilities_utils_color_utils/ColorUtils/argbFromLinrgb.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts a color from linear RGB components to ARGB format.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"argbFromLstar","qualifiedName":"color_utils.ColorUtils.argbFromLstar","href":"package-material_color_utilities_utils_color_utils/ColorUtils/argbFromLstar.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts an L* value to an ARGB representation.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"argbFromRgb","qualifiedName":"color_utils.ColorUtils.argbFromRgb","href":"package-material_color_utilities_utils_color_utils/ColorUtils/argbFromRgb.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts a color from RGB components to ARGB format.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"argbFromXyz","qualifiedName":"color_utils.ColorUtils.argbFromXyz","href":"package-material_color_utilities_utils_color_utils/ColorUtils/argbFromXyz.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts a color from ARGB to XYZ.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"blueFromArgb","qualifiedName":"color_utils.ColorUtils.blueFromArgb","href":"package-material_color_utilities_utils_color_utils/ColorUtils/blueFromArgb.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the blue component of a color in ARGB format.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"delinearized","qualifiedName":"color_utils.ColorUtils.delinearized","href":"package-material_color_utilities_utils_color_utils/ColorUtils/delinearized.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Delinearizes an RGB component.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"greenFromArgb","qualifiedName":"color_utils.ColorUtils.greenFromArgb","href":"package-material_color_utilities_utils_color_utils/ColorUtils/greenFromArgb.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the green component of a color in ARGB format.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"isOpaque","qualifiedName":"color_utils.ColorUtils.isOpaque","href":"package-material_color_utilities_utils_color_utils/ColorUtils/isOpaque.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns whether a color in ARGB format is opaque.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"labFromArgb","qualifiedName":"color_utils.ColorUtils.labFromArgb","href":"package-material_color_utilities_utils_color_utils/ColorUtils/labFromArgb.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts a color from ARGB representation to Lab*\nrepresentation.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"linearized","qualifiedName":"color_utils.ColorUtils.linearized","href":"package-material_color_utilities_utils_color_utils/ColorUtils/linearized.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Linearizes an RGB component.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"lstarFromArgb","qualifiedName":"color_utils.ColorUtils.lstarFromArgb","href":"package-material_color_utilities_utils_color_utils/ColorUtils/lstarFromArgb.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Computes the L* value of a color in ARGB representation.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"lstarFromY","qualifiedName":"color_utils.ColorUtils.lstarFromY","href":"package-material_color_utilities_utils_color_utils/ColorUtils/lstarFromY.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts a Y value to an L* value.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"redFromArgb","qualifiedName":"color_utils.ColorUtils.redFromArgb","href":"package-material_color_utilities_utils_color_utils/ColorUtils/redFromArgb.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the red component of a color in ARGB format.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"whitePointD65","qualifiedName":"color_utils.ColorUtils.whitePointD65","href":"package-material_color_utilities_utils_color_utils/ColorUtils/whitePointD65.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the standard white point; white on a sunny day.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"xyzFromArgb","qualifiedName":"color_utils.ColorUtils.xyzFromArgb","href":"package-material_color_utilities_utils_color_utils/ColorUtils/xyzFromArgb.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts a color from XYZ to ARGB.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"yFromLstar","qualifiedName":"color_utils.ColorUtils.yFromLstar","href":"package-material_color_utilities_utils_color_utils/ColorUtils/yFromLstar.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Converts an L* value to a Y value.","enclosedBy":{"name":"ColorUtils","kind":3,"href":"package-material_color_utilities_utils_color_utils/ColorUtils-class.html"}},{"name":"common","qualifiedName":"common","href":"package-integration_test_common/","kind":9,"packageRank":50,"desc":""},{"name":"CallbackManager","qualifiedName":"common.CallbackManager","href":"package-integration_test_common/CallbackManager-class.html","kind":3,"packageRank":50,"desc":"Template methods each class that responses the driver side inputs must\nimplement.","enclosedBy":{"name":"common","kind":9,"href":"package-integration_test_common/"}},{"name":"CallbackManager.new","qualifiedName":"common.CallbackManager.CallbackManager.new","href":"package-integration_test_common/CallbackManager/CallbackManager.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"CallbackManager","kind":3,"href":"package-integration_test_common/CallbackManager-class.html"}},{"name":"callback","qualifiedName":"common.CallbackManager.callback","href":"package-integration_test_common/CallbackManager/callback.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"The callback function to response the driver side input.","enclosedBy":{"name":"CallbackManager","kind":3,"href":"package-integration_test_common/CallbackManager-class.html"}},{"name":"cleanup","qualifiedName":"common.CallbackManager.cleanup","href":"package-integration_test_common/CallbackManager/cleanup.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Cleanup and completers or locks used during the communication.","enclosedBy":{"name":"CallbackManager","kind":3,"href":"package-integration_test_common/CallbackManager-class.html"}},{"name":"convertFlutterSurfaceToImage","qualifiedName":"common.CallbackManager.convertFlutterSurfaceToImage","href":"package-integration_test_common/CallbackManager/convertFlutterSurfaceToImage.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Android only. Converts the Flutter surface to an image view.","enclosedBy":{"name":"CallbackManager","kind":3,"href":"package-integration_test_common/CallbackManager-class.html"}},{"name":"takeScreenshot","qualifiedName":"common.CallbackManager.takeScreenshot","href":"package-integration_test_common/CallbackManager/takeScreenshot.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Takes a screenshot of the application.\nReturns the data that is sent back to the host.","enclosedBy":{"name":"CallbackManager","kind":3,"href":"package-integration_test_common/CallbackManager-class.html"}},{"name":"DriverTestMessage","qualifiedName":"common.DriverTestMessage","href":"package-integration_test_common/DriverTestMessage-class.html","kind":3,"packageRank":50,"desc":"Message used to communicate between app side tests and driver tests.","enclosedBy":{"name":"common","kind":9,"href":"package-integration_test_common/"}},{"name":"DriverTestMessage.complete","qualifiedName":"common.DriverTestMessage.DriverTestMessage.complete","href":"package-integration_test_common/DriverTestMessage/DriverTestMessage.complete.html","kind":2,"packageRank":50,"desc":"When driver side successfully completed executing the WebDriverCommand.","enclosedBy":{"name":"DriverTestMessage","kind":3,"href":"package-integration_test_common/DriverTestMessage-class.html"}},{"name":"DriverTestMessage.error","qualifiedName":"common.DriverTestMessage.DriverTestMessage.error","href":"package-integration_test_common/DriverTestMessage/DriverTestMessage.error.html","kind":2,"packageRank":50,"desc":"When tests are failed on the driver side.","enclosedBy":{"name":"DriverTestMessage","kind":3,"href":"package-integration_test_common/DriverTestMessage-class.html"}},{"name":"DriverTestMessage.pending","qualifiedName":"common.DriverTestMessage.DriverTestMessage.pending","href":"package-integration_test_common/DriverTestMessage/DriverTestMessage.pending.html","kind":2,"packageRank":50,"desc":"When driver side is waiting on WebDriverCommands to be sent from the\napp side.","enclosedBy":{"name":"DriverTestMessage","kind":3,"href":"package-integration_test_common/DriverTestMessage-class.html"}},{"name":"fromString","qualifiedName":"common.DriverTestMessage.fromString","href":"package-integration_test_common/DriverTestMessage/fromString.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return a DriverTestMessage depending on status.","enclosedBy":{"name":"DriverTestMessage","kind":3,"href":"package-integration_test_common/DriverTestMessage-class.html"}},{"name":"isPending","qualifiedName":"common.DriverTestMessage.isPending","href":"package-integration_test_common/DriverTestMessage/isPending.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Is the driver waiting for a command.","enclosedBy":{"name":"DriverTestMessage","kind":3,"href":"package-integration_test_common/DriverTestMessage-class.html"}},{"name":"isSuccess","qualifiedName":"common.DriverTestMessage.isSuccess","href":"package-integration_test_common/DriverTestMessage/isSuccess.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Has the command completed successfully by the driver.","enclosedBy":{"name":"DriverTestMessage","kind":3,"href":"package-integration_test_common/DriverTestMessage-class.html"}},{"name":"toString","qualifiedName":"common.DriverTestMessage.toString","href":"package-integration_test_common/DriverTestMessage/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Depending on the values of isPending and isSuccess, returns a string\nto represent the DriverTestMessage.","enclosedBy":{"name":"DriverTestMessage","kind":3,"href":"package-integration_test_common/DriverTestMessage-class.html"}},{"name":"Failure","qualifiedName":"common.Failure","href":"package-integration_test_common/Failure-class.html","kind":3,"packageRank":50,"desc":"Representing a failure includes the method name and the failure details.","enclosedBy":{"name":"common","kind":9,"href":"package-integration_test_common/"}},{"name":"Failure.new","qualifiedName":"common.Failure.Failure.new","href":"package-integration_test_common/Failure/Failure.html","kind":2,"packageRank":50,"desc":"Constructor requiring all fields during initialization.","enclosedBy":{"name":"Failure","kind":3,"href":"package-integration_test_common/Failure-class.html"}},{"name":"details","qualifiedName":"common.Failure.details","href":"package-integration_test_common/Failure/details.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The details of the failure such as stack trace.","enclosedBy":{"name":"Failure","kind":3,"href":"package-integration_test_common/Failure-class.html"}},{"name":"fromJsonString","qualifiedName":"common.Failure.fromJsonString","href":"package-integration_test_common/Failure/fromJsonString.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Decode a JSON string to create a Failure object.","enclosedBy":{"name":"Failure","kind":3,"href":"package-integration_test_common/Failure-class.html"}},{"name":"methodName","qualifiedName":"common.Failure.methodName","href":"package-integration_test_common/Failure/methodName.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The name of the test method which failed.","enclosedBy":{"name":"Failure","kind":3,"href":"package-integration_test_common/Failure-class.html"}},{"name":"toJson","qualifiedName":"common.Failure.toJson","href":"package-integration_test_common/Failure/toJson.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Serializes the object to JSON.","enclosedBy":{"name":"Failure","kind":3,"href":"package-integration_test_common/Failure-class.html"}},{"name":"toString","qualifiedName":"common.Failure.toString","href":"package-integration_test_common/Failure/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"Failure","kind":3,"href":"package-integration_test_common/Failure-class.html"}},{"name":"IntegrationTestResults","qualifiedName":"common.IntegrationTestResults","href":"package-integration_test_common/IntegrationTestResults-class.html","kind":3,"packageRank":50,"desc":"Interface that surfaces test results of integration tests.","enclosedBy":{"name":"common","kind":9,"href":"package-integration_test_common/"}},{"name":"IntegrationTestResults.new","qualifiedName":"common.IntegrationTestResults.IntegrationTestResults.new","href":"package-integration_test_common/IntegrationTestResults/IntegrationTestResults.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"IntegrationTestResults","kind":3,"href":"package-integration_test_common/IntegrationTestResults-class.html"}},{"name":"allTestsPassed","qualifiedName":"common.IntegrationTestResults.allTestsPassed","href":"package-integration_test_common/IntegrationTestResults/allTestsPassed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether all the test methods completed successfully.","enclosedBy":{"name":"IntegrationTestResults","kind":3,"href":"package-integration_test_common/IntegrationTestResults-class.html"}},{"name":"failureMethodsDetails","qualifiedName":"common.IntegrationTestResults.failureMethodsDetails","href":"package-integration_test_common/IntegrationTestResults/failureMethodsDetails.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Stores failure details.","enclosedBy":{"name":"IntegrationTestResults","kind":3,"href":"package-integration_test_common/IntegrationTestResults-class.html"}},{"name":"reportData","qualifiedName":"common.IntegrationTestResults.reportData","href":"package-integration_test_common/IntegrationTestResults/reportData.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The extra data for the reported result.","enclosedBy":{"name":"IntegrationTestResults","kind":3,"href":"package-integration_test_common/IntegrationTestResults-class.html"}},{"name":"Response","qualifiedName":"common.Response","href":"package-integration_test_common/Response-class.html","kind":3,"packageRank":50,"desc":"Classes shared between integration_test.dart and flutter drive based\nadaptor (ex: integration_test_driver.dart).\nAn object sent from integration_test back to the Flutter Driver in response to\nrequest_data command.","enclosedBy":{"name":"common","kind":9,"href":"package-integration_test_common/"}},{"name":"Response.allTestsPassed","qualifiedName":"common.Response.Response.allTestsPassed","href":"package-integration_test_common/Response/Response.allTestsPassed.html","kind":2,"packageRank":50,"desc":"Constructor to use for positive response.","enclosedBy":{"name":"Response","kind":3,"href":"package-integration_test_common/Response-class.html"}},{"name":"Response.someTestsFailed","qualifiedName":"common.Response.Response.someTestsFailed","href":"package-integration_test_common/Response/Response.someTestsFailed.html","kind":2,"packageRank":50,"desc":"Constructor for failure response.","enclosedBy":{"name":"Response","kind":3,"href":"package-integration_test_common/Response-class.html"}},{"name":"Response.toolException","qualifiedName":"common.Response.Response.toolException","href":"package-integration_test_common/Response/Response.toolException.html","kind":2,"packageRank":50,"desc":"Constructor for failure response.","enclosedBy":{"name":"Response","kind":3,"href":"package-integration_test_common/Response-class.html"}},{"name":"Response.webDriverCommand","qualifiedName":"common.Response.Response.webDriverCommand","href":"package-integration_test_common/Response/Response.webDriverCommand.html","kind":2,"packageRank":50,"desc":"Constructor for web driver commands response.","enclosedBy":{"name":"Response","kind":3,"href":"package-integration_test_common/Response-class.html"}},{"name":"allTestsPassed","qualifiedName":"common.Response.allTestsPassed","href":"package-integration_test_common/Response/allTestsPassed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether the test ran successfully or not.","enclosedBy":{"name":"Response","kind":3,"href":"package-integration_test_common/Response-class.html"}},{"name":"data","qualifiedName":"common.Response.data","href":"package-integration_test_common/Response/data.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The extra information to be added along side the test result.","enclosedBy":{"name":"Response","kind":3,"href":"package-integration_test_common/Response-class.html"}},{"name":"failureDetails","qualifiedName":"common.Response.failureDetails","href":"package-integration_test_common/Response/failureDetails.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Failure details as a list.","enclosedBy":{"name":"Response","kind":3,"href":"package-integration_test_common/Response-class.html"}},{"name":"formatFailures","qualifiedName":"common.Response.formatFailures","href":"package-integration_test_common/Response/formatFailures.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Method for formatting the test failures' details.","enclosedBy":{"name":"Response","kind":3,"href":"package-integration_test_common/Response-class.html"}},{"name":"formattedFailureDetails","qualifiedName":"common.Response.formattedFailureDetails","href":"package-integration_test_common/Response/formattedFailureDetails.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"If the result are failures get the formatted details.","enclosedBy":{"name":"Response","kind":3,"href":"package-integration_test_common/Response-class.html"}},{"name":"fromJson","qualifiedName":"common.Response.fromJson","href":"package-integration_test_common/Response/fromJson.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Deserializes the result from JSON.","enclosedBy":{"name":"Response","kind":3,"href":"package-integration_test_common/Response-class.html"}},{"name":"toJson","qualifiedName":"common.Response.toJson","href":"package-integration_test_common/Response/toJson.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Serializes this message to a JSON map.","enclosedBy":{"name":"Response","kind":3,"href":"package-integration_test_common/Response-class.html"}},{"name":"ScreenshotCallback","qualifiedName":"common.ScreenshotCallback","href":"package-integration_test_common/ScreenshotCallback.html","kind":21,"packageRank":50,"desc":"A callback to use with integrationDriver.","enclosedBy":{"name":"common","kind":9,"href":"package-integration_test_common/"}},{"name":"WebDriverCommand","qualifiedName":"common.WebDriverCommand","href":"package-integration_test_common/WebDriverCommand-class.html","kind":3,"packageRank":50,"desc":"Command for WebDriver to execute.","enclosedBy":{"name":"common","kind":9,"href":"package-integration_test_common/"}},{"name":"WebDriverCommand.noop","qualifiedName":"common.WebDriverCommand.WebDriverCommand.noop","href":"package-integration_test_common/WebDriverCommand/WebDriverCommand.noop.html","kind":2,"packageRank":50,"desc":"Constructor for WebDriverCommandType.noop command.","enclosedBy":{"name":"WebDriverCommand","kind":3,"href":"package-integration_test_common/WebDriverCommand-class.html"}},{"name":"WebDriverCommand.screenshot","qualifiedName":"common.WebDriverCommand.WebDriverCommand.screenshot","href":"package-integration_test_common/WebDriverCommand/WebDriverCommand.screenshot.html","kind":2,"packageRank":50,"desc":"Constructor for WebDriverCommandType.noop screenshot.","enclosedBy":{"name":"WebDriverCommand","kind":3,"href":"package-integration_test_common/WebDriverCommand-class.html"}},{"name":"type","qualifiedName":"common.WebDriverCommand.type","href":"package-integration_test_common/WebDriverCommand/type.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Type of the WebDriverCommand.","enclosedBy":{"name":"WebDriverCommand","kind":3,"href":"package-integration_test_common/WebDriverCommand-class.html"}},{"name":"typeToMap","qualifiedName":"common.WebDriverCommand.typeToMap","href":"package-integration_test_common/WebDriverCommand/typeToMap.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Util method for converting WebDriverCommandType to a map entry.","enclosedBy":{"name":"WebDriverCommand","kind":3,"href":"package-integration_test_common/WebDriverCommand-class.html"}},{"name":"values","qualifiedName":"common.WebDriverCommand.values","href":"package-integration_test_common/WebDriverCommand/values.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Used for adding extra values to the commands such as file name for\nscreenshot.","enclosedBy":{"name":"WebDriverCommand","kind":3,"href":"package-integration_test_common/WebDriverCommand-class.html"}},{"name":"WebDriverCommandType","qualifiedName":"common.WebDriverCommandType","href":"package-integration_test_common/WebDriverCommandType.html","kind":5,"packageRank":50,"desc":"Types of different WebDriver commands that can be used in web integration\ntests.","enclosedBy":{"name":"common","kind":9,"href":"package-integration_test_common/"}},{"name":"values","qualifiedName":"common.WebDriverCommandType.values","href":"package-integration_test_common/WebDriverCommandType/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"WebDriverCommandType","kind":5,"href":"package-integration_test_common/WebDriverCommandType.html"}},{"name":"contrast","qualifiedName":"contrast","href":"package-material_color_utilities_contrast_contrast/","kind":9,"packageRank":50,"desc":""},{"name":"Contrast","qualifiedName":"contrast.Contrast","href":"package-material_color_utilities_contrast_contrast/Contrast-class.html","kind":3,"packageRank":50,"desc":"Utility methods for calculating contrast given two colors, or calculating a\ncolor given one color and a contrast ratio.","enclosedBy":{"name":"contrast","kind":9,"href":"package-material_color_utilities_contrast_contrast/"}},{"name":"Contrast.new","qualifiedName":"contrast.Contrast.Contrast.new","href":"package-material_color_utilities_contrast_contrast/Contrast/Contrast.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Contrast","kind":3,"href":"package-material_color_utilities_contrast_contrast/Contrast-class.html"}},{"name":"darker","qualifiedName":"contrast.Contrast.darker","href":"package-material_color_utilities_contrast_contrast/Contrast/darker.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a tone &lt;= tone that ensures ratio.\nReturn value is between 0 and 100.\nReturns -1 if ratio cannot be achieved with tone.","enclosedBy":{"name":"Contrast","kind":3,"href":"package-material_color_utilities_contrast_contrast/Contrast-class.html"}},{"name":"darkerUnsafe","qualifiedName":"contrast.Contrast.darkerUnsafe","href":"package-material_color_utilities_contrast_contrast/Contrast/darkerUnsafe.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a tone &lt;= tone that ensures ratio.\nReturn value is between 0 and 100.\nReturns 0 if ratio cannot be achieved with tone.","enclosedBy":{"name":"Contrast","kind":3,"href":"package-material_color_utilities_contrast_contrast/Contrast-class.html"}},{"name":"lighter","qualifiedName":"contrast.Contrast.lighter","href":"package-material_color_utilities_contrast_contrast/Contrast/lighter.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a tone &gt;= tone that ensures ratio.\nReturn value is between 0 and 100.\nReturns -1 if ratio cannot be achieved with tone.","enclosedBy":{"name":"Contrast","kind":3,"href":"package-material_color_utilities_contrast_contrast/Contrast-class.html"}},{"name":"lighterUnsafe","qualifiedName":"contrast.Contrast.lighterUnsafe","href":"package-material_color_utilities_contrast_contrast/Contrast/lighterUnsafe.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a tone &gt;= tone that ensures ratio.\nReturn value is between 0 and 100.\nReturns 100 if ratio cannot be achieved with tone.","enclosedBy":{"name":"Contrast","kind":3,"href":"package-material_color_utilities_contrast_contrast/Contrast-class.html"}},{"name":"ratioOfTones","qualifiedName":"contrast.Contrast.ratioOfTones","href":"package-material_color_utilities_contrast_contrast/Contrast/ratioOfTones.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a contrast ratio, which ranges from 1 to 21.\ntoneA Tone between 0 and 100. Values outside will be clamped.\ntoneB Tone between 0 and 100. Values outside will be clamped.","enclosedBy":{"name":"Contrast","kind":3,"href":"package-material_color_utilities_contrast_contrast/Contrast-class.html"}},{"name":"contrast_curve","qualifiedName":"contrast_curve","href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/","kind":9,"packageRank":50,"desc":""},{"name":"ContrastCurve","qualifiedName":"contrast_curve.ContrastCurve","href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve-class.html","kind":3,"packageRank":50,"desc":"A class containing a value that changes with the contrast level.","enclosedBy":{"name":"contrast_curve","kind":9,"href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/"}},{"name":"ContrastCurve.new","qualifiedName":"contrast_curve.ContrastCurve.ContrastCurve.new","href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve/ContrastCurve.html","kind":2,"packageRank":50,"desc":"Creates a ContrastCurve object.","enclosedBy":{"name":"ContrastCurve","kind":3,"href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve-class.html"}},{"name":"get","qualifiedName":"contrast_curve.ContrastCurve.get","href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve/get.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns the value at a given contrast level.","enclosedBy":{"name":"ContrastCurve","kind":3,"href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve-class.html"}},{"name":"high","qualifiedName":"contrast_curve.ContrastCurve.high","href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve/high.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"ContrastCurve","kind":3,"href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve-class.html"}},{"name":"low","qualifiedName":"contrast_curve.ContrastCurve.low","href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve/low.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"ContrastCurve","kind":3,"href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve-class.html"}},{"name":"medium","qualifiedName":"contrast_curve.ContrastCurve.medium","href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve/medium.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"ContrastCurve","kind":3,"href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve-class.html"}},{"name":"normal","qualifiedName":"contrast_curve.ContrastCurve.normal","href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve/normal.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"ContrastCurve","kind":3,"href":"package-material_color_utilities_dynamiccolor_src_contrast_curve/ContrastCurve-class.html"}},{"name":"core","qualifiedName":"core","href":"core/","kind":9,"packageRank":50,"desc":""},{"name":"core_palette","qualifiedName":"core_palette","href":"package-material_color_utilities_palettes_core_palette/","kind":9,"packageRank":50,"desc":""},{"name":"CorePalette","qualifiedName":"core_palette.CorePalette","href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html","kind":3,"packageRank":50,"desc":"An intermediate concept between the key color for a UI theme, and a full\ncolor scheme. 5 tonal palettes are generated, all except one use the same\nhue as the key color, and all vary in chroma.","enclosedBy":{"name":"core_palette","kind":9,"href":"package-material_color_utilities_palettes_core_palette/"}},{"name":"CorePalette.fromList","qualifiedName":"core_palette.CorePalette.CorePalette.fromList","href":"package-material_color_utilities_palettes_core_palette/CorePalette/CorePalette.fromList.html","kind":2,"packageRank":50,"desc":"Create a CorePalette from a fixed-size list of ARGB color ints\nrepresenting concatenated tonal palettes.","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"asList","qualifiedName":"core_palette.CorePalette.asList","href":"package-material_color_utilities_palettes_core_palette/CorePalette/asList.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a list of ARGB color ints from concatenated tonal palettes.","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"contentOf","qualifiedName":"core_palette.CorePalette.contentOf","href":"package-material_color_utilities_palettes_core_palette/CorePalette/contentOf.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Create a content CorePalette from a source ARGB color.","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"error","qualifiedName":"core_palette.CorePalette.error","href":"package-material_color_utilities_palettes_core_palette/CorePalette/error.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"hashCode","qualifiedName":"core_palette.CorePalette.hashCode","href":"package-material_color_utilities_palettes_core_palette/CorePalette/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"neutral","qualifiedName":"core_palette.CorePalette.neutral","href":"package-material_color_utilities_palettes_core_palette/CorePalette/neutral.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"neutralVariant","qualifiedName":"core_palette.CorePalette.neutralVariant","href":"package-material_color_utilities_palettes_core_palette/CorePalette/neutralVariant.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"of","qualifiedName":"core_palette.CorePalette.of","href":"package-material_color_utilities_palettes_core_palette/CorePalette/of.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Create a CorePalette from a source ARGB color.","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"operator ==","qualifiedName":"core_palette.CorePalette.operator ==","href":"package-material_color_utilities_palettes_core_palette/CorePalette/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The equality operator.","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"primary","qualifiedName":"core_palette.CorePalette.primary","href":"package-material_color_utilities_palettes_core_palette/CorePalette/primary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"secondary","qualifiedName":"core_palette.CorePalette.secondary","href":"package-material_color_utilities_palettes_core_palette/CorePalette/secondary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"size","qualifiedName":"core_palette.CorePalette.size","href":"package-material_color_utilities_palettes_core_palette/CorePalette/size-constant.html","kind":1,"overriddenDepth":0,"packageRank":50,"desc":"The number of generated tonal palettes.","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"tertiary","qualifiedName":"core_palette.CorePalette.tertiary","href":"package-material_color_utilities_palettes_core_palette/CorePalette/tertiary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"toString","qualifiedName":"core_palette.CorePalette.toString","href":"package-material_color_utilities_palettes_core_palette/CorePalette/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"CorePalette","kind":3,"href":"package-material_color_utilities_palettes_core_palette/CorePalette-class.html"}},{"name":"core_palettes","qualifiedName":"core_palettes","href":"package-material_color_utilities_palettes_core_palettes/","kind":9,"packageRank":50,"desc":""},{"name":"CorePalettes","qualifiedName":"core_palettes.CorePalettes","href":"package-material_color_utilities_palettes_core_palettes/CorePalettes-class.html","kind":3,"packageRank":50,"desc":"Comprises foundational palettes to build a color scheme. Generated from a\nsource color, these palettes will then be part of a DynamicScheme together\nwith appearance preferences.","enclosedBy":{"name":"core_palettes","kind":9,"href":"package-material_color_utilities_palettes_core_palettes/"}},{"name":"CorePalettes.new","qualifiedName":"core_palettes.CorePalettes.CorePalettes.new","href":"package-material_color_utilities_palettes_core_palettes/CorePalettes/CorePalettes.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"CorePalettes","kind":3,"href":"package-material_color_utilities_palettes_core_palettes/CorePalettes-class.html"}},{"name":"neutral","qualifiedName":"core_palettes.CorePalettes.neutral","href":"package-material_color_utilities_palettes_core_palettes/CorePalettes/neutral.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"CorePalettes","kind":3,"href":"package-material_color_utilities_palettes_core_palettes/CorePalettes-class.html"}},{"name":"neutralVariant","qualifiedName":"core_palettes.CorePalettes.neutralVariant","href":"package-material_color_utilities_palettes_core_palettes/CorePalettes/neutralVariant.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"CorePalettes","kind":3,"href":"package-material_color_utilities_palettes_core_palettes/CorePalettes-class.html"}},{"name":"primary","qualifiedName":"core_palettes.CorePalettes.primary","href":"package-material_color_utilities_palettes_core_palettes/CorePalettes/primary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"CorePalettes","kind":3,"href":"package-material_color_utilities_palettes_core_palettes/CorePalettes-class.html"}},{"name":"secondary","qualifiedName":"core_palettes.CorePalettes.secondary","href":"package-material_color_utilities_palettes_core_palettes/CorePalettes/secondary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"CorePalettes","kind":3,"href":"package-material_color_utilities_palettes_core_palettes/CorePalettes-class.html"}},{"name":"tertiary","qualifiedName":"core_palettes.CorePalettes.tertiary","href":"package-material_color_utilities_palettes_core_palettes/CorePalettes/tertiary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"CorePalettes","kind":3,"href":"package-material_color_utilities_palettes_core_palettes/CorePalettes-class.html"}},{"name":"crypto","qualifiedName":"crypto","href":"package-crypto_crypto/","kind":9,"packageRank":50,"desc":""},{"name":"Digest","qualifiedName":"crypto.Digest","href":"package-crypto_crypto/Digest-class.html","kind":3,"packageRank":50,"desc":"A message digest as computed by a Hash or HMAC function.","enclosedBy":{"name":"crypto","kind":9,"href":"package-crypto_crypto/"}},{"name":"Digest.new","qualifiedName":"crypto.Digest.Digest.new","href":"package-crypto_crypto/Digest/Digest.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Digest","kind":3,"href":"package-crypto_crypto/Digest-class.html"}},{"name":"bytes","qualifiedName":"crypto.Digest.bytes","href":"package-crypto_crypto/Digest/bytes.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The message digest as an array of bytes.","enclosedBy":{"name":"Digest","kind":3,"href":"package-crypto_crypto/Digest-class.html"}},{"name":"hashCode","qualifiedName":"crypto.Digest.hashCode","href":"package-crypto_crypto/Digest/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The hash code for this object.","enclosedBy":{"name":"Digest","kind":3,"href":"package-crypto_crypto/Digest-class.html"}},{"name":"operator ==","qualifiedName":"crypto.Digest.operator ==","href":"package-crypto_crypto/Digest/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Returns whether this is equal to another digest.","enclosedBy":{"name":"Digest","kind":3,"href":"package-crypto_crypto/Digest-class.html"}},{"name":"toString","qualifiedName":"crypto.Digest.toString","href":"package-crypto_crypto/Digest/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The message digest as a string of hexadecimal digits.","enclosedBy":{"name":"Digest","kind":3,"href":"package-crypto_crypto/Digest-class.html"}},{"name":"Hash","qualifiedName":"crypto.Hash","href":"package-crypto_crypto/Hash-class.html","kind":3,"packageRank":50,"desc":"An interface for cryptographic hash functions.","enclosedBy":{"name":"crypto","kind":9,"href":"package-crypto_crypto/"}},{"name":"Hash.new","qualifiedName":"crypto.Hash.Hash.new","href":"package-crypto_crypto/Hash/Hash.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Hash","kind":3,"href":"package-crypto_crypto/Hash-class.html"}},{"name":"blockSize","qualifiedName":"crypto.Hash.blockSize","href":"package-crypto_crypto/Hash/blockSize.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The internal block size of the hash in bytes.","enclosedBy":{"name":"Hash","kind":3,"href":"package-crypto_crypto/Hash-class.html"}},{"name":"convert","qualifiedName":"crypto.Hash.convert","href":"package-crypto_crypto/Hash/convert.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Converts input and returns the result of the conversion.","enclosedBy":{"name":"Hash","kind":3,"href":"package-crypto_crypto/Hash-class.html"}},{"name":"startChunkedConversion","qualifiedName":"crypto.Hash.startChunkedConversion","href":"package-crypto_crypto/Hash/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"Hash","kind":3,"href":"package-crypto_crypto/Hash-class.html"}},{"name":"Hmac","qualifiedName":"crypto.Hmac","href":"package-crypto_crypto/Hmac-class.html","kind":3,"packageRank":50,"desc":"An implementation of keyed-hash method authentication codes.","enclosedBy":{"name":"crypto","kind":9,"href":"package-crypto_crypto/"}},{"name":"Hmac.new","qualifiedName":"crypto.Hmac.Hmac.new","href":"package-crypto_crypto/Hmac/Hmac.html","kind":2,"packageRank":50,"desc":"Create an Hmac object from a Hash and a binary key.","enclosedBy":{"name":"Hmac","kind":3,"href":"package-crypto_crypto/Hmac-class.html"}},{"name":"convert","qualifiedName":"crypto.Hmac.convert","href":"package-crypto_crypto/Hmac/convert.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Converts input and returns the result of the conversion.","enclosedBy":{"name":"Hmac","kind":3,"href":"package-crypto_crypto/Hmac-class.html"}},{"name":"startChunkedConversion","qualifiedName":"crypto.Hmac.startChunkedConversion","href":"package-crypto_crypto/Hmac/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"Hmac","kind":3,"href":"package-crypto_crypto/Hmac-class.html"}},{"name":"md5","qualifiedName":"crypto.md5","href":"package-crypto_crypto/md5-constant.html","kind":19,"packageRank":50,"desc":"An implementation of the MD5 hash function.","enclosedBy":{"name":"crypto","kind":9,"href":"package-crypto_crypto/"}},{"name":"sha1","qualifiedName":"crypto.sha1","href":"package-crypto_crypto/sha1-constant.html","kind":19,"packageRank":50,"desc":"An implementation of the SHA-1 hash function.","enclosedBy":{"name":"crypto","kind":9,"href":"package-crypto_crypto/"}},{"name":"sha224","qualifiedName":"crypto.sha224","href":"package-crypto_crypto/sha224-constant.html","kind":19,"packageRank":50,"desc":"An implementation of the SHA-224 hash function.","enclosedBy":{"name":"crypto","kind":9,"href":"package-crypto_crypto/"}},{"name":"sha256","qualifiedName":"crypto.sha256","href":"package-crypto_crypto/sha256-constant.html","kind":19,"packageRank":50,"desc":"An implementation of the SHA-256 hash function.","enclosedBy":{"name":"crypto","kind":9,"href":"package-crypto_crypto/"}},{"name":"sha384","qualifiedName":"crypto.sha384","href":"package-crypto_crypto/sha384-constant.html","kind":19,"packageRank":50,"desc":"An implementation of the SHA-384 hash function.","enclosedBy":{"name":"crypto","kind":9,"href":"package-crypto_crypto/"}},{"name":"sha512","qualifiedName":"crypto.sha512","href":"package-crypto_crypto/sha512-constant.html","kind":19,"packageRank":50,"desc":"An implementation of the SHA-512 hash function.","enclosedBy":{"name":"crypto","kind":9,"href":"package-crypto_crypto/"}},{"name":"sha512224","qualifiedName":"crypto.sha512224","href":"package-crypto_crypto/sha512224-constant.html","kind":19,"packageRank":50,"desc":"An implementation of the SHA-512/224 hash function.","enclosedBy":{"name":"crypto","kind":9,"href":"package-crypto_crypto/"}},{"name":"sha512256","qualifiedName":"crypto.sha512256","href":"package-crypto_crypto/sha512256-constant.html","kind":19,"packageRank":50,"desc":"An implementation of the SHA-512/256 hash function.","enclosedBy":{"name":"crypto","kind":9,"href":"package-crypto_crypto/"}},{"name":"cupertino","qualifiedName":"cupertino","href":"cupertino/","kind":9,"packageRank":0,"desc":"Flutter widgets implementing the current iOS design language."},{"name":"CupertinoActionSheet","qualifiedName":"cupertino.CupertinoActionSheet","href":"cupertino/CupertinoActionSheet-class.html","kind":3,"packageRank":0,"desc":"An iOS-style action sheet.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoActionSheet.new","qualifiedName":"cupertino.CupertinoActionSheet.CupertinoActionSheet.new","href":"cupertino/CupertinoActionSheet/CupertinoActionSheet.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style action sheet.","enclosedBy":{"name":"CupertinoActionSheet","kind":3,"href":"cupertino/CupertinoActionSheet-class.html"}},{"name":"actionScrollController","qualifiedName":"cupertino.CupertinoActionSheet.actionScrollController","href":"cupertino/CupertinoActionSheet/actionScrollController.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A scroll controller that can be used to control the scrolling of the\nactions in the action sheet.","enclosedBy":{"name":"CupertinoActionSheet","kind":3,"href":"cupertino/CupertinoActionSheet-class.html"}},{"name":"actions","qualifiedName":"cupertino.CupertinoActionSheet.actions","href":"cupertino/CupertinoActionSheet/actions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The set of actions that are displayed for the user to select.","enclosedBy":{"name":"CupertinoActionSheet","kind":3,"href":"cupertino/CupertinoActionSheet-class.html"}},{"name":"cancelButton","qualifiedName":"cupertino.CupertinoActionSheet.cancelButton","href":"cupertino/CupertinoActionSheet/cancelButton.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The optional cancel button that is grouped separately from the other\nactions.","enclosedBy":{"name":"CupertinoActionSheet","kind":3,"href":"cupertino/CupertinoActionSheet-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoActionSheet.createState","href":"cupertino/CupertinoActionSheet/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoActionSheet","kind":3,"href":"cupertino/CupertinoActionSheet-class.html"}},{"name":"message","qualifiedName":"cupertino.CupertinoActionSheet.message","href":"cupertino/CupertinoActionSheet/message.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional descriptive message that provides more details about the\nreason for the alert.","enclosedBy":{"name":"CupertinoActionSheet","kind":3,"href":"cupertino/CupertinoActionSheet-class.html"}},{"name":"messageScrollController","qualifiedName":"cupertino.CupertinoActionSheet.messageScrollController","href":"cupertino/CupertinoActionSheet/messageScrollController.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A scroll controller that can be used to control the scrolling of the\nmessage in the action sheet.","enclosedBy":{"name":"CupertinoActionSheet","kind":3,"href":"cupertino/CupertinoActionSheet-class.html"}},{"name":"title","qualifiedName":"cupertino.CupertinoActionSheet.title","href":"cupertino/CupertinoActionSheet/title.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional title of the action sheet. When the message is non-null,\nthe font of the title is bold.","enclosedBy":{"name":"CupertinoActionSheet","kind":3,"href":"cupertino/CupertinoActionSheet-class.html"}},{"name":"CupertinoActionSheetAction","qualifiedName":"cupertino.CupertinoActionSheetAction","href":"cupertino/CupertinoActionSheetAction-class.html","kind":3,"packageRank":0,"desc":"The content of a typical action button in a CupertinoActionSheet.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoActionSheetAction.new","qualifiedName":"cupertino.CupertinoActionSheetAction.CupertinoActionSheetAction.new","href":"cupertino/CupertinoActionSheetAction/CupertinoActionSheetAction.html","kind":2,"packageRank":0,"desc":"Creates an action for an iOS-style action sheet.","enclosedBy":{"name":"CupertinoActionSheetAction","kind":3,"href":"cupertino/CupertinoActionSheetAction-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoActionSheetAction.child","href":"cupertino/CupertinoActionSheetAction/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The widget below this widget in the tree.","enclosedBy":{"name":"CupertinoActionSheetAction","kind":3,"href":"cupertino/CupertinoActionSheetAction-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoActionSheetAction.createState","href":"cupertino/CupertinoActionSheetAction/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoActionSheetAction","kind":3,"href":"cupertino/CupertinoActionSheetAction-class.html"}},{"name":"focusColor","qualifiedName":"cupertino.CupertinoActionSheetAction.focusColor","href":"cupertino/CupertinoActionSheetAction/focusColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color of the background that highlights active focus.","enclosedBy":{"name":"CupertinoActionSheetAction","kind":3,"href":"cupertino/CupertinoActionSheetAction-class.html"}},{"name":"focusNode","qualifiedName":"cupertino.CupertinoActionSheetAction.focusNode","href":"cupertino/CupertinoActionSheetAction/focusNode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional focus node to use as the focus node for this widget.","enclosedBy":{"name":"CupertinoActionSheetAction","kind":3,"href":"cupertino/CupertinoActionSheetAction-class.html"}},{"name":"isDefaultAction","qualifiedName":"cupertino.CupertinoActionSheetAction.isDefaultAction","href":"cupertino/CupertinoActionSheetAction/isDefaultAction.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this action is the default choice in the action sheet.","enclosedBy":{"name":"CupertinoActionSheetAction","kind":3,"href":"cupertino/CupertinoActionSheetAction-class.html"}},{"name":"isDestructiveAction","qualifiedName":"cupertino.CupertinoActionSheetAction.isDestructiveAction","href":"cupertino/CupertinoActionSheetAction/isDestructiveAction.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this action might change or delete data.","enclosedBy":{"name":"CupertinoActionSheetAction","kind":3,"href":"cupertino/CupertinoActionSheetAction-class.html"}},{"name":"mouseCursor","qualifiedName":"cupertino.CupertinoActionSheetAction.mouseCursor","href":"cupertino/CupertinoActionSheetAction/mouseCursor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The cursor that will be shown when hovering over the button.","enclosedBy":{"name":"CupertinoActionSheetAction","kind":3,"href":"cupertino/CupertinoActionSheetAction-class.html"}},{"name":"onPressed","qualifiedName":"cupertino.CupertinoActionSheetAction.onPressed","href":"cupertino/CupertinoActionSheetAction/onPressed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The callback that is called when the button is selected.","enclosedBy":{"name":"CupertinoActionSheetAction","kind":3,"href":"cupertino/CupertinoActionSheetAction-class.html"}},{"name":"CupertinoActivityIndicator","qualifiedName":"cupertino.CupertinoActivityIndicator","href":"cupertino/CupertinoActivityIndicator-class.html","kind":3,"packageRank":0,"desc":"An iOS-style activity indicator that spins clockwise.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoActivityIndicator.new","qualifiedName":"cupertino.CupertinoActivityIndicator.CupertinoActivityIndicator.new","href":"cupertino/CupertinoActivityIndicator/CupertinoActivityIndicator.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style activity indicator that spins clockwise.","enclosedBy":{"name":"CupertinoActivityIndicator","kind":3,"href":"cupertino/CupertinoActivityIndicator-class.html"}},{"name":"CupertinoActivityIndicator.partiallyRevealed","qualifiedName":"cupertino.CupertinoActivityIndicator.CupertinoActivityIndicator.partiallyRevealed","href":"cupertino/CupertinoActivityIndicator/CupertinoActivityIndicator.partiallyRevealed.html","kind":2,"packageRank":0,"desc":"Creates a non-animated iOS-style activity indicator that displays\na partial count of ticks based on the value of progress.","enclosedBy":{"name":"CupertinoActivityIndicator","kind":3,"href":"cupertino/CupertinoActivityIndicator-class.html"}},{"name":"animating","qualifiedName":"cupertino.CupertinoActivityIndicator.animating","href":"cupertino/CupertinoActivityIndicator/animating.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the activity indicator is running its animation.","enclosedBy":{"name":"CupertinoActivityIndicator","kind":3,"href":"cupertino/CupertinoActivityIndicator-class.html"}},{"name":"color","qualifiedName":"cupertino.CupertinoActivityIndicator.color","href":"cupertino/CupertinoActivityIndicator/color.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Color of the activity indicator.","enclosedBy":{"name":"CupertinoActivityIndicator","kind":3,"href":"cupertino/CupertinoActivityIndicator-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoActivityIndicator.createState","href":"cupertino/CupertinoActivityIndicator/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoActivityIndicator","kind":3,"href":"cupertino/CupertinoActivityIndicator-class.html"}},{"name":"progress","qualifiedName":"cupertino.CupertinoActivityIndicator.progress","href":"cupertino/CupertinoActivityIndicator/progress.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Determines the percentage of spinner ticks that will be shown. Typical usage would\ndisplay all ticks, however, this allows for more fine-grained control such as\nduring pull-to-refresh when the drag-down action shows one tick at a time as\nthe user continues to drag down.","enclosedBy":{"name":"CupertinoActivityIndicator","kind":3,"href":"cupertino/CupertinoActivityIndicator-class.html"}},{"name":"radius","qualifiedName":"cupertino.CupertinoActivityIndicator.radius","href":"cupertino/CupertinoActivityIndicator/radius.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Radius of the spinner widget.","enclosedBy":{"name":"CupertinoActivityIndicator","kind":3,"href":"cupertino/CupertinoActivityIndicator-class.html"}},{"name":"CupertinoAdaptiveTextSelectionToolbar","qualifiedName":"cupertino.CupertinoAdaptiveTextSelectionToolbar","href":"cupertino/CupertinoAdaptiveTextSelectionToolbar-class.html","kind":3,"packageRank":0,"desc":"The default Cupertino context menu for text selection for the current\nplatform with the given children.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoAdaptiveTextSelectionToolbar.buttonItems","qualifiedName":"cupertino.CupertinoAdaptiveTextSelectionToolbar.CupertinoAdaptiveTextSelectionToolbar.buttonItems","href":"cupertino/CupertinoAdaptiveTextSelectionToolbar/CupertinoAdaptiveTextSelectionToolbar.buttonItems.html","kind":2,"packageRank":0,"desc":"Create an instance of CupertinoAdaptiveTextSelectionToolbar whose\nchildren will be built from the given buttonItems.","enclosedBy":{"name":"CupertinoAdaptiveTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoAdaptiveTextSelectionToolbar-class.html"}},{"name":"CupertinoAdaptiveTextSelectionToolbar.editable","qualifiedName":"cupertino.CupertinoAdaptiveTextSelectionToolbar.CupertinoAdaptiveTextSelectionToolbar.editable","href":"cupertino/CupertinoAdaptiveTextSelectionToolbar/CupertinoAdaptiveTextSelectionToolbar.editable.html","kind":2,"packageRank":0,"desc":"Create an instance of CupertinoAdaptiveTextSelectionToolbar with the\ndefault children for an editable field.","enclosedBy":{"name":"CupertinoAdaptiveTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoAdaptiveTextSelectionToolbar-class.html"}},{"name":"CupertinoAdaptiveTextSelectionToolbar.editableText","qualifiedName":"cupertino.CupertinoAdaptiveTextSelectionToolbar.CupertinoAdaptiveTextSelectionToolbar.editableText","href":"cupertino/CupertinoAdaptiveTextSelectionToolbar/CupertinoAdaptiveTextSelectionToolbar.editableText.html","kind":2,"packageRank":0,"desc":"Create an instance of CupertinoAdaptiveTextSelectionToolbar with the\ndefault children for an EditableText.","enclosedBy":{"name":"CupertinoAdaptiveTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoAdaptiveTextSelectionToolbar-class.html"}},{"name":"CupertinoAdaptiveTextSelectionToolbar.new","qualifiedName":"cupertino.CupertinoAdaptiveTextSelectionToolbar.CupertinoAdaptiveTextSelectionToolbar.new","href":"cupertino/CupertinoAdaptiveTextSelectionToolbar/CupertinoAdaptiveTextSelectionToolbar.html","kind":2,"packageRank":0,"desc":"Create an instance of CupertinoAdaptiveTextSelectionToolbar with the\ngiven children.","enclosedBy":{"name":"CupertinoAdaptiveTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoAdaptiveTextSelectionToolbar-class.html"}},{"name":"CupertinoAdaptiveTextSelectionToolbar.selectable","qualifiedName":"cupertino.CupertinoAdaptiveTextSelectionToolbar.CupertinoAdaptiveTextSelectionToolbar.selectable","href":"cupertino/CupertinoAdaptiveTextSelectionToolbar/CupertinoAdaptiveTextSelectionToolbar.selectable.html","kind":2,"packageRank":0,"desc":"Create an instance of CupertinoAdaptiveTextSelectionToolbar with the\ndefault children for selectable, but not editable, content.","enclosedBy":{"name":"CupertinoAdaptiveTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoAdaptiveTextSelectionToolbar-class.html"}},{"name":"anchors","qualifiedName":"cupertino.CupertinoAdaptiveTextSelectionToolbar.anchors","href":"cupertino/CupertinoAdaptiveTextSelectionToolbar/anchors.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The location on which to anchor the menu.","enclosedBy":{"name":"CupertinoAdaptiveTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoAdaptiveTextSelectionToolbar-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoAdaptiveTextSelectionToolbar.build","href":"cupertino/CupertinoAdaptiveTextSelectionToolbar/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoAdaptiveTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoAdaptiveTextSelectionToolbar-class.html"}},{"name":"buttonItems","qualifiedName":"cupertino.CupertinoAdaptiveTextSelectionToolbar.buttonItems","href":"cupertino/CupertinoAdaptiveTextSelectionToolbar/buttonItems.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The ContextMenuButtonItems that will be turned into the correct button\nwidgets for the current platform.","enclosedBy":{"name":"CupertinoAdaptiveTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoAdaptiveTextSelectionToolbar-class.html"}},{"name":"children","qualifiedName":"cupertino.CupertinoAdaptiveTextSelectionToolbar.children","href":"cupertino/CupertinoAdaptiveTextSelectionToolbar/children.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The children of the toolbar, typically buttons.","enclosedBy":{"name":"CupertinoAdaptiveTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoAdaptiveTextSelectionToolbar-class.html"}},{"name":"getAdaptiveButtons","qualifiedName":"cupertino.CupertinoAdaptiveTextSelectionToolbar.getAdaptiveButtons","href":"cupertino/CupertinoAdaptiveTextSelectionToolbar/getAdaptiveButtons.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns a List of Widgets generated by turning buttonItems into the\ndefault context menu buttons for Cupertino on the current platform.","enclosedBy":{"name":"CupertinoAdaptiveTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoAdaptiveTextSelectionToolbar-class.html"}},{"name":"CupertinoAlertDialog","qualifiedName":"cupertino.CupertinoAlertDialog","href":"cupertino/CupertinoAlertDialog-class.html","kind":3,"packageRank":0,"desc":"An iOS-style alert dialog.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoAlertDialog.new","qualifiedName":"cupertino.CupertinoAlertDialog.CupertinoAlertDialog.new","href":"cupertino/CupertinoAlertDialog/CupertinoAlertDialog.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style alert dialog.","enclosedBy":{"name":"CupertinoAlertDialog","kind":3,"href":"cupertino/CupertinoAlertDialog-class.html"}},{"name":"actionScrollController","qualifiedName":"cupertino.CupertinoAlertDialog.actionScrollController","href":"cupertino/CupertinoAlertDialog/actionScrollController.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A scroll controller that can be used to control the scrolling of the\nactions in the dialog.","enclosedBy":{"name":"CupertinoAlertDialog","kind":3,"href":"cupertino/CupertinoAlertDialog-class.html"}},{"name":"actions","qualifiedName":"cupertino.CupertinoAlertDialog.actions","href":"cupertino/CupertinoAlertDialog/actions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The (optional) set of actions that are displayed at the bottom of the\ndialog.","enclosedBy":{"name":"CupertinoAlertDialog","kind":3,"href":"cupertino/CupertinoAlertDialog-class.html"}},{"name":"content","qualifiedName":"cupertino.CupertinoAlertDialog.content","href":"cupertino/CupertinoAlertDialog/content.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The (optional) content of the dialog is displayed in the center of the\ndialog in a lighter font.","enclosedBy":{"name":"CupertinoAlertDialog","kind":3,"href":"cupertino/CupertinoAlertDialog-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoAlertDialog.createState","href":"cupertino/CupertinoAlertDialog/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoAlertDialog","kind":3,"href":"cupertino/CupertinoAlertDialog-class.html"}},{"name":"insetAnimationCurve","qualifiedName":"cupertino.CupertinoAlertDialog.insetAnimationCurve","href":"cupertino/CupertinoAlertDialog/insetAnimationCurve.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The curve to use for the animation shown when the system keyboard intrudes\ninto the space that the dialog is placed in.","enclosedBy":{"name":"CupertinoAlertDialog","kind":3,"href":"cupertino/CupertinoAlertDialog-class.html"}},{"name":"insetAnimationDuration","qualifiedName":"cupertino.CupertinoAlertDialog.insetAnimationDuration","href":"cupertino/CupertinoAlertDialog/insetAnimationDuration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The duration of the animation to show when the system keyboard intrudes\ninto the space that the dialog is placed in.","enclosedBy":{"name":"CupertinoAlertDialog","kind":3,"href":"cupertino/CupertinoAlertDialog-class.html"}},{"name":"scrollController","qualifiedName":"cupertino.CupertinoAlertDialog.scrollController","href":"cupertino/CupertinoAlertDialog/scrollController.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A scroll controller that can be used to control the scrolling of the\ncontent in the dialog.","enclosedBy":{"name":"CupertinoAlertDialog","kind":3,"href":"cupertino/CupertinoAlertDialog-class.html"}},{"name":"title","qualifiedName":"cupertino.CupertinoAlertDialog.title","href":"cupertino/CupertinoAlertDialog/title.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The (optional) title of the dialog is displayed in a large font at the top\nof the dialog.","enclosedBy":{"name":"CupertinoAlertDialog","kind":3,"href":"cupertino/CupertinoAlertDialog-class.html"}},{"name":"CupertinoApp","qualifiedName":"cupertino.CupertinoApp","href":"cupertino/CupertinoApp-class.html","kind":3,"packageRank":0,"desc":"An application that uses Cupertino design.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoApp.new","qualifiedName":"cupertino.CupertinoApp.CupertinoApp.new","href":"cupertino/CupertinoApp/CupertinoApp.html","kind":2,"packageRank":0,"desc":"Creates a CupertinoApp.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"CupertinoApp.router","qualifiedName":"cupertino.CupertinoApp.CupertinoApp.router","href":"cupertino/CupertinoApp/CupertinoApp.router.html","kind":2,"packageRank":0,"desc":"Creates a CupertinoApp that uses the Router instead of a Navigator.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"actions","qualifiedName":"cupertino.CupertinoApp.actions","href":"cupertino/CupertinoApp/actions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The default map of intent keys to actions for the application.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"backButtonDispatcher","qualifiedName":"cupertino.CupertinoApp.backButtonDispatcher","href":"cupertino/CupertinoApp/backButtonDispatcher.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A delegate that decide whether to handle the Android back button intent.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"builder","qualifiedName":"cupertino.CupertinoApp.builder","href":"cupertino/CupertinoApp/builder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A builder for inserting widgets above the Navigator or - when the\nWidgetsApp.router constructor is used - above the Router but below the\nother widgets created by the WidgetsApp widget, or for replacing the\nNavigator/Router entirely.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"checkerboardOffscreenLayers","qualifiedName":"cupertino.CupertinoApp.checkerboardOffscreenLayers","href":"cupertino/CupertinoApp/checkerboardOffscreenLayers.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Turns on checkerboarding of layers rendered to offscreen bitmaps.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"checkerboardRasterCacheImages","qualifiedName":"cupertino.CupertinoApp.checkerboardRasterCacheImages","href":"cupertino/CupertinoApp/checkerboardRasterCacheImages.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Turns on checkerboarding of raster cache images.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"color","qualifiedName":"cupertino.CupertinoApp.color","href":"cupertino/CupertinoApp/color.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The primary color to use for the application in the operating system\ninterface.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"createCupertinoHeroController","qualifiedName":"cupertino.CupertinoApp.createCupertinoHeroController","href":"cupertino/CupertinoApp/createCupertinoHeroController.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The HeroController used for Cupertino page transitions.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoApp.createState","href":"cupertino/CupertinoApp/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"debugShowCheckedModeBanner","qualifiedName":"cupertino.CupertinoApp.debugShowCheckedModeBanner","href":"cupertino/CupertinoApp/debugShowCheckedModeBanner.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Turns on a little \"DEBUG\" banner in debug mode to indicate\nthat the app is in debug mode. This is on by default (in\ndebug mode), to turn it off, set the constructor argument to\nfalse. In release mode this has no effect.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"home","qualifiedName":"cupertino.CupertinoApp.home","href":"cupertino/CupertinoApp/home.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The widget for the default route of the app (Navigator.defaultRouteName,\nwhich is /).","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"initialRoute","qualifiedName":"cupertino.CupertinoApp.initialRoute","href":"cupertino/CupertinoApp/initialRoute.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The name of the first route to show, if a Navigator is built.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"locale","qualifiedName":"cupertino.CupertinoApp.locale","href":"cupertino/CupertinoApp/locale.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The initial locale for this app's Localizations widget is based\non this value.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"localeListResolutionCallback","qualifiedName":"cupertino.CupertinoApp.localeListResolutionCallback","href":"cupertino/CupertinoApp/localeListResolutionCallback.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"This callback is responsible for choosing the app's locale\nwhen the app is started, and when the user changes the\ndevice's locale.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"localeResolutionCallback","qualifiedName":"cupertino.CupertinoApp.localeResolutionCallback","href":"cupertino/CupertinoApp/localeResolutionCallback.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The signature of WidgetsApp.localeResolutionCallback.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"localizationsDelegates","qualifiedName":"cupertino.CupertinoApp.localizationsDelegates","href":"cupertino/CupertinoApp/localizationsDelegates.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The delegates for this app's Localizations widget.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"navigatorKey","qualifiedName":"cupertino.CupertinoApp.navigatorKey","href":"cupertino/CupertinoApp/navigatorKey.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A key to use when building the Navigator.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"navigatorObservers","qualifiedName":"cupertino.CupertinoApp.navigatorObservers","href":"cupertino/CupertinoApp/navigatorObservers.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The list of observers for the Navigator created for this app.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"onGenerateInitialRoutes","qualifiedName":"cupertino.CupertinoApp.onGenerateInitialRoutes","href":"cupertino/CupertinoApp/onGenerateInitialRoutes.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The routes generator callback used for generating initial routes if\ninitialRoute is provided.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"onGenerateRoute","qualifiedName":"cupertino.CupertinoApp.onGenerateRoute","href":"cupertino/CupertinoApp/onGenerateRoute.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The route generator callback used when the app is navigated to a\nnamed route.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"onGenerateTitle","qualifiedName":"cupertino.CupertinoApp.onGenerateTitle","href":"cupertino/CupertinoApp/onGenerateTitle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"If non-null this callback function is called to produce the app's\ntitle string, otherwise title is used.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"onNavigationNotification","qualifiedName":"cupertino.CupertinoApp.onNavigationNotification","href":"cupertino/CupertinoApp/onNavigationNotification.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The callback to use when receiving a NavigationNotification.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"onUnknownRoute","qualifiedName":"cupertino.CupertinoApp.onUnknownRoute","href":"cupertino/CupertinoApp/onUnknownRoute.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when onGenerateRoute fails to generate a route, except for the\ninitialRoute.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"restorationScopeId","qualifiedName":"cupertino.CupertinoApp.restorationScopeId","href":"cupertino/CupertinoApp/restorationScopeId.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The identifier to use for state restoration of this app.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"routeInformationParser","qualifiedName":"cupertino.CupertinoApp.routeInformationParser","href":"cupertino/CupertinoApp/routeInformationParser.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A delegate to parse the route information from the\nrouteInformationProvider into a generic data type to be processed by\nthe routerDelegate at a later stage.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"routeInformationProvider","qualifiedName":"cupertino.CupertinoApp.routeInformationProvider","href":"cupertino/CupertinoApp/routeInformationProvider.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A object that provides route information through the\nRouteInformationProvider.value and notifies its listener when its value\nchanges.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"routerConfig","qualifiedName":"cupertino.CupertinoApp.routerConfig","href":"cupertino/CupertinoApp/routerConfig.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An object to configure the underlying Router.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"routerDelegate","qualifiedName":"cupertino.CupertinoApp.routerDelegate","href":"cupertino/CupertinoApp/routerDelegate.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A delegate that configures a widget, typically a Navigator, with\nparsed result from the routeInformationParser.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"routes","qualifiedName":"cupertino.CupertinoApp.routes","href":"cupertino/CupertinoApp/routes.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The application's top-level routing table.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"scrollBehavior","qualifiedName":"cupertino.CupertinoApp.scrollBehavior","href":"cupertino/CupertinoApp/scrollBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The default ScrollBehavior for the application.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"shortcuts","qualifiedName":"cupertino.CupertinoApp.shortcuts","href":"cupertino/CupertinoApp/shortcuts.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The default map of keyboard shortcuts to intents for the application.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"showPerformanceOverlay","qualifiedName":"cupertino.CupertinoApp.showPerformanceOverlay","href":"cupertino/CupertinoApp/showPerformanceOverlay.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Turns on a performance overlay.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"showSemanticsDebugger","qualifiedName":"cupertino.CupertinoApp.showSemanticsDebugger","href":"cupertino/CupertinoApp/showSemanticsDebugger.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Turns on an overlay that shows the accessibility information\nreported by the framework.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"supportedLocales","qualifiedName":"cupertino.CupertinoApp.supportedLocales","href":"cupertino/CupertinoApp/supportedLocales.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The list of locales that this app has been localized for.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"theme","qualifiedName":"cupertino.CupertinoApp.theme","href":"cupertino/CupertinoApp/theme.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The top-level CupertinoTheme styling.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"title","qualifiedName":"cupertino.CupertinoApp.title","href":"cupertino/CupertinoApp/title.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A one-line description used by the device to identify the app for the user.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"useInheritedMediaQuery","qualifiedName":"cupertino.CupertinoApp.useInheritedMediaQuery","href":"cupertino/CupertinoApp/useInheritedMediaQuery.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Deprecated. This setting is now ignored.","enclosedBy":{"name":"CupertinoApp","kind":3,"href":"cupertino/CupertinoApp-class.html"}},{"name":"CupertinoButton","qualifiedName":"cupertino.CupertinoButton","href":"cupertino/CupertinoButton-class.html","kind":3,"packageRank":0,"desc":"An iOS-style button.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoButton.filled","qualifiedName":"cupertino.CupertinoButton.CupertinoButton.filled","href":"cupertino/CupertinoButton/CupertinoButton.filled.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style button with a filled background.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"CupertinoButton.new","qualifiedName":"cupertino.CupertinoButton.CupertinoButton.new","href":"cupertino/CupertinoButton/CupertinoButton.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style button.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"CupertinoButton.tinted","qualifiedName":"cupertino.CupertinoButton.CupertinoButton.tinted","href":"cupertino/CupertinoButton/CupertinoButton.tinted.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style button with a tinted background.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"alignment","qualifiedName":"cupertino.CupertinoButton.alignment","href":"cupertino/CupertinoButton/alignment.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The alignment of the button's child.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"autofocus","qualifiedName":"cupertino.CupertinoButton.autofocus","href":"cupertino/CupertinoButton/autofocus.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"True if this widget will be selected as the initial focus when no other\nnode in its scope is currently focused.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"borderRadius","qualifiedName":"cupertino.CupertinoButton.borderRadius","href":"cupertino/CupertinoButton/borderRadius.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The radius of the button's corners when it has a background color.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoButton.child","href":"cupertino/CupertinoButton/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The widget below this widget in the tree.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"color","qualifiedName":"cupertino.CupertinoButton.color","href":"cupertino/CupertinoButton/color.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color of the button's background.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoButton.createState","href":"cupertino/CupertinoButton/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"debugFillProperties","qualifiedName":"cupertino.CupertinoButton.debugFillProperties","href":"cupertino/CupertinoButton/debugFillProperties.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Add additional properties associated with the node.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"disabledColor","qualifiedName":"cupertino.CupertinoButton.disabledColor","href":"cupertino/CupertinoButton/disabledColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color of the button's background when the button is disabled.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"enabled","qualifiedName":"cupertino.CupertinoButton.enabled","href":"cupertino/CupertinoButton/enabled.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the button is enabled or disabled. Buttons are disabled by default. To\nenable a button, set onPressed or onLongPress to a non-null value.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"focusColor","qualifiedName":"cupertino.CupertinoButton.focusColor","href":"cupertino/CupertinoButton/focusColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the focus highlight for keyboard interactions.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"focusNode","qualifiedName":"cupertino.CupertinoButton.focusNode","href":"cupertino/CupertinoButton/focusNode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional focus node to use as the focus node for this widget.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"foregroundColor","qualifiedName":"cupertino.CupertinoButton.foregroundColor","href":"cupertino/CupertinoButton/foregroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color of the button's text and icons.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"minSize","qualifiedName":"cupertino.CupertinoButton.minSize","href":"cupertino/CupertinoButton/minSize.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Minimum size of the button.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"minimumSize","qualifiedName":"cupertino.CupertinoButton.minimumSize","href":"cupertino/CupertinoButton/minimumSize.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The minimum size of the button.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"mouseCursor","qualifiedName":"cupertino.CupertinoButton.mouseCursor","href":"cupertino/CupertinoButton/mouseCursor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The cursor for a mouse pointer when it enters or is hovering over the widget.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"onFocusChange","qualifiedName":"cupertino.CupertinoButton.onFocusChange","href":"cupertino/CupertinoButton/onFocusChange.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Handler called when the focus changes.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"onLongPress","qualifiedName":"cupertino.CupertinoButton.onLongPress","href":"cupertino/CupertinoButton/onLongPress.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"If onPressed and onLongPress callbacks are null, then the button will be disabled.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"onPressed","qualifiedName":"cupertino.CupertinoButton.onPressed","href":"cupertino/CupertinoButton/onPressed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The callback that is called when the button is tapped or otherwise activated.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"padding","qualifiedName":"cupertino.CupertinoButton.padding","href":"cupertino/CupertinoButton/padding.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The amount of space to surround the child inside the bounds of the button.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"pressedOpacity","qualifiedName":"cupertino.CupertinoButton.pressedOpacity","href":"cupertino/CupertinoButton/pressedOpacity.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The opacity that the button will fade to when it is pressed.\nThe button will have an opacity of 1.0 when it is not pressed.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"sizeStyle","qualifiedName":"cupertino.CupertinoButton.sizeStyle","href":"cupertino/CupertinoButton/sizeStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The size of the button.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"tapMoveSlop","qualifiedName":"cupertino.CupertinoButton.tapMoveSlop","href":"cupertino/CupertinoButton/tapMoveSlop.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The distance a button needs to be moved after being pressed for its opacity to change.","enclosedBy":{"name":"CupertinoButton","kind":3,"href":"cupertino/CupertinoButton-class.html"}},{"name":"CupertinoButtonSize","qualifiedName":"cupertino.CupertinoButtonSize","href":"cupertino/CupertinoButtonSize.html","kind":5,"packageRank":0,"desc":"The size of a CupertinoButton.\nBased on the iOS (17) Human Interface Guidelines.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"values","qualifiedName":"cupertino.CupertinoButtonSize.values","href":"cupertino/CupertinoButtonSize/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"CupertinoButtonSize","kind":5,"href":"cupertino/CupertinoButtonSize.html"}},{"name":"CupertinoCheckbox","qualifiedName":"cupertino.CupertinoCheckbox","href":"cupertino/CupertinoCheckbox-class.html","kind":3,"packageRank":0,"desc":"A macOS style checkbox.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoCheckbox.new","qualifiedName":"cupertino.CupertinoCheckbox.CupertinoCheckbox.new","href":"cupertino/CupertinoCheckbox/CupertinoCheckbox.html","kind":2,"packageRank":0,"desc":"Creates a macOS-styled checkbox.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"activeColor","qualifiedName":"cupertino.CupertinoCheckbox.activeColor","href":"cupertino/CupertinoCheckbox/activeColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when this checkbox is checked.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"autofocus","qualifiedName":"cupertino.CupertinoCheckbox.autofocus","href":"cupertino/CupertinoCheckbox/autofocus.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"True if this widget will be selected as the initial focus when no other\nnode in its scope is currently focused.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"checkColor","qualifiedName":"cupertino.CupertinoCheckbox.checkColor","href":"cupertino/CupertinoCheckbox/checkColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the check icon when this checkbox is checked.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoCheckbox.createState","href":"cupertino/CupertinoCheckbox/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"fillColor","qualifiedName":"cupertino.CupertinoCheckbox.fillColor","href":"cupertino/CupertinoCheckbox/fillColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color used to fill this checkbox.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"focusColor","qualifiedName":"cupertino.CupertinoCheckbox.focusColor","href":"cupertino/CupertinoCheckbox/focusColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color for the checkbox's border shadow when it has the input focus.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"focusNode","qualifiedName":"cupertino.CupertinoCheckbox.focusNode","href":"cupertino/CupertinoCheckbox/focusNode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional focus node to use as the focus node for this widget.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"inactiveColor","qualifiedName":"cupertino.CupertinoCheckbox.inactiveColor","href":"cupertino/CupertinoCheckbox/inactiveColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color used if the checkbox is inactive.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"mouseCursor","qualifiedName":"cupertino.CupertinoCheckbox.mouseCursor","href":"cupertino/CupertinoCheckbox/mouseCursor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The cursor for a mouse pointer when it enters or is hovering over the\nwidget.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"onChanged","qualifiedName":"cupertino.CupertinoCheckbox.onChanged","href":"cupertino/CupertinoCheckbox/onChanged.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the value of the checkbox should change.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"semanticLabel","qualifiedName":"cupertino.CupertinoCheckbox.semanticLabel","href":"cupertino/CupertinoCheckbox/semanticLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantic label for the checkbox that will be announced by screen readers.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"shape","qualifiedName":"cupertino.CupertinoCheckbox.shape","href":"cupertino/CupertinoCheckbox/shape.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The shape of the checkbox.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"side","qualifiedName":"cupertino.CupertinoCheckbox.side","href":"cupertino/CupertinoCheckbox/side.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color and width of the checkbox's border.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"tapTargetSize","qualifiedName":"cupertino.CupertinoCheckbox.tapTargetSize","href":"cupertino/CupertinoCheckbox/tapTargetSize.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The tap target and layout size of the checkbox.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"tristate","qualifiedName":"cupertino.CupertinoCheckbox.tristate","href":"cupertino/CupertinoCheckbox/tristate.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"If true, the checkbox's value can be true, false, or null.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"value","qualifiedName":"cupertino.CupertinoCheckbox.value","href":"cupertino/CupertinoCheckbox/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this checkbox is checked.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"width","qualifiedName":"cupertino.CupertinoCheckbox.width","href":"cupertino/CupertinoCheckbox/width-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The width of a checkbox widget.","enclosedBy":{"name":"CupertinoCheckbox","kind":3,"href":"cupertino/CupertinoCheckbox-class.html"}},{"name":"CupertinoColors","qualifiedName":"cupertino.CupertinoColors","href":"cupertino/CupertinoColors-class.html","kind":3,"packageRank":0,"desc":"A palette of Color constants that describe colors commonly used when\nmatching the iOS platform aesthetics.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"activeBlue","qualifiedName":"cupertino.CupertinoColors.activeBlue","href":"cupertino/CupertinoColors/activeBlue-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"iOS 13's default blue color. Used to indicate active elements such as\nbuttons, selected tabs and your own chat bubbles.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"activeGreen","qualifiedName":"cupertino.CupertinoColors.activeGreen","href":"cupertino/CupertinoColors/activeGreen-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"iOS 13's default green color. Used to indicate active accents such as\nthe switch in its on state and some accent buttons such as the call button\nand Apple Map's 'Go' button.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"activeOrange","qualifiedName":"cupertino.CupertinoColors.activeOrange","href":"cupertino/CupertinoColors/activeOrange-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"iOS 13's orange color.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"black","qualifiedName":"cupertino.CupertinoColors.black","href":"cupertino/CupertinoColors/black-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Opaque black color. Used for texts against light backgrounds.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"darkBackgroundGray","qualifiedName":"cupertino.CupertinoColors.darkBackgroundGray","href":"cupertino/CupertinoColors/darkBackgroundGray-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Used in iOS 12 for very dark background fills in tables between cell groups\nin dark mode.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"destructiveRed","qualifiedName":"cupertino.CupertinoColors.destructiveRed","href":"cupertino/CupertinoColors/destructiveRed-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Used for iOS 13 for destructive actions such as the delete actions in\ntable view cells and dialogs.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"extraLightBackgroundGray","qualifiedName":"cupertino.CupertinoColors.extraLightBackgroundGray","href":"cupertino/CupertinoColors/extraLightBackgroundGray-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Used in iOS 12 for very light background fills in tables between cell groups.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"inactiveGray","qualifiedName":"cupertino.CupertinoColors.inactiveGray","href":"cupertino/CupertinoColors/inactiveGray-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Used in iOS 13 for unselected selectables such as tab bar items in their\ninactive state or de-emphasized subtitles and details text.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"label","qualifiedName":"cupertino.CupertinoColors.label","href":"cupertino/CupertinoColors/label-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for text labels containing primary content, equivalent to\nUIColor.label.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"lightBackgroundGray","qualifiedName":"cupertino.CupertinoColors.lightBackgroundGray","href":"cupertino/CupertinoColors/lightBackgroundGray-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Used in iOS 10 for light background fills such as the chat bubble background.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"link","qualifiedName":"cupertino.CupertinoColors.link","href":"cupertino/CupertinoColors/link-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for links, equivalent to\nUIColor.link.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"opaqueSeparator","qualifiedName":"cupertino.CupertinoColors.opaqueSeparator","href":"cupertino/CupertinoColors/opaqueSeparator-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for borders or divider lines that hide any underlying content,\nequivalent to UIColor.opaqueSeparator.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"placeholderText","qualifiedName":"cupertino.CupertinoColors.placeholderText","href":"cupertino/CupertinoColors/placeholderText-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for placeholder text in controls or text views, equivalent to\nUIColor.placeholderText.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"quaternaryLabel","qualifiedName":"cupertino.CupertinoColors.quaternaryLabel","href":"cupertino/CupertinoColors/quaternaryLabel-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for text labels containing quaternary content, equivalent to\nUIColor.quaternaryLabel.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"quaternarySystemFill","qualifiedName":"cupertino.CupertinoColors.quaternarySystemFill","href":"cupertino/CupertinoColors/quaternarySystemFill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"An overlay fill color for large areas containing complex content, equivalent\nto UIColor.quaternarySystemFill.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"secondaryLabel","qualifiedName":"cupertino.CupertinoColors.secondaryLabel","href":"cupertino/CupertinoColors/secondaryLabel-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for text labels containing secondary content, equivalent to\nUIColor.secondaryLabel.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"secondarySystemBackground","qualifiedName":"cupertino.CupertinoColors.secondarySystemBackground","href":"cupertino/CupertinoColors/secondarySystemBackground-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for content layered on top of the main background, equivalent to\nUIColor.secondarySystemBackground.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"secondarySystemFill","qualifiedName":"cupertino.CupertinoColors.secondarySystemFill","href":"cupertino/CupertinoColors/secondarySystemFill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"An overlay fill color for medium-size shapes, equivalent to\nUIColor.secondarySystemFill.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"secondarySystemGroupedBackground","qualifiedName":"cupertino.CupertinoColors.secondarySystemGroupedBackground","href":"cupertino/CupertinoColors/secondarySystemGroupedBackground-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for content layered on top of the main background of your grouped interface,\nequivalent to UIColor.secondarySystemGroupedBackground.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"separator","qualifiedName":"cupertino.CupertinoColors.separator","href":"cupertino/CupertinoColors/separator-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for thin borders or divider lines that allows some underlying content to be visible,\nequivalent to UIColor.separator.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemBackground","qualifiedName":"cupertino.CupertinoColors.systemBackground","href":"cupertino/CupertinoColors/systemBackground-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for the main background of your interface, equivalent to\nUIColor.systemBackground.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemBlue","qualifiedName":"cupertino.CupertinoColors.systemBlue","href":"cupertino/CupertinoColors/systemBlue-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A blue color that can adapt to the given BuildContext.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemBrown","qualifiedName":"cupertino.CupertinoColors.systemBrown","href":"cupertino/CupertinoColors/systemBrown-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A brown color that can adapt to the given BuildContext.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemCyan","qualifiedName":"cupertino.CupertinoColors.systemCyan","href":"cupertino/CupertinoColors/systemCyan-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A cyan color that can adapt to the given BuildContext.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemFill","qualifiedName":"cupertino.CupertinoColors.systemFill","href":"cupertino/CupertinoColors/systemFill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"An overlay fill color for thin and small shapes, equivalent to\nUIColor.systemFill.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemGreen","qualifiedName":"cupertino.CupertinoColors.systemGreen","href":"cupertino/CupertinoColors/systemGreen-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A green color that can adapt to the given BuildContext.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemGrey","qualifiedName":"cupertino.CupertinoColors.systemGrey","href":"cupertino/CupertinoColors/systemGrey-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The base grey color.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemGrey2","qualifiedName":"cupertino.CupertinoColors.systemGrey2","href":"cupertino/CupertinoColors/systemGrey2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A second-level shade of grey.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemGrey3","qualifiedName":"cupertino.CupertinoColors.systemGrey3","href":"cupertino/CupertinoColors/systemGrey3-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A third-level shade of grey.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemGrey4","qualifiedName":"cupertino.CupertinoColors.systemGrey4","href":"cupertino/CupertinoColors/systemGrey4-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A fourth-level shade of grey.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemGrey5","qualifiedName":"cupertino.CupertinoColors.systemGrey5","href":"cupertino/CupertinoColors/systemGrey5-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A fifth-level shade of grey.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemGrey6","qualifiedName":"cupertino.CupertinoColors.systemGrey6","href":"cupertino/CupertinoColors/systemGrey6-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A sixth-level shade of grey.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemGroupedBackground","qualifiedName":"cupertino.CupertinoColors.systemGroupedBackground","href":"cupertino/CupertinoColors/systemGroupedBackground-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for the main background of your grouped interface, equivalent to\nUIColor.systemGroupedBackground.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemIndigo","qualifiedName":"cupertino.CupertinoColors.systemIndigo","href":"cupertino/CupertinoColors/systemIndigo-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"An indigo color that can adapt to the given BuildContext.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemMint","qualifiedName":"cupertino.CupertinoColors.systemMint","href":"cupertino/CupertinoColors/systemMint-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A mint color that can adapt to the given BuildContext.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemOrange","qualifiedName":"cupertino.CupertinoColors.systemOrange","href":"cupertino/CupertinoColors/systemOrange-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"An orange color that can adapt to the given BuildContext.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemPink","qualifiedName":"cupertino.CupertinoColors.systemPink","href":"cupertino/CupertinoColors/systemPink-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A pink color that can adapt to the given BuildContext.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemPurple","qualifiedName":"cupertino.CupertinoColors.systemPurple","href":"cupertino/CupertinoColors/systemPurple-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A purple color that can adapt to the given BuildContext.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemRed","qualifiedName":"cupertino.CupertinoColors.systemRed","href":"cupertino/CupertinoColors/systemRed-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A red color that can adapt to the given BuildContext.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemTeal","qualifiedName":"cupertino.CupertinoColors.systemTeal","href":"cupertino/CupertinoColors/systemTeal-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A teal color that can adapt to the given BuildContext.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"systemYellow","qualifiedName":"cupertino.CupertinoColors.systemYellow","href":"cupertino/CupertinoColors/systemYellow-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A yellow color that can adapt to the given BuildContext.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"tertiaryLabel","qualifiedName":"cupertino.CupertinoColors.tertiaryLabel","href":"cupertino/CupertinoColors/tertiaryLabel-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for text labels containing tertiary content, equivalent to\nUIColor.tertiaryLabel.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"tertiarySystemBackground","qualifiedName":"cupertino.CupertinoColors.tertiarySystemBackground","href":"cupertino/CupertinoColors/tertiarySystemBackground-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for content layered on top of secondary backgrounds, equivalent\nto UIColor.tertiarySystemBackground.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"tertiarySystemFill","qualifiedName":"cupertino.CupertinoColors.tertiarySystemFill","href":"cupertino/CupertinoColors/tertiarySystemFill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"An overlay fill color for large shapes, equivalent to\nUIColor.tertiarySystemFill.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"tertiarySystemGroupedBackground","qualifiedName":"cupertino.CupertinoColors.tertiarySystemGroupedBackground","href":"cupertino/CupertinoColors/tertiarySystemGroupedBackground-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color for content layered on top of secondary backgrounds of your grouped interface,\nequivalent to UIColor.tertiarySystemGroupedBackground.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"transparent","qualifiedName":"cupertino.CupertinoColors.transparent","href":"cupertino/CupertinoColors/transparent-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A fully-transparent color, completely invisible.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"white","qualifiedName":"cupertino.CupertinoColors.white","href":"cupertino/CupertinoColors/white-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Opaque white color. Used for backgrounds and fonts against dark backgrounds.","enclosedBy":{"name":"CupertinoColors","kind":3,"href":"cupertino/CupertinoColors-class.html"}},{"name":"CupertinoContextMenu","qualifiedName":"cupertino.CupertinoContextMenu","href":"cupertino/CupertinoContextMenu-class.html","kind":3,"packageRank":0,"desc":"A full-screen modal route that opens when the child is long-pressed.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoContextMenu.builder","qualifiedName":"cupertino.CupertinoContextMenu.CupertinoContextMenu.builder","href":"cupertino/CupertinoContextMenu/CupertinoContextMenu.builder.html","kind":2,"packageRank":0,"desc":"Creates a context menu with a custom builder controlling the widget.","enclosedBy":{"name":"CupertinoContextMenu","kind":3,"href":"cupertino/CupertinoContextMenu-class.html"}},{"name":"CupertinoContextMenu.new","qualifiedName":"cupertino.CupertinoContextMenu.CupertinoContextMenu.new","href":"cupertino/CupertinoContextMenu/CupertinoContextMenu.html","kind":2,"packageRank":0,"desc":"Create a context menu.","enclosedBy":{"name":"CupertinoContextMenu","kind":3,"href":"cupertino/CupertinoContextMenu-class.html"}},{"name":"actions","qualifiedName":"cupertino.CupertinoContextMenu.actions","href":"cupertino/CupertinoContextMenu/actions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The actions that are shown in the menu.","enclosedBy":{"name":"CupertinoContextMenu","kind":3,"href":"cupertino/CupertinoContextMenu-class.html"}},{"name":"animationOpensAt","qualifiedName":"cupertino.CupertinoContextMenu.animationOpensAt","href":"cupertino/CupertinoContextMenu/animationOpensAt.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The point at which the CupertinoContextMenu begins to animate\ninto the open position.","enclosedBy":{"name":"CupertinoContextMenu","kind":3,"href":"cupertino/CupertinoContextMenu-class.html"}},{"name":"builder","qualifiedName":"cupertino.CupertinoContextMenu.builder","href":"cupertino/CupertinoContextMenu/builder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A function that returns a widget to be used alternatively from child.","enclosedBy":{"name":"CupertinoContextMenu","kind":3,"href":"cupertino/CupertinoContextMenu-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoContextMenu.child","href":"cupertino/CupertinoContextMenu/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The widget that can be \"opened\" with the CupertinoContextMenu.","enclosedBy":{"name":"CupertinoContextMenu","kind":3,"href":"cupertino/CupertinoContextMenu-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoContextMenu.createState","href":"cupertino/CupertinoContextMenu/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoContextMenu","kind":3,"href":"cupertino/CupertinoContextMenu-class.html"}},{"name":"enableHapticFeedback","qualifiedName":"cupertino.CupertinoContextMenu.enableHapticFeedback","href":"cupertino/CupertinoContextMenu/enableHapticFeedback.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"If true, clicking on the CupertinoContextMenuActions will\nproduce haptic feedback.","enclosedBy":{"name":"CupertinoContextMenu","kind":3,"href":"cupertino/CupertinoContextMenu-class.html"}},{"name":"kBackgroundColor","qualifiedName":"cupertino.CupertinoContextMenu.kBackgroundColor","href":"cupertino/CupertinoContextMenu/kBackgroundColor-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The background color of a CupertinoContextMenuAction and a\nCupertinoContextMenu sheet.","enclosedBy":{"name":"CupertinoContextMenu","kind":3,"href":"cupertino/CupertinoContextMenu-class.html"}},{"name":"kEndBoxShadow","qualifiedName":"cupertino.CupertinoContextMenu.kEndBoxShadow","href":"cupertino/CupertinoContextMenu/kEndBoxShadow-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Exposes the final box shadow of the opening animation of the child widget\nto match the default behavior of the native iOS widget. This value was\neyeballed from the iOS simulator running iOS 16.0.","enclosedBy":{"name":"CupertinoContextMenu","kind":3,"href":"cupertino/CupertinoContextMenu-class.html"}},{"name":"kOpenBorderRadius","qualifiedName":"cupertino.CupertinoContextMenu.kOpenBorderRadius","href":"cupertino/CupertinoContextMenu/kOpenBorderRadius-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Exposes the default border radius for matching iOS 16.0 behavior. This\nvalue was eyeballed from the iOS simulator running iOS 16.0.","enclosedBy":{"name":"CupertinoContextMenu","kind":3,"href":"cupertino/CupertinoContextMenu-class.html"}},{"name":"CupertinoContextMenuAction","qualifiedName":"cupertino.CupertinoContextMenuAction","href":"cupertino/CupertinoContextMenuAction-class.html","kind":3,"packageRank":0,"desc":"A button in a _ContextMenuSheet.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoContextMenuAction.new","qualifiedName":"cupertino.CupertinoContextMenuAction.CupertinoContextMenuAction.new","href":"cupertino/CupertinoContextMenuAction/CupertinoContextMenuAction.html","kind":2,"packageRank":0,"desc":"Construct a CupertinoContextMenuAction.","enclosedBy":{"name":"CupertinoContextMenuAction","kind":3,"href":"cupertino/CupertinoContextMenuAction-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoContextMenuAction.child","href":"cupertino/CupertinoContextMenuAction/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The widget that will be placed inside the action.","enclosedBy":{"name":"CupertinoContextMenuAction","kind":3,"href":"cupertino/CupertinoContextMenuAction-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoContextMenuAction.createState","href":"cupertino/CupertinoContextMenuAction/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoContextMenuAction","kind":3,"href":"cupertino/CupertinoContextMenuAction-class.html"}},{"name":"isDefaultAction","qualifiedName":"cupertino.CupertinoContextMenuAction.isDefaultAction","href":"cupertino/CupertinoContextMenuAction/isDefaultAction.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Indicates whether this action should receive the style of an emphasized,\ndefault action.","enclosedBy":{"name":"CupertinoContextMenuAction","kind":3,"href":"cupertino/CupertinoContextMenuAction-class.html"}},{"name":"isDestructiveAction","qualifiedName":"cupertino.CupertinoContextMenuAction.isDestructiveAction","href":"cupertino/CupertinoContextMenuAction/isDestructiveAction.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Indicates whether this action should receive the style of a destructive\naction.","enclosedBy":{"name":"CupertinoContextMenuAction","kind":3,"href":"cupertino/CupertinoContextMenuAction-class.html"}},{"name":"onPressed","qualifiedName":"cupertino.CupertinoContextMenuAction.onPressed","href":"cupertino/CupertinoContextMenuAction/onPressed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the action is pressed.","enclosedBy":{"name":"CupertinoContextMenuAction","kind":3,"href":"cupertino/CupertinoContextMenuAction-class.html"}},{"name":"trailingIcon","qualifiedName":"cupertino.CupertinoContextMenuAction.trailingIcon","href":"cupertino/CupertinoContextMenuAction/trailingIcon.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional icon to display to the right of the child.","enclosedBy":{"name":"CupertinoContextMenuAction","kind":3,"href":"cupertino/CupertinoContextMenuAction-class.html"}},{"name":"CupertinoContextMenuBuilder","qualifiedName":"cupertino.CupertinoContextMenuBuilder","href":"cupertino/CupertinoContextMenuBuilder.html","kind":21,"packageRank":0,"desc":"A function that builds the child and handles the transition between the\ndefault child and the preview when the CupertinoContextMenu is open.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoDatePicker","qualifiedName":"cupertino.CupertinoDatePicker","href":"cupertino/CupertinoDatePicker-class.html","kind":3,"packageRank":0,"desc":"A date picker widget in iOS style.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoDatePicker.new","qualifiedName":"cupertino.CupertinoDatePicker.CupertinoDatePicker.new","href":"cupertino/CupertinoDatePicker/CupertinoDatePicker.html","kind":2,"packageRank":0,"desc":"Constructs an iOS style date picker.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoDatePicker.backgroundColor","href":"cupertino/CupertinoDatePicker/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Background color of date picker.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"changeReportingBehavior","qualifiedName":"cupertino.CupertinoDatePicker.changeReportingBehavior","href":"cupertino/CupertinoDatePicker/changeReportingBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The behavior of reporting the selected date.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoDatePicker.createState","href":"cupertino/CupertinoDatePicker/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"dateOrder","qualifiedName":"cupertino.CupertinoDatePicker.dateOrder","href":"cupertino/CupertinoDatePicker/dateOrder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Determines the order of the columns inside CupertinoDatePicker in\nCupertinoDatePickerMode.date and CupertinoDatePickerMode.monthYear\nmode. When using monthYear mode, both DatePickerDateOrder.dmy and\nDatePickerDateOrder.mdy will result in the month|year order.\nDefaults to the locale's default date format/order.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"getColumnWidth","qualifiedName":"cupertino.CupertinoDatePicker.getColumnWidth","href":"cupertino/CupertinoDatePicker/getColumnWidth.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns the width of column in the picker.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"initialDateTime","qualifiedName":"cupertino.CupertinoDatePicker.initialDateTime","href":"cupertino/CupertinoDatePicker/initialDateTime.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The initial date and/or time of the picker. Defaults to the present date\nand time. The present must conform to the intervals set in minimumDate,\nmaximumDate, minimumYear, and maximumYear.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"itemExtent","qualifiedName":"cupertino.CupertinoDatePicker.itemExtent","href":"cupertino/CupertinoDatePicker/itemExtent.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The uniform height of all children.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"maximumDate","qualifiedName":"cupertino.CupertinoDatePicker.maximumDate","href":"cupertino/CupertinoDatePicker/maximumDate.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The maximum selectable date that the picker can settle on.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"maximumYear","qualifiedName":"cupertino.CupertinoDatePicker.maximumYear","href":"cupertino/CupertinoDatePicker/maximumYear.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Maximum year that the picker can be scrolled to in\nCupertinoDatePickerMode.date mode. Null if there's no limit.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"minimumDate","qualifiedName":"cupertino.CupertinoDatePicker.minimumDate","href":"cupertino/CupertinoDatePicker/minimumDate.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The minimum selectable date that the picker can settle on.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"minimumYear","qualifiedName":"cupertino.CupertinoDatePicker.minimumYear","href":"cupertino/CupertinoDatePicker/minimumYear.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Minimum year that the picker can be scrolled to in\nCupertinoDatePickerMode.date mode. Defaults to 1.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"minuteInterval","qualifiedName":"cupertino.CupertinoDatePicker.minuteInterval","href":"cupertino/CupertinoDatePicker/minuteInterval.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The granularity of the minutes spinner, if it is shown in the current mode.\nMust be an integer factor of 60.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"mode","qualifiedName":"cupertino.CupertinoDatePicker.mode","href":"cupertino/CupertinoDatePicker/mode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The mode of the date picker as one of CupertinoDatePickerMode. Defaults\nto CupertinoDatePickerMode.dateAndTime. Value cannot change after\ninitial build.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"onDateTimeChanged","qualifiedName":"cupertino.CupertinoDatePicker.onDateTimeChanged","href":"cupertino/CupertinoDatePicker/onDateTimeChanged.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Callback called when the selected date and/or time changes. If the new\nselected DateTime is not valid, or is not in the minimumDate through\nmaximumDate range, this callback will not be called.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"selectableDayPredicate","qualifiedName":"cupertino.CupertinoDatePicker.selectableDayPredicate","href":"cupertino/CupertinoDatePicker/selectableDayPredicate.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Function to provide full control over which DateTime can be selected.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"selectionOverlayBuilder","qualifiedName":"cupertino.CupertinoDatePicker.selectionOverlayBuilder","href":"cupertino/CupertinoDatePicker/selectionOverlayBuilder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A function that returns a widget that is overlaid on the picker\nto highlight the currently selected entry.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"showDayOfWeek","qualifiedName":"cupertino.CupertinoDatePicker.showDayOfWeek","href":"cupertino/CupertinoDatePicker/showDayOfWeek.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to show the day of week alongside the day in CupertinoDatePickerMode.date mode.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"showTimeSeparator","qualifiedName":"cupertino.CupertinoDatePicker.showTimeSeparator","href":"cupertino/CupertinoDatePicker/showTimeSeparator.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to show the time separator between hour and minute in the time\nCupertinoDatePickerMode.time and datetime CupertinoDatePickerMode.dateAndTime\npicker modes.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"use24hFormat","qualifiedName":"cupertino.CupertinoDatePicker.use24hFormat","href":"cupertino/CupertinoDatePicker/use24hFormat.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to use 24 hour format. Defaults to false.","enclosedBy":{"name":"CupertinoDatePicker","kind":3,"href":"cupertino/CupertinoDatePicker-class.html"}},{"name":"CupertinoDatePickerMode","qualifiedName":"cupertino.CupertinoDatePickerMode","href":"cupertino/CupertinoDatePickerMode.html","kind":5,"packageRank":0,"desc":"Different display modes of CupertinoDatePicker.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"values","qualifiedName":"cupertino.CupertinoDatePickerMode.values","href":"cupertino/CupertinoDatePickerMode/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"CupertinoDatePickerMode","kind":5,"href":"cupertino/CupertinoDatePickerMode.html"}},{"name":"CupertinoDesktopTextSelectionControls","qualifiedName":"cupertino.CupertinoDesktopTextSelectionControls","href":"cupertino/CupertinoDesktopTextSelectionControls-class.html","kind":3,"packageRank":0,"desc":"Desktop Cupertino styled text selection controls.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoDesktopTextSelectionControls.new","qualifiedName":"cupertino.CupertinoDesktopTextSelectionControls.CupertinoDesktopTextSelectionControls.new","href":"cupertino/CupertinoDesktopTextSelectionControls/CupertinoDesktopTextSelectionControls.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"CupertinoDesktopTextSelectionControls","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionControls-class.html"}},{"name":"buildHandle","qualifiedName":"cupertino.CupertinoDesktopTextSelectionControls.buildHandle","href":"cupertino/CupertinoDesktopTextSelectionControls/buildHandle.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Builds the text selection handles, but desktop has none.","enclosedBy":{"name":"CupertinoDesktopTextSelectionControls","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionControls-class.html"}},{"name":"buildToolbar","qualifiedName":"cupertino.CupertinoDesktopTextSelectionControls.buildToolbar","href":"cupertino/CupertinoDesktopTextSelectionControls/buildToolbar.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Builder for the MacOS-style copy/paste text selection toolbar.","enclosedBy":{"name":"CupertinoDesktopTextSelectionControls","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionControls-class.html"}},{"name":"getHandleAnchor","qualifiedName":"cupertino.CupertinoDesktopTextSelectionControls.getHandleAnchor","href":"cupertino/CupertinoDesktopTextSelectionControls/getHandleAnchor.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Gets the position for the text selection handles, but desktop has none.","enclosedBy":{"name":"CupertinoDesktopTextSelectionControls","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionControls-class.html"}},{"name":"getHandleSize","qualifiedName":"cupertino.CupertinoDesktopTextSelectionControls.getHandleSize","href":"cupertino/CupertinoDesktopTextSelectionControls/getHandleSize.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Desktop has no text selection handles.","enclosedBy":{"name":"CupertinoDesktopTextSelectionControls","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionControls-class.html"}},{"name":"handleSelectAll","qualifiedName":"cupertino.CupertinoDesktopTextSelectionControls.handleSelectAll","href":"cupertino/CupertinoDesktopTextSelectionControls/handleSelectAll.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Call TextSelectionDelegate.selectAll to set the current selection to\ncontain the entire text value.","enclosedBy":{"name":"CupertinoDesktopTextSelectionControls","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionControls-class.html"}},{"name":"CupertinoDesktopTextSelectionToolbar","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbar","href":"cupertino/CupertinoDesktopTextSelectionToolbar-class.html","kind":3,"packageRank":0,"desc":"A macOS-style text selection toolbar.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoDesktopTextSelectionToolbar.new","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbar.CupertinoDesktopTextSelectionToolbar.new","href":"cupertino/CupertinoDesktopTextSelectionToolbar/CupertinoDesktopTextSelectionToolbar.html","kind":2,"packageRank":0,"desc":"Creates a const instance of CupertinoTextSelectionToolbar.","enclosedBy":{"name":"CupertinoDesktopTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionToolbar-class.html"}},{"name":"anchor","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbar.anchor","href":"cupertino/CupertinoDesktopTextSelectionToolbar/anchor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The point where the toolbar will attempt to position itself as closely as\npossible.","enclosedBy":{"name":"CupertinoDesktopTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionToolbar-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbar.build","href":"cupertino/CupertinoDesktopTextSelectionToolbar/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoDesktopTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionToolbar-class.html"}},{"name":"children","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbar.children","href":"cupertino/CupertinoDesktopTextSelectionToolbar/children.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The children that will be displayed in the text selection toolbar.","enclosedBy":{"name":"CupertinoDesktopTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionToolbar-class.html"}},{"name":"CupertinoDesktopTextSelectionToolbarButton","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbarButton","href":"cupertino/CupertinoDesktopTextSelectionToolbarButton-class.html","kind":3,"packageRank":0,"desc":"A button in the style of the Mac context menu buttons.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoDesktopTextSelectionToolbarButton.buttonItem","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbarButton.CupertinoDesktopTextSelectionToolbarButton.buttonItem","href":"cupertino/CupertinoDesktopTextSelectionToolbarButton/CupertinoDesktopTextSelectionToolbarButton.buttonItem.html","kind":2,"packageRank":0,"desc":"Create an instance of CupertinoDesktopTextSelectionToolbarButton from\nthe given ContextMenuButtonItem.","enclosedBy":{"name":"CupertinoDesktopTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionToolbarButton-class.html"}},{"name":"CupertinoDesktopTextSelectionToolbarButton.new","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbarButton.CupertinoDesktopTextSelectionToolbarButton.new","href":"cupertino/CupertinoDesktopTextSelectionToolbarButton/CupertinoDesktopTextSelectionToolbarButton.html","kind":2,"packageRank":0,"desc":"Creates an instance of CupertinoDesktopTextSelectionToolbarButton.","enclosedBy":{"name":"CupertinoDesktopTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionToolbarButton-class.html"}},{"name":"CupertinoDesktopTextSelectionToolbarButton.text","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbarButton.CupertinoDesktopTextSelectionToolbarButton.text","href":"cupertino/CupertinoDesktopTextSelectionToolbarButton/CupertinoDesktopTextSelectionToolbarButton.text.html","kind":2,"packageRank":0,"desc":"Create an instance of CupertinoDesktopTextSelectionToolbarButton whose child is\na Text widget styled like the default Mac context menu button.","enclosedBy":{"name":"CupertinoDesktopTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionToolbarButton-class.html"}},{"name":"buttonItem","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbarButton.buttonItem","href":"cupertino/CupertinoDesktopTextSelectionToolbarButton/buttonItem.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The buttonItem used to generate the button when using\nCupertinoTextSelectionToolbarButton.buttonItem.","enclosedBy":{"name":"CupertinoDesktopTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionToolbarButton-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbarButton.child","href":"cupertino/CupertinoDesktopTextSelectionToolbarButton/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The child of this button.","enclosedBy":{"name":"CupertinoDesktopTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionToolbarButton-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbarButton.createState","href":"cupertino/CupertinoDesktopTextSelectionToolbarButton/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoDesktopTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionToolbarButton-class.html"}},{"name":"onPressed","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbarButton.onPressed","href":"cupertino/CupertinoDesktopTextSelectionToolbarButton/onPressed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The buttonItem used to generate the button when using\nCupertinoTextSelectionToolbarButton.buttonItem.","enclosedBy":{"name":"CupertinoDesktopTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionToolbarButton-class.html"}},{"name":"text","qualifiedName":"cupertino.CupertinoDesktopTextSelectionToolbarButton.text","href":"cupertino/CupertinoDesktopTextSelectionToolbarButton/text.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The text used in the button's label when using\nCupertinoTextSelectionToolbarButton.text.","enclosedBy":{"name":"CupertinoDesktopTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoDesktopTextSelectionToolbarButton-class.html"}},{"name":"CupertinoDialogAction","qualifiedName":"cupertino.CupertinoDialogAction","href":"cupertino/CupertinoDialogAction-class.html","kind":3,"packageRank":0,"desc":"A button typically used in a CupertinoAlertDialog.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoDialogAction.new","qualifiedName":"cupertino.CupertinoDialogAction.CupertinoDialogAction.new","href":"cupertino/CupertinoDialogAction/CupertinoDialogAction.html","kind":2,"packageRank":0,"desc":"Creates an action for an iOS-style dialog.","enclosedBy":{"name":"CupertinoDialogAction","kind":3,"href":"cupertino/CupertinoDialogAction-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoDialogAction.child","href":"cupertino/CupertinoDialogAction/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The widget below this widget in the tree.","enclosedBy":{"name":"CupertinoDialogAction","kind":3,"href":"cupertino/CupertinoDialogAction-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoDialogAction.createState","href":"cupertino/CupertinoDialogAction/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoDialogAction","kind":3,"href":"cupertino/CupertinoDialogAction-class.html"}},{"name":"isDefaultAction","qualifiedName":"cupertino.CupertinoDialogAction.isDefaultAction","href":"cupertino/CupertinoDialogAction/isDefaultAction.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Set to true if button is the default choice in the dialog.","enclosedBy":{"name":"CupertinoDialogAction","kind":3,"href":"cupertino/CupertinoDialogAction-class.html"}},{"name":"isDestructiveAction","qualifiedName":"cupertino.CupertinoDialogAction.isDestructiveAction","href":"cupertino/CupertinoDialogAction/isDestructiveAction.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this action destroys an object.","enclosedBy":{"name":"CupertinoDialogAction","kind":3,"href":"cupertino/CupertinoDialogAction-class.html"}},{"name":"mouseCursor","qualifiedName":"cupertino.CupertinoDialogAction.mouseCursor","href":"cupertino/CupertinoDialogAction/mouseCursor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The cursor that will be shown when hovering over the button.","enclosedBy":{"name":"CupertinoDialogAction","kind":3,"href":"cupertino/CupertinoDialogAction-class.html"}},{"name":"onPressed","qualifiedName":"cupertino.CupertinoDialogAction.onPressed","href":"cupertino/CupertinoDialogAction/onPressed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The callback that is called when the button is tapped or otherwise\nactivated.","enclosedBy":{"name":"CupertinoDialogAction","kind":3,"href":"cupertino/CupertinoDialogAction-class.html"}},{"name":"textStyle","qualifiedName":"cupertino.CupertinoDialogAction.textStyle","href":"cupertino/CupertinoDialogAction/textStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"TextStyle to apply to any text that appears in this button.","enclosedBy":{"name":"CupertinoDialogAction","kind":3,"href":"cupertino/CupertinoDialogAction-class.html"}},{"name":"CupertinoDialogRoute","qualifiedName":"cupertino.CupertinoDialogRoute","href":"cupertino/CupertinoDialogRoute-class.html","kind":3,"packageRank":0,"desc":"A dialog route that shows an iOS-style dialog.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoDialogRoute.new","qualifiedName":"cupertino.CupertinoDialogRoute.CupertinoDialogRoute.new","href":"cupertino/CupertinoDialogRoute/CupertinoDialogRoute.html","kind":2,"packageRank":0,"desc":"A dialog route that shows an iOS-style dialog.","enclosedBy":{"name":"CupertinoDialogRoute","kind":3,"href":"cupertino/CupertinoDialogRoute-class.html"}},{"name":"buildTransitions","qualifiedName":"cupertino.CupertinoDialogRoute.buildTransitions","href":"cupertino/CupertinoDialogRoute/buildTransitions.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Override this method to wrap the child with one or more transition\nwidgets that define how the route arrives on and leaves the screen.","enclosedBy":{"name":"CupertinoDialogRoute","kind":3,"href":"cupertino/CupertinoDialogRoute-class.html"}},{"name":"createSimulation","qualifiedName":"cupertino.CupertinoDialogRoute.createSimulation","href":"cupertino/CupertinoDialogRoute/createSimulation.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the simulation that drives the transition animation for this route.","enclosedBy":{"name":"CupertinoDialogRoute","kind":3,"href":"cupertino/CupertinoDialogRoute-class.html"}},{"name":"dispose","qualifiedName":"cupertino.CupertinoDialogRoute.dispose","href":"cupertino/CupertinoDialogRoute/dispose.html","kind":10,"overriddenDepth":3,"packageRank":0,"desc":"Discards any resources used by the object.","enclosedBy":{"name":"CupertinoDialogRoute","kind":3,"href":"cupertino/CupertinoDialogRoute-class.html"}},{"name":"transitionBuilder","qualifiedName":"cupertino.CupertinoDialogRoute.transitionBuilder","href":"cupertino/CupertinoDialogRoute/transitionBuilder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Custom transition builder","enclosedBy":{"name":"CupertinoDialogRoute","kind":3,"href":"cupertino/CupertinoDialogRoute-class.html"}},{"name":"CupertinoDynamicColor","qualifiedName":"cupertino.CupertinoDynamicColor","href":"cupertino/CupertinoDynamicColor-class.html","kind":3,"packageRank":0,"desc":"A Color subclass that represents a family of colors, and the correct effective\ncolor in the color family.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoDynamicColor.new","qualifiedName":"cupertino.CupertinoDynamicColor.CupertinoDynamicColor.new","href":"cupertino/CupertinoDynamicColor/CupertinoDynamicColor.html","kind":2,"packageRank":0,"desc":"Creates an adaptive Color that changes its effective color based on the\nBuildContext given. The default effective color is color.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"CupertinoDynamicColor.withBrightness","qualifiedName":"cupertino.CupertinoDynamicColor.CupertinoDynamicColor.withBrightness","href":"cupertino/CupertinoDynamicColor/CupertinoDynamicColor.withBrightness.html","kind":2,"packageRank":0,"desc":"Creates an adaptive Color that changes its effective color based on the given\nBuildContext's brightness (from MediaQueryData.platformBrightness or\nCupertinoThemeData.brightness). The default effective color is color.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"CupertinoDynamicColor.withBrightnessAndContrast","qualifiedName":"cupertino.CupertinoDynamicColor.CupertinoDynamicColor.withBrightnessAndContrast","href":"cupertino/CupertinoDynamicColor/CupertinoDynamicColor.withBrightnessAndContrast.html","kind":2,"packageRank":0,"desc":"Creates an adaptive Color that changes its effective color based on the\ngiven BuildContext's brightness (from MediaQueryData.platformBrightness\nor CupertinoThemeData.brightness) and accessibility contrast setting\n(MediaQueryData.highContrast). The default effective color is color.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"a","qualifiedName":"cupertino.CupertinoDynamicColor.a","href":"cupertino/CupertinoDynamicColor/a.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The alpha channel of this color.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"alpha","qualifiedName":"cupertino.CupertinoDynamicColor.alpha","href":"cupertino/CupertinoDynamicColor/alpha.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The alpha channel of this color in an 8 bit value.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"b","qualifiedName":"cupertino.CupertinoDynamicColor.b","href":"cupertino/CupertinoDynamicColor/b.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The blue channel of this color.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"blue","qualifiedName":"cupertino.CupertinoDynamicColor.blue","href":"cupertino/CupertinoDynamicColor/blue.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The blue channel of this color in an 8 bit value.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"color","qualifiedName":"cupertino.CupertinoDynamicColor.color","href":"cupertino/CupertinoDynamicColor/color.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when the BuildContext implies a combination of light mode,\nnormal contrast, and base interface elevation.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"colorSpace","qualifiedName":"cupertino.CupertinoDynamicColor.colorSpace","href":"cupertino/CupertinoDynamicColor/colorSpace.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color space of this color.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"computeLuminance","qualifiedName":"cupertino.CupertinoDynamicColor.computeLuminance","href":"cupertino/CupertinoDynamicColor/computeLuminance.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns a brightness value between 0 for darkest and 1 for lightest.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"darkColor","qualifiedName":"cupertino.CupertinoDynamicColor.darkColor","href":"cupertino/CupertinoDynamicColor/darkColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when the BuildContext implies a combination of dark mode,\nnormal contrast, and base interface elevation.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"darkElevatedColor","qualifiedName":"cupertino.CupertinoDynamicColor.darkElevatedColor","href":"cupertino/CupertinoDynamicColor/darkElevatedColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when the BuildContext implies a combination of dark mode,\nnormal contrast, and elevated interface elevation.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"darkHighContrastColor","qualifiedName":"cupertino.CupertinoDynamicColor.darkHighContrastColor","href":"cupertino/CupertinoDynamicColor/darkHighContrastColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when the BuildContext implies a combination of dark mode,\nhigh contrast, and base interface elevation.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"darkHighContrastElevatedColor","qualifiedName":"cupertino.CupertinoDynamicColor.darkHighContrastElevatedColor","href":"cupertino/CupertinoDynamicColor/darkHighContrastElevatedColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when the BuildContext implies a combination of dark mode,\nhigh contrast, and elevated interface elevation.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"debugFillProperties","qualifiedName":"cupertino.CupertinoDynamicColor.debugFillProperties","href":"cupertino/CupertinoDynamicColor/debugFillProperties.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Add additional properties associated with the node.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"elevatedColor","qualifiedName":"cupertino.CupertinoDynamicColor.elevatedColor","href":"cupertino/CupertinoDynamicColor/elevatedColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when the BuildContext implies a combination of light mode,\nnormal contrast, and elevated interface elevation.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"g","qualifiedName":"cupertino.CupertinoDynamicColor.g","href":"cupertino/CupertinoDynamicColor/g.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The green channel of this color.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"green","qualifiedName":"cupertino.CupertinoDynamicColor.green","href":"cupertino/CupertinoDynamicColor/green.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The green channel of this color in an 8 bit value.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"hashCode","qualifiedName":"cupertino.CupertinoDynamicColor.hashCode","href":"cupertino/CupertinoDynamicColor/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The hash code for this object.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"highContrastColor","qualifiedName":"cupertino.CupertinoDynamicColor.highContrastColor","href":"cupertino/CupertinoDynamicColor/highContrastColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when the BuildContext implies a combination of light mode,\nhigh contrast, and base interface elevation.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"highContrastElevatedColor","qualifiedName":"cupertino.CupertinoDynamicColor.highContrastElevatedColor","href":"cupertino/CupertinoDynamicColor/highContrastElevatedColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when the BuildContext implies a combination of light mode,\nhigh contrast, and elevated interface elevation.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"maybeResolve","qualifiedName":"cupertino.CupertinoDynamicColor.maybeResolve","href":"cupertino/CupertinoDynamicColor/maybeResolve.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Resolves the given Color by calling resolveFrom.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"opacity","qualifiedName":"cupertino.CupertinoDynamicColor.opacity","href":"cupertino/CupertinoDynamicColor/opacity.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The alpha channel of this color as a double.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"operator ==","qualifiedName":"cupertino.CupertinoDynamicColor.operator ==","href":"cupertino/CupertinoDynamicColor/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"The equality operator.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"r","qualifiedName":"cupertino.CupertinoDynamicColor.r","href":"cupertino/CupertinoDynamicColor/r.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The red channel of this color.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"red","qualifiedName":"cupertino.CupertinoDynamicColor.red","href":"cupertino/CupertinoDynamicColor/red.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The red channel of this color in an 8 bit value.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"resolve","qualifiedName":"cupertino.CupertinoDynamicColor.resolve","href":"cupertino/CupertinoDynamicColor/resolve.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Resolves the given Color by calling resolveFrom.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"resolveFrom","qualifiedName":"cupertino.CupertinoDynamicColor.resolveFrom","href":"cupertino/CupertinoDynamicColor/resolveFrom.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Resolves this CupertinoDynamicColor using the provided BuildContext.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"toARGB32","qualifiedName":"cupertino.CupertinoDynamicColor.toARGB32","href":"cupertino/CupertinoDynamicColor/toARGB32.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns a 32-bit value representing this color.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"toString","qualifiedName":"cupertino.CupertinoDynamicColor.toString","href":"cupertino/CupertinoDynamicColor/toString.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"value","qualifiedName":"cupertino.CupertinoDynamicColor.value","href":"cupertino/CupertinoDynamicColor/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A 32 bit value representing this color.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"withAlpha","qualifiedName":"cupertino.CupertinoDynamicColor.withAlpha","href":"cupertino/CupertinoDynamicColor/withAlpha.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns a new color that matches this color with the alpha channel\nreplaced with a (which ranges from 0 to 255).","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"withBlue","qualifiedName":"cupertino.CupertinoDynamicColor.withBlue","href":"cupertino/CupertinoDynamicColor/withBlue.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns a new color that matches this color with the blue channel replaced\nwith b (which ranges from 0 to 255).","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"withGreen","qualifiedName":"cupertino.CupertinoDynamicColor.withGreen","href":"cupertino/CupertinoDynamicColor/withGreen.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns a new color that matches this color with the green channel\nreplaced with g (which ranges from 0 to 255).","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"withOpacity","qualifiedName":"cupertino.CupertinoDynamicColor.withOpacity","href":"cupertino/CupertinoDynamicColor/withOpacity.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns a new color that matches this color with the alpha channel\nreplaced with the given opacity (which ranges from 0.0 to 1.0).","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"withRed","qualifiedName":"cupertino.CupertinoDynamicColor.withRed","href":"cupertino/CupertinoDynamicColor/withRed.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns a new color that matches this color with the red channel replaced\nwith r (which ranges from 0 to 255).","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"withValues","qualifiedName":"cupertino.CupertinoDynamicColor.withValues","href":"cupertino/CupertinoDynamicColor/withValues.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns a new color with the provided components updated.","enclosedBy":{"name":"CupertinoDynamicColor","kind":3,"href":"cupertino/CupertinoDynamicColor-class.html"}},{"name":"CupertinoExpansionTile","qualifiedName":"cupertino.CupertinoExpansionTile","href":"cupertino/CupertinoExpansionTile-class.html","kind":3,"packageRank":0,"desc":"A single-line CupertinoListTile with an expansion arrow icon that expands\nor collapses the tile to reveal or hide the child.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoExpansionTile.new","qualifiedName":"cupertino.CupertinoExpansionTile.CupertinoExpansionTile.new","href":"cupertino/CupertinoExpansionTile/CupertinoExpansionTile.html","kind":2,"packageRank":0,"desc":"Creates a single-line CupertinoListTile with an expansion arrow icon\nthat expands or collapses the tile to reveal or hide the child.","enclosedBy":{"name":"CupertinoExpansionTile","kind":3,"href":"cupertino/CupertinoExpansionTile-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoExpansionTile.child","href":"cupertino/CupertinoExpansionTile/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The body of the CupertinoExpansionTile.","enclosedBy":{"name":"CupertinoExpansionTile","kind":3,"href":"cupertino/CupertinoExpansionTile-class.html"}},{"name":"controller","qualifiedName":"cupertino.CupertinoExpansionTile.controller","href":"cupertino/CupertinoExpansionTile/controller.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Programmatically expands and collapses the CupertinoExpansionTile.","enclosedBy":{"name":"CupertinoExpansionTile","kind":3,"href":"cupertino/CupertinoExpansionTile-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoExpansionTile.createState","href":"cupertino/CupertinoExpansionTile/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoExpansionTile","kind":3,"href":"cupertino/CupertinoExpansionTile-class.html"}},{"name":"title","qualifiedName":"cupertino.CupertinoExpansionTile.title","href":"cupertino/CupertinoExpansionTile/title.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Used to convey the central information.","enclosedBy":{"name":"CupertinoExpansionTile","kind":3,"href":"cupertino/CupertinoExpansionTile-class.html"}},{"name":"transitionMode","qualifiedName":"cupertino.CupertinoExpansionTile.transitionMode","href":"cupertino/CupertinoExpansionTile/transitionMode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"How the CupertinoExpansionTile should transition its child between its\ncollapsed state and its expanded state.","enclosedBy":{"name":"CupertinoExpansionTile","kind":3,"href":"cupertino/CupertinoExpansionTile-class.html"}},{"name":"CupertinoFocusHalo","qualifiedName":"cupertino.CupertinoFocusHalo","href":"cupertino/CupertinoFocusHalo-class.html","kind":3,"packageRank":0,"desc":"Applies an iOS-style focus border around its child when any of child focus nodes gain focus.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoFocusHalo.withRRect","qualifiedName":"cupertino.CupertinoFocusHalo.CupertinoFocusHalo.withRRect","href":"cupertino/CupertinoFocusHalo/CupertinoFocusHalo.withRRect.html","kind":2,"packageRank":0,"desc":"Creates a rounded rectangular CupertinoFocusHalo around the child","enclosedBy":{"name":"CupertinoFocusHalo","kind":3,"href":"cupertino/CupertinoFocusHalo-class.html"}},{"name":"CupertinoFocusHalo.withRect","qualifiedName":"cupertino.CupertinoFocusHalo.CupertinoFocusHalo.withRect","href":"cupertino/CupertinoFocusHalo/CupertinoFocusHalo.withRect.html","kind":2,"packageRank":0,"desc":"Creates a rectangular CupertinoFocusHalo around the child.","enclosedBy":{"name":"CupertinoFocusHalo","kind":3,"href":"cupertino/CupertinoFocusHalo-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoFocusHalo.child","href":"cupertino/CupertinoFocusHalo/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The child to draw the focused border around.","enclosedBy":{"name":"CupertinoFocusHalo","kind":3,"href":"cupertino/CupertinoFocusHalo-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoFocusHalo.createState","href":"cupertino/CupertinoFocusHalo/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoFocusHalo","kind":3,"href":"cupertino/CupertinoFocusHalo-class.html"}},{"name":"CupertinoFormRow","qualifiedName":"cupertino.CupertinoFormRow","href":"cupertino/CupertinoFormRow-class.html","kind":3,"packageRank":0,"desc":"An iOS-style form row.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoFormRow.new","qualifiedName":"cupertino.CupertinoFormRow.CupertinoFormRow.new","href":"cupertino/CupertinoFormRow/CupertinoFormRow.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style split form row with a standard prefix and child widget.\nAlso provides a space for error and helper widgets that appear underneath.","enclosedBy":{"name":"CupertinoFormRow","kind":3,"href":"cupertino/CupertinoFormRow-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoFormRow.build","href":"cupertino/CupertinoFormRow/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoFormRow","kind":3,"href":"cupertino/CupertinoFormRow-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoFormRow.child","href":"cupertino/CupertinoFormRow/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Child widget.","enclosedBy":{"name":"CupertinoFormRow","kind":3,"href":"cupertino/CupertinoFormRow-class.html"}},{"name":"error","qualifiedName":"cupertino.CupertinoFormRow.error","href":"cupertino/CupertinoFormRow/error.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A widget that is displayed underneath the prefix and child widgets.","enclosedBy":{"name":"CupertinoFormRow","kind":3,"href":"cupertino/CupertinoFormRow-class.html"}},{"name":"helper","qualifiedName":"cupertino.CupertinoFormRow.helper","href":"cupertino/CupertinoFormRow/helper.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A widget that is displayed underneath the prefix and child widgets.","enclosedBy":{"name":"CupertinoFormRow","kind":3,"href":"cupertino/CupertinoFormRow-class.html"}},{"name":"padding","qualifiedName":"cupertino.CupertinoFormRow.padding","href":"cupertino/CupertinoFormRow/padding.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Content padding for the row.","enclosedBy":{"name":"CupertinoFormRow","kind":3,"href":"cupertino/CupertinoFormRow-class.html"}},{"name":"prefix","qualifiedName":"cupertino.CupertinoFormRow.prefix","href":"cupertino/CupertinoFormRow/prefix.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A widget that is displayed at the start of the row.","enclosedBy":{"name":"CupertinoFormRow","kind":3,"href":"cupertino/CupertinoFormRow-class.html"}},{"name":"CupertinoFormSection","qualifiedName":"cupertino.CupertinoFormSection","href":"cupertino/CupertinoFormSection-class.html","kind":3,"packageRank":0,"desc":"An iOS-style form section.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoFormSection.insetGrouped","qualifiedName":"cupertino.CupertinoFormSection.CupertinoFormSection.insetGrouped","href":"cupertino/CupertinoFormSection/CupertinoFormSection.insetGrouped.html","kind":2,"packageRank":0,"desc":"Creates a section that mimics standard \"Inset Grouped\" iOS forms.","enclosedBy":{"name":"CupertinoFormSection","kind":3,"href":"cupertino/CupertinoFormSection-class.html"}},{"name":"CupertinoFormSection.new","qualifiedName":"cupertino.CupertinoFormSection.CupertinoFormSection.new","href":"cupertino/CupertinoFormSection/CupertinoFormSection.html","kind":2,"packageRank":0,"desc":"Creates a section that mimics standard iOS forms.","enclosedBy":{"name":"CupertinoFormSection","kind":3,"href":"cupertino/CupertinoFormSection-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoFormSection.backgroundColor","href":"cupertino/CupertinoFormSection/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the background color behind the section.","enclosedBy":{"name":"CupertinoFormSection","kind":3,"href":"cupertino/CupertinoFormSection-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoFormSection.build","href":"cupertino/CupertinoFormSection/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoFormSection","kind":3,"href":"cupertino/CupertinoFormSection-class.html"}},{"name":"children","qualifiedName":"cupertino.CupertinoFormSection.children","href":"cupertino/CupertinoFormSection/children.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The list of rows in the section.","enclosedBy":{"name":"CupertinoFormSection","kind":3,"href":"cupertino/CupertinoFormSection-class.html"}},{"name":"clipBehavior","qualifiedName":"cupertino.CupertinoFormSection.clipBehavior","href":"cupertino/CupertinoFormSection/clipBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The content will be clipped (or not) according to this option.","enclosedBy":{"name":"CupertinoFormSection","kind":3,"href":"cupertino/CupertinoFormSection-class.html"}},{"name":"decoration","qualifiedName":"cupertino.CupertinoFormSection.decoration","href":"cupertino/CupertinoFormSection/decoration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the decoration around children.","enclosedBy":{"name":"CupertinoFormSection","kind":3,"href":"cupertino/CupertinoFormSection-class.html"}},{"name":"footer","qualifiedName":"cupertino.CupertinoFormSection.footer","href":"cupertino/CupertinoFormSection/footer.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the form section footer. The section footer lies below the\nchildren rows.","enclosedBy":{"name":"CupertinoFormSection","kind":3,"href":"cupertino/CupertinoFormSection-class.html"}},{"name":"header","qualifiedName":"cupertino.CupertinoFormSection.header","href":"cupertino/CupertinoFormSection/header.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the form section header. The section header lies above the\nchildren rows.","enclosedBy":{"name":"CupertinoFormSection","kind":3,"href":"cupertino/CupertinoFormSection-class.html"}},{"name":"margin","qualifiedName":"cupertino.CupertinoFormSection.margin","href":"cupertino/CupertinoFormSection/margin.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Margin around the content area of the section encapsulating children.","enclosedBy":{"name":"CupertinoFormSection","kind":3,"href":"cupertino/CupertinoFormSection-class.html"}},{"name":"CupertinoFullscreenDialogTransition","qualifiedName":"cupertino.CupertinoFullscreenDialogTransition","href":"cupertino/CupertinoFullscreenDialogTransition-class.html","kind":3,"packageRank":0,"desc":"An iOS-style transition used for summoning fullscreen dialogs.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoFullscreenDialogTransition.new","qualifiedName":"cupertino.CupertinoFullscreenDialogTransition.CupertinoFullscreenDialogTransition.new","href":"cupertino/CupertinoFullscreenDialogTransition/CupertinoFullscreenDialogTransition.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style transition used for summoning fullscreen dialogs.","enclosedBy":{"name":"CupertinoFullscreenDialogTransition","kind":3,"href":"cupertino/CupertinoFullscreenDialogTransition-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoFullscreenDialogTransition.child","href":"cupertino/CupertinoFullscreenDialogTransition/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The widget below this widget in the tree.","enclosedBy":{"name":"CupertinoFullscreenDialogTransition","kind":3,"href":"cupertino/CupertinoFullscreenDialogTransition-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoFullscreenDialogTransition.createState","href":"cupertino/CupertinoFullscreenDialogTransition/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoFullscreenDialogTransition","kind":3,"href":"cupertino/CupertinoFullscreenDialogTransition-class.html"}},{"name":"linearTransition","qualifiedName":"cupertino.CupertinoFullscreenDialogTransition.linearTransition","href":"cupertino/CupertinoFullscreenDialogTransition/linearTransition.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"\nlinearTransition is whether to perform the transitions linearly.\n Used to precisely track back gesture drags.\n","enclosedBy":{"name":"CupertinoFullscreenDialogTransition","kind":3,"href":"cupertino/CupertinoFullscreenDialogTransition-class.html"}},{"name":"primaryRouteAnimation","qualifiedName":"cupertino.CupertinoFullscreenDialogTransition.primaryRouteAnimation","href":"cupertino/CupertinoFullscreenDialogTransition/primaryRouteAnimation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"\nprimaryRouteAnimation is a linear route animation from 0.0 to 1.0\n when this screen is being pushed.\n","enclosedBy":{"name":"CupertinoFullscreenDialogTransition","kind":3,"href":"cupertino/CupertinoFullscreenDialogTransition-class.html"}},{"name":"secondaryRouteAnimation","qualifiedName":"cupertino.CupertinoFullscreenDialogTransition.secondaryRouteAnimation","href":"cupertino/CupertinoFullscreenDialogTransition/secondaryRouteAnimation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"\nsecondaryRouteAnimation is a linear route animation from 0.0 to 1.0\n when another screen is being pushed on top of this one.\n","enclosedBy":{"name":"CupertinoFullscreenDialogTransition","kind":3,"href":"cupertino/CupertinoFullscreenDialogTransition-class.html"}},{"name":"CupertinoIconThemeData","qualifiedName":"cupertino.CupertinoIconThemeData","href":"cupertino/CupertinoIconThemeData-class.html","kind":3,"packageRank":0,"desc":"An IconThemeData subclass that automatically resolves its color when retrieved\nusing IconTheme.of.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoIconThemeData.new","qualifiedName":"cupertino.CupertinoIconThemeData.CupertinoIconThemeData.new","href":"cupertino/CupertinoIconThemeData/CupertinoIconThemeData.html","kind":2,"packageRank":0,"desc":"Creates a CupertinoIconThemeData.","enclosedBy":{"name":"CupertinoIconThemeData","kind":3,"href":"cupertino/CupertinoIconThemeData-class.html"}},{"name":"copyWith","qualifiedName":"cupertino.CupertinoIconThemeData.copyWith","href":"cupertino/CupertinoIconThemeData/copyWith.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates a copy of this icon theme but with the given fields replaced with\nthe new values.","enclosedBy":{"name":"CupertinoIconThemeData","kind":3,"href":"cupertino/CupertinoIconThemeData-class.html"}},{"name":"debugFillProperties","qualifiedName":"cupertino.CupertinoIconThemeData.debugFillProperties","href":"cupertino/CupertinoIconThemeData/debugFillProperties.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Add additional properties associated with the node.","enclosedBy":{"name":"CupertinoIconThemeData","kind":3,"href":"cupertino/CupertinoIconThemeData-class.html"}},{"name":"resolve","qualifiedName":"cupertino.CupertinoIconThemeData.resolve","href":"cupertino/CupertinoIconThemeData/resolve.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called by IconTheme.of to resolve color against the given BuildContext.","enclosedBy":{"name":"CupertinoIconThemeData","kind":3,"href":"cupertino/CupertinoIconThemeData-class.html"}},{"name":"CupertinoIcons","qualifiedName":"cupertino.CupertinoIcons","href":"cupertino/CupertinoIcons-class.html","kind":3,"packageRank":0,"desc":"Identifiers for the supported Cupertino icons.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"add","qualifiedName":"cupertino.CupertinoIcons.add","href":"cupertino/CupertinoIcons/add-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"plus — Cupertino icon for an two straight lines, one horizontal and one vertical, meeting in the middle, which is the equivalent of a plus sign.\nThis is the same icon as plus in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"add_circled","qualifiedName":"cupertino.CupertinoIcons.add_circled","href":"cupertino/CupertinoIcons/add_circled-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"plus_circle — Cupertino icon for an two straight lines, one horizontal and one vertical, meeting in the middle, which is the equivalent of a plus sign, surrounded by a circle. This icon is not filled in.\nThis is the same icon as plus_circle in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"add_circled_solid","qualifiedName":"cupertino.CupertinoIcons.add_circled_solid","href":"cupertino/CupertinoIcons/add_circled_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"plus_circle_fill — Cupertino icon for an two straight lines, one horizontal and one vertical, meeting in the middle, which is the equivalent of a plus sign, surrounded by a circle. This icon is not filled in.\nThis is the same icon as plus_circle_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"airplane","qualifiedName":"cupertino.CupertinoIcons.airplane","href":"cupertino/CupertinoIcons/airplane-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"airplane\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"alarm","qualifiedName":"cupertino.CupertinoIcons.alarm","href":"cupertino/CupertinoIcons/alarm-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"alarm\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"alarm_fill","qualifiedName":"cupertino.CupertinoIcons.alarm_fill","href":"cupertino/CupertinoIcons/alarm_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"alarm_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"alt","qualifiedName":"cupertino.CupertinoIcons.alt","href":"cupertino/CupertinoIcons/alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ant","qualifiedName":"cupertino.CupertinoIcons.ant","href":"cupertino/CupertinoIcons/ant-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"ant\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ant_circle","qualifiedName":"cupertino.CupertinoIcons.ant_circle","href":"cupertino/CupertinoIcons/ant_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"ant_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ant_circle_fill","qualifiedName":"cupertino.CupertinoIcons.ant_circle_fill","href":"cupertino/CupertinoIcons/ant_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"ant_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ant_fill","qualifiedName":"cupertino.CupertinoIcons.ant_fill","href":"cupertino/CupertinoIcons/ant_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"ant_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"antenna_radiowaves_left_right","qualifiedName":"cupertino.CupertinoIcons.antenna_radiowaves_left_right","href":"cupertino/CupertinoIcons/antenna_radiowaves_left_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"antenna_radiowaves_left_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"app","qualifiedName":"cupertino.CupertinoIcons.app","href":"cupertino/CupertinoIcons/app-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"app\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"app_badge","qualifiedName":"cupertino.CupertinoIcons.app_badge","href":"cupertino/CupertinoIcons/app_badge-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"app_badge\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"app_badge_fill","qualifiedName":"cupertino.CupertinoIcons.app_badge_fill","href":"cupertino/CupertinoIcons/app_badge_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"app_badge_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"app_fill","qualifiedName":"cupertino.CupertinoIcons.app_fill","href":"cupertino/CupertinoIcons/app_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"app_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"archivebox","qualifiedName":"cupertino.CupertinoIcons.archivebox","href":"cupertino/CupertinoIcons/archivebox-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"archivebox\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"archivebox_fill","qualifiedName":"cupertino.CupertinoIcons.archivebox_fill","href":"cupertino/CupertinoIcons/archivebox_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"archivebox_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_2_circlepath","qualifiedName":"cupertino.CupertinoIcons.arrow_2_circlepath","href":"cupertino/CupertinoIcons/arrow_2_circlepath-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_2_circlepath\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_2_circlepath_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_2_circlepath_circle","href":"cupertino/CupertinoIcons/arrow_2_circlepath_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_2_circlepath_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_2_circlepath_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_2_circlepath_circle_fill","href":"cupertino/CupertinoIcons/arrow_2_circlepath_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_2_circlepath_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_2_squarepath","qualifiedName":"cupertino.CupertinoIcons.arrow_2_squarepath","href":"cupertino/CupertinoIcons/arrow_2_squarepath-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_2_squarepath\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_3_trianglepath","qualifiedName":"cupertino.CupertinoIcons.arrow_3_trianglepath","href":"cupertino/CupertinoIcons/arrow_3_trianglepath-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_3_trianglepath\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_branch","qualifiedName":"cupertino.CupertinoIcons.arrow_branch","href":"cupertino/CupertinoIcons/arrow_branch-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_branch\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_clockwise","qualifiedName":"cupertino.CupertinoIcons.arrow_clockwise","href":"cupertino/CupertinoIcons/arrow_clockwise-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_clockwise\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as refresh which is available in cupertino_icons 0.1.3.\nThis is the same icon as refresh_thin which is available in cupertino_icons 0.1.3.\nThis is the same icon as refresh_thick which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_clockwise_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_clockwise_circle","href":"cupertino/CupertinoIcons/arrow_clockwise_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_clockwise_circle\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as refresh_circled which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_clockwise_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_clockwise_circle_fill","href":"cupertino/CupertinoIcons/arrow_clockwise_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_clockwise_circle_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as refresh_circled_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_counterclockwise","qualifiedName":"cupertino.CupertinoIcons.arrow_counterclockwise","href":"cupertino/CupertinoIcons/arrow_counterclockwise-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_counterclockwise\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as restart which is available in cupertino_icons 0.1.3.\nThis is the same icon as refresh_bold which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_counterclockwise_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_counterclockwise_circle","href":"cupertino/CupertinoIcons/arrow_counterclockwise_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_counterclockwise_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_counterclockwise_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_counterclockwise_circle_fill","href":"cupertino/CupertinoIcons/arrow_counterclockwise_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_counterclockwise_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down","qualifiedName":"cupertino.CupertinoIcons.arrow_down","href":"cupertino/CupertinoIcons/arrow_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as down_arrow which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_down_circle","href":"cupertino/CupertinoIcons/arrow_down_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_down_circle_fill","href":"cupertino/CupertinoIcons/arrow_down_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_doc","qualifiedName":"cupertino.CupertinoIcons.arrow_down_doc","href":"cupertino/CupertinoIcons/arrow_down_doc-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_doc\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_doc_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_down_doc_fill","href":"cupertino/CupertinoIcons/arrow_down_doc_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_doc_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_left","qualifiedName":"cupertino.CupertinoIcons.arrow_down_left","href":"cupertino/CupertinoIcons/arrow_down_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_left_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_down_left_circle","href":"cupertino/CupertinoIcons/arrow_down_left_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_left_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_left_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_down_left_circle_fill","href":"cupertino/CupertinoIcons/arrow_down_left_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_left_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_left_square","qualifiedName":"cupertino.CupertinoIcons.arrow_down_left_square","href":"cupertino/CupertinoIcons/arrow_down_left_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_left_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_left_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_down_left_square_fill","href":"cupertino/CupertinoIcons/arrow_down_left_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_left_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_right","qualifiedName":"cupertino.CupertinoIcons.arrow_down_right","href":"cupertino/CupertinoIcons/arrow_down_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_right_arrow_up_left","qualifiedName":"cupertino.CupertinoIcons.arrow_down_right_arrow_up_left","href":"cupertino/CupertinoIcons/arrow_down_right_arrow_up_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_right_arrow_up_left\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as fullscreen_exit which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_right_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_down_right_circle","href":"cupertino/CupertinoIcons/arrow_down_right_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_right_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_right_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_down_right_circle_fill","href":"cupertino/CupertinoIcons/arrow_down_right_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_right_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_right_square","qualifiedName":"cupertino.CupertinoIcons.arrow_down_right_square","href":"cupertino/CupertinoIcons/arrow_down_right_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_right_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_right_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_down_right_square_fill","href":"cupertino/CupertinoIcons/arrow_down_right_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_right_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_square","qualifiedName":"cupertino.CupertinoIcons.arrow_down_square","href":"cupertino/CupertinoIcons/arrow_down_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_down_square_fill","href":"cupertino/CupertinoIcons/arrow_down_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_to_line","qualifiedName":"cupertino.CupertinoIcons.arrow_down_to_line","href":"cupertino/CupertinoIcons/arrow_down_to_line-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_to_line\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_down_to_line_alt","qualifiedName":"cupertino.CupertinoIcons.arrow_down_to_line_alt","href":"cupertino/CupertinoIcons/arrow_down_to_line_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_down_to_line_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_left","qualifiedName":"cupertino.CupertinoIcons.arrow_left","href":"cupertino/CupertinoIcons/arrow_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_left_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_left_circle","href":"cupertino/CupertinoIcons/arrow_left_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_left_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_left_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_left_circle_fill","href":"cupertino/CupertinoIcons/arrow_left_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_left_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_left_right","qualifiedName":"cupertino.CupertinoIcons.arrow_left_right","href":"cupertino/CupertinoIcons/arrow_left_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_left_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_left_right_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_left_right_circle","href":"cupertino/CupertinoIcons/arrow_left_right_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_left_right_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_left_right_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_left_right_circle_fill","href":"cupertino/CupertinoIcons/arrow_left_right_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_left_right_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_left_right_square","qualifiedName":"cupertino.CupertinoIcons.arrow_left_right_square","href":"cupertino/CupertinoIcons/arrow_left_right_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_left_right_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_left_right_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_left_right_square_fill","href":"cupertino/CupertinoIcons/arrow_left_right_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_left_right_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_left_square","qualifiedName":"cupertino.CupertinoIcons.arrow_left_square","href":"cupertino/CupertinoIcons/arrow_left_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_left_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_left_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_left_square_fill","href":"cupertino/CupertinoIcons/arrow_left_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_left_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_left_to_line","qualifiedName":"cupertino.CupertinoIcons.arrow_left_to_line","href":"cupertino/CupertinoIcons/arrow_left_to_line-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_left_to_line\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_left_to_line_alt","qualifiedName":"cupertino.CupertinoIcons.arrow_left_to_line_alt","href":"cupertino/CupertinoIcons/arrow_left_to_line_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_left_to_line_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_merge","qualifiedName":"cupertino.CupertinoIcons.arrow_merge","href":"cupertino/CupertinoIcons/arrow_merge-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_merge\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_right","qualifiedName":"cupertino.CupertinoIcons.arrow_right","href":"cupertino/CupertinoIcons/arrow_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_right_arrow_left","qualifiedName":"cupertino.CupertinoIcons.arrow_right_arrow_left","href":"cupertino/CupertinoIcons/arrow_right_arrow_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_right_arrow_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_right_arrow_left_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_right_arrow_left_circle","href":"cupertino/CupertinoIcons/arrow_right_arrow_left_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_right_arrow_left_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_right_arrow_left_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_right_arrow_left_circle_fill","href":"cupertino/CupertinoIcons/arrow_right_arrow_left_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_right_arrow_left_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_right_arrow_left_square","qualifiedName":"cupertino.CupertinoIcons.arrow_right_arrow_left_square","href":"cupertino/CupertinoIcons/arrow_right_arrow_left_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_right_arrow_left_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_right_arrow_left_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_right_arrow_left_square_fill","href":"cupertino/CupertinoIcons/arrow_right_arrow_left_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_right_arrow_left_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_right_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_right_circle","href":"cupertino/CupertinoIcons/arrow_right_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_right_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_right_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_right_circle_fill","href":"cupertino/CupertinoIcons/arrow_right_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_right_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_right_square","qualifiedName":"cupertino.CupertinoIcons.arrow_right_square","href":"cupertino/CupertinoIcons/arrow_right_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_right_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_right_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_right_square_fill","href":"cupertino/CupertinoIcons/arrow_right_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_right_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_right_to_line","qualifiedName":"cupertino.CupertinoIcons.arrow_right_to_line","href":"cupertino/CupertinoIcons/arrow_right_to_line-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_right_to_line\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_right_to_line_alt","qualifiedName":"cupertino.CupertinoIcons.arrow_right_to_line_alt","href":"cupertino/CupertinoIcons/arrow_right_to_line_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_right_to_line_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_swap","qualifiedName":"cupertino.CupertinoIcons.arrow_swap","href":"cupertino/CupertinoIcons/arrow_swap-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_swap\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_turn_down_left","qualifiedName":"cupertino.CupertinoIcons.arrow_turn_down_left","href":"cupertino/CupertinoIcons/arrow_turn_down_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_turn_down_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_turn_down_right","qualifiedName":"cupertino.CupertinoIcons.arrow_turn_down_right","href":"cupertino/CupertinoIcons/arrow_turn_down_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_turn_down_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_turn_left_down","qualifiedName":"cupertino.CupertinoIcons.arrow_turn_left_down","href":"cupertino/CupertinoIcons/arrow_turn_left_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_turn_left_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_turn_left_up","qualifiedName":"cupertino.CupertinoIcons.arrow_turn_left_up","href":"cupertino/CupertinoIcons/arrow_turn_left_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_turn_left_up\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_turn_right_down","qualifiedName":"cupertino.CupertinoIcons.arrow_turn_right_down","href":"cupertino/CupertinoIcons/arrow_turn_right_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_turn_right_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_turn_right_up","qualifiedName":"cupertino.CupertinoIcons.arrow_turn_right_up","href":"cupertino/CupertinoIcons/arrow_turn_right_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_turn_right_up\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_turn_up_left","qualifiedName":"cupertino.CupertinoIcons.arrow_turn_up_left","href":"cupertino/CupertinoIcons/arrow_turn_up_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_turn_up_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_turn_up_right","qualifiedName":"cupertino.CupertinoIcons.arrow_turn_up_right","href":"cupertino/CupertinoIcons/arrow_turn_up_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_turn_up_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up","qualifiedName":"cupertino.CupertinoIcons.arrow_up","href":"cupertino/CupertinoIcons/arrow_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as up_arrow which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_arrow_down","qualifiedName":"cupertino.CupertinoIcons.arrow_up_arrow_down","href":"cupertino/CupertinoIcons/arrow_up_arrow_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_arrow_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_arrow_down_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_up_arrow_down_circle","href":"cupertino/CupertinoIcons/arrow_up_arrow_down_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_arrow_down_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_arrow_down_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_arrow_down_circle_fill","href":"cupertino/CupertinoIcons/arrow_up_arrow_down_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_arrow_down_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_arrow_down_square","qualifiedName":"cupertino.CupertinoIcons.arrow_up_arrow_down_square","href":"cupertino/CupertinoIcons/arrow_up_arrow_down_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_arrow_down_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_arrow_down_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_arrow_down_square_fill","href":"cupertino/CupertinoIcons/arrow_up_arrow_down_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_arrow_down_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_bin","qualifiedName":"cupertino.CupertinoIcons.arrow_up_bin","href":"cupertino/CupertinoIcons/arrow_up_bin-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_bin\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_bin_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_bin_fill","href":"cupertino/CupertinoIcons/arrow_up_bin_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_bin_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_up_circle","href":"cupertino/CupertinoIcons/arrow_up_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_circle_fill","href":"cupertino/CupertinoIcons/arrow_up_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_doc","qualifiedName":"cupertino.CupertinoIcons.arrow_up_doc","href":"cupertino/CupertinoIcons/arrow_up_doc-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_doc\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_doc_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_doc_fill","href":"cupertino/CupertinoIcons/arrow_up_doc_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_doc_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_down","qualifiedName":"cupertino.CupertinoIcons.arrow_up_down","href":"cupertino/CupertinoIcons/arrow_up_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_down_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_up_down_circle","href":"cupertino/CupertinoIcons/arrow_up_down_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_down_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_down_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_down_circle_fill","href":"cupertino/CupertinoIcons/arrow_up_down_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_down_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_down_square","qualifiedName":"cupertino.CupertinoIcons.arrow_up_down_square","href":"cupertino/CupertinoIcons/arrow_up_down_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_down_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_down_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_down_square_fill","href":"cupertino/CupertinoIcons/arrow_up_down_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_down_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_left","qualifiedName":"cupertino.CupertinoIcons.arrow_up_left","href":"cupertino/CupertinoIcons/arrow_up_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_left_arrow_down_right","qualifiedName":"cupertino.CupertinoIcons.arrow_up_left_arrow_down_right","href":"cupertino/CupertinoIcons/arrow_up_left_arrow_down_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_left_arrow_down_right\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as fullscreen which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_left_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_up_left_circle","href":"cupertino/CupertinoIcons/arrow_up_left_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_left_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_left_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_left_circle_fill","href":"cupertino/CupertinoIcons/arrow_up_left_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_left_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_left_square","qualifiedName":"cupertino.CupertinoIcons.arrow_up_left_square","href":"cupertino/CupertinoIcons/arrow_up_left_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_left_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_left_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_left_square_fill","href":"cupertino/CupertinoIcons/arrow_up_left_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_left_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_right","qualifiedName":"cupertino.CupertinoIcons.arrow_up_right","href":"cupertino/CupertinoIcons/arrow_up_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_right_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_up_right_circle","href":"cupertino/CupertinoIcons/arrow_up_right_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_right_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_right_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_right_circle_fill","href":"cupertino/CupertinoIcons/arrow_up_right_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_right_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_right_diamond","qualifiedName":"cupertino.CupertinoIcons.arrow_up_right_diamond","href":"cupertino/CupertinoIcons/arrow_up_right_diamond-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_right_diamond\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_right_diamond_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_right_diamond_fill","href":"cupertino/CupertinoIcons/arrow_up_right_diamond_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_right_diamond_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_right_square","qualifiedName":"cupertino.CupertinoIcons.arrow_up_right_square","href":"cupertino/CupertinoIcons/arrow_up_right_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_right_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_right_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_right_square_fill","href":"cupertino/CupertinoIcons/arrow_up_right_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_right_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_square","qualifiedName":"cupertino.CupertinoIcons.arrow_up_square","href":"cupertino/CupertinoIcons/arrow_up_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_up_square_fill","href":"cupertino/CupertinoIcons/arrow_up_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_to_line","qualifiedName":"cupertino.CupertinoIcons.arrow_up_to_line","href":"cupertino/CupertinoIcons/arrow_up_to_line-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_to_line\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_up_to_line_alt","qualifiedName":"cupertino.CupertinoIcons.arrow_up_to_line_alt","href":"cupertino/CupertinoIcons/arrow_up_to_line_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_up_to_line_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_down","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_down","href":"cupertino/CupertinoIcons/arrow_uturn_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_down_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_down_circle","href":"cupertino/CupertinoIcons/arrow_uturn_down_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_down_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_down_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_down_circle_fill","href":"cupertino/CupertinoIcons/arrow_uturn_down_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_down_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_down_square","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_down_square","href":"cupertino/CupertinoIcons/arrow_uturn_down_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_down_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_down_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_down_square_fill","href":"cupertino/CupertinoIcons/arrow_uturn_down_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_down_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_left","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_left","href":"cupertino/CupertinoIcons/arrow_uturn_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_left_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_left_circle","href":"cupertino/CupertinoIcons/arrow_uturn_left_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_left_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_left_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_left_circle_fill","href":"cupertino/CupertinoIcons/arrow_uturn_left_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_left_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_left_square","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_left_square","href":"cupertino/CupertinoIcons/arrow_uturn_left_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_left_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_left_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_left_square_fill","href":"cupertino/CupertinoIcons/arrow_uturn_left_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_left_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_right","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_right","href":"cupertino/CupertinoIcons/arrow_uturn_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_right_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_right_circle","href":"cupertino/CupertinoIcons/arrow_uturn_right_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_right_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_right_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_right_circle_fill","href":"cupertino/CupertinoIcons/arrow_uturn_right_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_right_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_right_square","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_right_square","href":"cupertino/CupertinoIcons/arrow_uturn_right_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_right_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_right_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_right_square_fill","href":"cupertino/CupertinoIcons/arrow_uturn_right_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_right_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_up","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_up","href":"cupertino/CupertinoIcons/arrow_uturn_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_up\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_up_circle","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_up_circle","href":"cupertino/CupertinoIcons/arrow_uturn_up_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_up_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_up_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_up_circle_fill","href":"cupertino/CupertinoIcons/arrow_uturn_up_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_up_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_up_square","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_up_square","href":"cupertino/CupertinoIcons/arrow_uturn_up_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_up_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrow_uturn_up_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrow_uturn_up_square_fill","href":"cupertino/CupertinoIcons/arrow_uturn_up_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrow_uturn_up_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowshape_turn_up_left","qualifiedName":"cupertino.CupertinoIcons.arrowshape_turn_up_left","href":"cupertino/CupertinoIcons/arrowshape_turn_up_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowshape_turn_up_left\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as reply which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowshape_turn_up_left_2","qualifiedName":"cupertino.CupertinoIcons.arrowshape_turn_up_left_2","href":"cupertino/CupertinoIcons/arrowshape_turn_up_left_2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowshape_turn_up_left_2\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as reply_all which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowshape_turn_up_left_2_fill","qualifiedName":"cupertino.CupertinoIcons.arrowshape_turn_up_left_2_fill","href":"cupertino/CupertinoIcons/arrowshape_turn_up_left_2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowshape_turn_up_left_2_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as reply_thick_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowshape_turn_up_left_circle","qualifiedName":"cupertino.CupertinoIcons.arrowshape_turn_up_left_circle","href":"cupertino/CupertinoIcons/arrowshape_turn_up_left_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowshape_turn_up_left_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowshape_turn_up_left_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrowshape_turn_up_left_circle_fill","href":"cupertino/CupertinoIcons/arrowshape_turn_up_left_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowshape_turn_up_left_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowshape_turn_up_left_fill","qualifiedName":"cupertino.CupertinoIcons.arrowshape_turn_up_left_fill","href":"cupertino/CupertinoIcons/arrowshape_turn_up_left_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowshape_turn_up_left_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowshape_turn_up_right","qualifiedName":"cupertino.CupertinoIcons.arrowshape_turn_up_right","href":"cupertino/CupertinoIcons/arrowshape_turn_up_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowshape_turn_up_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowshape_turn_up_right_circle","qualifiedName":"cupertino.CupertinoIcons.arrowshape_turn_up_right_circle","href":"cupertino/CupertinoIcons/arrowshape_turn_up_right_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowshape_turn_up_right_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowshape_turn_up_right_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrowshape_turn_up_right_circle_fill","href":"cupertino/CupertinoIcons/arrowshape_turn_up_right_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowshape_turn_up_right_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowshape_turn_up_right_fill","qualifiedName":"cupertino.CupertinoIcons.arrowshape_turn_up_right_fill","href":"cupertino/CupertinoIcons/arrowshape_turn_up_right_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowshape_turn_up_right_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_down","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_down","href":"cupertino/CupertinoIcons/arrowtriangle_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_down_circle","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_down_circle","href":"cupertino/CupertinoIcons/arrowtriangle_down_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_down_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_down_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_down_circle_fill","href":"cupertino/CupertinoIcons/arrowtriangle_down_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_down_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_down_fill","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_down_fill","href":"cupertino/CupertinoIcons/arrowtriangle_down_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_down_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_down_square","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_down_square","href":"cupertino/CupertinoIcons/arrowtriangle_down_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_down_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_down_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_down_square_fill","href":"cupertino/CupertinoIcons/arrowtriangle_down_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_down_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_left","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_left","href":"cupertino/CupertinoIcons/arrowtriangle_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_left_circle","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_left_circle","href":"cupertino/CupertinoIcons/arrowtriangle_left_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_left_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_left_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_left_circle_fill","href":"cupertino/CupertinoIcons/arrowtriangle_left_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_left_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_left_fill","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_left_fill","href":"cupertino/CupertinoIcons/arrowtriangle_left_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_left_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_left_square","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_left_square","href":"cupertino/CupertinoIcons/arrowtriangle_left_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_left_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_left_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_left_square_fill","href":"cupertino/CupertinoIcons/arrowtriangle_left_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_left_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_right","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_right","href":"cupertino/CupertinoIcons/arrowtriangle_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_right_circle","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_right_circle","href":"cupertino/CupertinoIcons/arrowtriangle_right_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_right_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_right_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_right_circle_fill","href":"cupertino/CupertinoIcons/arrowtriangle_right_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_right_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_right_fill","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_right_fill","href":"cupertino/CupertinoIcons/arrowtriangle_right_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_right_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_right_square","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_right_square","href":"cupertino/CupertinoIcons/arrowtriangle_right_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_right_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_right_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_right_square_fill","href":"cupertino/CupertinoIcons/arrowtriangle_right_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_right_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_up","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_up","href":"cupertino/CupertinoIcons/arrowtriangle_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_up\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_up_circle","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_up_circle","href":"cupertino/CupertinoIcons/arrowtriangle_up_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_up_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_up_circle_fill","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_up_circle_fill","href":"cupertino/CupertinoIcons/arrowtriangle_up_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_up_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_up_fill","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_up_fill","href":"cupertino/CupertinoIcons/arrowtriangle_up_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_up_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_up_square","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_up_square","href":"cupertino/CupertinoIcons/arrowtriangle_up_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_up_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"arrowtriangle_up_square_fill","qualifiedName":"cupertino.CupertinoIcons.arrowtriangle_up_square_fill","href":"cupertino/CupertinoIcons/arrowtriangle_up_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"arrowtriangle_up_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"asterisk_circle","qualifiedName":"cupertino.CupertinoIcons.asterisk_circle","href":"cupertino/CupertinoIcons/asterisk_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"asterisk_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"asterisk_circle_fill","qualifiedName":"cupertino.CupertinoIcons.asterisk_circle_fill","href":"cupertino/CupertinoIcons/asterisk_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"asterisk_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"at","qualifiedName":"cupertino.CupertinoIcons.at","href":"cupertino/CupertinoIcons/at-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"at\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"at_badge_minus","qualifiedName":"cupertino.CupertinoIcons.at_badge_minus","href":"cupertino/CupertinoIcons/at_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"at_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"at_badge_plus","qualifiedName":"cupertino.CupertinoIcons.at_badge_plus","href":"cupertino/CupertinoIcons/at_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"at_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"at_circle","qualifiedName":"cupertino.CupertinoIcons.at_circle","href":"cupertino/CupertinoIcons/at_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"at_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"at_circle_fill","qualifiedName":"cupertino.CupertinoIcons.at_circle_fill","href":"cupertino/CupertinoIcons/at_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"at_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"back","qualifiedName":"cupertino.CupertinoIcons.back","href":"cupertino/CupertinoIcons/back-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"chevron_back — Cupertino icon for a thicker left chevron used in iOS for the navigation bar back button.\nThis is the same icon as chevron_back in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"backward","qualifiedName":"cupertino.CupertinoIcons.backward","href":"cupertino/CupertinoIcons/backward-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"backward\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"backward_end","qualifiedName":"cupertino.CupertinoIcons.backward_end","href":"cupertino/CupertinoIcons/backward_end-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"backward_end\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"backward_end_alt","qualifiedName":"cupertino.CupertinoIcons.backward_end_alt","href":"cupertino/CupertinoIcons/backward_end_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"backward_end_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"backward_end_alt_fill","qualifiedName":"cupertino.CupertinoIcons.backward_end_alt_fill","href":"cupertino/CupertinoIcons/backward_end_alt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"backward_end_alt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"backward_end_fill","qualifiedName":"cupertino.CupertinoIcons.backward_end_fill","href":"cupertino/CupertinoIcons/backward_end_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"backward_end_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"backward_fill","qualifiedName":"cupertino.CupertinoIcons.backward_fill","href":"cupertino/CupertinoIcons/backward_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"backward_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"badge_plus_radiowaves_right","qualifiedName":"cupertino.CupertinoIcons.badge_plus_radiowaves_right","href":"cupertino/CupertinoIcons/badge_plus_radiowaves_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"badge_plus_radiowaves_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bag","qualifiedName":"cupertino.CupertinoIcons.bag","href":"cupertino/CupertinoIcons/bag-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bag\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bag_badge_minus","qualifiedName":"cupertino.CupertinoIcons.bag_badge_minus","href":"cupertino/CupertinoIcons/bag_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bag_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bag_badge_plus","qualifiedName":"cupertino.CupertinoIcons.bag_badge_plus","href":"cupertino/CupertinoIcons/bag_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bag_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bag_fill","qualifiedName":"cupertino.CupertinoIcons.bag_fill","href":"cupertino/CupertinoIcons/bag_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bag_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bag_fill_badge_minus","qualifiedName":"cupertino.CupertinoIcons.bag_fill_badge_minus","href":"cupertino/CupertinoIcons/bag_fill_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bag_fill_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bag_fill_badge_plus","qualifiedName":"cupertino.CupertinoIcons.bag_fill_badge_plus","href":"cupertino/CupertinoIcons/bag_fill_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bag_fill_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bandage","qualifiedName":"cupertino.CupertinoIcons.bandage","href":"cupertino/CupertinoIcons/bandage-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bandage\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bandage_fill","qualifiedName":"cupertino.CupertinoIcons.bandage_fill","href":"cupertino/CupertinoIcons/bandage_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bandage_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"barcode","qualifiedName":"cupertino.CupertinoIcons.barcode","href":"cupertino/CupertinoIcons/barcode-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"barcode\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"barcode_viewfinder","qualifiedName":"cupertino.CupertinoIcons.barcode_viewfinder","href":"cupertino/CupertinoIcons/barcode_viewfinder-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"barcode_viewfinder\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bars","qualifiedName":"cupertino.CupertinoIcons.bars","href":"cupertino/CupertinoIcons/bars-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bars\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"battery_0","qualifiedName":"cupertino.CupertinoIcons.battery_0","href":"cupertino/CupertinoIcons/battery_0-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"battery_0\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as battery_empty which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"battery_25","qualifiedName":"cupertino.CupertinoIcons.battery_25","href":"cupertino/CupertinoIcons/battery_25-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"battery_25\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as battery_25_percent which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"battery_25_percent","qualifiedName":"cupertino.CupertinoIcons.battery_25_percent","href":"cupertino/CupertinoIcons/battery_25_percent-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"battery_25 — Cupertino icon for a 25% charged battery.\nThis is the same icon as battery_25 in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"battery_75_percent","qualifiedName":"cupertino.CupertinoIcons.battery_75_percent","href":"cupertino/CupertinoIcons/battery_75_percent-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"battery_100 — Cupertino icon for a 75% charged battery.\nThis is the same icon as battery_100, battery_charging and battery_full in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"battery_100","qualifiedName":"cupertino.CupertinoIcons.battery_100","href":"cupertino/CupertinoIcons/battery_100-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"battery_100\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as battery_charging which is available in cupertino_icons 0.1.3.\nThis is the same icon as battery_full which is available in cupertino_icons 0.1.3.\nThis is the same icon as battery_75_percent which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"battery_charging","qualifiedName":"cupertino.CupertinoIcons.battery_charging","href":"cupertino/CupertinoIcons/battery_charging-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"battery_100 — Cupertino icon for a charging battery.\nThis is the same icon as battery_100, battery_full and battery_75_percent in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"battery_empty","qualifiedName":"cupertino.CupertinoIcons.battery_empty","href":"cupertino/CupertinoIcons/battery_empty-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"battery_0 — Cupertino icon for an empty battery.\nThis is the same icon as battery_0 in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"battery_full","qualifiedName":"cupertino.CupertinoIcons.battery_full","href":"cupertino/CupertinoIcons/battery_full-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"battery_100 — Cupertino icon for a full battery.\nThis is the same icon as battery_100, battery_charging and battery_75_percent in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bed_double","qualifiedName":"cupertino.CupertinoIcons.bed_double","href":"cupertino/CupertinoIcons/bed_double-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bed_double\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bed_double_fill","qualifiedName":"cupertino.CupertinoIcons.bed_double_fill","href":"cupertino/CupertinoIcons/bed_double_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bed_double_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bell","qualifiedName":"cupertino.CupertinoIcons.bell","href":"cupertino/CupertinoIcons/bell-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"bell — Cupertino icon for an outlined bell. Can be used to represent notifications.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bell_circle","qualifiedName":"cupertino.CupertinoIcons.bell_circle","href":"cupertino/CupertinoIcons/bell_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bell_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bell_circle_fill","qualifiedName":"cupertino.CupertinoIcons.bell_circle_fill","href":"cupertino/CupertinoIcons/bell_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bell_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bell_fill","qualifiedName":"cupertino.CupertinoIcons.bell_fill","href":"cupertino/CupertinoIcons/bell_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bell_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as bell_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bell_slash","qualifiedName":"cupertino.CupertinoIcons.bell_slash","href":"cupertino/CupertinoIcons/bell_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bell_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bell_slash_fill","qualifiedName":"cupertino.CupertinoIcons.bell_slash_fill","href":"cupertino/CupertinoIcons/bell_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bell_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bell_solid","qualifiedName":"cupertino.CupertinoIcons.bell_solid","href":"cupertino/CupertinoIcons/bell_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"bell_fill — Cupertino icon for a filled bell. Can be used represent notifications.\nThis is the same icon as bell_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bin_xmark","qualifiedName":"cupertino.CupertinoIcons.bin_xmark","href":"cupertino/CupertinoIcons/bin_xmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bin_xmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bin_xmark_fill","qualifiedName":"cupertino.CupertinoIcons.bin_xmark_fill","href":"cupertino/CupertinoIcons/bin_xmark_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bin_xmark_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bitcoin","qualifiedName":"cupertino.CupertinoIcons.bitcoin","href":"cupertino/CupertinoIcons/bitcoin-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bitcoin\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bitcoin_circle","qualifiedName":"cupertino.CupertinoIcons.bitcoin_circle","href":"cupertino/CupertinoIcons/bitcoin_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bitcoin_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bitcoin_circle_fill","qualifiedName":"cupertino.CupertinoIcons.bitcoin_circle_fill","href":"cupertino/CupertinoIcons/bitcoin_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bitcoin_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bluetooth","qualifiedName":"cupertino.CupertinoIcons.bluetooth","href":"cupertino/CupertinoIcons/bluetooth-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"bluetooth — Cupertino icon for the Bluetooth logo.\nThis icon is available in cupertino_icons 1.0.0+ for backward\ncompatibility but not part of Apple icons' aesthetics.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bold","qualifiedName":"cupertino.CupertinoIcons.bold","href":"cupertino/CupertinoIcons/bold-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bold\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bold_italic_underline","qualifiedName":"cupertino.CupertinoIcons.bold_italic_underline","href":"cupertino/CupertinoIcons/bold_italic_underline-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bold_italic_underline\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bold_underline","qualifiedName":"cupertino.CupertinoIcons.bold_underline","href":"cupertino/CupertinoIcons/bold_underline-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bold_underline\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bolt","qualifiedName":"cupertino.CupertinoIcons.bolt","href":"cupertino/CupertinoIcons/bolt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bolt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bolt_badge_a","qualifiedName":"cupertino.CupertinoIcons.bolt_badge_a","href":"cupertino/CupertinoIcons/bolt_badge_a-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bolt_badge_a\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bolt_badge_a_fill","qualifiedName":"cupertino.CupertinoIcons.bolt_badge_a_fill","href":"cupertino/CupertinoIcons/bolt_badge_a_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bolt_badge_a_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bolt_circle","qualifiedName":"cupertino.CupertinoIcons.bolt_circle","href":"cupertino/CupertinoIcons/bolt_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bolt_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bolt_circle_fill","qualifiedName":"cupertino.CupertinoIcons.bolt_circle_fill","href":"cupertino/CupertinoIcons/bolt_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bolt_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bolt_fill","qualifiedName":"cupertino.CupertinoIcons.bolt_fill","href":"cupertino/CupertinoIcons/bolt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bolt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bolt_horizontal","qualifiedName":"cupertino.CupertinoIcons.bolt_horizontal","href":"cupertino/CupertinoIcons/bolt_horizontal-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bolt_horizontal\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bolt_horizontal_circle","qualifiedName":"cupertino.CupertinoIcons.bolt_horizontal_circle","href":"cupertino/CupertinoIcons/bolt_horizontal_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bolt_horizontal_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bolt_horizontal_circle_fill","qualifiedName":"cupertino.CupertinoIcons.bolt_horizontal_circle_fill","href":"cupertino/CupertinoIcons/bolt_horizontal_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bolt_horizontal_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bolt_horizontal_fill","qualifiedName":"cupertino.CupertinoIcons.bolt_horizontal_fill","href":"cupertino/CupertinoIcons/bolt_horizontal_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bolt_horizontal_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bolt_slash","qualifiedName":"cupertino.CupertinoIcons.bolt_slash","href":"cupertino/CupertinoIcons/bolt_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bolt_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bolt_slash_fill","qualifiedName":"cupertino.CupertinoIcons.bolt_slash_fill","href":"cupertino/CupertinoIcons/bolt_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bolt_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"book","qualifiedName":"cupertino.CupertinoIcons.book","href":"cupertino/CupertinoIcons/book-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"book — Cupertino icon for a book silhouette spread open. This icon is not filled in.\nSee also:","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"book_circle","qualifiedName":"cupertino.CupertinoIcons.book_circle","href":"cupertino/CupertinoIcons/book_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"book_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"book_circle_fill","qualifiedName":"cupertino.CupertinoIcons.book_circle_fill","href":"cupertino/CupertinoIcons/book_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"book_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"book_fill","qualifiedName":"cupertino.CupertinoIcons.book_fill","href":"cupertino/CupertinoIcons/book_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"book_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as book_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"book_solid","qualifiedName":"cupertino.CupertinoIcons.book_solid","href":"cupertino/CupertinoIcons/book_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"book_fill — Cupertino icon for a book silhouette spread open. This icon is filled in.\nThis is the same icon as book_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bookmark","qualifiedName":"cupertino.CupertinoIcons.bookmark","href":"cupertino/CupertinoIcons/bookmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"bookmark — Cupertino icon for a book silhouette spread open containing a bookmark in the upper right. This icon is not filled in.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bookmark_fill","qualifiedName":"cupertino.CupertinoIcons.bookmark_fill","href":"cupertino/CupertinoIcons/bookmark_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bookmark_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as bookmark_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bookmark_solid","qualifiedName":"cupertino.CupertinoIcons.bookmark_solid","href":"cupertino/CupertinoIcons/bookmark_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"bookmark_fill — Cupertino icon for a book silhouette spread open containing a bookmark in the upper right. This icon is filled in.\nThis is the same icon as bookmark_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"briefcase","qualifiedName":"cupertino.CupertinoIcons.briefcase","href":"cupertino/CupertinoIcons/briefcase-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"briefcase\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"briefcase_fill","qualifiedName":"cupertino.CupertinoIcons.briefcase_fill","href":"cupertino/CupertinoIcons/briefcase_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"briefcase_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"brightness","qualifiedName":"cupertino.CupertinoIcons.brightness","href":"cupertino/CupertinoIcons/brightness-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"sun_max — Cupertino icon for an outlined brightness icon.\nThis is the same icon as sun_max in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"brightness_solid","qualifiedName":"cupertino.CupertinoIcons.brightness_solid","href":"cupertino/CupertinoIcons/brightness_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"sun_max_fill — Cupertino icon for a filled in brightness icon.\nThis is the same icon as sun_max_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bubble_left","qualifiedName":"cupertino.CupertinoIcons.bubble_left","href":"cupertino/CupertinoIcons/bubble_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bubble_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bubble_left_bubble_right","qualifiedName":"cupertino.CupertinoIcons.bubble_left_bubble_right","href":"cupertino/CupertinoIcons/bubble_left_bubble_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bubble_left_bubble_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bubble_left_bubble_right_fill","qualifiedName":"cupertino.CupertinoIcons.bubble_left_bubble_right_fill","href":"cupertino/CupertinoIcons/bubble_left_bubble_right_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bubble_left_bubble_right_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bubble_left_fill","qualifiedName":"cupertino.CupertinoIcons.bubble_left_fill","href":"cupertino/CupertinoIcons/bubble_left_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bubble_left_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bubble_middle_bottom","qualifiedName":"cupertino.CupertinoIcons.bubble_middle_bottom","href":"cupertino/CupertinoIcons/bubble_middle_bottom-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bubble_middle_bottom\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bubble_middle_bottom_fill","qualifiedName":"cupertino.CupertinoIcons.bubble_middle_bottom_fill","href":"cupertino/CupertinoIcons/bubble_middle_bottom_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bubble_middle_bottom_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bubble_middle_top","qualifiedName":"cupertino.CupertinoIcons.bubble_middle_top","href":"cupertino/CupertinoIcons/bubble_middle_top-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bubble_middle_top\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bubble_middle_top_fill","qualifiedName":"cupertino.CupertinoIcons.bubble_middle_top_fill","href":"cupertino/CupertinoIcons/bubble_middle_top_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bubble_middle_top_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bubble_right","qualifiedName":"cupertino.CupertinoIcons.bubble_right","href":"cupertino/CupertinoIcons/bubble_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bubble_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bubble_right_fill","qualifiedName":"cupertino.CupertinoIcons.bubble_right_fill","href":"cupertino/CupertinoIcons/bubble_right_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"bubble_right_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"building_2_fill","qualifiedName":"cupertino.CupertinoIcons.building_2_fill","href":"cupertino/CupertinoIcons/building_2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"building_2_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"burn","qualifiedName":"cupertino.CupertinoIcons.burn","href":"cupertino/CupertinoIcons/burn-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"burn\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"burst","qualifiedName":"cupertino.CupertinoIcons.burst","href":"cupertino/CupertinoIcons/burst-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"burst\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"burst_fill","qualifiedName":"cupertino.CupertinoIcons.burst_fill","href":"cupertino/CupertinoIcons/burst_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"burst_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"bus","qualifiedName":"cupertino.CupertinoIcons.bus","href":"cupertino/CupertinoIcons/bus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"bus — Cupertino icon for a filled in bus.\nThis icon is available in cupertino_icons 1.0.0+ for backward\ncompatibility but not part of Apple icons' aesthetics.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"calendar","qualifiedName":"cupertino.CupertinoIcons.calendar","href":"cupertino/CupertinoIcons/calendar-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"calendar\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"calendar_badge_minus","qualifiedName":"cupertino.CupertinoIcons.calendar_badge_minus","href":"cupertino/CupertinoIcons/calendar_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"calendar_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"calendar_badge_plus","qualifiedName":"cupertino.CupertinoIcons.calendar_badge_plus","href":"cupertino/CupertinoIcons/calendar_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"calendar_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"calendar_circle","qualifiedName":"cupertino.CupertinoIcons.calendar_circle","href":"cupertino/CupertinoIcons/calendar_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"calendar_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"calendar_circle_fill","qualifiedName":"cupertino.CupertinoIcons.calendar_circle_fill","href":"cupertino/CupertinoIcons/calendar_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"calendar_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"calendar_today","qualifiedName":"cupertino.CupertinoIcons.calendar_today","href":"cupertino/CupertinoIcons/calendar_today-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"calendar_today\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"camera","qualifiedName":"cupertino.CupertinoIcons.camera","href":"cupertino/CupertinoIcons/camera-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"camera\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as photo_camera which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"camera_circle","qualifiedName":"cupertino.CupertinoIcons.camera_circle","href":"cupertino/CupertinoIcons/camera_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"camera_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"camera_circle_fill","qualifiedName":"cupertino.CupertinoIcons.camera_circle_fill","href":"cupertino/CupertinoIcons/camera_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"camera_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"camera_fill","qualifiedName":"cupertino.CupertinoIcons.camera_fill","href":"cupertino/CupertinoIcons/camera_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"camera_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as photo_camera_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"camera_on_rectangle","qualifiedName":"cupertino.CupertinoIcons.camera_on_rectangle","href":"cupertino/CupertinoIcons/camera_on_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"camera_on_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"camera_on_rectangle_fill","qualifiedName":"cupertino.CupertinoIcons.camera_on_rectangle_fill","href":"cupertino/CupertinoIcons/camera_on_rectangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"camera_on_rectangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"camera_rotate","qualifiedName":"cupertino.CupertinoIcons.camera_rotate","href":"cupertino/CupertinoIcons/camera_rotate-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"camera_rotate\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as switch_camera which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"camera_rotate_fill","qualifiedName":"cupertino.CupertinoIcons.camera_rotate_fill","href":"cupertino/CupertinoIcons/camera_rotate_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"camera_rotate_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as switch_camera_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"camera_viewfinder","qualifiedName":"cupertino.CupertinoIcons.camera_viewfinder","href":"cupertino/CupertinoIcons/camera_viewfinder-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"camera_viewfinder\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"capslock","qualifiedName":"cupertino.CupertinoIcons.capslock","href":"cupertino/CupertinoIcons/capslock-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"capslock\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"capslock_fill","qualifiedName":"cupertino.CupertinoIcons.capslock_fill","href":"cupertino/CupertinoIcons/capslock_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"capslock_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"capsule","qualifiedName":"cupertino.CupertinoIcons.capsule","href":"cupertino/CupertinoIcons/capsule-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"capsule\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"capsule_fill","qualifiedName":"cupertino.CupertinoIcons.capsule_fill","href":"cupertino/CupertinoIcons/capsule_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"capsule_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"captions_bubble","qualifiedName":"cupertino.CupertinoIcons.captions_bubble","href":"cupertino/CupertinoIcons/captions_bubble-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"captions_bubble\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"captions_bubble_fill","qualifiedName":"cupertino.CupertinoIcons.captions_bubble_fill","href":"cupertino/CupertinoIcons/captions_bubble_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"captions_bubble_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"car","qualifiedName":"cupertino.CupertinoIcons.car","href":"cupertino/CupertinoIcons/car-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"car_fill — Cupertino icon for a filled in car.\nThis is the same icon as car_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"car_detailed","qualifiedName":"cupertino.CupertinoIcons.car_detailed","href":"cupertino/CupertinoIcons/car_detailed-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"car_detailed — Cupertino icon for a filled in detailed, realistic car.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"car_fill","qualifiedName":"cupertino.CupertinoIcons.car_fill","href":"cupertino/CupertinoIcons/car_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"car_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as car which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cart","qualifiedName":"cupertino.CupertinoIcons.cart","href":"cupertino/CupertinoIcons/cart-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cart\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as shopping_cart which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cart_badge_minus","qualifiedName":"cupertino.CupertinoIcons.cart_badge_minus","href":"cupertino/CupertinoIcons/cart_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cart_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cart_badge_plus","qualifiedName":"cupertino.CupertinoIcons.cart_badge_plus","href":"cupertino/CupertinoIcons/cart_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cart_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cart_fill","qualifiedName":"cupertino.CupertinoIcons.cart_fill","href":"cupertino/CupertinoIcons/cart_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cart_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cart_fill_badge_minus","qualifiedName":"cupertino.CupertinoIcons.cart_fill_badge_minus","href":"cupertino/CupertinoIcons/cart_fill_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cart_fill_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cart_fill_badge_plus","qualifiedName":"cupertino.CupertinoIcons.cart_fill_badge_plus","href":"cupertino/CupertinoIcons/cart_fill_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cart_fill_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chart_bar","qualifiedName":"cupertino.CupertinoIcons.chart_bar","href":"cupertino/CupertinoIcons/chart_bar-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chart_bar\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chart_bar_alt_fill","qualifiedName":"cupertino.CupertinoIcons.chart_bar_alt_fill","href":"cupertino/CupertinoIcons/chart_bar_alt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chart_bar_alt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chart_bar_circle","qualifiedName":"cupertino.CupertinoIcons.chart_bar_circle","href":"cupertino/CupertinoIcons/chart_bar_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chart_bar_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chart_bar_circle_fill","qualifiedName":"cupertino.CupertinoIcons.chart_bar_circle_fill","href":"cupertino/CupertinoIcons/chart_bar_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chart_bar_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chart_bar_fill","qualifiedName":"cupertino.CupertinoIcons.chart_bar_fill","href":"cupertino/CupertinoIcons/chart_bar_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chart_bar_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chart_bar_square","qualifiedName":"cupertino.CupertinoIcons.chart_bar_square","href":"cupertino/CupertinoIcons/chart_bar_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chart_bar_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chart_bar_square_fill","qualifiedName":"cupertino.CupertinoIcons.chart_bar_square_fill","href":"cupertino/CupertinoIcons/chart_bar_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chart_bar_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chart_pie","qualifiedName":"cupertino.CupertinoIcons.chart_pie","href":"cupertino/CupertinoIcons/chart_pie-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chart_pie\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chart_pie_fill","qualifiedName":"cupertino.CupertinoIcons.chart_pie_fill","href":"cupertino/CupertinoIcons/chart_pie_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chart_pie_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chat_bubble","qualifiedName":"cupertino.CupertinoIcons.chat_bubble","href":"cupertino/CupertinoIcons/chat_bubble-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chat_bubble\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as conversation_bubble which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chat_bubble_2","qualifiedName":"cupertino.CupertinoIcons.chat_bubble_2","href":"cupertino/CupertinoIcons/chat_bubble_2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chat_bubble_2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chat_bubble_2_fill","qualifiedName":"cupertino.CupertinoIcons.chat_bubble_2_fill","href":"cupertino/CupertinoIcons/chat_bubble_2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chat_bubble_2_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chat_bubble_fill","qualifiedName":"cupertino.CupertinoIcons.chat_bubble_fill","href":"cupertino/CupertinoIcons/chat_bubble_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chat_bubble_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chat_bubble_text","qualifiedName":"cupertino.CupertinoIcons.chat_bubble_text","href":"cupertino/CupertinoIcons/chat_bubble_text-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chat_bubble_text\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chat_bubble_text_fill","qualifiedName":"cupertino.CupertinoIcons.chat_bubble_text_fill","href":"cupertino/CupertinoIcons/chat_bubble_text_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chat_bubble_text_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"check_mark","qualifiedName":"cupertino.CupertinoIcons.check_mark","href":"cupertino/CupertinoIcons/check_mark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"checkmark — Cupertino icon for a checkmark.\nThis is the same icon as checkmark in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"check_mark_circled","qualifiedName":"cupertino.CupertinoIcons.check_mark_circled","href":"cupertino/CupertinoIcons/check_mark_circled-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"checkmark_circle — Cupertino icon for a checkmark in a circle. The circle is not filled in.\nThis is the same icon as checkmark_circle in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"check_mark_circled_solid","qualifiedName":"cupertino.CupertinoIcons.check_mark_circled_solid","href":"cupertino/CupertinoIcons/check_mark_circled_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"checkmark_circle_fill — Cupertino icon for a checkmark in a circle. The circle is filled in.\nThis is the same icon as checkmark_circle_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark","qualifiedName":"cupertino.CupertinoIcons.checkmark","href":"cupertino/CupertinoIcons/checkmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as check_mark which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_alt","qualifiedName":"cupertino.CupertinoIcons.checkmark_alt","href":"cupertino/CupertinoIcons/checkmark_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_alt_circle","qualifiedName":"cupertino.CupertinoIcons.checkmark_alt_circle","href":"cupertino/CupertinoIcons/checkmark_alt_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_alt_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_alt_circle_fill","qualifiedName":"cupertino.CupertinoIcons.checkmark_alt_circle_fill","href":"cupertino/CupertinoIcons/checkmark_alt_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_alt_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_circle","qualifiedName":"cupertino.CupertinoIcons.checkmark_circle","href":"cupertino/CupertinoIcons/checkmark_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_circle\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as check_mark_circled which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_circle_fill","qualifiedName":"cupertino.CupertinoIcons.checkmark_circle_fill","href":"cupertino/CupertinoIcons/checkmark_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_circle_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as check_mark_circled_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_rectangle","qualifiedName":"cupertino.CupertinoIcons.checkmark_rectangle","href":"cupertino/CupertinoIcons/checkmark_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_rectangle_fill","qualifiedName":"cupertino.CupertinoIcons.checkmark_rectangle_fill","href":"cupertino/CupertinoIcons/checkmark_rectangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_rectangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_seal","qualifiedName":"cupertino.CupertinoIcons.checkmark_seal","href":"cupertino/CupertinoIcons/checkmark_seal-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_seal\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_seal_fill","qualifiedName":"cupertino.CupertinoIcons.checkmark_seal_fill","href":"cupertino/CupertinoIcons/checkmark_seal_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_seal_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_shield","qualifiedName":"cupertino.CupertinoIcons.checkmark_shield","href":"cupertino/CupertinoIcons/checkmark_shield-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_shield\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_shield_fill","qualifiedName":"cupertino.CupertinoIcons.checkmark_shield_fill","href":"cupertino/CupertinoIcons/checkmark_shield_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_shield_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_square","qualifiedName":"cupertino.CupertinoIcons.checkmark_square","href":"cupertino/CupertinoIcons/checkmark_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"checkmark_square_fill","qualifiedName":"cupertino.CupertinoIcons.checkmark_square_fill","href":"cupertino/CupertinoIcons/checkmark_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"checkmark_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_back","qualifiedName":"cupertino.CupertinoIcons.chevron_back","href":"cupertino/CupertinoIcons/chevron_back-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_back\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as back which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_compact_down","qualifiedName":"cupertino.CupertinoIcons.chevron_compact_down","href":"cupertino/CupertinoIcons/chevron_compact_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_compact_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_compact_left","qualifiedName":"cupertino.CupertinoIcons.chevron_compact_left","href":"cupertino/CupertinoIcons/chevron_compact_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_compact_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_compact_right","qualifiedName":"cupertino.CupertinoIcons.chevron_compact_right","href":"cupertino/CupertinoIcons/chevron_compact_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_compact_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_compact_up","qualifiedName":"cupertino.CupertinoIcons.chevron_compact_up","href":"cupertino/CupertinoIcons/chevron_compact_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_compact_up\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_down","qualifiedName":"cupertino.CupertinoIcons.chevron_down","href":"cupertino/CupertinoIcons/chevron_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_down_circle","qualifiedName":"cupertino.CupertinoIcons.chevron_down_circle","href":"cupertino/CupertinoIcons/chevron_down_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_down_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_down_circle_fill","qualifiedName":"cupertino.CupertinoIcons.chevron_down_circle_fill","href":"cupertino/CupertinoIcons/chevron_down_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_down_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_down_square","qualifiedName":"cupertino.CupertinoIcons.chevron_down_square","href":"cupertino/CupertinoIcons/chevron_down_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_down_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_down_square_fill","qualifiedName":"cupertino.CupertinoIcons.chevron_down_square_fill","href":"cupertino/CupertinoIcons/chevron_down_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_down_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_forward","qualifiedName":"cupertino.CupertinoIcons.chevron_forward","href":"cupertino/CupertinoIcons/chevron_forward-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_forward\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as forward which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_left","qualifiedName":"cupertino.CupertinoIcons.chevron_left","href":"cupertino/CupertinoIcons/chevron_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_left\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as left_chevron which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_left_2","qualifiedName":"cupertino.CupertinoIcons.chevron_left_2","href":"cupertino/CupertinoIcons/chevron_left_2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_left_2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_left_circle","qualifiedName":"cupertino.CupertinoIcons.chevron_left_circle","href":"cupertino/CupertinoIcons/chevron_left_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_left_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_left_circle_fill","qualifiedName":"cupertino.CupertinoIcons.chevron_left_circle_fill","href":"cupertino/CupertinoIcons/chevron_left_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_left_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_left_slash_chevron_right","qualifiedName":"cupertino.CupertinoIcons.chevron_left_slash_chevron_right","href":"cupertino/CupertinoIcons/chevron_left_slash_chevron_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_left_slash_chevron_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_left_square","qualifiedName":"cupertino.CupertinoIcons.chevron_left_square","href":"cupertino/CupertinoIcons/chevron_left_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_left_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_left_square_fill","qualifiedName":"cupertino.CupertinoIcons.chevron_left_square_fill","href":"cupertino/CupertinoIcons/chevron_left_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_left_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_right","qualifiedName":"cupertino.CupertinoIcons.chevron_right","href":"cupertino/CupertinoIcons/chevron_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_right\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as right_chevron which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_right_2","qualifiedName":"cupertino.CupertinoIcons.chevron_right_2","href":"cupertino/CupertinoIcons/chevron_right_2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_right_2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_right_circle","qualifiedName":"cupertino.CupertinoIcons.chevron_right_circle","href":"cupertino/CupertinoIcons/chevron_right_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_right_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_right_circle_fill","qualifiedName":"cupertino.CupertinoIcons.chevron_right_circle_fill","href":"cupertino/CupertinoIcons/chevron_right_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_right_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_right_square","qualifiedName":"cupertino.CupertinoIcons.chevron_right_square","href":"cupertino/CupertinoIcons/chevron_right_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_right_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_right_square_fill","qualifiedName":"cupertino.CupertinoIcons.chevron_right_square_fill","href":"cupertino/CupertinoIcons/chevron_right_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_right_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_up","qualifiedName":"cupertino.CupertinoIcons.chevron_up","href":"cupertino/CupertinoIcons/chevron_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_up\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_up_chevron_down","qualifiedName":"cupertino.CupertinoIcons.chevron_up_chevron_down","href":"cupertino/CupertinoIcons/chevron_up_chevron_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_up_chevron_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_up_circle","qualifiedName":"cupertino.CupertinoIcons.chevron_up_circle","href":"cupertino/CupertinoIcons/chevron_up_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_up_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_up_circle_fill","qualifiedName":"cupertino.CupertinoIcons.chevron_up_circle_fill","href":"cupertino/CupertinoIcons/chevron_up_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_up_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_up_square","qualifiedName":"cupertino.CupertinoIcons.chevron_up_square","href":"cupertino/CupertinoIcons/chevron_up_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_up_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"chevron_up_square_fill","qualifiedName":"cupertino.CupertinoIcons.chevron_up_square_fill","href":"cupertino/CupertinoIcons/chevron_up_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"chevron_up_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"circle","qualifiedName":"cupertino.CupertinoIcons.circle","href":"cupertino/CupertinoIcons/circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"circle — Cupertino icon for an empty circle (a ring). An un-selected radio button.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"circle_bottomthird_split","qualifiedName":"cupertino.CupertinoIcons.circle_bottomthird_split","href":"cupertino/CupertinoIcons/circle_bottomthird_split-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"circle_bottomthird_split\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"circle_fill","qualifiedName":"cupertino.CupertinoIcons.circle_fill","href":"cupertino/CupertinoIcons/circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"circle_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as circle_filled which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"circle_filled","qualifiedName":"cupertino.CupertinoIcons.circle_filled","href":"cupertino/CupertinoIcons/circle_filled-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"circle_fill — Cupertino icon for a filled circle. The circle is surrounded by a ring. A selected radio button.\nThis is the same icon as circle_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"circle_grid_3x3","qualifiedName":"cupertino.CupertinoIcons.circle_grid_3x3","href":"cupertino/CupertinoIcons/circle_grid_3x3-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"circle_grid_3x3\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"circle_grid_3x3_fill","qualifiedName":"cupertino.CupertinoIcons.circle_grid_3x3_fill","href":"cupertino/CupertinoIcons/circle_grid_3x3_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"circle_grid_3x3_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"circle_grid_hex","qualifiedName":"cupertino.CupertinoIcons.circle_grid_hex","href":"cupertino/CupertinoIcons/circle_grid_hex-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"circle_grid_hex\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"circle_grid_hex_fill","qualifiedName":"cupertino.CupertinoIcons.circle_grid_hex_fill","href":"cupertino/CupertinoIcons/circle_grid_hex_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"circle_grid_hex_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"circle_lefthalf_fill","qualifiedName":"cupertino.CupertinoIcons.circle_lefthalf_fill","href":"cupertino/CupertinoIcons/circle_lefthalf_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"circle_lefthalf_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"circle_righthalf_fill","qualifiedName":"cupertino.CupertinoIcons.circle_righthalf_fill","href":"cupertino/CupertinoIcons/circle_righthalf_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"circle_righthalf_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"clear","qualifiedName":"cupertino.CupertinoIcons.clear","href":"cupertino/CupertinoIcons/clear-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"xmark — Cupertino icon for a cross of two diagonal lines from edge to edge crossing in an angle of 90 degrees, which is used for dismissal.\nThis is the same icon as xmark and clear_thick in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"clear_circled","qualifiedName":"cupertino.CupertinoIcons.clear_circled","href":"cupertino/CupertinoIcons/clear_circled-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"xmark_circle — Cupertino icon for a cross of two diagonal lines from edge to edge crossing in an angle of 90 degrees, which is used for dismissal, surrounded by circle. This icon is not filled in.\nThis is the same icon as xmark_circle in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"clear_circled_solid","qualifiedName":"cupertino.CupertinoIcons.clear_circled_solid","href":"cupertino/CupertinoIcons/clear_circled_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"xmark_circle_fill — Cupertino icon for a cross of two diagonal lines from edge to edge crossing in an angle of 90 degrees, which is used for dismissal, used as a blank space in a circle. This icon is filled in.\nThis is the same icon as xmark_circle_fill and clear_thick_circled in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"clear_fill","qualifiedName":"cupertino.CupertinoIcons.clear_fill","href":"cupertino/CupertinoIcons/clear_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"clear_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"clear_thick","qualifiedName":"cupertino.CupertinoIcons.clear_thick","href":"cupertino/CupertinoIcons/clear_thick-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"xmark — Cupertino icon for a cross of two diagonal lines from edge to edge crossing in an angle of 90 degrees, which is used for dismissal.\nThis is the same icon as xmark and clear in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"clear_thick_circled","qualifiedName":"cupertino.CupertinoIcons.clear_thick_circled","href":"cupertino/CupertinoIcons/clear_thick_circled-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"xmark_circle_fill — Cupertino icon for a cross of two diagonal lines from edge to edge crossing in an angle of 90 degrees, which is used for dismissal, used as a blank space in a circle.\nThis is the same icon as xmark_circle_fill and clear_circled_solid in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"clock","qualifiedName":"cupertino.CupertinoIcons.clock","href":"cupertino/CupertinoIcons/clock-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"time — Cupertino icon for a circle with a dotted clock face inside with hands showing 10:30.\nThis is the same icon as time in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"clock_fill","qualifiedName":"cupertino.CupertinoIcons.clock_fill","href":"cupertino/CupertinoIcons/clock_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"clock_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as clock_solid which is available in cupertino_icons 0.1.3.\nThis is the same icon as time_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"clock_solid","qualifiedName":"cupertino.CupertinoIcons.clock_solid","href":"cupertino/CupertinoIcons/clock_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"clock_fill — Cupertino icon for a filled in circle with a dotted clock face inside with hands showing 10:30.\nThis is the same icon as clock_fill and time_solid in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud","qualifiedName":"cupertino.CupertinoIcons.cloud","href":"cupertino/CupertinoIcons/cloud-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_bolt","qualifiedName":"cupertino.CupertinoIcons.cloud_bolt","href":"cupertino/CupertinoIcons/cloud_bolt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_bolt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_bolt_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_bolt_fill","href":"cupertino/CupertinoIcons/cloud_bolt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_bolt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_bolt_rain","qualifiedName":"cupertino.CupertinoIcons.cloud_bolt_rain","href":"cupertino/CupertinoIcons/cloud_bolt_rain-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_bolt_rain\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_bolt_rain_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_bolt_rain_fill","href":"cupertino/CupertinoIcons/cloud_bolt_rain_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_bolt_rain_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_download","qualifiedName":"cupertino.CupertinoIcons.cloud_download","href":"cupertino/CupertinoIcons/cloud_download-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_download\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_download_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_download_fill","href":"cupertino/CupertinoIcons/cloud_download_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_download_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_drizzle","qualifiedName":"cupertino.CupertinoIcons.cloud_drizzle","href":"cupertino/CupertinoIcons/cloud_drizzle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_drizzle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_drizzle_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_drizzle_fill","href":"cupertino/CupertinoIcons/cloud_drizzle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_drizzle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_fill","href":"cupertino/CupertinoIcons/cloud_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_fog","qualifiedName":"cupertino.CupertinoIcons.cloud_fog","href":"cupertino/CupertinoIcons/cloud_fog-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_fog\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_fog_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_fog_fill","href":"cupertino/CupertinoIcons/cloud_fog_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_fog_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_hail","qualifiedName":"cupertino.CupertinoIcons.cloud_hail","href":"cupertino/CupertinoIcons/cloud_hail-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_hail\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_hail_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_hail_fill","href":"cupertino/CupertinoIcons/cloud_hail_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_hail_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_heavyrain","qualifiedName":"cupertino.CupertinoIcons.cloud_heavyrain","href":"cupertino/CupertinoIcons/cloud_heavyrain-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_heavyrain\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_heavyrain_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_heavyrain_fill","href":"cupertino/CupertinoIcons/cloud_heavyrain_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_heavyrain_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_moon","qualifiedName":"cupertino.CupertinoIcons.cloud_moon","href":"cupertino/CupertinoIcons/cloud_moon-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_moon\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_moon_bolt","qualifiedName":"cupertino.CupertinoIcons.cloud_moon_bolt","href":"cupertino/CupertinoIcons/cloud_moon_bolt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_moon_bolt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_moon_bolt_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_moon_bolt_fill","href":"cupertino/CupertinoIcons/cloud_moon_bolt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_moon_bolt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_moon_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_moon_fill","href":"cupertino/CupertinoIcons/cloud_moon_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_moon_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_moon_rain","qualifiedName":"cupertino.CupertinoIcons.cloud_moon_rain","href":"cupertino/CupertinoIcons/cloud_moon_rain-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_moon_rain\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_moon_rain_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_moon_rain_fill","href":"cupertino/CupertinoIcons/cloud_moon_rain_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_moon_rain_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_rain","qualifiedName":"cupertino.CupertinoIcons.cloud_rain","href":"cupertino/CupertinoIcons/cloud_rain-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_rain\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_rain_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_rain_fill","href":"cupertino/CupertinoIcons/cloud_rain_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_rain_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_sleet","qualifiedName":"cupertino.CupertinoIcons.cloud_sleet","href":"cupertino/CupertinoIcons/cloud_sleet-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_sleet\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_sleet_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_sleet_fill","href":"cupertino/CupertinoIcons/cloud_sleet_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_sleet_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_snow","qualifiedName":"cupertino.CupertinoIcons.cloud_snow","href":"cupertino/CupertinoIcons/cloud_snow-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_snow\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_snow_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_snow_fill","href":"cupertino/CupertinoIcons/cloud_snow_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_snow_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_sun","qualifiedName":"cupertino.CupertinoIcons.cloud_sun","href":"cupertino/CupertinoIcons/cloud_sun-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_sun\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_sun_bolt","qualifiedName":"cupertino.CupertinoIcons.cloud_sun_bolt","href":"cupertino/CupertinoIcons/cloud_sun_bolt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_sun_bolt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_sun_bolt_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_sun_bolt_fill","href":"cupertino/CupertinoIcons/cloud_sun_bolt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_sun_bolt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_sun_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_sun_fill","href":"cupertino/CupertinoIcons/cloud_sun_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_sun_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_sun_rain","qualifiedName":"cupertino.CupertinoIcons.cloud_sun_rain","href":"cupertino/CupertinoIcons/cloud_sun_rain-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_sun_rain\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_sun_rain_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_sun_rain_fill","href":"cupertino/CupertinoIcons/cloud_sun_rain_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_sun_rain_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_upload","qualifiedName":"cupertino.CupertinoIcons.cloud_upload","href":"cupertino/CupertinoIcons/cloud_upload-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_upload\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cloud_upload_fill","qualifiedName":"cupertino.CupertinoIcons.cloud_upload_fill","href":"cupertino/CupertinoIcons/cloud_upload_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cloud_upload_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"collections","qualifiedName":"cupertino.CupertinoIcons.collections","href":"cupertino/CupertinoIcons/collections-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"rectangle_stack — Cupertino icon for a collection of folders, which store collections of files, i.e. an album. This icon is not filled in.\nThis is the same icon as rectangle_stack in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"collections_solid","qualifiedName":"cupertino.CupertinoIcons.collections_solid","href":"cupertino/CupertinoIcons/collections_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"rectangle_stack_fill — Cupertino icon for a collection of folders, which store collections of files, i.e. an album. This icon is filled in.\nThis is the same icon as rectangle_stack_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"color_filter","qualifiedName":"cupertino.CupertinoIcons.color_filter","href":"cupertino/CupertinoIcons/color_filter-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"color_filter\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"color_filter_fill","qualifiedName":"cupertino.CupertinoIcons.color_filter_fill","href":"cupertino/CupertinoIcons/color_filter_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"color_filter_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"command","qualifiedName":"cupertino.CupertinoIcons.command","href":"cupertino/CupertinoIcons/command-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"command\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"compass","qualifiedName":"cupertino.CupertinoIcons.compass","href":"cupertino/CupertinoIcons/compass-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"compass\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"compass_fill","qualifiedName":"cupertino.CupertinoIcons.compass_fill","href":"cupertino/CupertinoIcons/compass_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"compass_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"control","qualifiedName":"cupertino.CupertinoIcons.control","href":"cupertino/CupertinoIcons/control-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"control\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"conversation_bubble","qualifiedName":"cupertino.CupertinoIcons.conversation_bubble","href":"cupertino/CupertinoIcons/conversation_bubble-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"chat_bubble — Cupertino icon for a chat bubble.\nThis is the same icon as chat_bubble in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"create","qualifiedName":"cupertino.CupertinoIcons.create","href":"cupertino/CupertinoIcons/create-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"square_pencil — Cupertino icon for a box for writing and a pen on top (that indicates the writing). This icon is not filled in.\nThis is the same icon as square_pencil in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"create_solid","qualifiedName":"cupertino.CupertinoIcons.create_solid","href":"cupertino/CupertinoIcons/create_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"square_pencil_fill — Cupertino icon for a box for writing and a pen on top (that indicates the writing). This icon is filled in.\nThis is the same icon as square_pencil_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"creditcard","qualifiedName":"cupertino.CupertinoIcons.creditcard","href":"cupertino/CupertinoIcons/creditcard-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"creditcard\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"creditcard_fill","qualifiedName":"cupertino.CupertinoIcons.creditcard_fill","href":"cupertino/CupertinoIcons/creditcard_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"creditcard_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"crop","qualifiedName":"cupertino.CupertinoIcons.crop","href":"cupertino/CupertinoIcons/crop-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"crop\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"crop_rotate","qualifiedName":"cupertino.CupertinoIcons.crop_rotate","href":"cupertino/CupertinoIcons/crop_rotate-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"crop_rotate\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cube","qualifiedName":"cupertino.CupertinoIcons.cube","href":"cupertino/CupertinoIcons/cube-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cube\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cube_box","qualifiedName":"cupertino.CupertinoIcons.cube_box","href":"cupertino/CupertinoIcons/cube_box-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cube_box\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cube_box_fill","qualifiedName":"cupertino.CupertinoIcons.cube_box_fill","href":"cupertino/CupertinoIcons/cube_box_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cube_box_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cube_fill","qualifiedName":"cupertino.CupertinoIcons.cube_fill","href":"cupertino/CupertinoIcons/cube_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cube_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"cursor_rays","qualifiedName":"cupertino.CupertinoIcons.cursor_rays","href":"cupertino/CupertinoIcons/cursor_rays-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"cursor_rays\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"decrease_indent","qualifiedName":"cupertino.CupertinoIcons.decrease_indent","href":"cupertino/CupertinoIcons/decrease_indent-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"decrease_indent\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"decrease_quotelevel","qualifiedName":"cupertino.CupertinoIcons.decrease_quotelevel","href":"cupertino/CupertinoIcons/decrease_quotelevel-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"decrease_quotelevel\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"delete","qualifiedName":"cupertino.CupertinoIcons.delete","href":"cupertino/CupertinoIcons/delete-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"trash — Cupertino icon for a trash bin for removing items. This icon is not filled in.\nThis is the same icon as trash and delete_simple in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"delete_left","qualifiedName":"cupertino.CupertinoIcons.delete_left","href":"cupertino/CupertinoIcons/delete_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"delete_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"delete_left_fill","qualifiedName":"cupertino.CupertinoIcons.delete_left_fill","href":"cupertino/CupertinoIcons/delete_left_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"delete_left_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"delete_right","qualifiedName":"cupertino.CupertinoIcons.delete_right","href":"cupertino/CupertinoIcons/delete_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"delete_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"delete_right_fill","qualifiedName":"cupertino.CupertinoIcons.delete_right_fill","href":"cupertino/CupertinoIcons/delete_right_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"delete_right_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"delete_simple","qualifiedName":"cupertino.CupertinoIcons.delete_simple","href":"cupertino/CupertinoIcons/delete_simple-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"trash — Cupertino icon for a trash bin with minimal detail for removing items.\nThis is the same icon as trash and delete in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"delete_solid","qualifiedName":"cupertino.CupertinoIcons.delete_solid","href":"cupertino/CupertinoIcons/delete_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"trash_fill — Cupertino icon for a trash bin for removing items. This icon is filled in.\nThis is the same icon as trash_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"desktopcomputer","qualifiedName":"cupertino.CupertinoIcons.desktopcomputer","href":"cupertino/CupertinoIcons/desktopcomputer-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"desktopcomputer\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"device_desktop","qualifiedName":"cupertino.CupertinoIcons.device_desktop","href":"cupertino/CupertinoIcons/device_desktop-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"device_desktop\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"device_laptop","qualifiedName":"cupertino.CupertinoIcons.device_laptop","href":"cupertino/CupertinoIcons/device_laptop-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"device_laptop\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"device_phone_landscape","qualifiedName":"cupertino.CupertinoIcons.device_phone_landscape","href":"cupertino/CupertinoIcons/device_phone_landscape-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"device_phone_landscape\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"device_phone_portrait","qualifiedName":"cupertino.CupertinoIcons.device_phone_portrait","href":"cupertino/CupertinoIcons/device_phone_portrait-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"device_phone_portrait\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"dial","qualifiedName":"cupertino.CupertinoIcons.dial","href":"cupertino/CupertinoIcons/dial-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"dial\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"dial_fill","qualifiedName":"cupertino.CupertinoIcons.dial_fill","href":"cupertino/CupertinoIcons/dial_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"dial_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"divide","qualifiedName":"cupertino.CupertinoIcons.divide","href":"cupertino/CupertinoIcons/divide-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"divide\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"divide_circle","qualifiedName":"cupertino.CupertinoIcons.divide_circle","href":"cupertino/CupertinoIcons/divide_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"divide_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"divide_circle_fill","qualifiedName":"cupertino.CupertinoIcons.divide_circle_fill","href":"cupertino/CupertinoIcons/divide_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"divide_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"divide_square","qualifiedName":"cupertino.CupertinoIcons.divide_square","href":"cupertino/CupertinoIcons/divide_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"divide_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"divide_square_fill","qualifiedName":"cupertino.CupertinoIcons.divide_square_fill","href":"cupertino/CupertinoIcons/divide_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"divide_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc","qualifiedName":"cupertino.CupertinoIcons.doc","href":"cupertino/CupertinoIcons/doc-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_append","qualifiedName":"cupertino.CupertinoIcons.doc_append","href":"cupertino/CupertinoIcons/doc_append-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_append\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_chart","qualifiedName":"cupertino.CupertinoIcons.doc_chart","href":"cupertino/CupertinoIcons/doc_chart-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_chart\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_chart_fill","qualifiedName":"cupertino.CupertinoIcons.doc_chart_fill","href":"cupertino/CupertinoIcons/doc_chart_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_chart_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_checkmark","qualifiedName":"cupertino.CupertinoIcons.doc_checkmark","href":"cupertino/CupertinoIcons/doc_checkmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_checkmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_checkmark_fill","qualifiedName":"cupertino.CupertinoIcons.doc_checkmark_fill","href":"cupertino/CupertinoIcons/doc_checkmark_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_checkmark_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_circle","qualifiedName":"cupertino.CupertinoIcons.doc_circle","href":"cupertino/CupertinoIcons/doc_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_circle_fill","qualifiedName":"cupertino.CupertinoIcons.doc_circle_fill","href":"cupertino/CupertinoIcons/doc_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_fill","qualifiedName":"cupertino.CupertinoIcons.doc_fill","href":"cupertino/CupertinoIcons/doc_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_on_clipboard","qualifiedName":"cupertino.CupertinoIcons.doc_on_clipboard","href":"cupertino/CupertinoIcons/doc_on_clipboard-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_on_clipboard\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_on_clipboard_fill","qualifiedName":"cupertino.CupertinoIcons.doc_on_clipboard_fill","href":"cupertino/CupertinoIcons/doc_on_clipboard_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_on_clipboard_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_on_doc","qualifiedName":"cupertino.CupertinoIcons.doc_on_doc","href":"cupertino/CupertinoIcons/doc_on_doc-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_on_doc\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_on_doc_fill","qualifiedName":"cupertino.CupertinoIcons.doc_on_doc_fill","href":"cupertino/CupertinoIcons/doc_on_doc_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_on_doc_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_person","qualifiedName":"cupertino.CupertinoIcons.doc_person","href":"cupertino/CupertinoIcons/doc_person-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_person\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_person_fill","qualifiedName":"cupertino.CupertinoIcons.doc_person_fill","href":"cupertino/CupertinoIcons/doc_person_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_person_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_plaintext","qualifiedName":"cupertino.CupertinoIcons.doc_plaintext","href":"cupertino/CupertinoIcons/doc_plaintext-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_plaintext\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_richtext","qualifiedName":"cupertino.CupertinoIcons.doc_richtext","href":"cupertino/CupertinoIcons/doc_richtext-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_richtext\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_text","qualifiedName":"cupertino.CupertinoIcons.doc_text","href":"cupertino/CupertinoIcons/doc_text-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_text\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_text_fill","qualifiedName":"cupertino.CupertinoIcons.doc_text_fill","href":"cupertino/CupertinoIcons/doc_text_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_text_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_text_search","qualifiedName":"cupertino.CupertinoIcons.doc_text_search","href":"cupertino/CupertinoIcons/doc_text_search-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_text_search\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"doc_text_viewfinder","qualifiedName":"cupertino.CupertinoIcons.doc_text_viewfinder","href":"cupertino/CupertinoIcons/doc_text_viewfinder-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"doc_text_viewfinder\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"dot_radiowaves_left_right","qualifiedName":"cupertino.CupertinoIcons.dot_radiowaves_left_right","href":"cupertino/CupertinoIcons/dot_radiowaves_left_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"dot_radiowaves_left_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"dot_radiowaves_right","qualifiedName":"cupertino.CupertinoIcons.dot_radiowaves_right","href":"cupertino/CupertinoIcons/dot_radiowaves_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"dot_radiowaves_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"dot_square","qualifiedName":"cupertino.CupertinoIcons.dot_square","href":"cupertino/CupertinoIcons/dot_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"dot_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"dot_square_fill","qualifiedName":"cupertino.CupertinoIcons.dot_square_fill","href":"cupertino/CupertinoIcons/dot_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"dot_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"double_music_note","qualifiedName":"cupertino.CupertinoIcons.double_music_note","href":"cupertino/CupertinoIcons/double_music_note-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"music_note_2 — Cupertino icon for a symbol representing 2 connected musical notes.\nThis is the same icon as music_note_2 in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"down_arrow","qualifiedName":"cupertino.CupertinoIcons.down_arrow","href":"cupertino/CupertinoIcons/down_arrow-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrow_down — Cupertino icon for a solid down arrow.\nThis is the same icon as arrow_down in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"download_circle","qualifiedName":"cupertino.CupertinoIcons.download_circle","href":"cupertino/CupertinoIcons/download_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"download_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"download_circle_fill","qualifiedName":"cupertino.CupertinoIcons.download_circle_fill","href":"cupertino/CupertinoIcons/download_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"download_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"drop","qualifiedName":"cupertino.CupertinoIcons.drop","href":"cupertino/CupertinoIcons/drop-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"drop\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"drop_fill","qualifiedName":"cupertino.CupertinoIcons.drop_fill","href":"cupertino/CupertinoIcons/drop_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"drop_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"drop_triangle","qualifiedName":"cupertino.CupertinoIcons.drop_triangle","href":"cupertino/CupertinoIcons/drop_triangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"drop_triangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"drop_triangle_fill","qualifiedName":"cupertino.CupertinoIcons.drop_triangle_fill","href":"cupertino/CupertinoIcons/drop_triangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"drop_triangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ear","qualifiedName":"cupertino.CupertinoIcons.ear","href":"cupertino/CupertinoIcons/ear-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"ear\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"eject","qualifiedName":"cupertino.CupertinoIcons.eject","href":"cupertino/CupertinoIcons/eject-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"eject\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"eject_fill","qualifiedName":"cupertino.CupertinoIcons.eject_fill","href":"cupertino/CupertinoIcons/eject_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"eject_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ellipses_bubble","qualifiedName":"cupertino.CupertinoIcons.ellipses_bubble","href":"cupertino/CupertinoIcons/ellipses_bubble-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"ellipses_bubble\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ellipses_bubble_fill","qualifiedName":"cupertino.CupertinoIcons.ellipses_bubble_fill","href":"cupertino/CupertinoIcons/ellipses_bubble_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"ellipses_bubble_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ellipsis","qualifiedName":"cupertino.CupertinoIcons.ellipsis","href":"cupertino/CupertinoIcons/ellipsis-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"ellipsis — Cupertino icon for three solid dots.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ellipsis_circle","qualifiedName":"cupertino.CupertinoIcons.ellipsis_circle","href":"cupertino/CupertinoIcons/ellipsis_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"ellipsis_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ellipsis_circle_fill","qualifiedName":"cupertino.CupertinoIcons.ellipsis_circle_fill","href":"cupertino/CupertinoIcons/ellipsis_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"ellipsis_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ellipsis_vertical","qualifiedName":"cupertino.CupertinoIcons.ellipsis_vertical","href":"cupertino/CupertinoIcons/ellipsis_vertical-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"ellipsis_vertical\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ellipsis_vertical_circle","qualifiedName":"cupertino.CupertinoIcons.ellipsis_vertical_circle","href":"cupertino/CupertinoIcons/ellipsis_vertical_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"ellipsis_vertical_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ellipsis_vertical_circle_fill","qualifiedName":"cupertino.CupertinoIcons.ellipsis_vertical_circle_fill","href":"cupertino/CupertinoIcons/ellipsis_vertical_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"ellipsis_vertical_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"envelope","qualifiedName":"cupertino.CupertinoIcons.envelope","href":"cupertino/CupertinoIcons/envelope-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"envelope\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as mail which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"envelope_badge","qualifiedName":"cupertino.CupertinoIcons.envelope_badge","href":"cupertino/CupertinoIcons/envelope_badge-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"envelope_badge\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"envelope_badge_fill","qualifiedName":"cupertino.CupertinoIcons.envelope_badge_fill","href":"cupertino/CupertinoIcons/envelope_badge_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"envelope_badge_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"envelope_circle","qualifiedName":"cupertino.CupertinoIcons.envelope_circle","href":"cupertino/CupertinoIcons/envelope_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"envelope_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"envelope_circle_fill","qualifiedName":"cupertino.CupertinoIcons.envelope_circle_fill","href":"cupertino/CupertinoIcons/envelope_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"envelope_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"envelope_fill","qualifiedName":"cupertino.CupertinoIcons.envelope_fill","href":"cupertino/CupertinoIcons/envelope_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"envelope_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as mail_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"envelope_open","qualifiedName":"cupertino.CupertinoIcons.envelope_open","href":"cupertino/CupertinoIcons/envelope_open-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"envelope_open\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"envelope_open_fill","qualifiedName":"cupertino.CupertinoIcons.envelope_open_fill","href":"cupertino/CupertinoIcons/envelope_open_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"envelope_open_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"equal","qualifiedName":"cupertino.CupertinoIcons.equal","href":"cupertino/CupertinoIcons/equal-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"equal\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"equal_circle","qualifiedName":"cupertino.CupertinoIcons.equal_circle","href":"cupertino/CupertinoIcons/equal_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"equal_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"equal_circle_fill","qualifiedName":"cupertino.CupertinoIcons.equal_circle_fill","href":"cupertino/CupertinoIcons/equal_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"equal_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"equal_square","qualifiedName":"cupertino.CupertinoIcons.equal_square","href":"cupertino/CupertinoIcons/equal_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"equal_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"equal_square_fill","qualifiedName":"cupertino.CupertinoIcons.equal_square_fill","href":"cupertino/CupertinoIcons/equal_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"equal_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"escape","qualifiedName":"cupertino.CupertinoIcons.escape","href":"cupertino/CupertinoIcons/escape-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"escape\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark","qualifiedName":"cupertino.CupertinoIcons.exclamationmark","href":"cupertino/CupertinoIcons/exclamationmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark_bubble","qualifiedName":"cupertino.CupertinoIcons.exclamationmark_bubble","href":"cupertino/CupertinoIcons/exclamationmark_bubble-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark_bubble\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark_bubble_fill","qualifiedName":"cupertino.CupertinoIcons.exclamationmark_bubble_fill","href":"cupertino/CupertinoIcons/exclamationmark_bubble_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark_bubble_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark_circle","qualifiedName":"cupertino.CupertinoIcons.exclamationmark_circle","href":"cupertino/CupertinoIcons/exclamationmark_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark_circle_fill","qualifiedName":"cupertino.CupertinoIcons.exclamationmark_circle_fill","href":"cupertino/CupertinoIcons/exclamationmark_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark_octagon","qualifiedName":"cupertino.CupertinoIcons.exclamationmark_octagon","href":"cupertino/CupertinoIcons/exclamationmark_octagon-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark_octagon\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark_octagon_fill","qualifiedName":"cupertino.CupertinoIcons.exclamationmark_octagon_fill","href":"cupertino/CupertinoIcons/exclamationmark_octagon_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark_octagon_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark_shield","qualifiedName":"cupertino.CupertinoIcons.exclamationmark_shield","href":"cupertino/CupertinoIcons/exclamationmark_shield-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark_shield\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark_shield_fill","qualifiedName":"cupertino.CupertinoIcons.exclamationmark_shield_fill","href":"cupertino/CupertinoIcons/exclamationmark_shield_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark_shield_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark_square","qualifiedName":"cupertino.CupertinoIcons.exclamationmark_square","href":"cupertino/CupertinoIcons/exclamationmark_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark_square_fill","qualifiedName":"cupertino.CupertinoIcons.exclamationmark_square_fill","href":"cupertino/CupertinoIcons/exclamationmark_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark_triangle","qualifiedName":"cupertino.CupertinoIcons.exclamationmark_triangle","href":"cupertino/CupertinoIcons/exclamationmark_triangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark_triangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"exclamationmark_triangle_fill","qualifiedName":"cupertino.CupertinoIcons.exclamationmark_triangle_fill","href":"cupertino/CupertinoIcons/exclamationmark_triangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"exclamationmark_triangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"eye","qualifiedName":"cupertino.CupertinoIcons.eye","href":"cupertino/CupertinoIcons/eye-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"eye — Cupertino icon for an open eye.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"eye_fill","qualifiedName":"cupertino.CupertinoIcons.eye_fill","href":"cupertino/CupertinoIcons/eye_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"eye_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as eye_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"eye_slash","qualifiedName":"cupertino.CupertinoIcons.eye_slash","href":"cupertino/CupertinoIcons/eye_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"eye_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"eye_slash_fill","qualifiedName":"cupertino.CupertinoIcons.eye_slash_fill","href":"cupertino/CupertinoIcons/eye_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"eye_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"eye_solid","qualifiedName":"cupertino.CupertinoIcons.eye_solid","href":"cupertino/CupertinoIcons/eye_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"eye_fill — Cupertino icon for an open eye.\nThis is the same icon as eye_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"eyedropper","qualifiedName":"cupertino.CupertinoIcons.eyedropper","href":"cupertino/CupertinoIcons/eyedropper-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"eyedropper\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"eyedropper_full","qualifiedName":"cupertino.CupertinoIcons.eyedropper_full","href":"cupertino/CupertinoIcons/eyedropper_full-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"eyedropper_full\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"eyedropper_halffull","qualifiedName":"cupertino.CupertinoIcons.eyedropper_halffull","href":"cupertino/CupertinoIcons/eyedropper_halffull-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"eyedropper_halffull\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"eyeglasses","qualifiedName":"cupertino.CupertinoIcons.eyeglasses","href":"cupertino/CupertinoIcons/eyeglasses-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"eyeglasses\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"f_cursive","qualifiedName":"cupertino.CupertinoIcons.f_cursive","href":"cupertino/CupertinoIcons/f_cursive-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"f_cursive\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"f_cursive_circle","qualifiedName":"cupertino.CupertinoIcons.f_cursive_circle","href":"cupertino/CupertinoIcons/f_cursive_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"f_cursive_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"f_cursive_circle_fill","qualifiedName":"cupertino.CupertinoIcons.f_cursive_circle_fill","href":"cupertino/CupertinoIcons/f_cursive_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"f_cursive_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"film","qualifiedName":"cupertino.CupertinoIcons.film","href":"cupertino/CupertinoIcons/film-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"film\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"film_fill","qualifiedName":"cupertino.CupertinoIcons.film_fill","href":"cupertino/CupertinoIcons/film_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"film_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"flag","qualifiedName":"cupertino.CupertinoIcons.flag","href":"cupertino/CupertinoIcons/flag-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"flag — Cupertino icon for a right facing flag and pole outline.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"flag_circle","qualifiedName":"cupertino.CupertinoIcons.flag_circle","href":"cupertino/CupertinoIcons/flag_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"flag_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"flag_circle_fill","qualifiedName":"cupertino.CupertinoIcons.flag_circle_fill","href":"cupertino/CupertinoIcons/flag_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"flag_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"flag_fill","qualifiedName":"cupertino.CupertinoIcons.flag_fill","href":"cupertino/CupertinoIcons/flag_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"flag_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"flag_slash","qualifiedName":"cupertino.CupertinoIcons.flag_slash","href":"cupertino/CupertinoIcons/flag_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"flag_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"flag_slash_fill","qualifiedName":"cupertino.CupertinoIcons.flag_slash_fill","href":"cupertino/CupertinoIcons/flag_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"flag_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"flame","qualifiedName":"cupertino.CupertinoIcons.flame","href":"cupertino/CupertinoIcons/flame-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"flame\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"flame_fill","qualifiedName":"cupertino.CupertinoIcons.flame_fill","href":"cupertino/CupertinoIcons/flame_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"flame_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"floppy_disk","qualifiedName":"cupertino.CupertinoIcons.floppy_disk","href":"cupertino/CupertinoIcons/floppy_disk-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"floppy_disk\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"flowchart","qualifiedName":"cupertino.CupertinoIcons.flowchart","href":"cupertino/CupertinoIcons/flowchart-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"flowchart\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"flowchart_fill","qualifiedName":"cupertino.CupertinoIcons.flowchart_fill","href":"cupertino/CupertinoIcons/flowchart_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"flowchart_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"folder","qualifiedName":"cupertino.CupertinoIcons.folder","href":"cupertino/CupertinoIcons/folder-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"folder_open — Cupertino icon for a single folder, which stores multiple files. This icon is not filled in.\nThis is the same icon as folder_open in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"folder_badge_minus","qualifiedName":"cupertino.CupertinoIcons.folder_badge_minus","href":"cupertino/CupertinoIcons/folder_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"folder_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"folder_badge_person_crop","qualifiedName":"cupertino.CupertinoIcons.folder_badge_person_crop","href":"cupertino/CupertinoIcons/folder_badge_person_crop-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"folder_badge_person_crop\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"folder_badge_plus","qualifiedName":"cupertino.CupertinoIcons.folder_badge_plus","href":"cupertino/CupertinoIcons/folder_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"folder_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"folder_circle","qualifiedName":"cupertino.CupertinoIcons.folder_circle","href":"cupertino/CupertinoIcons/folder_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"folder_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"folder_circle_fill","qualifiedName":"cupertino.CupertinoIcons.folder_circle_fill","href":"cupertino/CupertinoIcons/folder_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"folder_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"folder_fill","qualifiedName":"cupertino.CupertinoIcons.folder_fill","href":"cupertino/CupertinoIcons/folder_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"folder_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as folder_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"folder_fill_badge_minus","qualifiedName":"cupertino.CupertinoIcons.folder_fill_badge_minus","href":"cupertino/CupertinoIcons/folder_fill_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"folder_fill_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"folder_fill_badge_person_crop","qualifiedName":"cupertino.CupertinoIcons.folder_fill_badge_person_crop","href":"cupertino/CupertinoIcons/folder_fill_badge_person_crop-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"folder_fill_badge_person_crop\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"folder_fill_badge_plus","qualifiedName":"cupertino.CupertinoIcons.folder_fill_badge_plus","href":"cupertino/CupertinoIcons/folder_fill_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"folder_fill_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"folder_open","qualifiedName":"cupertino.CupertinoIcons.folder_open","href":"cupertino/CupertinoIcons/folder_open-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"folder — Cupertino icon for a single folder that indicates being opened. A folder like this typically stores multiple files.\nThis is the same icon as folder in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"folder_solid","qualifiedName":"cupertino.CupertinoIcons.folder_solid","href":"cupertino/CupertinoIcons/folder_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"folder_fill — Cupertino icon for a single folder, which stores multiple files. This icon is filled in.\nThis is the same icon as folder_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"forward","qualifiedName":"cupertino.CupertinoIcons.forward","href":"cupertino/CupertinoIcons/forward-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"chevron_forward — Cupertino icon for a thicker right chevron that's the reverse of back.\nThis is the same icon as chevron_forward in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"forward_end","qualifiedName":"cupertino.CupertinoIcons.forward_end","href":"cupertino/CupertinoIcons/forward_end-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"forward_end\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"forward_end_alt","qualifiedName":"cupertino.CupertinoIcons.forward_end_alt","href":"cupertino/CupertinoIcons/forward_end_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"forward_end_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"forward_end_alt_fill","qualifiedName":"cupertino.CupertinoIcons.forward_end_alt_fill","href":"cupertino/CupertinoIcons/forward_end_alt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"forward_end_alt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"forward_end_fill","qualifiedName":"cupertino.CupertinoIcons.forward_end_fill","href":"cupertino/CupertinoIcons/forward_end_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"forward_end_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"forward_fill","qualifiedName":"cupertino.CupertinoIcons.forward_fill","href":"cupertino/CupertinoIcons/forward_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"forward_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"fullscreen","qualifiedName":"cupertino.CupertinoIcons.fullscreen","href":"cupertino/CupertinoIcons/fullscreen-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrow_up_left_arrow_down_right — Cupertino icon for all four corners of a square facing inwards.\nThis is the same icon as arrow_up_left_arrow_down_right in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"fullscreen_exit","qualifiedName":"cupertino.CupertinoIcons.fullscreen_exit","href":"cupertino/CupertinoIcons/fullscreen_exit-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrow_down_right_arrow_up_left — Cupertino icon for all four corners of a square facing outwards.\nThis is the same icon as arrow_down_right_arrow_up_left in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"function","qualifiedName":"cupertino.CupertinoIcons.function","href":"cupertino/CupertinoIcons/function-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"function\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"fx","qualifiedName":"cupertino.CupertinoIcons.fx","href":"cupertino/CupertinoIcons/fx-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"fx\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"game_controller","qualifiedName":"cupertino.CupertinoIcons.game_controller","href":"cupertino/CupertinoIcons/game_controller-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"gamecontroller — Cupertino icon for an outlined game controller.\nThis is the same icon as gamecontroller in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"game_controller_solid","qualifiedName":"cupertino.CupertinoIcons.game_controller_solid","href":"cupertino/CupertinoIcons/game_controller_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"gamecontroller_fill — Cupertino icon for a filled in game controller.\nThis is the same icon as gamecontroller_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gamecontroller","qualifiedName":"cupertino.CupertinoIcons.gamecontroller","href":"cupertino/CupertinoIcons/gamecontroller-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gamecontroller\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as game_controller which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gamecontroller_alt_fill","qualifiedName":"cupertino.CupertinoIcons.gamecontroller_alt_fill","href":"cupertino/CupertinoIcons/gamecontroller_alt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gamecontroller_alt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gamecontroller_fill","qualifiedName":"cupertino.CupertinoIcons.gamecontroller_fill","href":"cupertino/CupertinoIcons/gamecontroller_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gamecontroller_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as game_controller_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gauge","qualifiedName":"cupertino.CupertinoIcons.gauge","href":"cupertino/CupertinoIcons/gauge-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gauge\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gauge_badge_minus","qualifiedName":"cupertino.CupertinoIcons.gauge_badge_minus","href":"cupertino/CupertinoIcons/gauge_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gauge_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gauge_badge_plus","qualifiedName":"cupertino.CupertinoIcons.gauge_badge_plus","href":"cupertino/CupertinoIcons/gauge_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gauge_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gear","qualifiedName":"cupertino.CupertinoIcons.gear","href":"cupertino/CupertinoIcons/gear-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"gear_alt — Cupertino icon for a gear with eight cogs. This icon is not filled in.\nThis is the same icon as gear_alt and gear_big in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gear_alt","qualifiedName":"cupertino.CupertinoIcons.gear_alt","href":"cupertino/CupertinoIcons/gear_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gear_alt\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as gear which is available in cupertino_icons 0.1.3.\nThis is the same icon as gear_big which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gear_alt_fill","qualifiedName":"cupertino.CupertinoIcons.gear_alt_fill","href":"cupertino/CupertinoIcons/gear_alt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gear_alt_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as gear_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gear_big","qualifiedName":"cupertino.CupertinoIcons.gear_big","href":"cupertino/CupertinoIcons/gear_big-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"gear_alt — Cupertino icon for a gear with six cogs.\nThis is the same icon as gear_alt and gear in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gear_solid","qualifiedName":"cupertino.CupertinoIcons.gear_solid","href":"cupertino/CupertinoIcons/gear_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"gear_alt_fill — Cupertino icon for a gear with eight cogs. This icon is filled in.\nThis is the same icon as gear_alt_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gift","qualifiedName":"cupertino.CupertinoIcons.gift","href":"cupertino/CupertinoIcons/gift-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gift\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gift_alt","qualifiedName":"cupertino.CupertinoIcons.gift_alt","href":"cupertino/CupertinoIcons/gift_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gift_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gift_alt_fill","qualifiedName":"cupertino.CupertinoIcons.gift_alt_fill","href":"cupertino/CupertinoIcons/gift_alt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gift_alt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gift_fill","qualifiedName":"cupertino.CupertinoIcons.gift_fill","href":"cupertino/CupertinoIcons/gift_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gift_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"globe","qualifiedName":"cupertino.CupertinoIcons.globe","href":"cupertino/CupertinoIcons/globe-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"globe\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gobackward","qualifiedName":"cupertino.CupertinoIcons.gobackward","href":"cupertino/CupertinoIcons/gobackward-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gobackward\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gobackward_10","qualifiedName":"cupertino.CupertinoIcons.gobackward_10","href":"cupertino/CupertinoIcons/gobackward_10-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gobackward_10\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gobackward_15","qualifiedName":"cupertino.CupertinoIcons.gobackward_15","href":"cupertino/CupertinoIcons/gobackward_15-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gobackward_15\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gobackward_30","qualifiedName":"cupertino.CupertinoIcons.gobackward_30","href":"cupertino/CupertinoIcons/gobackward_30-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gobackward_30\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gobackward_45","qualifiedName":"cupertino.CupertinoIcons.gobackward_45","href":"cupertino/CupertinoIcons/gobackward_45-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gobackward_45\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gobackward_60","qualifiedName":"cupertino.CupertinoIcons.gobackward_60","href":"cupertino/CupertinoIcons/gobackward_60-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gobackward_60\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gobackward_75","qualifiedName":"cupertino.CupertinoIcons.gobackward_75","href":"cupertino/CupertinoIcons/gobackward_75-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gobackward_75\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gobackward_90","qualifiedName":"cupertino.CupertinoIcons.gobackward_90","href":"cupertino/CupertinoIcons/gobackward_90-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gobackward_90\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"gobackward_minus","qualifiedName":"cupertino.CupertinoIcons.gobackward_minus","href":"cupertino/CupertinoIcons/gobackward_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"gobackward_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"goforward","qualifiedName":"cupertino.CupertinoIcons.goforward","href":"cupertino/CupertinoIcons/goforward-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"goforward\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"goforward_10","qualifiedName":"cupertino.CupertinoIcons.goforward_10","href":"cupertino/CupertinoIcons/goforward_10-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"goforward_10\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"goforward_15","qualifiedName":"cupertino.CupertinoIcons.goforward_15","href":"cupertino/CupertinoIcons/goforward_15-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"goforward_15\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"goforward_30","qualifiedName":"cupertino.CupertinoIcons.goforward_30","href":"cupertino/CupertinoIcons/goforward_30-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"goforward_30\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"goforward_45","qualifiedName":"cupertino.CupertinoIcons.goforward_45","href":"cupertino/CupertinoIcons/goforward_45-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"goforward_45\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"goforward_60","qualifiedName":"cupertino.CupertinoIcons.goforward_60","href":"cupertino/CupertinoIcons/goforward_60-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"goforward_60\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"goforward_75","qualifiedName":"cupertino.CupertinoIcons.goforward_75","href":"cupertino/CupertinoIcons/goforward_75-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"goforward_75\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"goforward_90","qualifiedName":"cupertino.CupertinoIcons.goforward_90","href":"cupertino/CupertinoIcons/goforward_90-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"goforward_90\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"goforward_plus","qualifiedName":"cupertino.CupertinoIcons.goforward_plus","href":"cupertino/CupertinoIcons/goforward_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"goforward_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"graph_circle","qualifiedName":"cupertino.CupertinoIcons.graph_circle","href":"cupertino/CupertinoIcons/graph_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"graph_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"graph_circle_fill","qualifiedName":"cupertino.CupertinoIcons.graph_circle_fill","href":"cupertino/CupertinoIcons/graph_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"graph_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"graph_square","qualifiedName":"cupertino.CupertinoIcons.graph_square","href":"cupertino/CupertinoIcons/graph_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"graph_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"graph_square_fill","qualifiedName":"cupertino.CupertinoIcons.graph_square_fill","href":"cupertino/CupertinoIcons/graph_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"graph_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"greaterthan","qualifiedName":"cupertino.CupertinoIcons.greaterthan","href":"cupertino/CupertinoIcons/greaterthan-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"greaterthan\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"greaterthan_circle","qualifiedName":"cupertino.CupertinoIcons.greaterthan_circle","href":"cupertino/CupertinoIcons/greaterthan_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"greaterthan_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"greaterthan_circle_fill","qualifiedName":"cupertino.CupertinoIcons.greaterthan_circle_fill","href":"cupertino/CupertinoIcons/greaterthan_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"greaterthan_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"greaterthan_square","qualifiedName":"cupertino.CupertinoIcons.greaterthan_square","href":"cupertino/CupertinoIcons/greaterthan_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"greaterthan_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"greaterthan_square_fill","qualifiedName":"cupertino.CupertinoIcons.greaterthan_square_fill","href":"cupertino/CupertinoIcons/greaterthan_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"greaterthan_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"grid","qualifiedName":"cupertino.CupertinoIcons.grid","href":"cupertino/CupertinoIcons/grid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"grid\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"grid_circle","qualifiedName":"cupertino.CupertinoIcons.grid_circle","href":"cupertino/CupertinoIcons/grid_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"grid_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"grid_circle_fill","qualifiedName":"cupertino.CupertinoIcons.grid_circle_fill","href":"cupertino/CupertinoIcons/grid_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"grid_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"group","qualifiedName":"cupertino.CupertinoIcons.group","href":"cupertino/CupertinoIcons/group-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"person_3 — Cupertino icon for a group of three people. This icon is not filled in.\nThis is the same icon as person_3 in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"group_solid","qualifiedName":"cupertino.CupertinoIcons.group_solid","href":"cupertino/CupertinoIcons/group_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"person_3_fill — Cupertino icon for a group of three people. This icon is filled in.\nThis is the same icon as person_3_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"guitars","qualifiedName":"cupertino.CupertinoIcons.guitars","href":"cupertino/CupertinoIcons/guitars-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"guitars\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hammer","qualifiedName":"cupertino.CupertinoIcons.hammer","href":"cupertino/CupertinoIcons/hammer-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hammer\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hammer_fill","qualifiedName":"cupertino.CupertinoIcons.hammer_fill","href":"cupertino/CupertinoIcons/hammer_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hammer_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_draw","qualifiedName":"cupertino.CupertinoIcons.hand_draw","href":"cupertino/CupertinoIcons/hand_draw-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_draw\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_draw_fill","qualifiedName":"cupertino.CupertinoIcons.hand_draw_fill","href":"cupertino/CupertinoIcons/hand_draw_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_draw_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_point_left","qualifiedName":"cupertino.CupertinoIcons.hand_point_left","href":"cupertino/CupertinoIcons/hand_point_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_point_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_point_left_fill","qualifiedName":"cupertino.CupertinoIcons.hand_point_left_fill","href":"cupertino/CupertinoIcons/hand_point_left_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_point_left_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_point_right","qualifiedName":"cupertino.CupertinoIcons.hand_point_right","href":"cupertino/CupertinoIcons/hand_point_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_point_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_point_right_fill","qualifiedName":"cupertino.CupertinoIcons.hand_point_right_fill","href":"cupertino/CupertinoIcons/hand_point_right_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_point_right_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_raised","qualifiedName":"cupertino.CupertinoIcons.hand_raised","href":"cupertino/CupertinoIcons/hand_raised-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_raised\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_raised_fill","qualifiedName":"cupertino.CupertinoIcons.hand_raised_fill","href":"cupertino/CupertinoIcons/hand_raised_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_raised_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_raised_slash","qualifiedName":"cupertino.CupertinoIcons.hand_raised_slash","href":"cupertino/CupertinoIcons/hand_raised_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_raised_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_raised_slash_fill","qualifiedName":"cupertino.CupertinoIcons.hand_raised_slash_fill","href":"cupertino/CupertinoIcons/hand_raised_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_raised_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_thumbsdown","qualifiedName":"cupertino.CupertinoIcons.hand_thumbsdown","href":"cupertino/CupertinoIcons/hand_thumbsdown-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_thumbsdown\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_thumbsdown_fill","qualifiedName":"cupertino.CupertinoIcons.hand_thumbsdown_fill","href":"cupertino/CupertinoIcons/hand_thumbsdown_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_thumbsdown_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_thumbsup","qualifiedName":"cupertino.CupertinoIcons.hand_thumbsup","href":"cupertino/CupertinoIcons/hand_thumbsup-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_thumbsup\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hand_thumbsup_fill","qualifiedName":"cupertino.CupertinoIcons.hand_thumbsup_fill","href":"cupertino/CupertinoIcons/hand_thumbsup_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hand_thumbsup_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hare","qualifiedName":"cupertino.CupertinoIcons.hare","href":"cupertino/CupertinoIcons/hare-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hare\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hare_fill","qualifiedName":"cupertino.CupertinoIcons.hare_fill","href":"cupertino/CupertinoIcons/hare_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hare_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"headphones","qualifiedName":"cupertino.CupertinoIcons.headphones","href":"cupertino/CupertinoIcons/headphones-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"headphones\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"heart","qualifiedName":"cupertino.CupertinoIcons.heart","href":"cupertino/CupertinoIcons/heart-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"heart — Cupertino icon for an outlined heart shape. Can be used to indicate like or favorite states.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"heart_circle","qualifiedName":"cupertino.CupertinoIcons.heart_circle","href":"cupertino/CupertinoIcons/heart_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"heart_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"heart_circle_fill","qualifiedName":"cupertino.CupertinoIcons.heart_circle_fill","href":"cupertino/CupertinoIcons/heart_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"heart_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"heart_fill","qualifiedName":"cupertino.CupertinoIcons.heart_fill","href":"cupertino/CupertinoIcons/heart_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"heart_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as heart_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"heart_slash","qualifiedName":"cupertino.CupertinoIcons.heart_slash","href":"cupertino/CupertinoIcons/heart_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"heart_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"heart_slash_circle","qualifiedName":"cupertino.CupertinoIcons.heart_slash_circle","href":"cupertino/CupertinoIcons/heart_slash_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"heart_slash_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"heart_slash_circle_fill","qualifiedName":"cupertino.CupertinoIcons.heart_slash_circle_fill","href":"cupertino/CupertinoIcons/heart_slash_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"heart_slash_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"heart_slash_fill","qualifiedName":"cupertino.CupertinoIcons.heart_slash_fill","href":"cupertino/CupertinoIcons/heart_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"heart_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"heart_solid","qualifiedName":"cupertino.CupertinoIcons.heart_solid","href":"cupertino/CupertinoIcons/heart_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"heart_solid — Cupertino icon for a filled heart shape. Can be used to indicate like or favorite states.\nThis is the same icon as heart_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"helm","qualifiedName":"cupertino.CupertinoIcons.helm","href":"cupertino/CupertinoIcons/helm-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"helm\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hexagon","qualifiedName":"cupertino.CupertinoIcons.hexagon","href":"cupertino/CupertinoIcons/hexagon-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hexagon\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hexagon_fill","qualifiedName":"cupertino.CupertinoIcons.hexagon_fill","href":"cupertino/CupertinoIcons/hexagon_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hexagon_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hifispeaker","qualifiedName":"cupertino.CupertinoIcons.hifispeaker","href":"cupertino/CupertinoIcons/hifispeaker-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hifispeaker\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hifispeaker_fill","qualifiedName":"cupertino.CupertinoIcons.hifispeaker_fill","href":"cupertino/CupertinoIcons/hifispeaker_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hifispeaker_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"home","qualifiedName":"cupertino.CupertinoIcons.home","href":"cupertino/CupertinoIcons/home-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"house — Cupertino icon for an outline of a simple front-facing house.\nThis is the same icon as house in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hourglass","qualifiedName":"cupertino.CupertinoIcons.hourglass","href":"cupertino/CupertinoIcons/hourglass-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hourglass\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hourglass_bottomhalf_fill","qualifiedName":"cupertino.CupertinoIcons.hourglass_bottomhalf_fill","href":"cupertino/CupertinoIcons/hourglass_bottomhalf_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hourglass_bottomhalf_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hourglass_tophalf_fill","qualifiedName":"cupertino.CupertinoIcons.hourglass_tophalf_fill","href":"cupertino/CupertinoIcons/hourglass_tophalf_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hourglass_tophalf_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"house","qualifiedName":"cupertino.CupertinoIcons.house","href":"cupertino/CupertinoIcons/house-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"house\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as home which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"house_alt","qualifiedName":"cupertino.CupertinoIcons.house_alt","href":"cupertino/CupertinoIcons/house_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"house_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"house_alt_fill","qualifiedName":"cupertino.CupertinoIcons.house_alt_fill","href":"cupertino/CupertinoIcons/house_alt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"house_alt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"house_fill","qualifiedName":"cupertino.CupertinoIcons.house_fill","href":"cupertino/CupertinoIcons/house_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"house_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"hurricane","qualifiedName":"cupertino.CupertinoIcons.hurricane","href":"cupertino/CupertinoIcons/hurricane-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"hurricane\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"iconFont","qualifiedName":"cupertino.CupertinoIcons.iconFont","href":"cupertino/CupertinoIcons/iconFont-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The icon font used for Cupertino icons.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"iconFontPackage","qualifiedName":"cupertino.CupertinoIcons.iconFontPackage","href":"cupertino/CupertinoIcons/iconFontPackage-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The dependent package providing the Cupertino icons font.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"increase_indent","qualifiedName":"cupertino.CupertinoIcons.increase_indent","href":"cupertino/CupertinoIcons/increase_indent-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"increase_indent\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"increase_quotelevel","qualifiedName":"cupertino.CupertinoIcons.increase_quotelevel","href":"cupertino/CupertinoIcons/increase_quotelevel-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"increase_quotelevel\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"infinite","qualifiedName":"cupertino.CupertinoIcons.infinite","href":"cupertino/CupertinoIcons/infinite-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"infinite\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as loop which is available in cupertino_icons 0.1.3.\nThis is the same icon as loop_thick which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"info","qualifiedName":"cupertino.CupertinoIcons.info","href":"cupertino/CupertinoIcons/info-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"info_circle — Cupertino icon for a letter 'i' in a circle.\nThis is the same icon as info_circle in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"info_circle","qualifiedName":"cupertino.CupertinoIcons.info_circle","href":"cupertino/CupertinoIcons/info_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"info_circle\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as info which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"info_circle_fill","qualifiedName":"cupertino.CupertinoIcons.info_circle_fill","href":"cupertino/CupertinoIcons/info_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"info_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"italic","qualifiedName":"cupertino.CupertinoIcons.italic","href":"cupertino/CupertinoIcons/italic-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"italic\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"keyboard","qualifiedName":"cupertino.CupertinoIcons.keyboard","href":"cupertino/CupertinoIcons/keyboard-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"keyboard\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"keyboard_chevron_compact_down","qualifiedName":"cupertino.CupertinoIcons.keyboard_chevron_compact_down","href":"cupertino/CupertinoIcons/keyboard_chevron_compact_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"keyboard_chevron_compact_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lab_flask","qualifiedName":"cupertino.CupertinoIcons.lab_flask","href":"cupertino/CupertinoIcons/lab_flask-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"lab_flask — Cupertino icon for an outlined lab flask.\nThis icon is available in cupertino_icons 1.0.0+ for backward\ncompatibility but not part of Apple icons' aesthetics.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lab_flask_solid","qualifiedName":"cupertino.CupertinoIcons.lab_flask_solid","href":"cupertino/CupertinoIcons/lab_flask_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"lab_flask_solid — Cupertino icon for a filled in lab flask.\nThis icon is available in cupertino_icons 1.0.0+ for backward\ncompatibility but not part of Apple icons' aesthetics.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"largecircle_fill_circle","qualifiedName":"cupertino.CupertinoIcons.largecircle_fill_circle","href":"cupertino/CupertinoIcons/largecircle_fill_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"largecircle_fill_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lasso","qualifiedName":"cupertino.CupertinoIcons.lasso","href":"cupertino/CupertinoIcons/lasso-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lasso\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"layers","qualifiedName":"cupertino.CupertinoIcons.layers","href":"cupertino/CupertinoIcons/layers-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"layers\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"layers_alt","qualifiedName":"cupertino.CupertinoIcons.layers_alt","href":"cupertino/CupertinoIcons/layers_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"layers_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"layers_alt_fill","qualifiedName":"cupertino.CupertinoIcons.layers_alt_fill","href":"cupertino/CupertinoIcons/layers_alt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"layers_alt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"layers_fill","qualifiedName":"cupertino.CupertinoIcons.layers_fill","href":"cupertino/CupertinoIcons/layers_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"layers_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"leaf_arrow_circlepath","qualifiedName":"cupertino.CupertinoIcons.leaf_arrow_circlepath","href":"cupertino/CupertinoIcons/leaf_arrow_circlepath-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"leaf_arrow_circlepath\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"left_chevron","qualifiedName":"cupertino.CupertinoIcons.left_chevron","href":"cupertino/CupertinoIcons/left_chevron-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"chevron_left — Cupertino icon for a thin left chevron.\nThis is the same icon as chevron_left in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lessthan","qualifiedName":"cupertino.CupertinoIcons.lessthan","href":"cupertino/CupertinoIcons/lessthan-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lessthan\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lessthan_circle","qualifiedName":"cupertino.CupertinoIcons.lessthan_circle","href":"cupertino/CupertinoIcons/lessthan_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lessthan_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lessthan_circle_fill","qualifiedName":"cupertino.CupertinoIcons.lessthan_circle_fill","href":"cupertino/CupertinoIcons/lessthan_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lessthan_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lessthan_square","qualifiedName":"cupertino.CupertinoIcons.lessthan_square","href":"cupertino/CupertinoIcons/lessthan_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lessthan_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lessthan_square_fill","qualifiedName":"cupertino.CupertinoIcons.lessthan_square_fill","href":"cupertino/CupertinoIcons/lessthan_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lessthan_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"light_max","qualifiedName":"cupertino.CupertinoIcons.light_max","href":"cupertino/CupertinoIcons/light_max-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"light_max\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"light_min","qualifiedName":"cupertino.CupertinoIcons.light_min","href":"cupertino/CupertinoIcons/light_min-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"light_min\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lightbulb","qualifiedName":"cupertino.CupertinoIcons.lightbulb","href":"cupertino/CupertinoIcons/lightbulb-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lightbulb\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lightbulb_fill","qualifiedName":"cupertino.CupertinoIcons.lightbulb_fill","href":"cupertino/CupertinoIcons/lightbulb_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lightbulb_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lightbulb_slash","qualifiedName":"cupertino.CupertinoIcons.lightbulb_slash","href":"cupertino/CupertinoIcons/lightbulb_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lightbulb_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lightbulb_slash_fill","qualifiedName":"cupertino.CupertinoIcons.lightbulb_slash_fill","href":"cupertino/CupertinoIcons/lightbulb_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lightbulb_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"line_horizontal_3","qualifiedName":"cupertino.CupertinoIcons.line_horizontal_3","href":"cupertino/CupertinoIcons/line_horizontal_3-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"line_horizontal_3\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"line_horizontal_3_decrease","qualifiedName":"cupertino.CupertinoIcons.line_horizontal_3_decrease","href":"cupertino/CupertinoIcons/line_horizontal_3_decrease-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"line_horizontal_3_decrease\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"line_horizontal_3_decrease_circle","qualifiedName":"cupertino.CupertinoIcons.line_horizontal_3_decrease_circle","href":"cupertino/CupertinoIcons/line_horizontal_3_decrease_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"line_horizontal_3_decrease_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"line_horizontal_3_decrease_circle_fill","qualifiedName":"cupertino.CupertinoIcons.line_horizontal_3_decrease_circle_fill","href":"cupertino/CupertinoIcons/line_horizontal_3_decrease_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"line_horizontal_3_decrease_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"link","qualifiedName":"cupertino.CupertinoIcons.link","href":"cupertino/CupertinoIcons/link-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"link\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"link_circle","qualifiedName":"cupertino.CupertinoIcons.link_circle","href":"cupertino/CupertinoIcons/link_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"link_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"link_circle_fill","qualifiedName":"cupertino.CupertinoIcons.link_circle_fill","href":"cupertino/CupertinoIcons/link_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"link_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"list_bullet","qualifiedName":"cupertino.CupertinoIcons.list_bullet","href":"cupertino/CupertinoIcons/list_bullet-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"list_bullet\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"list_bullet_below_rectangle","qualifiedName":"cupertino.CupertinoIcons.list_bullet_below_rectangle","href":"cupertino/CupertinoIcons/list_bullet_below_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"list_bullet_below_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"list_bullet_indent","qualifiedName":"cupertino.CupertinoIcons.list_bullet_indent","href":"cupertino/CupertinoIcons/list_bullet_indent-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"list_bullet_indent\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"list_dash","qualifiedName":"cupertino.CupertinoIcons.list_dash","href":"cupertino/CupertinoIcons/list_dash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"list_dash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"list_number","qualifiedName":"cupertino.CupertinoIcons.list_number","href":"cupertino/CupertinoIcons/list_number-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"list_number\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"list_number_rtl","qualifiedName":"cupertino.CupertinoIcons.list_number_rtl","href":"cupertino/CupertinoIcons/list_number_rtl-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"list_number_rtl\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"location","qualifiedName":"cupertino.CupertinoIcons.location","href":"cupertino/CupertinoIcons/location-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"location — Cupertino icon for a location pin.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"location_circle","qualifiedName":"cupertino.CupertinoIcons.location_circle","href":"cupertino/CupertinoIcons/location_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"location_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"location_circle_fill","qualifiedName":"cupertino.CupertinoIcons.location_circle_fill","href":"cupertino/CupertinoIcons/location_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"location_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"location_fill","qualifiedName":"cupertino.CupertinoIcons.location_fill","href":"cupertino/CupertinoIcons/location_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"location_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"location_north","qualifiedName":"cupertino.CupertinoIcons.location_north","href":"cupertino/CupertinoIcons/location_north-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"location_north\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"location_north_fill","qualifiedName":"cupertino.CupertinoIcons.location_north_fill","href":"cupertino/CupertinoIcons/location_north_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"location_north_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"location_north_line","qualifiedName":"cupertino.CupertinoIcons.location_north_line","href":"cupertino/CupertinoIcons/location_north_line-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"location_north_line\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"location_north_line_fill","qualifiedName":"cupertino.CupertinoIcons.location_north_line_fill","href":"cupertino/CupertinoIcons/location_north_line_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"location_north_line_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"location_slash","qualifiedName":"cupertino.CupertinoIcons.location_slash","href":"cupertino/CupertinoIcons/location_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"location_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"location_slash_fill","qualifiedName":"cupertino.CupertinoIcons.location_slash_fill","href":"cupertino/CupertinoIcons/location_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"location_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"location_solid","qualifiedName":"cupertino.CupertinoIcons.location_solid","href":"cupertino/CupertinoIcons/location_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"placemark_fill — Cupertino icon for a location pin. This icon is filled in.\nThis is the same icon as placemark_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lock","qualifiedName":"cupertino.CupertinoIcons.lock","href":"cupertino/CupertinoIcons/lock-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lock\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as padlock which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lock_circle","qualifiedName":"cupertino.CupertinoIcons.lock_circle","href":"cupertino/CupertinoIcons/lock_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lock_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lock_circle_fill","qualifiedName":"cupertino.CupertinoIcons.lock_circle_fill","href":"cupertino/CupertinoIcons/lock_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lock_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lock_fill","qualifiedName":"cupertino.CupertinoIcons.lock_fill","href":"cupertino/CupertinoIcons/lock_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lock_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as padlock_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lock_open","qualifiedName":"cupertino.CupertinoIcons.lock_open","href":"cupertino/CupertinoIcons/lock_open-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lock_open\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lock_open_fill","qualifiedName":"cupertino.CupertinoIcons.lock_open_fill","href":"cupertino/CupertinoIcons/lock_open_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lock_open_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lock_rotation","qualifiedName":"cupertino.CupertinoIcons.lock_rotation","href":"cupertino/CupertinoIcons/lock_rotation-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lock_rotation\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lock_rotation_open","qualifiedName":"cupertino.CupertinoIcons.lock_rotation_open","href":"cupertino/CupertinoIcons/lock_rotation_open-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lock_rotation_open\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lock_shield","qualifiedName":"cupertino.CupertinoIcons.lock_shield","href":"cupertino/CupertinoIcons/lock_shield-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lock_shield\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lock_shield_fill","qualifiedName":"cupertino.CupertinoIcons.lock_shield_fill","href":"cupertino/CupertinoIcons/lock_shield_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lock_shield_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lock_slash","qualifiedName":"cupertino.CupertinoIcons.lock_slash","href":"cupertino/CupertinoIcons/lock_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lock_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"lock_slash_fill","qualifiedName":"cupertino.CupertinoIcons.lock_slash_fill","href":"cupertino/CupertinoIcons/lock_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"lock_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"loop","qualifiedName":"cupertino.CupertinoIcons.loop","href":"cupertino/CupertinoIcons/loop-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"infinite — Cupertino icon for the infinity symbol.\nThis is the same icon as infinite and loop_thick in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"loop_thick","qualifiedName":"cupertino.CupertinoIcons.loop_thick","href":"cupertino/CupertinoIcons/loop_thick-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"infinite — Cupertino icon for the infinity symbol.\nThis is the same icon as infinite and loop in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"macwindow","qualifiedName":"cupertino.CupertinoIcons.macwindow","href":"cupertino/CupertinoIcons/macwindow-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"macwindow\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"mail","qualifiedName":"cupertino.CupertinoIcons.mail","href":"cupertino/CupertinoIcons/mail-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"envelope — Cupertino icon for the outline of a closed mail envelope.\nThis is the same icon as envelope in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"mail_solid","qualifiedName":"cupertino.CupertinoIcons.mail_solid","href":"cupertino/CupertinoIcons/mail_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"envelope_fill — Cupertino icon for a closed mail envelope. This icon is filled in.\nThis is the same icon as envelope_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"map","qualifiedName":"cupertino.CupertinoIcons.map","href":"cupertino/CupertinoIcons/map-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"map\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"map_fill","qualifiedName":"cupertino.CupertinoIcons.map_fill","href":"cupertino/CupertinoIcons/map_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"map_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"map_pin","qualifiedName":"cupertino.CupertinoIcons.map_pin","href":"cupertino/CupertinoIcons/map_pin-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"map_pin\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"map_pin_ellipse","qualifiedName":"cupertino.CupertinoIcons.map_pin_ellipse","href":"cupertino/CupertinoIcons/map_pin_ellipse-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"map_pin_ellipse\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"map_pin_slash","qualifiedName":"cupertino.CupertinoIcons.map_pin_slash","href":"cupertino/CupertinoIcons/map_pin_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"map_pin_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"memories","qualifiedName":"cupertino.CupertinoIcons.memories","href":"cupertino/CupertinoIcons/memories-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"memories\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"memories_badge_minus","qualifiedName":"cupertino.CupertinoIcons.memories_badge_minus","href":"cupertino/CupertinoIcons/memories_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"memories_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"memories_badge_plus","qualifiedName":"cupertino.CupertinoIcons.memories_badge_plus","href":"cupertino/CupertinoIcons/memories_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"memories_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"metronome","qualifiedName":"cupertino.CupertinoIcons.metronome","href":"cupertino/CupertinoIcons/metronome-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"metronome\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"mic","qualifiedName":"cupertino.CupertinoIcons.mic","href":"cupertino/CupertinoIcons/mic-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"mic — Cupertino icon for a microphone.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"mic_circle","qualifiedName":"cupertino.CupertinoIcons.mic_circle","href":"cupertino/CupertinoIcons/mic_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"mic_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"mic_circle_fill","qualifiedName":"cupertino.CupertinoIcons.mic_circle_fill","href":"cupertino/CupertinoIcons/mic_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"mic_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"mic_fill","qualifiedName":"cupertino.CupertinoIcons.mic_fill","href":"cupertino/CupertinoIcons/mic_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"mic_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as mic_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"mic_off","qualifiedName":"cupertino.CupertinoIcons.mic_off","href":"cupertino/CupertinoIcons/mic_off-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"mic_slash — Cupertino icon for a filled in microphone with a diagonal line crossing it.\nThis is the same icon as mic_slash in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"mic_slash","qualifiedName":"cupertino.CupertinoIcons.mic_slash","href":"cupertino/CupertinoIcons/mic_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"mic_slash\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as mic_off which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"mic_slash_fill","qualifiedName":"cupertino.CupertinoIcons.mic_slash_fill","href":"cupertino/CupertinoIcons/mic_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"mic_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"mic_solid","qualifiedName":"cupertino.CupertinoIcons.mic_solid","href":"cupertino/CupertinoIcons/mic_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"mic_fill — Cupertino icon for a filled in microphone.\nThis is the same icon as mic_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"minus","qualifiedName":"cupertino.CupertinoIcons.minus","href":"cupertino/CupertinoIcons/minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"minus_circle","qualifiedName":"cupertino.CupertinoIcons.minus_circle","href":"cupertino/CupertinoIcons/minus_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"minus_circle\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as minus_circled which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"minus_circle_fill","qualifiedName":"cupertino.CupertinoIcons.minus_circle_fill","href":"cupertino/CupertinoIcons/minus_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"minus_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"minus_circled","qualifiedName":"cupertino.CupertinoIcons.minus_circled","href":"cupertino/CupertinoIcons/minus_circled-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"minus_circle — Cupertino icon for a '-' sign in a circle.\nThis is the same icon as minus_circle in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"minus_rectangle","qualifiedName":"cupertino.CupertinoIcons.minus_rectangle","href":"cupertino/CupertinoIcons/minus_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"minus_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"minus_rectangle_fill","qualifiedName":"cupertino.CupertinoIcons.minus_rectangle_fill","href":"cupertino/CupertinoIcons/minus_rectangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"minus_rectangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"minus_slash_plus","qualifiedName":"cupertino.CupertinoIcons.minus_slash_plus","href":"cupertino/CupertinoIcons/minus_slash_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"minus_slash_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"minus_square","qualifiedName":"cupertino.CupertinoIcons.minus_square","href":"cupertino/CupertinoIcons/minus_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"minus_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"minus_square_fill","qualifiedName":"cupertino.CupertinoIcons.minus_square_fill","href":"cupertino/CupertinoIcons/minus_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"minus_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_dollar","qualifiedName":"cupertino.CupertinoIcons.money_dollar","href":"cupertino/CupertinoIcons/money_dollar-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_dollar\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_dollar_circle","qualifiedName":"cupertino.CupertinoIcons.money_dollar_circle","href":"cupertino/CupertinoIcons/money_dollar_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_dollar_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_dollar_circle_fill","qualifiedName":"cupertino.CupertinoIcons.money_dollar_circle_fill","href":"cupertino/CupertinoIcons/money_dollar_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_dollar_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_euro","qualifiedName":"cupertino.CupertinoIcons.money_euro","href":"cupertino/CupertinoIcons/money_euro-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_euro\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_euro_circle","qualifiedName":"cupertino.CupertinoIcons.money_euro_circle","href":"cupertino/CupertinoIcons/money_euro_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_euro_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_euro_circle_fill","qualifiedName":"cupertino.CupertinoIcons.money_euro_circle_fill","href":"cupertino/CupertinoIcons/money_euro_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_euro_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_pound","qualifiedName":"cupertino.CupertinoIcons.money_pound","href":"cupertino/CupertinoIcons/money_pound-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_pound\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_pound_circle","qualifiedName":"cupertino.CupertinoIcons.money_pound_circle","href":"cupertino/CupertinoIcons/money_pound_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_pound_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_pound_circle_fill","qualifiedName":"cupertino.CupertinoIcons.money_pound_circle_fill","href":"cupertino/CupertinoIcons/money_pound_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_pound_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_rubl","qualifiedName":"cupertino.CupertinoIcons.money_rubl","href":"cupertino/CupertinoIcons/money_rubl-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_rubl\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_rubl_circle","qualifiedName":"cupertino.CupertinoIcons.money_rubl_circle","href":"cupertino/CupertinoIcons/money_rubl_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_rubl_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_rubl_circle_fill","qualifiedName":"cupertino.CupertinoIcons.money_rubl_circle_fill","href":"cupertino/CupertinoIcons/money_rubl_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_rubl_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_yen","qualifiedName":"cupertino.CupertinoIcons.money_yen","href":"cupertino/CupertinoIcons/money_yen-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_yen\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_yen_circle","qualifiedName":"cupertino.CupertinoIcons.money_yen_circle","href":"cupertino/CupertinoIcons/money_yen_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_yen_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"money_yen_circle_fill","qualifiedName":"cupertino.CupertinoIcons.money_yen_circle_fill","href":"cupertino/CupertinoIcons/money_yen_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"money_yen_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"moon","qualifiedName":"cupertino.CupertinoIcons.moon","href":"cupertino/CupertinoIcons/moon-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"moon\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"moon_circle","qualifiedName":"cupertino.CupertinoIcons.moon_circle","href":"cupertino/CupertinoIcons/moon_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"moon_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"moon_circle_fill","qualifiedName":"cupertino.CupertinoIcons.moon_circle_fill","href":"cupertino/CupertinoIcons/moon_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"moon_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"moon_fill","qualifiedName":"cupertino.CupertinoIcons.moon_fill","href":"cupertino/CupertinoIcons/moon_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"moon_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"moon_stars","qualifiedName":"cupertino.CupertinoIcons.moon_stars","href":"cupertino/CupertinoIcons/moon_stars-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"moon_stars\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"moon_stars_fill","qualifiedName":"cupertino.CupertinoIcons.moon_stars_fill","href":"cupertino/CupertinoIcons/moon_stars_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"moon_stars_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"moon_zzz","qualifiedName":"cupertino.CupertinoIcons.moon_zzz","href":"cupertino/CupertinoIcons/moon_zzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"moon_zzz\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"moon_zzz_fill","qualifiedName":"cupertino.CupertinoIcons.moon_zzz_fill","href":"cupertino/CupertinoIcons/moon_zzz_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"moon_zzz_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"move","qualifiedName":"cupertino.CupertinoIcons.move","href":"cupertino/CupertinoIcons/move-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"move\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"multiply","qualifiedName":"cupertino.CupertinoIcons.multiply","href":"cupertino/CupertinoIcons/multiply-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"multiply\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"multiply_circle","qualifiedName":"cupertino.CupertinoIcons.multiply_circle","href":"cupertino/CupertinoIcons/multiply_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"multiply_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"multiply_circle_fill","qualifiedName":"cupertino.CupertinoIcons.multiply_circle_fill","href":"cupertino/CupertinoIcons/multiply_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"multiply_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"multiply_square","qualifiedName":"cupertino.CupertinoIcons.multiply_square","href":"cupertino/CupertinoIcons/multiply_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"multiply_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"multiply_square_fill","qualifiedName":"cupertino.CupertinoIcons.multiply_square_fill","href":"cupertino/CupertinoIcons/multiply_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"multiply_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"music_albums","qualifiedName":"cupertino.CupertinoIcons.music_albums","href":"cupertino/CupertinoIcons/music_albums-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"music_albums\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"music_albums_fill","qualifiedName":"cupertino.CupertinoIcons.music_albums_fill","href":"cupertino/CupertinoIcons/music_albums_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"music_albums_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"music_house","qualifiedName":"cupertino.CupertinoIcons.music_house","href":"cupertino/CupertinoIcons/music_house-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"music_house\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"music_house_fill","qualifiedName":"cupertino.CupertinoIcons.music_house_fill","href":"cupertino/CupertinoIcons/music_house_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"music_house_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"music_mic","qualifiedName":"cupertino.CupertinoIcons.music_mic","href":"cupertino/CupertinoIcons/music_mic-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"music_mic\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"music_note","qualifiedName":"cupertino.CupertinoIcons.music_note","href":"cupertino/CupertinoIcons/music_note-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"music_note — Cupertino icon for a symbol representing a solid single musical note.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"music_note_2","qualifiedName":"cupertino.CupertinoIcons.music_note_2","href":"cupertino/CupertinoIcons/music_note_2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"music_note_2\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as double_music_note which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"music_note_list","qualifiedName":"cupertino.CupertinoIcons.music_note_list","href":"cupertino/CupertinoIcons/music_note_list-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"music_note_list\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"news","qualifiedName":"cupertino.CupertinoIcons.news","href":"cupertino/CupertinoIcons/news-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"news — Cupertino icon for an outlined folded newspaper icon.\nThis icon is available in cupertino_icons 1.0.0+ for backward\ncompatibility but not part of Apple icons' aesthetics.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"news_solid","qualifiedName":"cupertino.CupertinoIcons.news_solid","href":"cupertino/CupertinoIcons/news_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"news_solid — Cupertino icon for a filled folded newspaper icon.\nThis icon is available in cupertino_icons 1.0.0+ for backward\ncompatibility but not part of Apple icons' aesthetics.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"nosign","qualifiedName":"cupertino.CupertinoIcons.nosign","href":"cupertino/CupertinoIcons/nosign-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"nosign\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"number","qualifiedName":"cupertino.CupertinoIcons.number","href":"cupertino/CupertinoIcons/number-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"number\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"number_circle","qualifiedName":"cupertino.CupertinoIcons.number_circle","href":"cupertino/CupertinoIcons/number_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"number_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"number_circle_fill","qualifiedName":"cupertino.CupertinoIcons.number_circle_fill","href":"cupertino/CupertinoIcons/number_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"number_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"number_square","qualifiedName":"cupertino.CupertinoIcons.number_square","href":"cupertino/CupertinoIcons/number_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"number_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"number_square_fill","qualifiedName":"cupertino.CupertinoIcons.number_square_fill","href":"cupertino/CupertinoIcons/number_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"number_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"option","qualifiedName":"cupertino.CupertinoIcons.option","href":"cupertino/CupertinoIcons/option-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"option\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"padlock","qualifiedName":"cupertino.CupertinoIcons.padlock","href":"cupertino/CupertinoIcons/padlock-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"lock — Cupertino icon for an unlocked padlock.\nThis is the same icon as lock in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"padlock_solid","qualifiedName":"cupertino.CupertinoIcons.padlock_solid","href":"cupertino/CupertinoIcons/padlock_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"lock_fill — Cupertino icon for an unlocked padlock.\nThis is the same icon as lock_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"paintbrush","qualifiedName":"cupertino.CupertinoIcons.paintbrush","href":"cupertino/CupertinoIcons/paintbrush-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"paintbrush\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"paintbrush_fill","qualifiedName":"cupertino.CupertinoIcons.paintbrush_fill","href":"cupertino/CupertinoIcons/paintbrush_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"paintbrush_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pano","qualifiedName":"cupertino.CupertinoIcons.pano","href":"cupertino/CupertinoIcons/pano-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pano\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pano_fill","qualifiedName":"cupertino.CupertinoIcons.pano_fill","href":"cupertino/CupertinoIcons/pano_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pano_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"paperclip","qualifiedName":"cupertino.CupertinoIcons.paperclip","href":"cupertino/CupertinoIcons/paperclip-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"paperclip\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"paperplane","qualifiedName":"cupertino.CupertinoIcons.paperplane","href":"cupertino/CupertinoIcons/paperplane-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"paperplane\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"paperplane_fill","qualifiedName":"cupertino.CupertinoIcons.paperplane_fill","href":"cupertino/CupertinoIcons/paperplane_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"paperplane_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"paragraph","qualifiedName":"cupertino.CupertinoIcons.paragraph","href":"cupertino/CupertinoIcons/paragraph-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"paragraph\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pause","qualifiedName":"cupertino.CupertinoIcons.pause","href":"cupertino/CupertinoIcons/pause-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"pause — Cupertino icon for an two vertical rectangles. This icon is not filled in.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pause_circle","qualifiedName":"cupertino.CupertinoIcons.pause_circle","href":"cupertino/CupertinoIcons/pause_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pause_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pause_circle_fill","qualifiedName":"cupertino.CupertinoIcons.pause_circle_fill","href":"cupertino/CupertinoIcons/pause_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pause_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pause_fill","qualifiedName":"cupertino.CupertinoIcons.pause_fill","href":"cupertino/CupertinoIcons/pause_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pause_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as pause_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pause_rectangle","qualifiedName":"cupertino.CupertinoIcons.pause_rectangle","href":"cupertino/CupertinoIcons/pause_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pause_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pause_rectangle_fill","qualifiedName":"cupertino.CupertinoIcons.pause_rectangle_fill","href":"cupertino/CupertinoIcons/pause_rectangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pause_rectangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pause_solid","qualifiedName":"cupertino.CupertinoIcons.pause_solid","href":"cupertino/CupertinoIcons/pause_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"pause_fill — Cupertino icon for an two vertical rectangles. This icon is filled in.\nThis is the same icon as pause_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"paw","qualifiedName":"cupertino.CupertinoIcons.paw","href":"cupertino/CupertinoIcons/paw-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"paw — Cupertino icon for an outlined paw.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"paw_solid","qualifiedName":"cupertino.CupertinoIcons.paw_solid","href":"cupertino/CupertinoIcons/paw_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"paw — Cupertino icon for a filled in paw.\nThis is the same icon as paw in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pen","qualifiedName":"cupertino.CupertinoIcons.pen","href":"cupertino/CupertinoIcons/pen-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"pen — Cupertino icon for a simple pen.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pencil","qualifiedName":"cupertino.CupertinoIcons.pencil","href":"cupertino/CupertinoIcons/pencil-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"pencil — Cupertino icon for a simple pencil.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pencil_circle","qualifiedName":"cupertino.CupertinoIcons.pencil_circle","href":"cupertino/CupertinoIcons/pencil_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pencil_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pencil_circle_fill","qualifiedName":"cupertino.CupertinoIcons.pencil_circle_fill","href":"cupertino/CupertinoIcons/pencil_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pencil_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pencil_ellipsis_rectangle","qualifiedName":"cupertino.CupertinoIcons.pencil_ellipsis_rectangle","href":"cupertino/CupertinoIcons/pencil_ellipsis_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pencil_ellipsis_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pencil_outline","qualifiedName":"cupertino.CupertinoIcons.pencil_outline","href":"cupertino/CupertinoIcons/pencil_outline-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pencil_outline\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pencil_slash","qualifiedName":"cupertino.CupertinoIcons.pencil_slash","href":"cupertino/CupertinoIcons/pencil_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pencil_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"percent","qualifiedName":"cupertino.CupertinoIcons.percent","href":"cupertino/CupertinoIcons/percent-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"percent\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person","qualifiedName":"cupertino.CupertinoIcons.person","href":"cupertino/CupertinoIcons/person-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"person — Cupertino icon for a single person. This icon is not filled in.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_2","qualifiedName":"cupertino.CupertinoIcons.person_2","href":"cupertino/CupertinoIcons/person_2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_2_alt","qualifiedName":"cupertino.CupertinoIcons.person_2_alt","href":"cupertino/CupertinoIcons/person_2_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_2_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_2_fill","qualifiedName":"cupertino.CupertinoIcons.person_2_fill","href":"cupertino/CupertinoIcons/person_2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_2_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_2_square_stack","qualifiedName":"cupertino.CupertinoIcons.person_2_square_stack","href":"cupertino/CupertinoIcons/person_2_square_stack-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_2_square_stack\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_2_square_stack_fill","qualifiedName":"cupertino.CupertinoIcons.person_2_square_stack_fill","href":"cupertino/CupertinoIcons/person_2_square_stack_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_2_square_stack_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_3","qualifiedName":"cupertino.CupertinoIcons.person_3","href":"cupertino/CupertinoIcons/person_3-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_3\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as group which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_3_fill","qualifiedName":"cupertino.CupertinoIcons.person_3_fill","href":"cupertino/CupertinoIcons/person_3_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_3_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as group_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_add","qualifiedName":"cupertino.CupertinoIcons.person_add","href":"cupertino/CupertinoIcons/person_add-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"person_badge_plus — Cupertino icon for a single person with a plus sign next to it. This icon is not filled in.\nThis is the same icon as person_badge_plus in cupertino_icons 1.0.0+.x","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_add_solid","qualifiedName":"cupertino.CupertinoIcons.person_add_solid","href":"cupertino/CupertinoIcons/person_add_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"person_badge_plus_fill — Cupertino icon for a single person with a plus sign next to it. This icon is filled in.\nThis is the same icon as person_badge_plus_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_alt","qualifiedName":"cupertino.CupertinoIcons.person_alt","href":"cupertino/CupertinoIcons/person_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_alt_circle","qualifiedName":"cupertino.CupertinoIcons.person_alt_circle","href":"cupertino/CupertinoIcons/person_alt_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_alt_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_alt_circle_fill","qualifiedName":"cupertino.CupertinoIcons.person_alt_circle_fill","href":"cupertino/CupertinoIcons/person_alt_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_alt_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_badge_minus","qualifiedName":"cupertino.CupertinoIcons.person_badge_minus","href":"cupertino/CupertinoIcons/person_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_badge_minus_fill","qualifiedName":"cupertino.CupertinoIcons.person_badge_minus_fill","href":"cupertino/CupertinoIcons/person_badge_minus_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_badge_minus_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_badge_plus","qualifiedName":"cupertino.CupertinoIcons.person_badge_plus","href":"cupertino/CupertinoIcons/person_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_badge_plus\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as person_add which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_badge_plus_fill","qualifiedName":"cupertino.CupertinoIcons.person_badge_plus_fill","href":"cupertino/CupertinoIcons/person_badge_plus_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_badge_plus_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as person_add_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_circle","qualifiedName":"cupertino.CupertinoIcons.person_circle","href":"cupertino/CupertinoIcons/person_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_circle_fill","qualifiedName":"cupertino.CupertinoIcons.person_circle_fill","href":"cupertino/CupertinoIcons/person_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_circle","qualifiedName":"cupertino.CupertinoIcons.person_crop_circle","href":"cupertino/CupertinoIcons/person_crop_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_circle\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as profile_circled which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_circle_badge_checkmark","qualifiedName":"cupertino.CupertinoIcons.person_crop_circle_badge_checkmark","href":"cupertino/CupertinoIcons/person_crop_circle_badge_checkmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_circle_badge_checkmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_circle_badge_exclam","qualifiedName":"cupertino.CupertinoIcons.person_crop_circle_badge_exclam","href":"cupertino/CupertinoIcons/person_crop_circle_badge_exclam-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_circle_badge_exclam\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_circle_badge_minus","qualifiedName":"cupertino.CupertinoIcons.person_crop_circle_badge_minus","href":"cupertino/CupertinoIcons/person_crop_circle_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_circle_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_circle_badge_plus","qualifiedName":"cupertino.CupertinoIcons.person_crop_circle_badge_plus","href":"cupertino/CupertinoIcons/person_crop_circle_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_circle_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_circle_badge_xmark","qualifiedName":"cupertino.CupertinoIcons.person_crop_circle_badge_xmark","href":"cupertino/CupertinoIcons/person_crop_circle_badge_xmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_circle_badge_xmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_circle_fill","qualifiedName":"cupertino.CupertinoIcons.person_crop_circle_fill","href":"cupertino/CupertinoIcons/person_crop_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_circle_fill_badge_checkmark","qualifiedName":"cupertino.CupertinoIcons.person_crop_circle_fill_badge_checkmark","href":"cupertino/CupertinoIcons/person_crop_circle_fill_badge_checkmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_circle_fill_badge_checkmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_circle_fill_badge_exclam","qualifiedName":"cupertino.CupertinoIcons.person_crop_circle_fill_badge_exclam","href":"cupertino/CupertinoIcons/person_crop_circle_fill_badge_exclam-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_circle_fill_badge_exclam\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_circle_fill_badge_minus","qualifiedName":"cupertino.CupertinoIcons.person_crop_circle_fill_badge_minus","href":"cupertino/CupertinoIcons/person_crop_circle_fill_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_circle_fill_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_circle_fill_badge_plus","qualifiedName":"cupertino.CupertinoIcons.person_crop_circle_fill_badge_plus","href":"cupertino/CupertinoIcons/person_crop_circle_fill_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_circle_fill_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_circle_fill_badge_xmark","qualifiedName":"cupertino.CupertinoIcons.person_crop_circle_fill_badge_xmark","href":"cupertino/CupertinoIcons/person_crop_circle_fill_badge_xmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_circle_fill_badge_xmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_rectangle","qualifiedName":"cupertino.CupertinoIcons.person_crop_rectangle","href":"cupertino/CupertinoIcons/person_crop_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_rectangle_fill","qualifiedName":"cupertino.CupertinoIcons.person_crop_rectangle_fill","href":"cupertino/CupertinoIcons/person_crop_rectangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_rectangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_square","qualifiedName":"cupertino.CupertinoIcons.person_crop_square","href":"cupertino/CupertinoIcons/person_crop_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_crop_square_fill","qualifiedName":"cupertino.CupertinoIcons.person_crop_square_fill","href":"cupertino/CupertinoIcons/person_crop_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_crop_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_fill","qualifiedName":"cupertino.CupertinoIcons.person_fill","href":"cupertino/CupertinoIcons/person_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"person_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as person_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"person_solid","qualifiedName":"cupertino.CupertinoIcons.person_solid","href":"cupertino/CupertinoIcons/person_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"person_fill — Cupertino icon for a single person. This icon is filled in.\nThis is the same icon as person_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"personalhotspot","qualifiedName":"cupertino.CupertinoIcons.personalhotspot","href":"cupertino/CupertinoIcons/personalhotspot-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"personalhotspot\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"perspective","qualifiedName":"cupertino.CupertinoIcons.perspective","href":"cupertino/CupertinoIcons/perspective-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"perspective\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone","qualifiedName":"cupertino.CupertinoIcons.phone","href":"cupertino/CupertinoIcons/phone-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"phone — Cupertino icon for a phone handset outline.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_arrow_down_left","qualifiedName":"cupertino.CupertinoIcons.phone_arrow_down_left","href":"cupertino/CupertinoIcons/phone_arrow_down_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_arrow_down_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_arrow_right","qualifiedName":"cupertino.CupertinoIcons.phone_arrow_right","href":"cupertino/CupertinoIcons/phone_arrow_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_arrow_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_arrow_up_right","qualifiedName":"cupertino.CupertinoIcons.phone_arrow_up_right","href":"cupertino/CupertinoIcons/phone_arrow_up_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_arrow_up_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_badge_plus","qualifiedName":"cupertino.CupertinoIcons.phone_badge_plus","href":"cupertino/CupertinoIcons/phone_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_circle","qualifiedName":"cupertino.CupertinoIcons.phone_circle","href":"cupertino/CupertinoIcons/phone_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_circle_fill","qualifiedName":"cupertino.CupertinoIcons.phone_circle_fill","href":"cupertino/CupertinoIcons/phone_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_down","qualifiedName":"cupertino.CupertinoIcons.phone_down","href":"cupertino/CupertinoIcons/phone_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_down_circle","qualifiedName":"cupertino.CupertinoIcons.phone_down_circle","href":"cupertino/CupertinoIcons/phone_down_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_down_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_down_circle_fill","qualifiedName":"cupertino.CupertinoIcons.phone_down_circle_fill","href":"cupertino/CupertinoIcons/phone_down_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_down_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_down_fill","qualifiedName":"cupertino.CupertinoIcons.phone_down_fill","href":"cupertino/CupertinoIcons/phone_down_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_down_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_fill","qualifiedName":"cupertino.CupertinoIcons.phone_fill","href":"cupertino/CupertinoIcons/phone_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as phone_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_fill_arrow_down_left","qualifiedName":"cupertino.CupertinoIcons.phone_fill_arrow_down_left","href":"cupertino/CupertinoIcons/phone_fill_arrow_down_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_fill_arrow_down_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_fill_arrow_right","qualifiedName":"cupertino.CupertinoIcons.phone_fill_arrow_right","href":"cupertino/CupertinoIcons/phone_fill_arrow_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_fill_arrow_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_fill_arrow_up_right","qualifiedName":"cupertino.CupertinoIcons.phone_fill_arrow_up_right","href":"cupertino/CupertinoIcons/phone_fill_arrow_up_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_fill_arrow_up_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_fill_badge_plus","qualifiedName":"cupertino.CupertinoIcons.phone_fill_badge_plus","href":"cupertino/CupertinoIcons/phone_fill_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"phone_fill_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"phone_solid","qualifiedName":"cupertino.CupertinoIcons.phone_solid","href":"cupertino/CupertinoIcons/phone_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"phone_fill — Cupertino icon for a phone handset.\nThis is the same icon as phone_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"photo","qualifiedName":"cupertino.CupertinoIcons.photo","href":"cupertino/CupertinoIcons/photo-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"photo\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"photo_camera","qualifiedName":"cupertino.CupertinoIcons.photo_camera","href":"cupertino/CupertinoIcons/photo_camera-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"camera — Cupertino icon for a camera for still photographs. This icon is filled in.\nThis is the same icon as camera in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"photo_camera_solid","qualifiedName":"cupertino.CupertinoIcons.photo_camera_solid","href":"cupertino/CupertinoIcons/photo_camera_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"camera_fill — Cupertino icon for a camera for still photographs. This icon is not filled in.\nThis is the same icon as camera_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"photo_fill","qualifiedName":"cupertino.CupertinoIcons.photo_fill","href":"cupertino/CupertinoIcons/photo_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"photo_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"photo_fill_on_rectangle_fill","qualifiedName":"cupertino.CupertinoIcons.photo_fill_on_rectangle_fill","href":"cupertino/CupertinoIcons/photo_fill_on_rectangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"photo_fill_on_rectangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"photo_on_rectangle","qualifiedName":"cupertino.CupertinoIcons.photo_on_rectangle","href":"cupertino/CupertinoIcons/photo_on_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"photo_on_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"piano","qualifiedName":"cupertino.CupertinoIcons.piano","href":"cupertino/CupertinoIcons/piano-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"piano\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pin","qualifiedName":"cupertino.CupertinoIcons.pin","href":"cupertino/CupertinoIcons/pin-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pin\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pin_fill","qualifiedName":"cupertino.CupertinoIcons.pin_fill","href":"cupertino/CupertinoIcons/pin_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pin_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pin_slash","qualifiedName":"cupertino.CupertinoIcons.pin_slash","href":"cupertino/CupertinoIcons/pin_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pin_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"pin_slash_fill","qualifiedName":"cupertino.CupertinoIcons.pin_slash_fill","href":"cupertino/CupertinoIcons/pin_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"pin_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"placemark","qualifiedName":"cupertino.CupertinoIcons.placemark","href":"cupertino/CupertinoIcons/placemark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"placemark\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as location which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"placemark_fill","qualifiedName":"cupertino.CupertinoIcons.placemark_fill","href":"cupertino/CupertinoIcons/placemark_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"placemark_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as location_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"play","qualifiedName":"cupertino.CupertinoIcons.play","href":"cupertino/CupertinoIcons/play-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"play\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as play_arrow which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"play_arrow","qualifiedName":"cupertino.CupertinoIcons.play_arrow","href":"cupertino/CupertinoIcons/play_arrow-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"play — Cupertino icon for a triangle facing to the right. This icon is not filled in.\nThis is the same icon as play in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"play_arrow_solid","qualifiedName":"cupertino.CupertinoIcons.play_arrow_solid","href":"cupertino/CupertinoIcons/play_arrow_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"play_fill — Cupertino icon for a triangle facing to the right. This icon is filled in.\nThis is the same icon as play_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"play_circle","qualifiedName":"cupertino.CupertinoIcons.play_circle","href":"cupertino/CupertinoIcons/play_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"play_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"play_circle_fill","qualifiedName":"cupertino.CupertinoIcons.play_circle_fill","href":"cupertino/CupertinoIcons/play_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"play_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"play_fill","qualifiedName":"cupertino.CupertinoIcons.play_fill","href":"cupertino/CupertinoIcons/play_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"play_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as play_arrow_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"play_rectangle","qualifiedName":"cupertino.CupertinoIcons.play_rectangle","href":"cupertino/CupertinoIcons/play_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"play_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"play_rectangle_fill","qualifiedName":"cupertino.CupertinoIcons.play_rectangle_fill","href":"cupertino/CupertinoIcons/play_rectangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"play_rectangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"playpause","qualifiedName":"cupertino.CupertinoIcons.playpause","href":"cupertino/CupertinoIcons/playpause-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"playpause\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"playpause_fill","qualifiedName":"cupertino.CupertinoIcons.playpause_fill","href":"cupertino/CupertinoIcons/playpause_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"playpause_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus","qualifiedName":"cupertino.CupertinoIcons.plus","href":"cupertino/CupertinoIcons/plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as add which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_app","qualifiedName":"cupertino.CupertinoIcons.plus_app","href":"cupertino/CupertinoIcons/plus_app-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_app\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_app_fill","qualifiedName":"cupertino.CupertinoIcons.plus_app_fill","href":"cupertino/CupertinoIcons/plus_app_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_app_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_bubble","qualifiedName":"cupertino.CupertinoIcons.plus_bubble","href":"cupertino/CupertinoIcons/plus_bubble-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_bubble\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_bubble_fill","qualifiedName":"cupertino.CupertinoIcons.plus_bubble_fill","href":"cupertino/CupertinoIcons/plus_bubble_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_bubble_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_circle","qualifiedName":"cupertino.CupertinoIcons.plus_circle","href":"cupertino/CupertinoIcons/plus_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_circle\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as plus_circled which is available in cupertino_icons 0.1.3.\nThis is the same icon as add_circled which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_circle_fill","qualifiedName":"cupertino.CupertinoIcons.plus_circle_fill","href":"cupertino/CupertinoIcons/plus_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_circle_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as add_circled_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_circled","qualifiedName":"cupertino.CupertinoIcons.plus_circled","href":"cupertino/CupertinoIcons/plus_circled-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"plus_circle — Cupertino icon for a '+' sign in a circle.\nThis is the same icon as plus_circle in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_rectangle","qualifiedName":"cupertino.CupertinoIcons.plus_rectangle","href":"cupertino/CupertinoIcons/plus_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_rectangle_fill","qualifiedName":"cupertino.CupertinoIcons.plus_rectangle_fill","href":"cupertino/CupertinoIcons/plus_rectangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_rectangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_rectangle_fill_on_rectangle_fill","qualifiedName":"cupertino.CupertinoIcons.plus_rectangle_fill_on_rectangle_fill","href":"cupertino/CupertinoIcons/plus_rectangle_fill_on_rectangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_rectangle_fill_on_rectangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_rectangle_on_rectangle","qualifiedName":"cupertino.CupertinoIcons.plus_rectangle_on_rectangle","href":"cupertino/CupertinoIcons/plus_rectangle_on_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_rectangle_on_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_slash_minus","qualifiedName":"cupertino.CupertinoIcons.plus_slash_minus","href":"cupertino/CupertinoIcons/plus_slash_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_slash_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_square","qualifiedName":"cupertino.CupertinoIcons.plus_square","href":"cupertino/CupertinoIcons/plus_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_square_fill","qualifiedName":"cupertino.CupertinoIcons.plus_square_fill","href":"cupertino/CupertinoIcons/plus_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_square_fill_on_square_fill","qualifiedName":"cupertino.CupertinoIcons.plus_square_fill_on_square_fill","href":"cupertino/CupertinoIcons/plus_square_fill_on_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_square_fill_on_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plus_square_on_square","qualifiedName":"cupertino.CupertinoIcons.plus_square_on_square","href":"cupertino/CupertinoIcons/plus_square_on_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plus_square_on_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plusminus","qualifiedName":"cupertino.CupertinoIcons.plusminus","href":"cupertino/CupertinoIcons/plusminus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plusminus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plusminus_circle","qualifiedName":"cupertino.CupertinoIcons.plusminus_circle","href":"cupertino/CupertinoIcons/plusminus_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plusminus_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"plusminus_circle_fill","qualifiedName":"cupertino.CupertinoIcons.plusminus_circle_fill","href":"cupertino/CupertinoIcons/plusminus_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"plusminus_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"power","qualifiedName":"cupertino.CupertinoIcons.power","href":"cupertino/CupertinoIcons/power-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"power\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"printer","qualifiedName":"cupertino.CupertinoIcons.printer","href":"cupertino/CupertinoIcons/printer-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"printer\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"printer_fill","qualifiedName":"cupertino.CupertinoIcons.printer_fill","href":"cupertino/CupertinoIcons/printer_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"printer_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"profile_circled","qualifiedName":"cupertino.CupertinoIcons.profile_circled","href":"cupertino/CupertinoIcons/profile_circled-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"person_crop_circle — Cupertino icon for a person's silhouette in a circle.\nThis is the same icon as person_crop_circle in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"projective","qualifiedName":"cupertino.CupertinoIcons.projective","href":"cupertino/CupertinoIcons/projective-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"projective\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"purchased","qualifiedName":"cupertino.CupertinoIcons.purchased","href":"cupertino/CupertinoIcons/purchased-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"purchased\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"purchased_circle","qualifiedName":"cupertino.CupertinoIcons.purchased_circle","href":"cupertino/CupertinoIcons/purchased_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"purchased_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"purchased_circle_fill","qualifiedName":"cupertino.CupertinoIcons.purchased_circle_fill","href":"cupertino/CupertinoIcons/purchased_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"purchased_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"qrcode","qualifiedName":"cupertino.CupertinoIcons.qrcode","href":"cupertino/CupertinoIcons/qrcode-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"qrcode\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"qrcode_viewfinder","qualifiedName":"cupertino.CupertinoIcons.qrcode_viewfinder","href":"cupertino/CupertinoIcons/qrcode_viewfinder-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"qrcode_viewfinder\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"question","qualifiedName":"cupertino.CupertinoIcons.question","href":"cupertino/CupertinoIcons/question-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"question\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"question_circle","qualifiedName":"cupertino.CupertinoIcons.question_circle","href":"cupertino/CupertinoIcons/question_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"question_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"question_circle_fill","qualifiedName":"cupertino.CupertinoIcons.question_circle_fill","href":"cupertino/CupertinoIcons/question_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"question_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"question_diamond","qualifiedName":"cupertino.CupertinoIcons.question_diamond","href":"cupertino/CupertinoIcons/question_diamond-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"question_diamond\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"question_diamond_fill","qualifiedName":"cupertino.CupertinoIcons.question_diamond_fill","href":"cupertino/CupertinoIcons/question_diamond_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"question_diamond_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"question_square","qualifiedName":"cupertino.CupertinoIcons.question_square","href":"cupertino/CupertinoIcons/question_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"question_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"question_square_fill","qualifiedName":"cupertino.CupertinoIcons.question_square_fill","href":"cupertino/CupertinoIcons/question_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"question_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"quote_bubble","qualifiedName":"cupertino.CupertinoIcons.quote_bubble","href":"cupertino/CupertinoIcons/quote_bubble-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"quote_bubble\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"quote_bubble_fill","qualifiedName":"cupertino.CupertinoIcons.quote_bubble_fill","href":"cupertino/CupertinoIcons/quote_bubble_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"quote_bubble_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"radiowaves_left","qualifiedName":"cupertino.CupertinoIcons.radiowaves_left","href":"cupertino/CupertinoIcons/radiowaves_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"radiowaves_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"radiowaves_right","qualifiedName":"cupertino.CupertinoIcons.radiowaves_right","href":"cupertino/CupertinoIcons/radiowaves_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"radiowaves_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rays","qualifiedName":"cupertino.CupertinoIcons.rays","href":"cupertino/CupertinoIcons/rays-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rays\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"recordingtape","qualifiedName":"cupertino.CupertinoIcons.recordingtape","href":"cupertino/CupertinoIcons/recordingtape-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"recordingtape\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle","qualifiedName":"cupertino.CupertinoIcons.rectangle","href":"cupertino/CupertinoIcons/rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_3_offgrid","qualifiedName":"cupertino.CupertinoIcons.rectangle_3_offgrid","href":"cupertino/CupertinoIcons/rectangle_3_offgrid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_3_offgrid\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_3_offgrid_fill","qualifiedName":"cupertino.CupertinoIcons.rectangle_3_offgrid_fill","href":"cupertino/CupertinoIcons/rectangle_3_offgrid_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_3_offgrid_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_arrow_up_right_arrow_down_left","qualifiedName":"cupertino.CupertinoIcons.rectangle_arrow_up_right_arrow_down_left","href":"cupertino/CupertinoIcons/rectangle_arrow_up_right_arrow_down_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_arrow_up_right_arrow_down_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_arrow_up_right_arrow_down_left_slash","qualifiedName":"cupertino.CupertinoIcons.rectangle_arrow_up_right_arrow_down_left_slash","href":"cupertino/CupertinoIcons/rectangle_arrow_up_right_arrow_down_left_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_arrow_up_right_arrow_down_left_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_badge_checkmark","qualifiedName":"cupertino.CupertinoIcons.rectangle_badge_checkmark","href":"cupertino/CupertinoIcons/rectangle_badge_checkmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_badge_checkmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_badge_xmark","qualifiedName":"cupertino.CupertinoIcons.rectangle_badge_xmark","href":"cupertino/CupertinoIcons/rectangle_badge_xmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_badge_xmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_compress_vertical","qualifiedName":"cupertino.CupertinoIcons.rectangle_compress_vertical","href":"cupertino/CupertinoIcons/rectangle_compress_vertical-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_compress_vertical\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_dock","qualifiedName":"cupertino.CupertinoIcons.rectangle_dock","href":"cupertino/CupertinoIcons/rectangle_dock-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_dock\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_expand_vertical","qualifiedName":"cupertino.CupertinoIcons.rectangle_expand_vertical","href":"cupertino/CupertinoIcons/rectangle_expand_vertical-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_expand_vertical\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_fill","qualifiedName":"cupertino.CupertinoIcons.rectangle_fill","href":"cupertino/CupertinoIcons/rectangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_fill_badge_checkmark","qualifiedName":"cupertino.CupertinoIcons.rectangle_fill_badge_checkmark","href":"cupertino/CupertinoIcons/rectangle_fill_badge_checkmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_fill_badge_checkmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_fill_badge_xmark","qualifiedName":"cupertino.CupertinoIcons.rectangle_fill_badge_xmark","href":"cupertino/CupertinoIcons/rectangle_fill_badge_xmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_fill_badge_xmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_fill_on_rectangle_angled_fill","qualifiedName":"cupertino.CupertinoIcons.rectangle_fill_on_rectangle_angled_fill","href":"cupertino/CupertinoIcons/rectangle_fill_on_rectangle_angled_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_fill_on_rectangle_angled_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_fill_on_rectangle_fill","qualifiedName":"cupertino.CupertinoIcons.rectangle_fill_on_rectangle_fill","href":"cupertino/CupertinoIcons/rectangle_fill_on_rectangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_fill_on_rectangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_grid_1x2","qualifiedName":"cupertino.CupertinoIcons.rectangle_grid_1x2","href":"cupertino/CupertinoIcons/rectangle_grid_1x2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_grid_1x2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_grid_1x2_fill","qualifiedName":"cupertino.CupertinoIcons.rectangle_grid_1x2_fill","href":"cupertino/CupertinoIcons/rectangle_grid_1x2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_grid_1x2_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_grid_2x2","qualifiedName":"cupertino.CupertinoIcons.rectangle_grid_2x2","href":"cupertino/CupertinoIcons/rectangle_grid_2x2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_grid_2x2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_grid_2x2_fill","qualifiedName":"cupertino.CupertinoIcons.rectangle_grid_2x2_fill","href":"cupertino/CupertinoIcons/rectangle_grid_2x2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_grid_2x2_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_grid_3x2","qualifiedName":"cupertino.CupertinoIcons.rectangle_grid_3x2","href":"cupertino/CupertinoIcons/rectangle_grid_3x2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_grid_3x2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_grid_3x2_fill","qualifiedName":"cupertino.CupertinoIcons.rectangle_grid_3x2_fill","href":"cupertino/CupertinoIcons/rectangle_grid_3x2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_grid_3x2_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_on_rectangle","qualifiedName":"cupertino.CupertinoIcons.rectangle_on_rectangle","href":"cupertino/CupertinoIcons/rectangle_on_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_on_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_on_rectangle_angled","qualifiedName":"cupertino.CupertinoIcons.rectangle_on_rectangle_angled","href":"cupertino/CupertinoIcons/rectangle_on_rectangle_angled-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_on_rectangle_angled\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_paperclip","qualifiedName":"cupertino.CupertinoIcons.rectangle_paperclip","href":"cupertino/CupertinoIcons/rectangle_paperclip-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_paperclip\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_split_3x1","qualifiedName":"cupertino.CupertinoIcons.rectangle_split_3x1","href":"cupertino/CupertinoIcons/rectangle_split_3x1-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_split_3x1\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_split_3x1_fill","qualifiedName":"cupertino.CupertinoIcons.rectangle_split_3x1_fill","href":"cupertino/CupertinoIcons/rectangle_split_3x1_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_split_3x1_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_split_3x3","qualifiedName":"cupertino.CupertinoIcons.rectangle_split_3x3","href":"cupertino/CupertinoIcons/rectangle_split_3x3-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_split_3x3\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_split_3x3_fill","qualifiedName":"cupertino.CupertinoIcons.rectangle_split_3x3_fill","href":"cupertino/CupertinoIcons/rectangle_split_3x3_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_split_3x3_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_stack","qualifiedName":"cupertino.CupertinoIcons.rectangle_stack","href":"cupertino/CupertinoIcons/rectangle_stack-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_stack\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as collections which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_stack_badge_minus","qualifiedName":"cupertino.CupertinoIcons.rectangle_stack_badge_minus","href":"cupertino/CupertinoIcons/rectangle_stack_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_stack_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_stack_badge_person_crop","qualifiedName":"cupertino.CupertinoIcons.rectangle_stack_badge_person_crop","href":"cupertino/CupertinoIcons/rectangle_stack_badge_person_crop-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_stack_badge_person_crop\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_stack_badge_plus","qualifiedName":"cupertino.CupertinoIcons.rectangle_stack_badge_plus","href":"cupertino/CupertinoIcons/rectangle_stack_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_stack_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_stack_fill","qualifiedName":"cupertino.CupertinoIcons.rectangle_stack_fill","href":"cupertino/CupertinoIcons/rectangle_stack_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_stack_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as collections_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_stack_fill_badge_minus","qualifiedName":"cupertino.CupertinoIcons.rectangle_stack_fill_badge_minus","href":"cupertino/CupertinoIcons/rectangle_stack_fill_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_stack_fill_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_stack_fill_badge_person_crop","qualifiedName":"cupertino.CupertinoIcons.rectangle_stack_fill_badge_person_crop","href":"cupertino/CupertinoIcons/rectangle_stack_fill_badge_person_crop-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_stack_fill_badge_person_crop\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_stack_fill_badge_plus","qualifiedName":"cupertino.CupertinoIcons.rectangle_stack_fill_badge_plus","href":"cupertino/CupertinoIcons/rectangle_stack_fill_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_stack_fill_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_stack_person_crop","qualifiedName":"cupertino.CupertinoIcons.rectangle_stack_person_crop","href":"cupertino/CupertinoIcons/rectangle_stack_person_crop-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_stack_person_crop\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rectangle_stack_person_crop_fill","qualifiedName":"cupertino.CupertinoIcons.rectangle_stack_person_crop_fill","href":"cupertino/CupertinoIcons/rectangle_stack_person_crop_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rectangle_stack_person_crop_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"refresh","qualifiedName":"cupertino.CupertinoIcons.refresh","href":"cupertino/CupertinoIcons/refresh-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrow_clockwise — Cupertino icon for an arrow on a circular path with its end pointing at its start.\nThis is the same icon as arrow_clockwise, refresh_thin and refresh_thick in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"refresh_bold","qualifiedName":"cupertino.CupertinoIcons.refresh_bold","href":"cupertino/CupertinoIcons/refresh_bold-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrow_counterclockwise — Cupertino icon for an arrow on a circular path with its end pointing at its start.\nThis is the same icon as arrow_counterclockwise in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"refresh_circled","qualifiedName":"cupertino.CupertinoIcons.refresh_circled","href":"cupertino/CupertinoIcons/refresh_circled-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrow_clockwise_circle — Cupertino icon for an arrow on a circular path with its end pointing at its start surrounded by a circle. This is icon is not filled in.\nThis is the same icon as arrow_clockwise_circle in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"refresh_circled_solid","qualifiedName":"cupertino.CupertinoIcons.refresh_circled_solid","href":"cupertino/CupertinoIcons/refresh_circled_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrow_clockwise_circle_fill — Cupertino icon for an arrow on a circular path with its end pointing at its start surrounded by a circle. This is icon is filled in.\nThis is the same icon as arrow_clockwise_circle_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"refresh_thick","qualifiedName":"cupertino.CupertinoIcons.refresh_thick","href":"cupertino/CupertinoIcons/refresh_thick-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrow_clockwise — Cupertino icon for an arrow on a circular path with its end pointing at its start.\nThis is the same icon as arrow_clockwise, refresh_thin and refresh in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"refresh_thin","qualifiedName":"cupertino.CupertinoIcons.refresh_thin","href":"cupertino/CupertinoIcons/refresh_thin-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrow_clockwise — Cupertino icon for an arrow on a circular path with its end pointing at its start.\nThis is the same icon as arrow_clockwise, refresh and refresh_thick in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"repeat","qualifiedName":"cupertino.CupertinoIcons.repeat","href":"cupertino/CupertinoIcons/repeat-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"repeat\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"repeat_1","qualifiedName":"cupertino.CupertinoIcons.repeat_1","href":"cupertino/CupertinoIcons/repeat_1-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"repeat_1\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"reply","qualifiedName":"cupertino.CupertinoIcons.reply","href":"cupertino/CupertinoIcons/reply-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrowshape_turn_up_left — Cupertino icon for a curved up and left pointing arrow.\nThis is the same icon as arrowshape_turn_up_left in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"reply_all","qualifiedName":"cupertino.CupertinoIcons.reply_all","href":"cupertino/CupertinoIcons/reply_all-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrowshape_turn_up_left_2 — Cupertino icon for two curved up and left pointing arrows.\nThis is the same icon as arrowshape_turn_up_left_2 in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"reply_thick_solid","qualifiedName":"cupertino.CupertinoIcons.reply_thick_solid","href":"cupertino/CupertinoIcons/reply_thick_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrowshape_turn_up_left_2_fill — Cupertino icon for a curved up and left pointing arrow.\nThis is the same icon as arrowshape_turn_up_left_2_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"resize","qualifiedName":"cupertino.CupertinoIcons.resize","href":"cupertino/CupertinoIcons/resize-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"豈 — Cupertino icon named \"resize\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"resize_h","qualifiedName":"cupertino.CupertinoIcons.resize_h","href":"cupertino/CupertinoIcons/resize_h-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"更 — Cupertino icon named \"resize_h\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"resize_v","qualifiedName":"cupertino.CupertinoIcons.resize_v","href":"cupertino/CupertinoIcons/resize_v-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"車 — Cupertino icon named \"resize_v\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"restart","qualifiedName":"cupertino.CupertinoIcons.restart","href":"cupertino/CupertinoIcons/restart-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrow_counterclockwise — Cupertino icon for a restart arrow, pointing downwards.\nThis is the same icon as arrow_counterclockwise in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"return_icon","qualifiedName":"cupertino.CupertinoIcons.return_icon","href":"cupertino/CupertinoIcons/return_icon-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"return_icon\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rhombus","qualifiedName":"cupertino.CupertinoIcons.rhombus","href":"cupertino/CupertinoIcons/rhombus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rhombus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rhombus_fill","qualifiedName":"cupertino.CupertinoIcons.rhombus_fill","href":"cupertino/CupertinoIcons/rhombus_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rhombus_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"right_chevron","qualifiedName":"cupertino.CupertinoIcons.right_chevron","href":"cupertino/CupertinoIcons/right_chevron-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"chevron_right — Cupertino icon for a thin right chevron.\nThis is the same icon as chevron_right in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rocket","qualifiedName":"cupertino.CupertinoIcons.rocket","href":"cupertino/CupertinoIcons/rocket-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"賈 — Cupertino icon named \"rocket\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rocket_fill","qualifiedName":"cupertino.CupertinoIcons.rocket_fill","href":"cupertino/CupertinoIcons/rocket_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"滑 — Cupertino icon named \"rocket_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rosette","qualifiedName":"cupertino.CupertinoIcons.rosette","href":"cupertino/CupertinoIcons/rosette-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rosette\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rotate_left","qualifiedName":"cupertino.CupertinoIcons.rotate_left","href":"cupertino/CupertinoIcons/rotate_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rotate_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rotate_left_fill","qualifiedName":"cupertino.CupertinoIcons.rotate_left_fill","href":"cupertino/CupertinoIcons/rotate_left_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rotate_left_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rotate_right","qualifiedName":"cupertino.CupertinoIcons.rotate_right","href":"cupertino/CupertinoIcons/rotate_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rotate_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"rotate_right_fill","qualifiedName":"cupertino.CupertinoIcons.rotate_right_fill","href":"cupertino/CupertinoIcons/rotate_right_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"rotate_right_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"scissors","qualifiedName":"cupertino.CupertinoIcons.scissors","href":"cupertino/CupertinoIcons/scissors-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"scissors\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"scissors_alt","qualifiedName":"cupertino.CupertinoIcons.scissors_alt","href":"cupertino/CupertinoIcons/scissors_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"串 — Cupertino icon named \"scissors_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"scope","qualifiedName":"cupertino.CupertinoIcons.scope","href":"cupertino/CupertinoIcons/scope-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"scope\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"scribble","qualifiedName":"cupertino.CupertinoIcons.scribble","href":"cupertino/CupertinoIcons/scribble-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"scribble\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"search","qualifiedName":"cupertino.CupertinoIcons.search","href":"cupertino/CupertinoIcons/search-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"search — Cupertino icon for a magnifier loop outline.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"search_circle","qualifiedName":"cupertino.CupertinoIcons.search_circle","href":"cupertino/CupertinoIcons/search_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"search_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"search_circle_fill","qualifiedName":"cupertino.CupertinoIcons.search_circle_fill","href":"cupertino/CupertinoIcons/search_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"search_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"selection_pin_in_out","qualifiedName":"cupertino.CupertinoIcons.selection_pin_in_out","href":"cupertino/CupertinoIcons/selection_pin_in_out-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"selection_pin_in_out\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"settings","qualifiedName":"cupertino.CupertinoIcons.settings","href":"cupertino/CupertinoIcons/settings-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"settings — Cupertino icon for a cogwheel with many cogs and decoration in the middle. This icon is not filled in.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"settings_solid","qualifiedName":"cupertino.CupertinoIcons.settings_solid","href":"cupertino/CupertinoIcons/settings_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"settings_solid — Cupertino icon for a cogwheel with many cogs and decoration in the middle. This icon is filled in.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"share","qualifiedName":"cupertino.CupertinoIcons.share","href":"cupertino/CupertinoIcons/share-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"square_arrow_up — Cupertino icon for an iOS style share icon with an arrow pointing up from a box. This icon is not filled in.\nThis is the same icon as square_arrow_up and share_up in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"share_solid","qualifiedName":"cupertino.CupertinoIcons.share_solid","href":"cupertino/CupertinoIcons/share_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"square_arrow_up_fill — Cupertino icon for an iOS style share icon with an arrow pointing up from a box. This icon is filled in.\nThis is the same icon as square_arrow_up_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"share_up","qualifiedName":"cupertino.CupertinoIcons.share_up","href":"cupertino/CupertinoIcons/share_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"square_arrow_up — Cupertino icon for an iOS style share icon with an arrow pointing upwards to the right from a box.\nThis is the same icon as square_arrow_up and share_up in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"shield","qualifiedName":"cupertino.CupertinoIcons.shield","href":"cupertino/CupertinoIcons/shield-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"shield\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"shield_fill","qualifiedName":"cupertino.CupertinoIcons.shield_fill","href":"cupertino/CupertinoIcons/shield_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"shield_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"shield_lefthalf_fill","qualifiedName":"cupertino.CupertinoIcons.shield_lefthalf_fill","href":"cupertino/CupertinoIcons/shield_lefthalf_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"shield_lefthalf_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"shield_slash","qualifiedName":"cupertino.CupertinoIcons.shield_slash","href":"cupertino/CupertinoIcons/shield_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"shield_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"shield_slash_fill","qualifiedName":"cupertino.CupertinoIcons.shield_slash_fill","href":"cupertino/CupertinoIcons/shield_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"shield_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"shift","qualifiedName":"cupertino.CupertinoIcons.shift","href":"cupertino/CupertinoIcons/shift-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"shift\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"shift_fill","qualifiedName":"cupertino.CupertinoIcons.shift_fill","href":"cupertino/CupertinoIcons/shift_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"shift_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"shopping_cart","qualifiedName":"cupertino.CupertinoIcons.shopping_cart","href":"cupertino/CupertinoIcons/shopping_cart-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"cart — Cupertino icon for a right-facing shopping cart outline.\nThis is the same icon as cart in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"shuffle","qualifiedName":"cupertino.CupertinoIcons.shuffle","href":"cupertino/CupertinoIcons/shuffle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"shuffle_medium — Cupertino icon for two thin right-facing intertwined arrows.\nThis is the same icon as shuffle_medium and shuffle_thick in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"shuffle_medium","qualifiedName":"cupertino.CupertinoIcons.shuffle_medium","href":"cupertino/CupertinoIcons/shuffle_medium-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"shuffle — Cupertino icon for an two medium thickness right-facing intertwined arrows.\nThis is the same icon as shuffle and shuffle_thick in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"shuffle_thick","qualifiedName":"cupertino.CupertinoIcons.shuffle_thick","href":"cupertino/CupertinoIcons/shuffle_thick-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"shuffle_medium — Cupertino icon for two thick right-facing intertwined arrows.\nThis is the same icon as shuffle_medium and shuffle in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sidebar_left","qualifiedName":"cupertino.CupertinoIcons.sidebar_left","href":"cupertino/CupertinoIcons/sidebar_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sidebar_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sidebar_right","qualifiedName":"cupertino.CupertinoIcons.sidebar_right","href":"cupertino/CupertinoIcons/sidebar_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sidebar_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"signature","qualifiedName":"cupertino.CupertinoIcons.signature","href":"cupertino/CupertinoIcons/signature-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"signature\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"skew","qualifiedName":"cupertino.CupertinoIcons.skew","href":"cupertino/CupertinoIcons/skew-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"skew\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"slash_circle","qualifiedName":"cupertino.CupertinoIcons.slash_circle","href":"cupertino/CupertinoIcons/slash_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"slash_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"slash_circle_fill","qualifiedName":"cupertino.CupertinoIcons.slash_circle_fill","href":"cupertino/CupertinoIcons/slash_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"slash_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"slider_horizontal_3","qualifiedName":"cupertino.CupertinoIcons.slider_horizontal_3","href":"cupertino/CupertinoIcons/slider_horizontal_3-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"slider_horizontal_3\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"slider_horizontal_below_rectangle","qualifiedName":"cupertino.CupertinoIcons.slider_horizontal_below_rectangle","href":"cupertino/CupertinoIcons/slider_horizontal_below_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"slider_horizontal_below_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"slowmo","qualifiedName":"cupertino.CupertinoIcons.slowmo","href":"cupertino/CupertinoIcons/slowmo-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"slowmo\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"smallcircle_circle","qualifiedName":"cupertino.CupertinoIcons.smallcircle_circle","href":"cupertino/CupertinoIcons/smallcircle_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"smallcircle_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"smallcircle_circle_fill","qualifiedName":"cupertino.CupertinoIcons.smallcircle_circle_fill","href":"cupertino/CupertinoIcons/smallcircle_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"smallcircle_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"smallcircle_fill_circle","qualifiedName":"cupertino.CupertinoIcons.smallcircle_fill_circle","href":"cupertino/CupertinoIcons/smallcircle_fill_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"smallcircle_fill_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"smallcircle_fill_circle_fill","qualifiedName":"cupertino.CupertinoIcons.smallcircle_fill_circle_fill","href":"cupertino/CupertinoIcons/smallcircle_fill_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"smallcircle_fill_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"smiley","qualifiedName":"cupertino.CupertinoIcons.smiley","href":"cupertino/CupertinoIcons/smiley-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"smiley\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"smiley_fill","qualifiedName":"cupertino.CupertinoIcons.smiley_fill","href":"cupertino/CupertinoIcons/smiley_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"smiley_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"smoke","qualifiedName":"cupertino.CupertinoIcons.smoke","href":"cupertino/CupertinoIcons/smoke-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"smoke\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"smoke_fill","qualifiedName":"cupertino.CupertinoIcons.smoke_fill","href":"cupertino/CupertinoIcons/smoke_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"smoke_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"snow","qualifiedName":"cupertino.CupertinoIcons.snow","href":"cupertino/CupertinoIcons/snow-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"snow\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sort_down","qualifiedName":"cupertino.CupertinoIcons.sort_down","href":"cupertino/CupertinoIcons/sort_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"句 — Cupertino icon named \"sort_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sort_down_circle","qualifiedName":"cupertino.CupertinoIcons.sort_down_circle","href":"cupertino/CupertinoIcons/sort_down_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"龜 — Cupertino icon named \"sort_down_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sort_down_circle_fill","qualifiedName":"cupertino.CupertinoIcons.sort_down_circle_fill","href":"cupertino/CupertinoIcons/sort_down_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"龜 — Cupertino icon named \"sort_down_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sort_up","qualifiedName":"cupertino.CupertinoIcons.sort_up","href":"cupertino/CupertinoIcons/sort_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"契 — Cupertino icon named \"sort_up\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sort_up_circle","qualifiedName":"cupertino.CupertinoIcons.sort_up_circle","href":"cupertino/CupertinoIcons/sort_up_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"金 — Cupertino icon named \"sort_up_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sort_up_circle_fill","qualifiedName":"cupertino.CupertinoIcons.sort_up_circle_fill","href":"cupertino/CupertinoIcons/sort_up_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"喇 — Cupertino icon named \"sort_up_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sparkles","qualifiedName":"cupertino.CupertinoIcons.sparkles","href":"cupertino/CupertinoIcons/sparkles-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sparkles\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker","qualifiedName":"cupertino.CupertinoIcons.speaker","href":"cupertino/CupertinoIcons/speaker-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_1","qualifiedName":"cupertino.CupertinoIcons.speaker_1","href":"cupertino/CupertinoIcons/speaker_1-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_1\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_1_fill","qualifiedName":"cupertino.CupertinoIcons.speaker_1_fill","href":"cupertino/CupertinoIcons/speaker_1_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_1_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as volume_down which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_2","qualifiedName":"cupertino.CupertinoIcons.speaker_2","href":"cupertino/CupertinoIcons/speaker_2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_2_fill","qualifiedName":"cupertino.CupertinoIcons.speaker_2_fill","href":"cupertino/CupertinoIcons/speaker_2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_2_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_3","qualifiedName":"cupertino.CupertinoIcons.speaker_3","href":"cupertino/CupertinoIcons/speaker_3-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_3\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_3_fill","qualifiedName":"cupertino.CupertinoIcons.speaker_3_fill","href":"cupertino/CupertinoIcons/speaker_3_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_3_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as volume_up which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_fill","qualifiedName":"cupertino.CupertinoIcons.speaker_fill","href":"cupertino/CupertinoIcons/speaker_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as volume_mute which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_slash","qualifiedName":"cupertino.CupertinoIcons.speaker_slash","href":"cupertino/CupertinoIcons/speaker_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_slash_fill","qualifiedName":"cupertino.CupertinoIcons.speaker_slash_fill","href":"cupertino/CupertinoIcons/speaker_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_slash_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as volume_off which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_slash_fill_rtl","qualifiedName":"cupertino.CupertinoIcons.speaker_slash_fill_rtl","href":"cupertino/CupertinoIcons/speaker_slash_fill_rtl-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_slash_fill_rtl\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_slash_rtl","qualifiedName":"cupertino.CupertinoIcons.speaker_slash_rtl","href":"cupertino/CupertinoIcons/speaker_slash_rtl-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_slash_rtl\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_zzz","qualifiedName":"cupertino.CupertinoIcons.speaker_zzz","href":"cupertino/CupertinoIcons/speaker_zzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_zzz\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_zzz_fill","qualifiedName":"cupertino.CupertinoIcons.speaker_zzz_fill","href":"cupertino/CupertinoIcons/speaker_zzz_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_zzz_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_zzz_fill_rtl","qualifiedName":"cupertino.CupertinoIcons.speaker_zzz_fill_rtl","href":"cupertino/CupertinoIcons/speaker_zzz_fill_rtl-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_zzz_fill_rtl\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speaker_zzz_rtl","qualifiedName":"cupertino.CupertinoIcons.speaker_zzz_rtl","href":"cupertino/CupertinoIcons/speaker_zzz_rtl-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speaker_zzz_rtl\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"speedometer","qualifiedName":"cupertino.CupertinoIcons.speedometer","href":"cupertino/CupertinoIcons/speedometer-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"speedometer\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sportscourt","qualifiedName":"cupertino.CupertinoIcons.sportscourt","href":"cupertino/CupertinoIcons/sportscourt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sportscourt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sportscourt_fill","qualifiedName":"cupertino.CupertinoIcons.sportscourt_fill","href":"cupertino/CupertinoIcons/sportscourt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sportscourt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square","qualifiedName":"cupertino.CupertinoIcons.square","href":"cupertino/CupertinoIcons/square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_arrow_down","qualifiedName":"cupertino.CupertinoIcons.square_arrow_down","href":"cupertino/CupertinoIcons/square_arrow_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_arrow_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_arrow_down_fill","qualifiedName":"cupertino.CupertinoIcons.square_arrow_down_fill","href":"cupertino/CupertinoIcons/square_arrow_down_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_arrow_down_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_arrow_down_on_square","qualifiedName":"cupertino.CupertinoIcons.square_arrow_down_on_square","href":"cupertino/CupertinoIcons/square_arrow_down_on_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_arrow_down_on_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_arrow_down_on_square_fill","qualifiedName":"cupertino.CupertinoIcons.square_arrow_down_on_square_fill","href":"cupertino/CupertinoIcons/square_arrow_down_on_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_arrow_down_on_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_arrow_left","qualifiedName":"cupertino.CupertinoIcons.square_arrow_left","href":"cupertino/CupertinoIcons/square_arrow_left-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"奈 — Cupertino icon named \"square_arrow_left\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_arrow_left_fill","qualifiedName":"cupertino.CupertinoIcons.square_arrow_left_fill","href":"cupertino/CupertinoIcons/square_arrow_left_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"懶 — Cupertino icon named \"square_arrow_left_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_arrow_right","qualifiedName":"cupertino.CupertinoIcons.square_arrow_right","href":"cupertino/CupertinoIcons/square_arrow_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"癩 — Cupertino icon named \"square_arrow_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_arrow_right_fill","qualifiedName":"cupertino.CupertinoIcons.square_arrow_right_fill","href":"cupertino/CupertinoIcons/square_arrow_right_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"羅 — Cupertino icon named \"square_arrow_right_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_arrow_up","qualifiedName":"cupertino.CupertinoIcons.square_arrow_up","href":"cupertino/CupertinoIcons/square_arrow_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_arrow_up\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as share which is available in cupertino_icons 0.1.3.\nThis is the same icon as share_up which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_arrow_up_fill","qualifiedName":"cupertino.CupertinoIcons.square_arrow_up_fill","href":"cupertino/CupertinoIcons/square_arrow_up_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_arrow_up_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as share_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_arrow_up_on_square","qualifiedName":"cupertino.CupertinoIcons.square_arrow_up_on_square","href":"cupertino/CupertinoIcons/square_arrow_up_on_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_arrow_up_on_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_arrow_up_on_square_fill","qualifiedName":"cupertino.CupertinoIcons.square_arrow_up_on_square_fill","href":"cupertino/CupertinoIcons/square_arrow_up_on_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_arrow_up_on_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_favorites","qualifiedName":"cupertino.CupertinoIcons.square_favorites","href":"cupertino/CupertinoIcons/square_favorites-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"蘿 — Cupertino icon named \"square_favorites\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_favorites_alt","qualifiedName":"cupertino.CupertinoIcons.square_favorites_alt","href":"cupertino/CupertinoIcons/square_favorites_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"螺 — Cupertino icon named \"square_favorites_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_favorites_alt_fill","qualifiedName":"cupertino.CupertinoIcons.square_favorites_alt_fill","href":"cupertino/CupertinoIcons/square_favorites_alt_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"裸 — Cupertino icon named \"square_favorites_alt_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_favorites_fill","qualifiedName":"cupertino.CupertinoIcons.square_favorites_fill","href":"cupertino/CupertinoIcons/square_favorites_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"邏 — Cupertino icon named \"square_favorites_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_fill","qualifiedName":"cupertino.CupertinoIcons.square_fill","href":"cupertino/CupertinoIcons/square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_fill_line_vertical_square","qualifiedName":"cupertino.CupertinoIcons.square_fill_line_vertical_square","href":"cupertino/CupertinoIcons/square_fill_line_vertical_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_fill_line_vertical_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_fill_line_vertical_square_fill","qualifiedName":"cupertino.CupertinoIcons.square_fill_line_vertical_square_fill","href":"cupertino/CupertinoIcons/square_fill_line_vertical_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_fill_line_vertical_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_fill_on_circle_fill","qualifiedName":"cupertino.CupertinoIcons.square_fill_on_circle_fill","href":"cupertino/CupertinoIcons/square_fill_on_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_fill_on_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_fill_on_square_fill","qualifiedName":"cupertino.CupertinoIcons.square_fill_on_square_fill","href":"cupertino/CupertinoIcons/square_fill_on_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_fill_on_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_grid_2x2","qualifiedName":"cupertino.CupertinoIcons.square_grid_2x2","href":"cupertino/CupertinoIcons/square_grid_2x2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_grid_2x2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_grid_2x2_fill","qualifiedName":"cupertino.CupertinoIcons.square_grid_2x2_fill","href":"cupertino/CupertinoIcons/square_grid_2x2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_grid_2x2_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_grid_3x2","qualifiedName":"cupertino.CupertinoIcons.square_grid_3x2","href":"cupertino/CupertinoIcons/square_grid_3x2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_grid_3x2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_grid_3x2_fill","qualifiedName":"cupertino.CupertinoIcons.square_grid_3x2_fill","href":"cupertino/CupertinoIcons/square_grid_3x2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_grid_3x2_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_grid_4x3_fill","qualifiedName":"cupertino.CupertinoIcons.square_grid_4x3_fill","href":"cupertino/CupertinoIcons/square_grid_4x3_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_grid_4x3_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_lefthalf_fill","qualifiedName":"cupertino.CupertinoIcons.square_lefthalf_fill","href":"cupertino/CupertinoIcons/square_lefthalf_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_lefthalf_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_line_vertical_square","qualifiedName":"cupertino.CupertinoIcons.square_line_vertical_square","href":"cupertino/CupertinoIcons/square_line_vertical_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_line_vertical_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_line_vertical_square_fill","qualifiedName":"cupertino.CupertinoIcons.square_line_vertical_square_fill","href":"cupertino/CupertinoIcons/square_line_vertical_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_line_vertical_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_list","qualifiedName":"cupertino.CupertinoIcons.square_list","href":"cupertino/CupertinoIcons/square_list-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"樂 — Cupertino icon named \"square_list\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_list_fill","qualifiedName":"cupertino.CupertinoIcons.square_list_fill","href":"cupertino/CupertinoIcons/square_list_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"洛 — Cupertino icon named \"square_list_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_on_circle","qualifiedName":"cupertino.CupertinoIcons.square_on_circle","href":"cupertino/CupertinoIcons/square_on_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_on_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_on_square","qualifiedName":"cupertino.CupertinoIcons.square_on_square","href":"cupertino/CupertinoIcons/square_on_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_on_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_pencil","qualifiedName":"cupertino.CupertinoIcons.square_pencil","href":"cupertino/CupertinoIcons/square_pencil-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_pencil\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as create which is available in cupertino_icons 0.1.3.\nThis is the same icon as create_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_pencil_fill","qualifiedName":"cupertino.CupertinoIcons.square_pencil_fill","href":"cupertino/CupertinoIcons/square_pencil_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_pencil_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as create which is available in cupertino_icons 0.1.3.\nThis is the same icon as create_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_righthalf_fill","qualifiedName":"cupertino.CupertinoIcons.square_righthalf_fill","href":"cupertino/CupertinoIcons/square_righthalf_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_righthalf_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_split_1x2","qualifiedName":"cupertino.CupertinoIcons.square_split_1x2","href":"cupertino/CupertinoIcons/square_split_1x2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_split_1x2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_split_1x2_fill","qualifiedName":"cupertino.CupertinoIcons.square_split_1x2_fill","href":"cupertino/CupertinoIcons/square_split_1x2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_split_1x2_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_split_2x1","qualifiedName":"cupertino.CupertinoIcons.square_split_2x1","href":"cupertino/CupertinoIcons/square_split_2x1-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_split_2x1\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_split_2x1_fill","qualifiedName":"cupertino.CupertinoIcons.square_split_2x1_fill","href":"cupertino/CupertinoIcons/square_split_2x1_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_split_2x1_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_split_2x2","qualifiedName":"cupertino.CupertinoIcons.square_split_2x2","href":"cupertino/CupertinoIcons/square_split_2x2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_split_2x2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_split_2x2_fill","qualifiedName":"cupertino.CupertinoIcons.square_split_2x2_fill","href":"cupertino/CupertinoIcons/square_split_2x2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_split_2x2_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_stack","qualifiedName":"cupertino.CupertinoIcons.square_stack","href":"cupertino/CupertinoIcons/square_stack-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_stack\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_stack_3d_down_dottedline","qualifiedName":"cupertino.CupertinoIcons.square_stack_3d_down_dottedline","href":"cupertino/CupertinoIcons/square_stack_3d_down_dottedline-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_stack_3d_down_dottedline\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_stack_3d_down_right","qualifiedName":"cupertino.CupertinoIcons.square_stack_3d_down_right","href":"cupertino/CupertinoIcons/square_stack_3d_down_right-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_stack_3d_down_right\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_stack_3d_down_right_fill","qualifiedName":"cupertino.CupertinoIcons.square_stack_3d_down_right_fill","href":"cupertino/CupertinoIcons/square_stack_3d_down_right_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_stack_3d_down_right_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_stack_3d_up","qualifiedName":"cupertino.CupertinoIcons.square_stack_3d_up","href":"cupertino/CupertinoIcons/square_stack_3d_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_stack_3d_up\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_stack_3d_up_fill","qualifiedName":"cupertino.CupertinoIcons.square_stack_3d_up_fill","href":"cupertino/CupertinoIcons/square_stack_3d_up_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_stack_3d_up_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_stack_3d_up_slash","qualifiedName":"cupertino.CupertinoIcons.square_stack_3d_up_slash","href":"cupertino/CupertinoIcons/square_stack_3d_up_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_stack_3d_up_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_stack_3d_up_slash_fill","qualifiedName":"cupertino.CupertinoIcons.square_stack_3d_up_slash_fill","href":"cupertino/CupertinoIcons/square_stack_3d_up_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_stack_3d_up_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"square_stack_fill","qualifiedName":"cupertino.CupertinoIcons.square_stack_fill","href":"cupertino/CupertinoIcons/square_stack_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"square_stack_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"squares_below_rectangle","qualifiedName":"cupertino.CupertinoIcons.squares_below_rectangle","href":"cupertino/CupertinoIcons/squares_below_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"squares_below_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"star","qualifiedName":"cupertino.CupertinoIcons.star","href":"cupertino/CupertinoIcons/star-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"star\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"star_circle","qualifiedName":"cupertino.CupertinoIcons.star_circle","href":"cupertino/CupertinoIcons/star_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"star_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"star_circle_fill","qualifiedName":"cupertino.CupertinoIcons.star_circle_fill","href":"cupertino/CupertinoIcons/star_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"star_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"star_fill","qualifiedName":"cupertino.CupertinoIcons.star_fill","href":"cupertino/CupertinoIcons/star_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"star_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"star_lefthalf_fill","qualifiedName":"cupertino.CupertinoIcons.star_lefthalf_fill","href":"cupertino/CupertinoIcons/star_lefthalf_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"star_lefthalf_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"star_slash","qualifiedName":"cupertino.CupertinoIcons.star_slash","href":"cupertino/CupertinoIcons/star_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"star_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"star_slash_fill","qualifiedName":"cupertino.CupertinoIcons.star_slash_fill","href":"cupertino/CupertinoIcons/star_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"star_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"staroflife","qualifiedName":"cupertino.CupertinoIcons.staroflife","href":"cupertino/CupertinoIcons/staroflife-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"staroflife\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"staroflife_fill","qualifiedName":"cupertino.CupertinoIcons.staroflife_fill","href":"cupertino/CupertinoIcons/staroflife_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"staroflife_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"stop","qualifiedName":"cupertino.CupertinoIcons.stop","href":"cupertino/CupertinoIcons/stop-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"stop\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"stop_circle","qualifiedName":"cupertino.CupertinoIcons.stop_circle","href":"cupertino/CupertinoIcons/stop_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"stop_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"stop_circle_fill","qualifiedName":"cupertino.CupertinoIcons.stop_circle_fill","href":"cupertino/CupertinoIcons/stop_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"stop_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"stop_fill","qualifiedName":"cupertino.CupertinoIcons.stop_fill","href":"cupertino/CupertinoIcons/stop_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"stop_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"stopwatch","qualifiedName":"cupertino.CupertinoIcons.stopwatch","href":"cupertino/CupertinoIcons/stopwatch-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"stopwatch\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"stopwatch_fill","qualifiedName":"cupertino.CupertinoIcons.stopwatch_fill","href":"cupertino/CupertinoIcons/stopwatch_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"stopwatch_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"strikethrough","qualifiedName":"cupertino.CupertinoIcons.strikethrough","href":"cupertino/CupertinoIcons/strikethrough-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"strikethrough\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"suit_club","qualifiedName":"cupertino.CupertinoIcons.suit_club","href":"cupertino/CupertinoIcons/suit_club-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"suit_club\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"suit_club_fill","qualifiedName":"cupertino.CupertinoIcons.suit_club_fill","href":"cupertino/CupertinoIcons/suit_club_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"suit_club_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"suit_diamond","qualifiedName":"cupertino.CupertinoIcons.suit_diamond","href":"cupertino/CupertinoIcons/suit_diamond-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"suit_diamond\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"suit_diamond_fill","qualifiedName":"cupertino.CupertinoIcons.suit_diamond_fill","href":"cupertino/CupertinoIcons/suit_diamond_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"suit_diamond_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"suit_heart","qualifiedName":"cupertino.CupertinoIcons.suit_heart","href":"cupertino/CupertinoIcons/suit_heart-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"suit_heart\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"suit_heart_fill","qualifiedName":"cupertino.CupertinoIcons.suit_heart_fill","href":"cupertino/CupertinoIcons/suit_heart_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"suit_heart_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"suit_spade","qualifiedName":"cupertino.CupertinoIcons.suit_spade","href":"cupertino/CupertinoIcons/suit_spade-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"suit_spade\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"suit_spade_fill","qualifiedName":"cupertino.CupertinoIcons.suit_spade_fill","href":"cupertino/CupertinoIcons/suit_spade_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"suit_spade_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sum","qualifiedName":"cupertino.CupertinoIcons.sum","href":"cupertino/CupertinoIcons/sum-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sum\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sun_dust","qualifiedName":"cupertino.CupertinoIcons.sun_dust","href":"cupertino/CupertinoIcons/sun_dust-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sun_dust\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sun_dust_fill","qualifiedName":"cupertino.CupertinoIcons.sun_dust_fill","href":"cupertino/CupertinoIcons/sun_dust_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sun_dust_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sun_haze","qualifiedName":"cupertino.CupertinoIcons.sun_haze","href":"cupertino/CupertinoIcons/sun_haze-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sun_haze\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sun_haze_fill","qualifiedName":"cupertino.CupertinoIcons.sun_haze_fill","href":"cupertino/CupertinoIcons/sun_haze_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sun_haze_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sun_max","qualifiedName":"cupertino.CupertinoIcons.sun_max","href":"cupertino/CupertinoIcons/sun_max-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sun_max\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as brightness which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sun_max_fill","qualifiedName":"cupertino.CupertinoIcons.sun_max_fill","href":"cupertino/CupertinoIcons/sun_max_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sun_max_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as brightness_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sun_min","qualifiedName":"cupertino.CupertinoIcons.sun_min","href":"cupertino/CupertinoIcons/sun_min-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sun_min\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sun_min_fill","qualifiedName":"cupertino.CupertinoIcons.sun_min_fill","href":"cupertino/CupertinoIcons/sun_min_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sun_min_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sunrise","qualifiedName":"cupertino.CupertinoIcons.sunrise","href":"cupertino/CupertinoIcons/sunrise-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sunrise\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sunrise_fill","qualifiedName":"cupertino.CupertinoIcons.sunrise_fill","href":"cupertino/CupertinoIcons/sunrise_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sunrise_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sunset","qualifiedName":"cupertino.CupertinoIcons.sunset","href":"cupertino/CupertinoIcons/sunset-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sunset\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"sunset_fill","qualifiedName":"cupertino.CupertinoIcons.sunset_fill","href":"cupertino/CupertinoIcons/sunset_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"sunset_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"switch_camera","qualifiedName":"cupertino.CupertinoIcons.switch_camera","href":"cupertino/CupertinoIcons/switch_camera-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"camera_rotate — Cupertino icon for a camera containing two circular arrows pointing at each other, which indicate switching. This icon is not filled in.\nThis is the same icon as camera_rotate in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"switch_camera_solid","qualifiedName":"cupertino.CupertinoIcons.switch_camera_solid","href":"cupertino/CupertinoIcons/switch_camera_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"camera_rotate_fill — Cupertino icon for a camera containing two circular arrows pointing at each other, which indicate switching. This icon is filled in.\nThis is the same icon as camera_rotate_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"t_bubble","qualifiedName":"cupertino.CupertinoIcons.t_bubble","href":"cupertino/CupertinoIcons/t_bubble-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"t_bubble\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"t_bubble_fill","qualifiedName":"cupertino.CupertinoIcons.t_bubble_fill","href":"cupertino/CupertinoIcons/t_bubble_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"t_bubble_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"table","qualifiedName":"cupertino.CupertinoIcons.table","href":"cupertino/CupertinoIcons/table-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"table\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"table_badge_more","qualifiedName":"cupertino.CupertinoIcons.table_badge_more","href":"cupertino/CupertinoIcons/table_badge_more-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"table_badge_more\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"table_badge_more_fill","qualifiedName":"cupertino.CupertinoIcons.table_badge_more_fill","href":"cupertino/CupertinoIcons/table_badge_more_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"table_badge_more_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"table_fill","qualifiedName":"cupertino.CupertinoIcons.table_fill","href":"cupertino/CupertinoIcons/table_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"table_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tag","qualifiedName":"cupertino.CupertinoIcons.tag","href":"cupertino/CupertinoIcons/tag-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"tags — Cupertino icon for the outline of a sticker tag.\nThis is the same icon as tags in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tag_circle","qualifiedName":"cupertino.CupertinoIcons.tag_circle","href":"cupertino/CupertinoIcons/tag_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tag_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tag_circle_fill","qualifiedName":"cupertino.CupertinoIcons.tag_circle_fill","href":"cupertino/CupertinoIcons/tag_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tag_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tag_fill","qualifiedName":"cupertino.CupertinoIcons.tag_fill","href":"cupertino/CupertinoIcons/tag_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tag_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as tag_solid which is available in cupertino_icons 0.1.3.\nThis is the same icon as tags_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tag_solid","qualifiedName":"cupertino.CupertinoIcons.tag_solid","href":"cupertino/CupertinoIcons/tag_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"tag_fill — Cupertino icon for a sticker tag. This icon is filled in.\nThis is the same icon as tag_fill and tags_solid in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tags","qualifiedName":"cupertino.CupertinoIcons.tags","href":"cupertino/CupertinoIcons/tags-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"tag — Cupertino icon for outlines of 2 overlapping sticker tags.\nThis is the same icon as tag in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tags_solid","qualifiedName":"cupertino.CupertinoIcons.tags_solid","href":"cupertino/CupertinoIcons/tags_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"tag_fill — Cupertino icon for 2 overlapping sticker tags. This icon is filled in.\nThis is the same icon as tag_fill and tag_solid in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_aligncenter","qualifiedName":"cupertino.CupertinoIcons.text_aligncenter","href":"cupertino/CupertinoIcons/text_aligncenter-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_aligncenter\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_alignleft","qualifiedName":"cupertino.CupertinoIcons.text_alignleft","href":"cupertino/CupertinoIcons/text_alignleft-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_alignleft\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_alignright","qualifiedName":"cupertino.CupertinoIcons.text_alignright","href":"cupertino/CupertinoIcons/text_alignright-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_alignright\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_append","qualifiedName":"cupertino.CupertinoIcons.text_append","href":"cupertino/CupertinoIcons/text_append-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_append\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_badge_checkmark","qualifiedName":"cupertino.CupertinoIcons.text_badge_checkmark","href":"cupertino/CupertinoIcons/text_badge_checkmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_badge_checkmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_badge_minus","qualifiedName":"cupertino.CupertinoIcons.text_badge_minus","href":"cupertino/CupertinoIcons/text_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_badge_plus","qualifiedName":"cupertino.CupertinoIcons.text_badge_plus","href":"cupertino/CupertinoIcons/text_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_badge_star","qualifiedName":"cupertino.CupertinoIcons.text_badge_star","href":"cupertino/CupertinoIcons/text_badge_star-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_badge_star\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_badge_xmark","qualifiedName":"cupertino.CupertinoIcons.text_badge_xmark","href":"cupertino/CupertinoIcons/text_badge_xmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_badge_xmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_bubble","qualifiedName":"cupertino.CupertinoIcons.text_bubble","href":"cupertino/CupertinoIcons/text_bubble-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_bubble\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_bubble_fill","qualifiedName":"cupertino.CupertinoIcons.text_bubble_fill","href":"cupertino/CupertinoIcons/text_bubble_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_bubble_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_cursor","qualifiedName":"cupertino.CupertinoIcons.text_cursor","href":"cupertino/CupertinoIcons/text_cursor-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_cursor\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_insert","qualifiedName":"cupertino.CupertinoIcons.text_insert","href":"cupertino/CupertinoIcons/text_insert-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_insert\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_justify","qualifiedName":"cupertino.CupertinoIcons.text_justify","href":"cupertino/CupertinoIcons/text_justify-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_justify\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_justifyleft","qualifiedName":"cupertino.CupertinoIcons.text_justifyleft","href":"cupertino/CupertinoIcons/text_justifyleft-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_justifyleft\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_justifyright","qualifiedName":"cupertino.CupertinoIcons.text_justifyright","href":"cupertino/CupertinoIcons/text_justifyright-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_justifyright\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"text_quote","qualifiedName":"cupertino.CupertinoIcons.text_quote","href":"cupertino/CupertinoIcons/text_quote-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"text_quote\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"textbox","qualifiedName":"cupertino.CupertinoIcons.textbox","href":"cupertino/CupertinoIcons/textbox-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"textbox\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"textformat","qualifiedName":"cupertino.CupertinoIcons.textformat","href":"cupertino/CupertinoIcons/textformat-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"textformat\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"textformat_123","qualifiedName":"cupertino.CupertinoIcons.textformat_123","href":"cupertino/CupertinoIcons/textformat_123-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"textformat_123\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"textformat_abc","qualifiedName":"cupertino.CupertinoIcons.textformat_abc","href":"cupertino/CupertinoIcons/textformat_abc-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"textformat_abc\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"textformat_abc_dottedunderline","qualifiedName":"cupertino.CupertinoIcons.textformat_abc_dottedunderline","href":"cupertino/CupertinoIcons/textformat_abc_dottedunderline-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"textformat_abc_dottedunderline\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"textformat_alt","qualifiedName":"cupertino.CupertinoIcons.textformat_alt","href":"cupertino/CupertinoIcons/textformat_alt-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"textformat_alt\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"textformat_size","qualifiedName":"cupertino.CupertinoIcons.textformat_size","href":"cupertino/CupertinoIcons/textformat_size-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"textformat_size\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"textformat_subscript","qualifiedName":"cupertino.CupertinoIcons.textformat_subscript","href":"cupertino/CupertinoIcons/textformat_subscript-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"textformat_subscript\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"textformat_superscript","qualifiedName":"cupertino.CupertinoIcons.textformat_superscript","href":"cupertino/CupertinoIcons/textformat_superscript-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"textformat_superscript\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"thermometer","qualifiedName":"cupertino.CupertinoIcons.thermometer","href":"cupertino/CupertinoIcons/thermometer-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"thermometer\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"thermometer_snowflake","qualifiedName":"cupertino.CupertinoIcons.thermometer_snowflake","href":"cupertino/CupertinoIcons/thermometer_snowflake-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"thermometer_snowflake\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"thermometer_sun","qualifiedName":"cupertino.CupertinoIcons.thermometer_sun","href":"cupertino/CupertinoIcons/thermometer_sun-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"thermometer_sun\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ticket","qualifiedName":"cupertino.CupertinoIcons.ticket","href":"cupertino/CupertinoIcons/ticket-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"烙 — Cupertino icon named \"ticket\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"ticket_fill","qualifiedName":"cupertino.CupertinoIcons.ticket_fill","href":"cupertino/CupertinoIcons/ticket_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"珞 — Cupertino icon named \"ticket_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tickets","qualifiedName":"cupertino.CupertinoIcons.tickets","href":"cupertino/CupertinoIcons/tickets-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"落 — Cupertino icon named \"tickets\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tickets_fill","qualifiedName":"cupertino.CupertinoIcons.tickets_fill","href":"cupertino/CupertinoIcons/tickets_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"酪 — Cupertino icon named \"tickets_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"time","qualifiedName":"cupertino.CupertinoIcons.time","href":"cupertino/CupertinoIcons/time-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"clock — Cupertino icon for a circle with a 90 degree angle shape in the center, resembling a clock with hands showing 09:00.\nThis is the same icon as clock in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"time_solid","qualifiedName":"cupertino.CupertinoIcons.time_solid","href":"cupertino/CupertinoIcons/time_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"clock_fill — Cupertino icon for a filled in circle with a 90 degree angle shape in the center, resembling a clock with hands showing 09:00.\nThis is the same icon as clock_fill and clock_solid in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"timelapse","qualifiedName":"cupertino.CupertinoIcons.timelapse","href":"cupertino/CupertinoIcons/timelapse-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"timelapse\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"timer","qualifiedName":"cupertino.CupertinoIcons.timer","href":"cupertino/CupertinoIcons/timer-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"timer\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"timer_fill","qualifiedName":"cupertino.CupertinoIcons.timer_fill","href":"cupertino/CupertinoIcons/timer_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"駱 — Cupertino icon named \"timer_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"today","qualifiedName":"cupertino.CupertinoIcons.today","href":"cupertino/CupertinoIcons/today-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"亂 — Cupertino icon named \"today\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"today_fill","qualifiedName":"cupertino.CupertinoIcons.today_fill","href":"cupertino/CupertinoIcons/today_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"卵 — Cupertino icon named \"today_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tornado","qualifiedName":"cupertino.CupertinoIcons.tornado","href":"cupertino/CupertinoIcons/tornado-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tornado\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tortoise","qualifiedName":"cupertino.CupertinoIcons.tortoise","href":"cupertino/CupertinoIcons/tortoise-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tortoise\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tortoise_fill","qualifiedName":"cupertino.CupertinoIcons.tortoise_fill","href":"cupertino/CupertinoIcons/tortoise_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tortoise_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"train_style_one","qualifiedName":"cupertino.CupertinoIcons.train_style_one","href":"cupertino/CupertinoIcons/train_style_one-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"train_style_one — Cupertino icon for a filled in train with a window divided in half and two headlights.\nThis icon is available in cupertino_icons 1.0.0+ for backward\ncompatibility but not part of Apple icons' aesthetics.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"train_style_two","qualifiedName":"cupertino.CupertinoIcons.train_style_two","href":"cupertino/CupertinoIcons/train_style_two-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"train_style_two — Cupertino icon for a filled in train with a window and a single, centered headlight.\nThis icon is available in cupertino_icons 1.0.0+ for backward\ncompatibility but not part of Apple icons' aesthetics.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tram_fill","qualifiedName":"cupertino.CupertinoIcons.tram_fill","href":"cupertino/CupertinoIcons/tram_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tram_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"trash","qualifiedName":"cupertino.CupertinoIcons.trash","href":"cupertino/CupertinoIcons/trash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"trash\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as delete which is available in cupertino_icons 0.1.3.\nThis is the same icon as delete_simple which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"trash_circle","qualifiedName":"cupertino.CupertinoIcons.trash_circle","href":"cupertino/CupertinoIcons/trash_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"trash_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"trash_circle_fill","qualifiedName":"cupertino.CupertinoIcons.trash_circle_fill","href":"cupertino/CupertinoIcons/trash_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"trash_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"trash_fill","qualifiedName":"cupertino.CupertinoIcons.trash_fill","href":"cupertino/CupertinoIcons/trash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"trash_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as delete_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"trash_slash","qualifiedName":"cupertino.CupertinoIcons.trash_slash","href":"cupertino/CupertinoIcons/trash_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"trash_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"trash_slash_fill","qualifiedName":"cupertino.CupertinoIcons.trash_slash_fill","href":"cupertino/CupertinoIcons/trash_slash_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"trash_slash_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tray","qualifiedName":"cupertino.CupertinoIcons.tray","href":"cupertino/CupertinoIcons/tray-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tray\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tray_2","qualifiedName":"cupertino.CupertinoIcons.tray_2","href":"cupertino/CupertinoIcons/tray_2-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tray_2\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tray_2_fill","qualifiedName":"cupertino.CupertinoIcons.tray_2_fill","href":"cupertino/CupertinoIcons/tray_2_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tray_2_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tray_arrow_down","qualifiedName":"cupertino.CupertinoIcons.tray_arrow_down","href":"cupertino/CupertinoIcons/tray_arrow_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tray_arrow_down\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tray_arrow_down_fill","qualifiedName":"cupertino.CupertinoIcons.tray_arrow_down_fill","href":"cupertino/CupertinoIcons/tray_arrow_down_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tray_arrow_down_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tray_arrow_up","qualifiedName":"cupertino.CupertinoIcons.tray_arrow_up","href":"cupertino/CupertinoIcons/tray_arrow_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tray_arrow_up\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tray_arrow_up_fill","qualifiedName":"cupertino.CupertinoIcons.tray_arrow_up_fill","href":"cupertino/CupertinoIcons/tray_arrow_up_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tray_arrow_up_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tray_fill","qualifiedName":"cupertino.CupertinoIcons.tray_fill","href":"cupertino/CupertinoIcons/tray_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tray_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tray_full","qualifiedName":"cupertino.CupertinoIcons.tray_full","href":"cupertino/CupertinoIcons/tray_full-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tray_full\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tray_full_fill","qualifiedName":"cupertino.CupertinoIcons.tray_full_fill","href":"cupertino/CupertinoIcons/tray_full_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tray_full_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tree","qualifiedName":"cupertino.CupertinoIcons.tree","href":"cupertino/CupertinoIcons/tree-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"欄 — Cupertino icon named \"tree\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"triangle","qualifiedName":"cupertino.CupertinoIcons.triangle","href":"cupertino/CupertinoIcons/triangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"triangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"triangle_fill","qualifiedName":"cupertino.CupertinoIcons.triangle_fill","href":"cupertino/CupertinoIcons/triangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"triangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"triangle_lefthalf_fill","qualifiedName":"cupertino.CupertinoIcons.triangle_lefthalf_fill","href":"cupertino/CupertinoIcons/triangle_lefthalf_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"triangle_lefthalf_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"triangle_righthalf_fill","qualifiedName":"cupertino.CupertinoIcons.triangle_righthalf_fill","href":"cupertino/CupertinoIcons/triangle_righthalf_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"triangle_righthalf_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tropicalstorm","qualifiedName":"cupertino.CupertinoIcons.tropicalstorm","href":"cupertino/CupertinoIcons/tropicalstorm-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tropicalstorm\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tuningfork","qualifiedName":"cupertino.CupertinoIcons.tuningfork","href":"cupertino/CupertinoIcons/tuningfork-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tuningfork\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tv","qualifiedName":"cupertino.CupertinoIcons.tv","href":"cupertino/CupertinoIcons/tv-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tv\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tv_circle","qualifiedName":"cupertino.CupertinoIcons.tv_circle","href":"cupertino/CupertinoIcons/tv_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tv_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tv_circle_fill","qualifiedName":"cupertino.CupertinoIcons.tv_circle_fill","href":"cupertino/CupertinoIcons/tv_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tv_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tv_fill","qualifiedName":"cupertino.CupertinoIcons.tv_fill","href":"cupertino/CupertinoIcons/tv_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tv_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tv_music_note","qualifiedName":"cupertino.CupertinoIcons.tv_music_note","href":"cupertino/CupertinoIcons/tv_music_note-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tv_music_note\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"tv_music_note_fill","qualifiedName":"cupertino.CupertinoIcons.tv_music_note_fill","href":"cupertino/CupertinoIcons/tv_music_note_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"tv_music_note_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"uiwindow_split_2x1","qualifiedName":"cupertino.CupertinoIcons.uiwindow_split_2x1","href":"cupertino/CupertinoIcons/uiwindow_split_2x1-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"uiwindow_split_2x1\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"umbrella","qualifiedName":"cupertino.CupertinoIcons.umbrella","href":"cupertino/CupertinoIcons/umbrella-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"umbrella\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"umbrella_fill","qualifiedName":"cupertino.CupertinoIcons.umbrella_fill","href":"cupertino/CupertinoIcons/umbrella_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"umbrella_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"underline","qualifiedName":"cupertino.CupertinoIcons.underline","href":"cupertino/CupertinoIcons/underline-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"underline\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"up_arrow","qualifiedName":"cupertino.CupertinoIcons.up_arrow","href":"cupertino/CupertinoIcons/up_arrow-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"arrow_up — Cupertino icon for a solid up arrow.\nThis is the same icon as arrow_up in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"upload_circle","qualifiedName":"cupertino.CupertinoIcons.upload_circle","href":"cupertino/CupertinoIcons/upload_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"爛 — Cupertino icon named \"upload_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"upload_circle_fill","qualifiedName":"cupertino.CupertinoIcons.upload_circle_fill","href":"cupertino/CupertinoIcons/upload_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"蘭 — Cupertino icon named \"upload_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"video_camera","qualifiedName":"cupertino.CupertinoIcons.video_camera","href":"cupertino/CupertinoIcons/video_camera-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"videocam — Cupertino icon for a camera for moving pictures. This icon is not filled in.\nThis is the same icon as videocam in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"video_camera_solid","qualifiedName":"cupertino.CupertinoIcons.video_camera_solid","href":"cupertino/CupertinoIcons/video_camera_solid-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"videocam_fill — Cupertino icon for a camera for moving pictures. This icon is filled in.\nThis is the same icon as videocam_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"videocam","qualifiedName":"cupertino.CupertinoIcons.videocam","href":"cupertino/CupertinoIcons/videocam-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"videocam\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as video_camera which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"videocam_circle","qualifiedName":"cupertino.CupertinoIcons.videocam_circle","href":"cupertino/CupertinoIcons/videocam_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"鸞 — Cupertino icon named \"videocam_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"videocam_circle_fill","qualifiedName":"cupertino.CupertinoIcons.videocam_circle_fill","href":"cupertino/CupertinoIcons/videocam_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"嵐 — Cupertino icon named \"videocam_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"videocam_fill","qualifiedName":"cupertino.CupertinoIcons.videocam_fill","href":"cupertino/CupertinoIcons/videocam_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"videocam_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as video_camera_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"view_2d","qualifiedName":"cupertino.CupertinoIcons.view_2d","href":"cupertino/CupertinoIcons/view_2d-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"view_2d\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"view_3d","qualifiedName":"cupertino.CupertinoIcons.view_3d","href":"cupertino/CupertinoIcons/view_3d-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"view_3d\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"viewfinder","qualifiedName":"cupertino.CupertinoIcons.viewfinder","href":"cupertino/CupertinoIcons/viewfinder-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"viewfinder\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"viewfinder_circle","qualifiedName":"cupertino.CupertinoIcons.viewfinder_circle","href":"cupertino/CupertinoIcons/viewfinder_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"viewfinder_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"viewfinder_circle_fill","qualifiedName":"cupertino.CupertinoIcons.viewfinder_circle_fill","href":"cupertino/CupertinoIcons/viewfinder_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"viewfinder_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"volume_down","qualifiedName":"cupertino.CupertinoIcons.volume_down","href":"cupertino/CupertinoIcons/volume_down-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"speaker_1_fill — Cupertino icon for a speaker with a single small sound wave.\nThis is the same icon as speaker_1_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"volume_mute","qualifiedName":"cupertino.CupertinoIcons.volume_mute","href":"cupertino/CupertinoIcons/volume_mute-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"speaker_fill — Cupertino icon for a speaker symbol.\nThis is the same icon as speaker_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"volume_off","qualifiedName":"cupertino.CupertinoIcons.volume_off","href":"cupertino/CupertinoIcons/volume_off-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"speaker_slash_fill — Cupertino icon for a speaker with a small and a large sound wave and a diagonal line crossing the whole icon.\nThis is the same icon as speaker_slash_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"volume_up","qualifiedName":"cupertino.CupertinoIcons.volume_up","href":"cupertino/CupertinoIcons/volume_up-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"speaker_3_fill — Cupertino icon for a speaker with a small and a large sound wave.\nThis is the same icon as speaker_3_fill in cupertino_icons 1.0.0+.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"wand_rays","qualifiedName":"cupertino.CupertinoIcons.wand_rays","href":"cupertino/CupertinoIcons/wand_rays-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"wand_rays\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"wand_rays_inverse","qualifiedName":"cupertino.CupertinoIcons.wand_rays_inverse","href":"cupertino/CupertinoIcons/wand_rays_inverse-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"wand_rays_inverse\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"wand_stars","qualifiedName":"cupertino.CupertinoIcons.wand_stars","href":"cupertino/CupertinoIcons/wand_stars-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"wand_stars\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"wand_stars_inverse","qualifiedName":"cupertino.CupertinoIcons.wand_stars_inverse","href":"cupertino/CupertinoIcons/wand_stars_inverse-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"wand_stars_inverse\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"waveform","qualifiedName":"cupertino.CupertinoIcons.waveform","href":"cupertino/CupertinoIcons/waveform-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"waveform\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"waveform_circle","qualifiedName":"cupertino.CupertinoIcons.waveform_circle","href":"cupertino/CupertinoIcons/waveform_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"waveform_circle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"waveform_circle_fill","qualifiedName":"cupertino.CupertinoIcons.waveform_circle_fill","href":"cupertino/CupertinoIcons/waveform_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"waveform_circle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"waveform_path","qualifiedName":"cupertino.CupertinoIcons.waveform_path","href":"cupertino/CupertinoIcons/waveform_path-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"waveform_path\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"waveform_path_badge_minus","qualifiedName":"cupertino.CupertinoIcons.waveform_path_badge_minus","href":"cupertino/CupertinoIcons/waveform_path_badge_minus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"waveform_path_badge_minus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"waveform_path_badge_plus","qualifiedName":"cupertino.CupertinoIcons.waveform_path_badge_plus","href":"cupertino/CupertinoIcons/waveform_path_badge_plus-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"waveform_path_badge_plus\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"waveform_path_ecg","qualifiedName":"cupertino.CupertinoIcons.waveform_path_ecg","href":"cupertino/CupertinoIcons/waveform_path_ecg-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"waveform_path_ecg\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"wifi","qualifiedName":"cupertino.CupertinoIcons.wifi","href":"cupertino/CupertinoIcons/wifi-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"wifi\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"wifi_exclamationmark","qualifiedName":"cupertino.CupertinoIcons.wifi_exclamationmark","href":"cupertino/CupertinoIcons/wifi_exclamationmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"wifi_exclamationmark\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"wifi_slash","qualifiedName":"cupertino.CupertinoIcons.wifi_slash","href":"cupertino/CupertinoIcons/wifi_slash-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"wifi_slash\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"wind","qualifiedName":"cupertino.CupertinoIcons.wind","href":"cupertino/CupertinoIcons/wind-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"wind\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"wind_snow","qualifiedName":"cupertino.CupertinoIcons.wind_snow","href":"cupertino/CupertinoIcons/wind_snow-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"wind_snow\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"wrench","qualifiedName":"cupertino.CupertinoIcons.wrench","href":"cupertino/CupertinoIcons/wrench-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"wrench\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"wrench_fill","qualifiedName":"cupertino.CupertinoIcons.wrench_fill","href":"cupertino/CupertinoIcons/wrench_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"wrench_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark","qualifiedName":"cupertino.CupertinoIcons.xmark","href":"cupertino/CupertinoIcons/xmark-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as clear_thick which is available in cupertino_icons 0.1.3.\nThis is the same icon as clear which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark_circle","qualifiedName":"cupertino.CupertinoIcons.xmark_circle","href":"cupertino/CupertinoIcons/xmark_circle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark_circle\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as clear_circled which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark_circle_fill","qualifiedName":"cupertino.CupertinoIcons.xmark_circle_fill","href":"cupertino/CupertinoIcons/xmark_circle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark_circle_fill\". Available on cupertino_icons package 1.0.0+ only.\nThis is the same icon as clear_thick_circled which is available in cupertino_icons 0.1.3.\nThis is the same icon as clear_circled_solid which is available in cupertino_icons 0.1.3.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark_octagon","qualifiedName":"cupertino.CupertinoIcons.xmark_octagon","href":"cupertino/CupertinoIcons/xmark_octagon-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark_octagon\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark_octagon_fill","qualifiedName":"cupertino.CupertinoIcons.xmark_octagon_fill","href":"cupertino/CupertinoIcons/xmark_octagon_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark_octagon_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark_rectangle","qualifiedName":"cupertino.CupertinoIcons.xmark_rectangle","href":"cupertino/CupertinoIcons/xmark_rectangle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark_rectangle\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark_rectangle_fill","qualifiedName":"cupertino.CupertinoIcons.xmark_rectangle_fill","href":"cupertino/CupertinoIcons/xmark_rectangle_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark_rectangle_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark_seal","qualifiedName":"cupertino.CupertinoIcons.xmark_seal","href":"cupertino/CupertinoIcons/xmark_seal-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark_seal\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark_seal_fill","qualifiedName":"cupertino.CupertinoIcons.xmark_seal_fill","href":"cupertino/CupertinoIcons/xmark_seal_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark_seal_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark_shield","qualifiedName":"cupertino.CupertinoIcons.xmark_shield","href":"cupertino/CupertinoIcons/xmark_shield-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark_shield\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark_shield_fill","qualifiedName":"cupertino.CupertinoIcons.xmark_shield_fill","href":"cupertino/CupertinoIcons/xmark_shield_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark_shield_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark_square","qualifiedName":"cupertino.CupertinoIcons.xmark_square","href":"cupertino/CupertinoIcons/xmark_square-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark_square\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"xmark_square_fill","qualifiedName":"cupertino.CupertinoIcons.xmark_square_fill","href":"cupertino/CupertinoIcons/xmark_square_fill-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"xmark_square_fill\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"zoom_in","qualifiedName":"cupertino.CupertinoIcons.zoom_in","href":"cupertino/CupertinoIcons/zoom_in-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"zoom_in\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"zoom_out","qualifiedName":"cupertino.CupertinoIcons.zoom_out","href":"cupertino/CupertinoIcons/zoom_out-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"zoom_out\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"zzz","qualifiedName":"cupertino.CupertinoIcons.zzz","href":"cupertino/CupertinoIcons/zzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":" — Cupertino icon named \"zzz\". Available on cupertino_icons package 1.0.0+ only.","enclosedBy":{"name":"CupertinoIcons","kind":3,"href":"cupertino/CupertinoIcons-class.html"}},{"name":"CupertinoLinearActivityIndicator","qualifiedName":"cupertino.CupertinoLinearActivityIndicator","href":"cupertino/CupertinoLinearActivityIndicator-class.html","kind":3,"packageRank":0,"desc":"An iOS-style linear activity indicator.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoLinearActivityIndicator.new","qualifiedName":"cupertino.CupertinoLinearActivityIndicator.CupertinoLinearActivityIndicator.new","href":"cupertino/CupertinoLinearActivityIndicator/CupertinoLinearActivityIndicator.html","kind":2,"packageRank":0,"desc":"Creates a linear iOS-style activity indicator.","enclosedBy":{"name":"CupertinoLinearActivityIndicator","kind":3,"href":"cupertino/CupertinoLinearActivityIndicator-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoLinearActivityIndicator.build","href":"cupertino/CupertinoLinearActivityIndicator/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoLinearActivityIndicator","kind":3,"href":"cupertino/CupertinoLinearActivityIndicator-class.html"}},{"name":"color","qualifiedName":"cupertino.CupertinoLinearActivityIndicator.color","href":"cupertino/CupertinoLinearActivityIndicator/color.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color of the progress bar.","enclosedBy":{"name":"CupertinoLinearActivityIndicator","kind":3,"href":"cupertino/CupertinoLinearActivityIndicator-class.html"}},{"name":"height","qualifiedName":"cupertino.CupertinoLinearActivityIndicator.height","href":"cupertino/CupertinoLinearActivityIndicator/height.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The height of the line used to draw the linear activity indicator.","enclosedBy":{"name":"CupertinoLinearActivityIndicator","kind":3,"href":"cupertino/CupertinoLinearActivityIndicator-class.html"}},{"name":"progress","qualifiedName":"cupertino.CupertinoLinearActivityIndicator.progress","href":"cupertino/CupertinoLinearActivityIndicator/progress.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The current progress of the linear activity indicator.","enclosedBy":{"name":"CupertinoLinearActivityIndicator","kind":3,"href":"cupertino/CupertinoLinearActivityIndicator-class.html"}},{"name":"CupertinoListSection","qualifiedName":"cupertino.CupertinoListSection","href":"cupertino/CupertinoListSection-class.html","kind":3,"packageRank":0,"desc":"An iOS-style list section.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoListSection.insetGrouped","qualifiedName":"cupertino.CupertinoListSection.CupertinoListSection.insetGrouped","href":"cupertino/CupertinoListSection/CupertinoListSection.insetGrouped.html","kind":2,"packageRank":0,"desc":"Creates a section that mimics standard \"Inset Grouped\" iOS list section.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"CupertinoListSection.new","qualifiedName":"cupertino.CupertinoListSection.CupertinoListSection.new","href":"cupertino/CupertinoListSection/CupertinoListSection.html","kind":2,"packageRank":0,"desc":"Creates a section that mimics standard iOS forms.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"additionalDividerMargin","qualifiedName":"cupertino.CupertinoListSection.additionalDividerMargin","href":"cupertino/CupertinoListSection/additionalDividerMargin.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Additional starting inset of the divider used between rows. This is used\nwhen adding a leading icon to children and a divider should start at the\ntext inset instead of the icon.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoListSection.backgroundColor","href":"cupertino/CupertinoListSection/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the background color behind the section.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoListSection.build","href":"cupertino/CupertinoListSection/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"children","qualifiedName":"cupertino.CupertinoListSection.children","href":"cupertino/CupertinoListSection/children.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The list of rows in the section. Usually a list of CupertinoListTiles.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"clipBehavior","qualifiedName":"cupertino.CupertinoListSection.clipBehavior","href":"cupertino/CupertinoListSection/clipBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The content will be clipped (or not) according to this option.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"decoration","qualifiedName":"cupertino.CupertinoListSection.decoration","href":"cupertino/CupertinoListSection/decoration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the decoration around children.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"dividerMargin","qualifiedName":"cupertino.CupertinoListSection.dividerMargin","href":"cupertino/CupertinoListSection/dividerMargin.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The starting offset of a margin between two list tiles.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"footer","qualifiedName":"cupertino.CupertinoListSection.footer","href":"cupertino/CupertinoListSection/footer.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the form section footer. The section footer lies below the children\nrows. Usually a Text widget.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"header","qualifiedName":"cupertino.CupertinoListSection.header","href":"cupertino/CupertinoListSection/header.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the form section header. The section header lies above the children\nrows. Usually a Text widget.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"margin","qualifiedName":"cupertino.CupertinoListSection.margin","href":"cupertino/CupertinoListSection/margin.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Margin around the content area of the section encapsulating children.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"separatorColor","qualifiedName":"cupertino.CupertinoListSection.separatorColor","href":"cupertino/CupertinoListSection/separatorColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the color for the dividers between rows, and borders on top and\nbottom of the rows.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"topMargin","qualifiedName":"cupertino.CupertinoListSection.topMargin","href":"cupertino/CupertinoListSection/topMargin.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Margin above the list section. Only used in edge-to-edge variant and it\nmatches iOS style by default.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"type","qualifiedName":"cupertino.CupertinoListSection.type","href":"cupertino/CupertinoListSection/type.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The type of list section, either base or inset grouped.","enclosedBy":{"name":"CupertinoListSection","kind":3,"href":"cupertino/CupertinoListSection-class.html"}},{"name":"CupertinoListSectionType","qualifiedName":"cupertino.CupertinoListSectionType","href":"cupertino/CupertinoListSectionType.html","kind":5,"packageRank":0,"desc":"Denotes what type of the list section a CupertinoListSection is.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"values","qualifiedName":"cupertino.CupertinoListSectionType.values","href":"cupertino/CupertinoListSectionType/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"CupertinoListSectionType","kind":5,"href":"cupertino/CupertinoListSectionType.html"}},{"name":"CupertinoListTile","qualifiedName":"cupertino.CupertinoListTile","href":"cupertino/CupertinoListTile-class.html","kind":3,"packageRank":0,"desc":"An iOS-style list tile.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoListTile.new","qualifiedName":"cupertino.CupertinoListTile.CupertinoListTile.new","href":"cupertino/CupertinoListTile/CupertinoListTile.html","kind":2,"packageRank":0,"desc":"Creates an edge-to-edge iOS-style list tile like the tiles in iOS Settings\napp.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"CupertinoListTile.notched","qualifiedName":"cupertino.CupertinoListTile.CupertinoListTile.notched","href":"cupertino/CupertinoListTile/CupertinoListTile.notched.html","kind":2,"packageRank":0,"desc":"Creates a notched iOS-style list tile like the tiles in iOS Notes app or\nReminders app.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"additionalInfo","qualifiedName":"cupertino.CupertinoListTile.additionalInfo","href":"cupertino/CupertinoListTile/additionalInfo.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Similar to subtitle, an additionalInfo is used to display additional\ninformation. However, instead of being displayed below title, it is\ndisplayed on the right, before trailing. Usually a Text widget.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoListTile.backgroundColor","href":"cupertino/CupertinoListTile/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The backgroundColor of the tile in normal state. Once the tile is\ntapped, the background color switches to backgroundColorActivated. It is\nset to match the iOS look by default.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"backgroundColorActivated","qualifiedName":"cupertino.CupertinoListTile.backgroundColorActivated","href":"cupertino/CupertinoListTile/backgroundColorActivated.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The backgroundColorActivated is the background color of the tile after\nthe tile was tapped. It is set to match the iOS look by default.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoListTile.createState","href":"cupertino/CupertinoListTile/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"leading","qualifiedName":"cupertino.CupertinoListTile.leading","href":"cupertino/CupertinoListTile/leading.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A widget displayed at the start of the CupertinoListTile. This is\ntypically an Icon or an Image.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"leadingSize","qualifiedName":"cupertino.CupertinoListTile.leadingSize","href":"cupertino/CupertinoListTile/leadingSize.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The leadingSize is used to constrain the width and height of leading\nwidget.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"leadingToTitle","qualifiedName":"cupertino.CupertinoListTile.leadingToTitle","href":"cupertino/CupertinoListTile/leadingToTitle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The horizontal space between leading widget and title.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"onTap","qualifiedName":"cupertino.CupertinoListTile.onTap","href":"cupertino/CupertinoListTile/onTap.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The onTap function is called when a user taps on CupertinoListTile. If\nleft null, the CupertinoListTile will not react on taps. If this is a\nFuture&lt;void&gt; Function(), then the CupertinoListTile remains activated\nuntil the returned future is awaited. This is according to iOS behavior.\nHowever, if this function is a void Function(), then the tile is active\nonly for the duration of invocation.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"padding","qualifiedName":"cupertino.CupertinoListTile.padding","href":"cupertino/CupertinoListTile/padding.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Padding of the content inside CupertinoListTile.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"subtitle","qualifiedName":"cupertino.CupertinoListTile.subtitle","href":"cupertino/CupertinoListTile/subtitle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A subtitle is used to display additional information. It is located\nbelow title. Usually a Text widget.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"title","qualifiedName":"cupertino.CupertinoListTile.title","href":"cupertino/CupertinoListTile/title.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A title is used to convey the central information. Usually a Text.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"trailing","qualifiedName":"cupertino.CupertinoListTile.trailing","href":"cupertino/CupertinoListTile/trailing.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A widget displayed at the end of the CupertinoListTile. This is usually\na right chevron icon (e.g. CupertinoListTileChevron), or an Icon.","enclosedBy":{"name":"CupertinoListTile","kind":3,"href":"cupertino/CupertinoListTile-class.html"}},{"name":"CupertinoListTileChevron","qualifiedName":"cupertino.CupertinoListTileChevron","href":"cupertino/CupertinoListTileChevron-class.html","kind":3,"packageRank":0,"desc":"A typical iOS trailing widget used to denote that a CupertinoListTile is a\nbutton with an action.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoListTileChevron.new","qualifiedName":"cupertino.CupertinoListTileChevron.CupertinoListTileChevron.new","href":"cupertino/CupertinoListTileChevron/CupertinoListTileChevron.html","kind":2,"packageRank":0,"desc":"Creates a typical widget used to denote that a CupertinoListTile is a\nbutton with action.","enclosedBy":{"name":"CupertinoListTileChevron","kind":3,"href":"cupertino/CupertinoListTileChevron-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoListTileChevron.build","href":"cupertino/CupertinoListTileChevron/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoListTileChevron","kind":3,"href":"cupertino/CupertinoListTileChevron-class.html"}},{"name":"CupertinoLocalizations","qualifiedName":"cupertino.CupertinoLocalizations","href":"cupertino/CupertinoLocalizations-class.html","kind":3,"packageRank":0,"desc":"Defines the localized resource values used by the Cupertino widgets.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoLocalizations.new","qualifiedName":"cupertino.CupertinoLocalizations.CupertinoLocalizations.new","href":"cupertino/CupertinoLocalizations/CupertinoLocalizations.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"alertDialogLabel","qualifiedName":"cupertino.CupertinoLocalizations.alertDialogLabel","href":"cupertino/CupertinoLocalizations/alertDialogLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used by the system to announce dialog alerts.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"anteMeridiemAbbreviation","qualifiedName":"cupertino.CupertinoLocalizations.anteMeridiemAbbreviation","href":"cupertino/CupertinoLocalizations/anteMeridiemAbbreviation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The abbreviation for ante meridiem (before noon) shown in the time picker.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"backButtonLabel","qualifiedName":"cupertino.CupertinoLocalizations.backButtonLabel","href":"cupertino/CupertinoLocalizations/backButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The label for the back button, used in CupertinoNavigationBar and CupertinoSliverNavigationBar.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"cancelButtonLabel","qualifiedName":"cupertino.CupertinoLocalizations.cancelButtonLabel","href":"cupertino/CupertinoLocalizations/cancelButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The label for the cancel button in modal views, used in CupertinoNavigationBar and CupertinoSliverNavigationBar.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"clearButtonLabel","qualifiedName":"cupertino.CupertinoLocalizations.clearButtonLabel","href":"cupertino/CupertinoLocalizations/clearButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for clearing a field.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"collapsedHint","qualifiedName":"cupertino.CupertinoLocalizations.collapsedHint","href":"cupertino/CupertinoLocalizations/collapsedHint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantics hint to describe the CupertinoExpansionTile collapsed state.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"copyButtonLabel","qualifiedName":"cupertino.CupertinoLocalizations.copyButtonLabel","href":"cupertino/CupertinoLocalizations/copyButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for copying.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"cutButtonLabel","qualifiedName":"cupertino.CupertinoLocalizations.cutButtonLabel","href":"cupertino/CupertinoLocalizations/cutButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for cutting.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"datePickerDateOrder","qualifiedName":"cupertino.CupertinoLocalizations.datePickerDateOrder","href":"cupertino/CupertinoLocalizations/datePickerDateOrder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The order of the date elements that will be shown in CupertinoDatePicker.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"datePickerDateTimeOrder","qualifiedName":"cupertino.CupertinoLocalizations.datePickerDateTimeOrder","href":"cupertino/CupertinoLocalizations/datePickerDateTimeOrder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The order of the time elements that will be shown in CupertinoDatePicker.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"datePickerDayOfMonth","qualifiedName":"cupertino.CupertinoLocalizations.datePickerDayOfMonth","href":"cupertino/CupertinoLocalizations/datePickerDayOfMonth.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Day of month that is shown in CupertinoDatePicker spinner corresponding\nto the given day index.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"datePickerHour","qualifiedName":"cupertino.CupertinoLocalizations.datePickerHour","href":"cupertino/CupertinoLocalizations/datePickerHour.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Hour that is shown in CupertinoDatePicker spinner corresponding\nto the given hour value.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"datePickerHourSemanticsLabel","qualifiedName":"cupertino.CupertinoLocalizations.datePickerHourSemanticsLabel","href":"cupertino/CupertinoLocalizations/datePickerHourSemanticsLabel.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Semantics label for the given hour value in CupertinoDatePicker.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"datePickerMediumDate","qualifiedName":"cupertino.CupertinoLocalizations.datePickerMediumDate","href":"cupertino/CupertinoLocalizations/datePickerMediumDate.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The medium-width date format that is shown in CupertinoDatePicker\nspinner. Abbreviates month and days of week.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"datePickerMinute","qualifiedName":"cupertino.CupertinoLocalizations.datePickerMinute","href":"cupertino/CupertinoLocalizations/datePickerMinute.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Minute that is shown in CupertinoDatePicker spinner corresponding\nto the given minute value.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"datePickerMinuteSemanticsLabel","qualifiedName":"cupertino.CupertinoLocalizations.datePickerMinuteSemanticsLabel","href":"cupertino/CupertinoLocalizations/datePickerMinuteSemanticsLabel.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Semantics label for the given minute value in CupertinoDatePicker.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"datePickerMonth","qualifiedName":"cupertino.CupertinoLocalizations.datePickerMonth","href":"cupertino/CupertinoLocalizations/datePickerMonth.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Month that is shown in CupertinoDatePicker spinner corresponding to\nthe given month index.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"datePickerStandaloneMonth","qualifiedName":"cupertino.CupertinoLocalizations.datePickerStandaloneMonth","href":"cupertino/CupertinoLocalizations/datePickerStandaloneMonth.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Month that is shown in CupertinoDatePicker spinner corresponding to\nthe given month index in CupertinoDatePickerMode.monthYear mode.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"datePickerYear","qualifiedName":"cupertino.CupertinoLocalizations.datePickerYear","href":"cupertino/CupertinoLocalizations/datePickerYear.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Year that is shown in CupertinoDatePicker spinner corresponding to the\ngiven year index.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"expandedHint","qualifiedName":"cupertino.CupertinoLocalizations.expandedHint","href":"cupertino/CupertinoLocalizations/expandedHint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantics hint to describe the CupertinoExpansionTile expanded state.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"expansionTileCollapsedHint","qualifiedName":"cupertino.CupertinoLocalizations.expansionTileCollapsedHint","href":"cupertino/CupertinoLocalizations/expansionTileCollapsedHint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantics hint to describe the tap action on a collapsed\nCupertinoExpansionTile on iOS and macOS. This is appended to the expandedHint\nhint to provide a more detailed description of the action, e.g. \"Collapsed\ndouble tap to expand\".","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"expansionTileCollapsedTapHint","qualifiedName":"cupertino.CupertinoLocalizations.expansionTileCollapsedTapHint","href":"cupertino/CupertinoLocalizations/expansionTileCollapsedTapHint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantics hint to describe the tap action on a collapsed CupertinoExpansionTile.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"expansionTileExpandedHint","qualifiedName":"cupertino.CupertinoLocalizations.expansionTileExpandedHint","href":"cupertino/CupertinoLocalizations/expansionTileExpandedHint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantics hint to describe the tap action on an expanded\nCupertinoExpansionTile on iOS and macOS. This is appended to the collapsedHint\nhint to provide a more detailed description of the action, e.g. \"Expanded\ndouble tap to collapse\".","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"expansionTileExpandedTapHint","qualifiedName":"cupertino.CupertinoLocalizations.expansionTileExpandedTapHint","href":"cupertino/CupertinoLocalizations/expansionTileExpandedTapHint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantics hint to describe the tap action on an expanded CupertinoExpansionTile.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"lookUpButtonLabel","qualifiedName":"cupertino.CupertinoLocalizations.lookUpButtonLabel","href":"cupertino/CupertinoLocalizations/lookUpButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for looking up a selection.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"menuDismissLabel","qualifiedName":"cupertino.CupertinoLocalizations.menuDismissLabel","href":"cupertino/CupertinoLocalizations/menuDismissLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Label read out by accessibility tools (VoiceOver) for a context menu to\nindicate that a tap outside dismisses the context menu.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"modalBarrierDismissLabel","qualifiedName":"cupertino.CupertinoLocalizations.modalBarrierDismissLabel","href":"cupertino/CupertinoLocalizations/modalBarrierDismissLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Label read out by accessibility tools (VoiceOver) for a modal\nbarrier to indicate that a tap dismisses the barrier.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"noSpellCheckReplacementsLabel","qualifiedName":"cupertino.CupertinoLocalizations.noSpellCheckReplacementsLabel","href":"cupertino/CupertinoLocalizations/noSpellCheckReplacementsLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Label that appears in the Cupertino toolbar when the spell checker\ncouldn't find any replacements for the current word.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"of","qualifiedName":"cupertino.CupertinoLocalizations.of","href":"cupertino/CupertinoLocalizations/of.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The CupertinoLocalizations from the closest Localizations instance\nthat encloses the given context.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"pasteButtonLabel","qualifiedName":"cupertino.CupertinoLocalizations.pasteButtonLabel","href":"cupertino/CupertinoLocalizations/pasteButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for pasting.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"postMeridiemAbbreviation","qualifiedName":"cupertino.CupertinoLocalizations.postMeridiemAbbreviation","href":"cupertino/CupertinoLocalizations/postMeridiemAbbreviation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The abbreviation for post meridiem (after noon) shown in the time picker.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"searchTextFieldPlaceholderLabel","qualifiedName":"cupertino.CupertinoLocalizations.searchTextFieldPlaceholderLabel","href":"cupertino/CupertinoLocalizations/searchTextFieldPlaceholderLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The default placeholder used in CupertinoSearchTextField.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"searchWebButtonLabel","qualifiedName":"cupertino.CupertinoLocalizations.searchWebButtonLabel","href":"cupertino/CupertinoLocalizations/searchWebButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for launching a web search on a selection.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"selectAllButtonLabel","qualifiedName":"cupertino.CupertinoLocalizations.selectAllButtonLabel","href":"cupertino/CupertinoLocalizations/selectAllButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for selecting everything.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"shareButtonLabel","qualifiedName":"cupertino.CupertinoLocalizations.shareButtonLabel","href":"cupertino/CupertinoLocalizations/shareButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for launching a web search on a selection.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"tabSemanticsLabel","qualifiedName":"cupertino.CupertinoLocalizations.tabSemanticsLabel","href":"cupertino/CupertinoLocalizations/tabSemanticsLabel.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The accessibility label used on a tab in a CupertinoTabBar.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"timerPickerHour","qualifiedName":"cupertino.CupertinoLocalizations.timerPickerHour","href":"cupertino/CupertinoLocalizations/timerPickerHour.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Hour that is shown in CupertinoTimerPicker corresponding to\nthe given hour value.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"timerPickerHourLabel","qualifiedName":"cupertino.CupertinoLocalizations.timerPickerHourLabel","href":"cupertino/CupertinoLocalizations/timerPickerHourLabel.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Label that appears next to the hour picker in\nCupertinoTimerPicker when selected hour value is hour.\nThis function will deal with pluralization based on the hour parameter.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"timerPickerHourLabels","qualifiedName":"cupertino.CupertinoLocalizations.timerPickerHourLabels","href":"cupertino/CupertinoLocalizations/timerPickerHourLabels.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"All possible hour labels that appears next to the hour picker in\nCupertinoTimerPicker","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"timerPickerMinute","qualifiedName":"cupertino.CupertinoLocalizations.timerPickerMinute","href":"cupertino/CupertinoLocalizations/timerPickerMinute.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Minute that is shown in CupertinoTimerPicker corresponding to\nthe given minute value.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"timerPickerMinuteLabel","qualifiedName":"cupertino.CupertinoLocalizations.timerPickerMinuteLabel","href":"cupertino/CupertinoLocalizations/timerPickerMinuteLabel.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Label that appears next to the minute picker in\nCupertinoTimerPicker when selected minute value is minute.\nThis function will deal with pluralization based on the minute parameter.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"timerPickerMinuteLabels","qualifiedName":"cupertino.CupertinoLocalizations.timerPickerMinuteLabels","href":"cupertino/CupertinoLocalizations/timerPickerMinuteLabels.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"All possible minute labels that appears next to the minute picker in\nCupertinoTimerPicker","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"timerPickerSecond","qualifiedName":"cupertino.CupertinoLocalizations.timerPickerSecond","href":"cupertino/CupertinoLocalizations/timerPickerSecond.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Second that is shown in CupertinoTimerPicker corresponding to\nthe given second value.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"timerPickerSecondLabel","qualifiedName":"cupertino.CupertinoLocalizations.timerPickerSecondLabel","href":"cupertino/CupertinoLocalizations/timerPickerSecondLabel.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Label that appears next to the minute picker in\nCupertinoTimerPicker when selected minute value is second.\nThis function will deal with pluralization based on the second parameter.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"timerPickerSecondLabels","qualifiedName":"cupertino.CupertinoLocalizations.timerPickerSecondLabels","href":"cupertino/CupertinoLocalizations/timerPickerSecondLabels.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"All possible second labels that appears next to the second picker in\nCupertinoTimerPicker","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"todayLabel","qualifiedName":"cupertino.CupertinoLocalizations.todayLabel","href":"cupertino/CupertinoLocalizations/todayLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Label shown in date pickers when the date is today.","enclosedBy":{"name":"CupertinoLocalizations","kind":3,"href":"cupertino/CupertinoLocalizations-class.html"}},{"name":"CupertinoMagnifier","qualifiedName":"cupertino.CupertinoMagnifier","href":"cupertino/CupertinoMagnifier-class.html","kind":3,"packageRank":0,"desc":"A RawMagnifier used for magnifying text in cases where a user's\nfinger may be blocking the point of interest, like a selection handle.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoMagnifier.new","qualifiedName":"cupertino.CupertinoMagnifier.CupertinoMagnifier.new","href":"cupertino/CupertinoMagnifier/CupertinoMagnifier.html","kind":2,"packageRank":0,"desc":"Creates a RawMagnifier in the Cupertino style.","enclosedBy":{"name":"CupertinoMagnifier","kind":3,"href":"cupertino/CupertinoMagnifier-class.html"}},{"name":"additionalFocalPointOffset","qualifiedName":"cupertino.CupertinoMagnifier.additionalFocalPointOffset","href":"cupertino/CupertinoMagnifier/additionalFocalPointOffset.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Any additional focal point offset, applied over the regular focal\npoint offset defined in kMagnifierAboveFocalPoint.","enclosedBy":{"name":"CupertinoMagnifier","kind":3,"href":"cupertino/CupertinoMagnifier-class.html"}},{"name":"borderRadius","qualifiedName":"cupertino.CupertinoMagnifier.borderRadius","href":"cupertino/CupertinoMagnifier/borderRadius.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The border radius of this magnifier.","enclosedBy":{"name":"CupertinoMagnifier","kind":3,"href":"cupertino/CupertinoMagnifier-class.html"}},{"name":"borderSide","qualifiedName":"cupertino.CupertinoMagnifier.borderSide","href":"cupertino/CupertinoMagnifier/borderSide.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The border, or \"rim\", of this magnifier.","enclosedBy":{"name":"CupertinoMagnifier","kind":3,"href":"cupertino/CupertinoMagnifier-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoMagnifier.build","href":"cupertino/CupertinoMagnifier/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoMagnifier","kind":3,"href":"cupertino/CupertinoMagnifier-class.html"}},{"name":"clipBehavior","qualifiedName":"cupertino.CupertinoMagnifier.clipBehavior","href":"cupertino/CupertinoMagnifier/clipBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether and how to clip the shadows that render inside the loupe.","enclosedBy":{"name":"CupertinoMagnifier","kind":3,"href":"cupertino/CupertinoMagnifier-class.html"}},{"name":"inOutAnimation","qualifiedName":"cupertino.CupertinoMagnifier.inOutAnimation","href":"cupertino/CupertinoMagnifier/inOutAnimation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"This RawMagnifier's controller.","enclosedBy":{"name":"CupertinoMagnifier","kind":3,"href":"cupertino/CupertinoMagnifier-class.html"}},{"name":"kDefaultSize","qualifiedName":"cupertino.CupertinoMagnifier.kDefaultSize","href":"cupertino/CupertinoMagnifier/kDefaultSize-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The default size of the magnifier.","enclosedBy":{"name":"CupertinoMagnifier","kind":3,"href":"cupertino/CupertinoMagnifier-class.html"}},{"name":"kMagnifierAboveFocalPoint","qualifiedName":"cupertino.CupertinoMagnifier.kMagnifierAboveFocalPoint","href":"cupertino/CupertinoMagnifier/kMagnifierAboveFocalPoint-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The vertical offset that the magnifier is along the Y axis above\nthe focal point.","enclosedBy":{"name":"CupertinoMagnifier","kind":3,"href":"cupertino/CupertinoMagnifier-class.html"}},{"name":"magnificationScale","qualifiedName":"cupertino.CupertinoMagnifier.magnificationScale","href":"cupertino/CupertinoMagnifier/magnificationScale.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The magnification scale for the magnifier.","enclosedBy":{"name":"CupertinoMagnifier","kind":3,"href":"cupertino/CupertinoMagnifier-class.html"}},{"name":"shadows","qualifiedName":"cupertino.CupertinoMagnifier.shadows","href":"cupertino/CupertinoMagnifier/shadows.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A list of shadows cast by the Magnifier.","enclosedBy":{"name":"CupertinoMagnifier","kind":3,"href":"cupertino/CupertinoMagnifier-class.html"}},{"name":"size","qualifiedName":"cupertino.CupertinoMagnifier.size","href":"cupertino/CupertinoMagnifier/size.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The size of this magnifier.","enclosedBy":{"name":"CupertinoMagnifier","kind":3,"href":"cupertino/CupertinoMagnifier-class.html"}},{"name":"CupertinoModalPopupRoute","qualifiedName":"cupertino.CupertinoModalPopupRoute","href":"cupertino/CupertinoModalPopupRoute-class.html","kind":3,"packageRank":0,"desc":"A route that shows a modal iOS-style popup that slides up from the\nbottom of the screen.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoModalPopupRoute.new","qualifiedName":"cupertino.CupertinoModalPopupRoute.CupertinoModalPopupRoute.new","href":"cupertino/CupertinoModalPopupRoute/CupertinoModalPopupRoute.html","kind":2,"packageRank":0,"desc":"A route that shows a modal iOS-style popup that slides up from the\nbottom of the screen.","enclosedBy":{"name":"CupertinoModalPopupRoute","kind":3,"href":"cupertino/CupertinoModalPopupRoute-class.html"}},{"name":"anchorPoint","qualifiedName":"cupertino.CupertinoModalPopupRoute.anchorPoint","href":"cupertino/CupertinoModalPopupRoute/anchorPoint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The anchor point used to pick the closest sub-screen.","enclosedBy":{"name":"CupertinoModalPopupRoute","kind":3,"href":"cupertino/CupertinoModalPopupRoute-class.html"}},{"name":"barrierColor","qualifiedName":"cupertino.CupertinoModalPopupRoute.barrierColor","href":"cupertino/CupertinoModalPopupRoute/barrierColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the modal barrier. If this is null, the barrier will\nbe transparent.","enclosedBy":{"name":"CupertinoModalPopupRoute","kind":3,"href":"cupertino/CupertinoModalPopupRoute-class.html"}},{"name":"barrierDismissible","qualifiedName":"cupertino.CupertinoModalPopupRoute.barrierDismissible","href":"cupertino/CupertinoModalPopupRoute/barrierDismissible.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether you can dismiss this route by tapping the modal barrier.","enclosedBy":{"name":"CupertinoModalPopupRoute","kind":3,"href":"cupertino/CupertinoModalPopupRoute-class.html"}},{"name":"barrierLabel","qualifiedName":"cupertino.CupertinoModalPopupRoute.barrierLabel","href":"cupertino/CupertinoModalPopupRoute/barrierLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantic label used for a dismissible barrier.","enclosedBy":{"name":"CupertinoModalPopupRoute","kind":3,"href":"cupertino/CupertinoModalPopupRoute-class.html"}},{"name":"buildPage","qualifiedName":"cupertino.CupertinoModalPopupRoute.buildPage","href":"cupertino/CupertinoModalPopupRoute/buildPage.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Override this method to build the primary content of this route.","enclosedBy":{"name":"CupertinoModalPopupRoute","kind":3,"href":"cupertino/CupertinoModalPopupRoute-class.html"}},{"name":"buildTransitions","qualifiedName":"cupertino.CupertinoModalPopupRoute.buildTransitions","href":"cupertino/CupertinoModalPopupRoute/buildTransitions.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Override this method to wrap the child with one or more transition\nwidgets that define how the route arrives on and leaves the screen.","enclosedBy":{"name":"CupertinoModalPopupRoute","kind":3,"href":"cupertino/CupertinoModalPopupRoute-class.html"}},{"name":"builder","qualifiedName":"cupertino.CupertinoModalPopupRoute.builder","href":"cupertino/CupertinoModalPopupRoute/builder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A builder that builds the widget tree for the CupertinoModalPopupRoute.","enclosedBy":{"name":"CupertinoModalPopupRoute","kind":3,"href":"cupertino/CupertinoModalPopupRoute-class.html"}},{"name":"createSimulation","qualifiedName":"cupertino.CupertinoModalPopupRoute.createSimulation","href":"cupertino/CupertinoModalPopupRoute/createSimulation.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the simulation that drives the transition animation for this route.","enclosedBy":{"name":"CupertinoModalPopupRoute","kind":3,"href":"cupertino/CupertinoModalPopupRoute-class.html"}},{"name":"semanticsDismissible","qualifiedName":"cupertino.CupertinoModalPopupRoute.semanticsDismissible","href":"cupertino/CupertinoModalPopupRoute/semanticsDismissible.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the semantics of the modal barrier are included in the\nsemantics tree.","enclosedBy":{"name":"CupertinoModalPopupRoute","kind":3,"href":"cupertino/CupertinoModalPopupRoute-class.html"}},{"name":"transitionDuration","qualifiedName":"cupertino.CupertinoModalPopupRoute.transitionDuration","href":"cupertino/CupertinoModalPopupRoute/transitionDuration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The duration the transition going forwards.","enclosedBy":{"name":"CupertinoModalPopupRoute","kind":3,"href":"cupertino/CupertinoModalPopupRoute-class.html"}},{"name":"CupertinoNavigationBar","qualifiedName":"cupertino.CupertinoNavigationBar","href":"cupertino/CupertinoNavigationBar-class.html","kind":3,"packageRank":0,"desc":"An iOS-styled navigation bar.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoNavigationBar.large","qualifiedName":"cupertino.CupertinoNavigationBar.CupertinoNavigationBar.large","href":"cupertino/CupertinoNavigationBar/CupertinoNavigationBar.large.html","kind":2,"packageRank":0,"desc":"Creates a static iOS style navigation bar, with a left aligned largeTitle.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"CupertinoNavigationBar.new","qualifiedName":"cupertino.CupertinoNavigationBar.CupertinoNavigationBar.new","href":"cupertino/CupertinoNavigationBar/CupertinoNavigationBar.html","kind":2,"packageRank":0,"desc":"Creates a static iOS style navigation bar, with a centered middle title.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"automaticBackgroundVisibility","qualifiedName":"cupertino.CupertinoNavigationBar.automaticBackgroundVisibility","href":"cupertino/CupertinoNavigationBar/automaticBackgroundVisibility.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the navigation bar appears transparent when no content is scrolled under.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"automaticallyImplyLeading","qualifiedName":"cupertino.CupertinoNavigationBar.automaticallyImplyLeading","href":"cupertino/CupertinoNavigationBar/automaticallyImplyLeading.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls whether we should try to imply the leading widget if null.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"automaticallyImplyMiddle","qualifiedName":"cupertino.CupertinoNavigationBar.automaticallyImplyMiddle","href":"cupertino/CupertinoNavigationBar/automaticallyImplyMiddle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls whether we should try to imply the middle widget if null.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoNavigationBar.backgroundColor","href":"cupertino/CupertinoNavigationBar/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The background color of the navigation bar. If it contains transparency, the\ntab bar will automatically produce a blurring effect to the content\nbehind it. This behavior can be disabled by setting enableBackgroundFilterBlur\nto false.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"border","qualifiedName":"cupertino.CupertinoNavigationBar.border","href":"cupertino/CupertinoNavigationBar/border.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The border of the navigation bar. By default renders a single pixel bottom border side.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"bottom","qualifiedName":"cupertino.CupertinoNavigationBar.bottom","href":"cupertino/CupertinoNavigationBar/bottom.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A widget to place at the bottom of the navigation bar.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"brightness","qualifiedName":"cupertino.CupertinoNavigationBar.brightness","href":"cupertino/CupertinoNavigationBar/brightness.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The brightness of the specified backgroundColor.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoNavigationBar.createState","href":"cupertino/CupertinoNavigationBar/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"enableBackgroundFilterBlur","qualifiedName":"cupertino.CupertinoNavigationBar.enableBackgroundFilterBlur","href":"cupertino/CupertinoNavigationBar/enableBackgroundFilterBlur.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to have a blur effect when a non-opaque background color is used.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"heroTag","qualifiedName":"cupertino.CupertinoNavigationBar.heroTag","href":"cupertino/CupertinoNavigationBar/heroTag.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Tag for the navigation bar's Hero widget if transitionBetweenRoutes is true.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"largeTitle","qualifiedName":"cupertino.CupertinoNavigationBar.largeTitle","href":"cupertino/CupertinoNavigationBar/largeTitle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The navigation bar's title, when using CupertinoNavigationBar.large.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"leading","qualifiedName":"cupertino.CupertinoNavigationBar.leading","href":"cupertino/CupertinoNavigationBar/leading.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Widget to place at the start of the navigation bar. Normally a back button\nfor a normal page or a cancel button for full page dialogs.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"middle","qualifiedName":"cupertino.CupertinoNavigationBar.middle","href":"cupertino/CupertinoNavigationBar/middle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The navigation bar's default title.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"padding","qualifiedName":"cupertino.CupertinoNavigationBar.padding","href":"cupertino/CupertinoNavigationBar/padding.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Padding for the contents of the navigation bar.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"preferredSize","qualifiedName":"cupertino.CupertinoNavigationBar.preferredSize","href":"cupertino/CupertinoNavigationBar/preferredSize.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The size this widget would prefer if it were otherwise unconstrained.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"previousPageTitle","qualifiedName":"cupertino.CupertinoNavigationBar.previousPageTitle","href":"cupertino/CupertinoNavigationBar/previousPageTitle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Manually specify the previous route's title when automatically implying\nthe leading back button.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"shouldFullyObstruct","qualifiedName":"cupertino.CupertinoNavigationBar.shouldFullyObstruct","href":"cupertino/CupertinoNavigationBar/shouldFullyObstruct.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"True if the navigation bar's background color has no transparency.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"trailing","qualifiedName":"cupertino.CupertinoNavigationBar.trailing","href":"cupertino/CupertinoNavigationBar/trailing.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Widget to place at the end of the navigation bar. Normally additional actions\ntaken on the page such as a search or edit function.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"transitionBetweenRoutes","qualifiedName":"cupertino.CupertinoNavigationBar.transitionBetweenRoutes","href":"cupertino/CupertinoNavigationBar/transitionBetweenRoutes.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to transition between navigation bars.","enclosedBy":{"name":"CupertinoNavigationBar","kind":3,"href":"cupertino/CupertinoNavigationBar-class.html"}},{"name":"CupertinoNavigationBarBackButton","qualifiedName":"cupertino.CupertinoNavigationBarBackButton","href":"cupertino/CupertinoNavigationBarBackButton-class.html","kind":3,"packageRank":0,"desc":"A nav bar back button typically used in CupertinoNavigationBar.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoNavigationBarBackButton.new","qualifiedName":"cupertino.CupertinoNavigationBarBackButton.CupertinoNavigationBarBackButton.new","href":"cupertino/CupertinoNavigationBarBackButton/CupertinoNavigationBarBackButton.html","kind":2,"packageRank":0,"desc":"Construct a CupertinoNavigationBarBackButton that can be used to pop\nthe current route.","enclosedBy":{"name":"CupertinoNavigationBarBackButton","kind":3,"href":"cupertino/CupertinoNavigationBarBackButton-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoNavigationBarBackButton.build","href":"cupertino/CupertinoNavigationBarBackButton/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoNavigationBarBackButton","kind":3,"href":"cupertino/CupertinoNavigationBarBackButton-class.html"}},{"name":"color","qualifiedName":"cupertino.CupertinoNavigationBarBackButton.color","href":"cupertino/CupertinoNavigationBarBackButton/color.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The Color of the back button.","enclosedBy":{"name":"CupertinoNavigationBarBackButton","kind":3,"href":"cupertino/CupertinoNavigationBarBackButton-class.html"}},{"name":"onPressed","qualifiedName":"cupertino.CupertinoNavigationBarBackButton.onPressed","href":"cupertino/CupertinoNavigationBarBackButton/onPressed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An override callback to perform instead of the default behavior which is\nto pop the Navigator.","enclosedBy":{"name":"CupertinoNavigationBarBackButton","kind":3,"href":"cupertino/CupertinoNavigationBarBackButton-class.html"}},{"name":"previousPageTitle","qualifiedName":"cupertino.CupertinoNavigationBarBackButton.previousPageTitle","href":"cupertino/CupertinoNavigationBarBackButton/previousPageTitle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An override for showing the previous route's title. If null, it will be\nautomatically derived from CupertinoPageRoute.title if the current and\nprevious routes are both CupertinoPageRoutes.","enclosedBy":{"name":"CupertinoNavigationBarBackButton","kind":3,"href":"cupertino/CupertinoNavigationBarBackButton-class.html"}},{"name":"CupertinoPage","qualifiedName":"cupertino.CupertinoPage","href":"cupertino/CupertinoPage-class.html","kind":3,"packageRank":0,"desc":"A page that creates a cupertino style PageRoute.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoPage.new","qualifiedName":"cupertino.CupertinoPage.CupertinoPage.new","href":"cupertino/CupertinoPage/CupertinoPage.html","kind":2,"packageRank":0,"desc":"Creates a cupertino page.","enclosedBy":{"name":"CupertinoPage","kind":3,"href":"cupertino/CupertinoPage-class.html"}},{"name":"allowSnapshotting","qualifiedName":"cupertino.CupertinoPage.allowSnapshotting","href":"cupertino/CupertinoPage/allowSnapshotting.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the route transition will prefer to animate a snapshot of the\nentering/exiting routes.","enclosedBy":{"name":"CupertinoPage","kind":3,"href":"cupertino/CupertinoPage-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoPage.child","href":"cupertino/CupertinoPage/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The content to be shown in the Route created by this page.","enclosedBy":{"name":"CupertinoPage","kind":3,"href":"cupertino/CupertinoPage-class.html"}},{"name":"createRoute","qualifiedName":"cupertino.CupertinoPage.createRoute","href":"cupertino/CupertinoPage/createRoute.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the Route that corresponds to this page.","enclosedBy":{"name":"CupertinoPage","kind":3,"href":"cupertino/CupertinoPage-class.html"}},{"name":"fullscreenDialog","qualifiedName":"cupertino.CupertinoPage.fullscreenDialog","href":"cupertino/CupertinoPage/fullscreenDialog.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this page route is a full-screen dialog.","enclosedBy":{"name":"CupertinoPage","kind":3,"href":"cupertino/CupertinoPage-class.html"}},{"name":"maintainState","qualifiedName":"cupertino.CupertinoPage.maintainState","href":"cupertino/CupertinoPage/maintainState.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the route should remain in memory when it is inactive.","enclosedBy":{"name":"CupertinoPage","kind":3,"href":"cupertino/CupertinoPage-class.html"}},{"name":"title","qualifiedName":"cupertino.CupertinoPage.title","href":"cupertino/CupertinoPage/title.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A title string for this route.","enclosedBy":{"name":"CupertinoPage","kind":3,"href":"cupertino/CupertinoPage-class.html"}},{"name":"CupertinoPageRoute","qualifiedName":"cupertino.CupertinoPageRoute","href":"cupertino/CupertinoPageRoute-class.html","kind":3,"packageRank":0,"desc":"A modal route that replaces the entire screen with an iOS transition.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoPageRoute.new","qualifiedName":"cupertino.CupertinoPageRoute.CupertinoPageRoute.new","href":"cupertino/CupertinoPageRoute/CupertinoPageRoute.html","kind":2,"packageRank":0,"desc":"Creates a page route for use in an iOS designed app.","enclosedBy":{"name":"CupertinoPageRoute","kind":3,"href":"cupertino/CupertinoPageRoute-class.html"}},{"name":"buildContent","qualifiedName":"cupertino.CupertinoPageRoute.buildContent","href":"cupertino/CupertinoPageRoute/buildContent.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Builds the primary contents of the route.","enclosedBy":{"name":"CupertinoPageRoute","kind":3,"href":"cupertino/CupertinoPageRoute-class.html"}},{"name":"builder","qualifiedName":"cupertino.CupertinoPageRoute.builder","href":"cupertino/CupertinoPageRoute/builder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Builds the primary contents of the route.","enclosedBy":{"name":"CupertinoPageRoute","kind":3,"href":"cupertino/CupertinoPageRoute-class.html"}},{"name":"debugLabel","qualifiedName":"cupertino.CupertinoPageRoute.debugLabel","href":"cupertino/CupertinoPageRoute/debugLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A short description of this route useful for debugging.","enclosedBy":{"name":"CupertinoPageRoute","kind":3,"href":"cupertino/CupertinoPageRoute-class.html"}},{"name":"delegatedTransition","qualifiedName":"cupertino.CupertinoPageRoute.delegatedTransition","href":"cupertino/CupertinoPageRoute/delegatedTransition.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The DelegatedTransitionBuilder provided to the route below this one in the\nnavigation stack.","enclosedBy":{"name":"CupertinoPageRoute","kind":3,"href":"cupertino/CupertinoPageRoute-class.html"}},{"name":"maintainState","qualifiedName":"cupertino.CupertinoPageRoute.maintainState","href":"cupertino/CupertinoPageRoute/maintainState.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the route should remain in memory when it is inactive.","enclosedBy":{"name":"CupertinoPageRoute","kind":3,"href":"cupertino/CupertinoPageRoute-class.html"}},{"name":"title","qualifiedName":"cupertino.CupertinoPageRoute.title","href":"cupertino/CupertinoPageRoute/title.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A title string for this route.","enclosedBy":{"name":"CupertinoPageRoute","kind":3,"href":"cupertino/CupertinoPageRoute-class.html"}},{"name":"CupertinoPageScaffold","qualifiedName":"cupertino.CupertinoPageScaffold","href":"cupertino/CupertinoPageScaffold-class.html","kind":3,"packageRank":0,"desc":"Implements a single iOS application page's layout.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoPageScaffold.new","qualifiedName":"cupertino.CupertinoPageScaffold.CupertinoPageScaffold.new","href":"cupertino/CupertinoPageScaffold/CupertinoPageScaffold.html","kind":2,"packageRank":0,"desc":"Creates a layout for pages with a navigation bar at the top.","enclosedBy":{"name":"CupertinoPageScaffold","kind":3,"href":"cupertino/CupertinoPageScaffold-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoPageScaffold.backgroundColor","href":"cupertino/CupertinoPageScaffold/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color of the widget that underlies the entire scaffold.","enclosedBy":{"name":"CupertinoPageScaffold","kind":3,"href":"cupertino/CupertinoPageScaffold-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoPageScaffold.child","href":"cupertino/CupertinoPageScaffold/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Widget to show in the main content area.","enclosedBy":{"name":"CupertinoPageScaffold","kind":3,"href":"cupertino/CupertinoPageScaffold-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoPageScaffold.createState","href":"cupertino/CupertinoPageScaffold/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoPageScaffold","kind":3,"href":"cupertino/CupertinoPageScaffold-class.html"}},{"name":"navigationBar","qualifiedName":"cupertino.CupertinoPageScaffold.navigationBar","href":"cupertino/CupertinoPageScaffold/navigationBar.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The navigationBar, typically a CupertinoNavigationBar, is drawn at the\ntop of the screen.","enclosedBy":{"name":"CupertinoPageScaffold","kind":3,"href":"cupertino/CupertinoPageScaffold-class.html"}},{"name":"resizeToAvoidBottomInset","qualifiedName":"cupertino.CupertinoPageScaffold.resizeToAvoidBottomInset","href":"cupertino/CupertinoPageScaffold/resizeToAvoidBottomInset.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the child should size itself to avoid the window's bottom inset.","enclosedBy":{"name":"CupertinoPageScaffold","kind":3,"href":"cupertino/CupertinoPageScaffold-class.html"}},{"name":"CupertinoPageScaffoldBackgroundColor","qualifiedName":"cupertino.CupertinoPageScaffoldBackgroundColor","href":"cupertino/CupertinoPageScaffoldBackgroundColor-class.html","kind":3,"packageRank":0,"desc":"InheritedWidget indicating what the current scaffold background color is for its children.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoPageScaffoldBackgroundColor.new","qualifiedName":"cupertino.CupertinoPageScaffoldBackgroundColor.CupertinoPageScaffoldBackgroundColor.new","href":"cupertino/CupertinoPageScaffoldBackgroundColor/CupertinoPageScaffoldBackgroundColor.html","kind":2,"packageRank":0,"desc":"Constructs a new CupertinoPageScaffoldBackgroundColor.","enclosedBy":{"name":"CupertinoPageScaffoldBackgroundColor","kind":3,"href":"cupertino/CupertinoPageScaffoldBackgroundColor-class.html"}},{"name":"color","qualifiedName":"cupertino.CupertinoPageScaffoldBackgroundColor.color","href":"cupertino/CupertinoPageScaffoldBackgroundColor/color.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The background color defined in CupertinoPageScaffold.","enclosedBy":{"name":"CupertinoPageScaffoldBackgroundColor","kind":3,"href":"cupertino/CupertinoPageScaffoldBackgroundColor-class.html"}},{"name":"debugFillProperties","qualifiedName":"cupertino.CupertinoPageScaffoldBackgroundColor.debugFillProperties","href":"cupertino/CupertinoPageScaffoldBackgroundColor/debugFillProperties.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Add additional properties associated with the node.","enclosedBy":{"name":"CupertinoPageScaffoldBackgroundColor","kind":3,"href":"cupertino/CupertinoPageScaffoldBackgroundColor-class.html"}},{"name":"maybeOf","qualifiedName":"cupertino.CupertinoPageScaffoldBackgroundColor.maybeOf","href":"cupertino/CupertinoPageScaffoldBackgroundColor/maybeOf.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Retrieve the CupertinoPageScaffold background color from the context.","enclosedBy":{"name":"CupertinoPageScaffoldBackgroundColor","kind":3,"href":"cupertino/CupertinoPageScaffoldBackgroundColor-class.html"}},{"name":"updateShouldNotify","qualifiedName":"cupertino.CupertinoPageScaffoldBackgroundColor.updateShouldNotify","href":"cupertino/CupertinoPageScaffoldBackgroundColor/updateShouldNotify.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Whether the framework should notify widgets that inherit from this widget.","enclosedBy":{"name":"CupertinoPageScaffoldBackgroundColor","kind":3,"href":"cupertino/CupertinoPageScaffoldBackgroundColor-class.html"}},{"name":"CupertinoPageTransition","qualifiedName":"cupertino.CupertinoPageTransition","href":"cupertino/CupertinoPageTransition-class.html","kind":3,"packageRank":0,"desc":"Provides an iOS-style page transition animation.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoPageTransition.new","qualifiedName":"cupertino.CupertinoPageTransition.CupertinoPageTransition.new","href":"cupertino/CupertinoPageTransition/CupertinoPageTransition.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style page transition.","enclosedBy":{"name":"CupertinoPageTransition","kind":3,"href":"cupertino/CupertinoPageTransition-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoPageTransition.child","href":"cupertino/CupertinoPageTransition/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The widget below this widget in the tree.","enclosedBy":{"name":"CupertinoPageTransition","kind":3,"href":"cupertino/CupertinoPageTransition-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoPageTransition.createState","href":"cupertino/CupertinoPageTransition/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoPageTransition","kind":3,"href":"cupertino/CupertinoPageTransition-class.html"}},{"name":"delegatedTransition","qualifiedName":"cupertino.CupertinoPageTransition.delegatedTransition","href":"cupertino/CupertinoPageTransition/delegatedTransition.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The Cupertino styled DelegatedTransitionBuilder provided to the previous\nroute.","enclosedBy":{"name":"CupertinoPageTransition","kind":3,"href":"cupertino/CupertinoPageTransition-class.html"}},{"name":"linearTransition","qualifiedName":"cupertino.CupertinoPageTransition.linearTransition","href":"cupertino/CupertinoPageTransition/linearTransition.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"\nlinearTransition is whether to perform the transitions linearly.\n Used to precisely track back gesture drags.\n","enclosedBy":{"name":"CupertinoPageTransition","kind":3,"href":"cupertino/CupertinoPageTransition-class.html"}},{"name":"primaryRouteAnimation","qualifiedName":"cupertino.CupertinoPageTransition.primaryRouteAnimation","href":"cupertino/CupertinoPageTransition/primaryRouteAnimation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"\nprimaryRouteAnimation is a linear route animation from 0.0 to 1.0\n when this screen is being pushed.\n","enclosedBy":{"name":"CupertinoPageTransition","kind":3,"href":"cupertino/CupertinoPageTransition-class.html"}},{"name":"secondaryRouteAnimation","qualifiedName":"cupertino.CupertinoPageTransition.secondaryRouteAnimation","href":"cupertino/CupertinoPageTransition/secondaryRouteAnimation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"\nsecondaryRouteAnimation is a linear route animation from 0.0 to 1.0\n when another screen is being pushed on top of this one.\n","enclosedBy":{"name":"CupertinoPageTransition","kind":3,"href":"cupertino/CupertinoPageTransition-class.html"}},{"name":"CupertinoPicker","qualifiedName":"cupertino.CupertinoPicker","href":"cupertino/CupertinoPicker-class.html","kind":3,"packageRank":0,"desc":"An iOS-styled picker.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoPicker.builder","qualifiedName":"cupertino.CupertinoPicker.CupertinoPicker.builder","href":"cupertino/CupertinoPicker/CupertinoPicker.builder.html","kind":2,"packageRank":0,"desc":"Creates a picker from an IndexedWidgetBuilder callback where the builder\nis dynamically invoked during layout.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"CupertinoPicker.new","qualifiedName":"cupertino.CupertinoPicker.CupertinoPicker.new","href":"cupertino/CupertinoPicker/CupertinoPicker.html","kind":2,"packageRank":0,"desc":"Creates a picker from a concrete list of children.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoPicker.backgroundColor","href":"cupertino/CupertinoPicker/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Background color behind the children.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"changeReportingBehavior","qualifiedName":"cupertino.CupertinoPicker.changeReportingBehavior","href":"cupertino/CupertinoPicker/changeReportingBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The behavior of reporting the selected item index.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"childDelegate","qualifiedName":"cupertino.CupertinoPicker.childDelegate","href":"cupertino/CupertinoPicker/childDelegate.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A delegate that lazily instantiates children.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoPicker.createState","href":"cupertino/CupertinoPicker/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"diameterRatio","qualifiedName":"cupertino.CupertinoPicker.diameterRatio","href":"cupertino/CupertinoPicker/diameterRatio.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Relative ratio between this picker's height and the simulated cylinder's diameter.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"itemExtent","qualifiedName":"cupertino.CupertinoPicker.itemExtent","href":"cupertino/CupertinoPicker/itemExtent.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The uniform height of all children.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"magnification","qualifiedName":"cupertino.CupertinoPicker.magnification","href":"cupertino/CupertinoPicker/magnification.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The zoomed-in rate of the magnifier, if it is used.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"offAxisFraction","qualifiedName":"cupertino.CupertinoPicker.offAxisFraction","href":"cupertino/CupertinoPicker/offAxisFraction.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"How much the wheel is horizontally off-center, as a fraction of its width.\nThis property creates the visual effect of looking at a vertical wheel from\nits side where its vanishing points at the edge curves to one side instead\nof looking at the wheel head-on.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"onSelectedItemChanged","qualifiedName":"cupertino.CupertinoPicker.onSelectedItemChanged","href":"cupertino/CupertinoPicker/onSelectedItemChanged.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the selected item changes.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"scrollController","qualifiedName":"cupertino.CupertinoPicker.scrollController","href":"cupertino/CupertinoPicker/scrollController.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A FixedExtentScrollController to read and control the current item, and\nto set the initial item.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"selectionOverlay","qualifiedName":"cupertino.CupertinoPicker.selectionOverlay","href":"cupertino/CupertinoPicker/selectionOverlay.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A widget overlaid on the picker to highlight the currently selected entry.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"squeeze","qualifiedName":"cupertino.CupertinoPicker.squeeze","href":"cupertino/CupertinoPicker/squeeze.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The angular compactness of the children on the wheel.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"useMagnifier","qualifiedName":"cupertino.CupertinoPicker.useMagnifier","href":"cupertino/CupertinoPicker/useMagnifier.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to use the magnifier for the center item of the wheel.","enclosedBy":{"name":"CupertinoPicker","kind":3,"href":"cupertino/CupertinoPicker-class.html"}},{"name":"CupertinoPickerDefaultSelectionOverlay","qualifiedName":"cupertino.CupertinoPickerDefaultSelectionOverlay","href":"cupertino/CupertinoPickerDefaultSelectionOverlay-class.html","kind":3,"packageRank":0,"desc":"A default selection overlay for CupertinoPickers.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoPickerDefaultSelectionOverlay.new","qualifiedName":"cupertino.CupertinoPickerDefaultSelectionOverlay.CupertinoPickerDefaultSelectionOverlay.new","href":"cupertino/CupertinoPickerDefaultSelectionOverlay/CupertinoPickerDefaultSelectionOverlay.html","kind":2,"packageRank":0,"desc":"Creates an iOS 14 style selection overlay that highlights the magnified\narea (or the currently selected item, depending on how you described it\nelsewhere) of a CupertinoPicker.","enclosedBy":{"name":"CupertinoPickerDefaultSelectionOverlay","kind":3,"href":"cupertino/CupertinoPickerDefaultSelectionOverlay-class.html"}},{"name":"background","qualifiedName":"cupertino.CupertinoPickerDefaultSelectionOverlay.background","href":"cupertino/CupertinoPickerDefaultSelectionOverlay/background.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to fill in the background of the CupertinoPickerDefaultSelectionOverlay.\nIt Support for use CupertinoDynamicColor.","enclosedBy":{"name":"CupertinoPickerDefaultSelectionOverlay","kind":3,"href":"cupertino/CupertinoPickerDefaultSelectionOverlay-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoPickerDefaultSelectionOverlay.build","href":"cupertino/CupertinoPickerDefaultSelectionOverlay/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoPickerDefaultSelectionOverlay","kind":3,"href":"cupertino/CupertinoPickerDefaultSelectionOverlay-class.html"}},{"name":"capEndEdge","qualifiedName":"cupertino.CupertinoPickerDefaultSelectionOverlay.capEndEdge","href":"cupertino/CupertinoPickerDefaultSelectionOverlay/capEndEdge.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to use the default use rounded corners and margin on the end side.","enclosedBy":{"name":"CupertinoPickerDefaultSelectionOverlay","kind":3,"href":"cupertino/CupertinoPickerDefaultSelectionOverlay-class.html"}},{"name":"capStartEdge","qualifiedName":"cupertino.CupertinoPickerDefaultSelectionOverlay.capStartEdge","href":"cupertino/CupertinoPickerDefaultSelectionOverlay/capStartEdge.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to use the default use rounded corners and margin on the start side.","enclosedBy":{"name":"CupertinoPickerDefaultSelectionOverlay","kind":3,"href":"cupertino/CupertinoPickerDefaultSelectionOverlay-class.html"}},{"name":"CupertinoPopupSurface","qualifiedName":"cupertino.CupertinoPopupSurface","href":"cupertino/CupertinoPopupSurface-class.html","kind":3,"packageRank":0,"desc":"An iOS-style component for creating modal overlays like dialogs and action\nsheets.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoPopupSurface.new","qualifiedName":"cupertino.CupertinoPopupSurface.CupertinoPopupSurface.new","href":"cupertino/CupertinoPopupSurface/CupertinoPopupSurface.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style rounded rectangle popup surface.","enclosedBy":{"name":"CupertinoPopupSurface","kind":3,"href":"cupertino/CupertinoPopupSurface-class.html"}},{"name":"blurSigma","qualifiedName":"cupertino.CupertinoPopupSurface.blurSigma","href":"cupertino/CupertinoPopupSurface/blurSigma.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The strength of the gaussian blur applied to the area beneath this\nsurface.","enclosedBy":{"name":"CupertinoPopupSurface","kind":3,"href":"cupertino/CupertinoPopupSurface-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoPopupSurface.build","href":"cupertino/CupertinoPopupSurface/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoPopupSurface","kind":3,"href":"cupertino/CupertinoPopupSurface-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoPopupSurface.child","href":"cupertino/CupertinoPopupSurface/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The widget below this widget in the tree.","enclosedBy":{"name":"CupertinoPopupSurface","kind":3,"href":"cupertino/CupertinoPopupSurface-class.html"}},{"name":"debugIsVibrancePainted","qualifiedName":"cupertino.CupertinoPopupSurface.debugIsVibrancePainted","href":"cupertino/CupertinoPopupSurface/debugIsVibrancePainted.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether or not the area beneath this surface should be saturated with a\nColorFilter.","enclosedBy":{"name":"CupertinoPopupSurface","kind":3,"href":"cupertino/CupertinoPopupSurface-class.html"}},{"name":"defaultBlurSigma","qualifiedName":"cupertino.CupertinoPopupSurface.defaultBlurSigma","href":"cupertino/CupertinoPopupSurface/defaultBlurSigma-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The default strength of the blur applied to widgets underlying a\nCupertinoPopupSurface.","enclosedBy":{"name":"CupertinoPopupSurface","kind":3,"href":"cupertino/CupertinoPopupSurface-class.html"}},{"name":"isSurfacePainted","qualifiedName":"cupertino.CupertinoPopupSurface.isSurfacePainted","href":"cupertino/CupertinoPopupSurface/isSurfacePainted.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether or not to paint a translucent white on top of this surface's\nblurred background. isSurfacePainted should be true for a typical popup\nthat contains content without any dividers. A popup that requires dividers\nshould set isSurfacePainted to false and then paint its own surface area.","enclosedBy":{"name":"CupertinoPopupSurface","kind":3,"href":"cupertino/CupertinoPopupSurface-class.html"}},{"name":"CupertinoRadio","qualifiedName":"cupertino.CupertinoRadio","href":"cupertino/CupertinoRadio-class.html","kind":3,"packageRank":0,"desc":"A widget that builds a RawRadio with a macOS-style UI.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoRadio.new","qualifiedName":"cupertino.CupertinoRadio.CupertinoRadio.new","href":"cupertino/CupertinoRadio/CupertinoRadio.html","kind":2,"packageRank":0,"desc":"Creates a macOS-styled radio button.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"activeColor","qualifiedName":"cupertino.CupertinoRadio.activeColor","href":"cupertino/CupertinoRadio/activeColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when this radio button is selected.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"autofocus","qualifiedName":"cupertino.CupertinoRadio.autofocus","href":"cupertino/CupertinoRadio/autofocus.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"True if this widget will be selected as the initial focus when no other\nnode in its scope is currently focused.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoRadio.createState","href":"cupertino/CupertinoRadio/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"enabled","qualifiedName":"cupertino.CupertinoRadio.enabled","href":"cupertino/CupertinoRadio/enabled.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this widget is interactive.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"fillColor","qualifiedName":"cupertino.CupertinoRadio.fillColor","href":"cupertino/CupertinoRadio/fillColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color that fills the inner circle of the radio button when selected.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"focusColor","qualifiedName":"cupertino.CupertinoRadio.focusColor","href":"cupertino/CupertinoRadio/focusColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color for the radio's border when it has the input focus.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"focusNode","qualifiedName":"cupertino.CupertinoRadio.focusNode","href":"cupertino/CupertinoRadio/focusNode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional focus node to use as the focus node for this widget.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"groupRegistry","qualifiedName":"cupertino.CupertinoRadio.groupRegistry","href":"cupertino/CupertinoRadio/groupRegistry.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The registry this radio registers to.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"groupValue","qualifiedName":"cupertino.CupertinoRadio.groupValue","href":"cupertino/CupertinoRadio/groupValue.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The currently selected value for a group of radio buttons.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"inactiveColor","qualifiedName":"cupertino.CupertinoRadio.inactiveColor","href":"cupertino/CupertinoRadio/inactiveColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when this radio button is not selected.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"mouseCursor","qualifiedName":"cupertino.CupertinoRadio.mouseCursor","href":"cupertino/CupertinoRadio/mouseCursor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The cursor for a mouse pointer when it enters or is hovering over the\nwidget.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"onChanged","qualifiedName":"cupertino.CupertinoRadio.onChanged","href":"cupertino/CupertinoRadio/onChanged.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the user selects this radio button.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"toggleable","qualifiedName":"cupertino.CupertinoRadio.toggleable","href":"cupertino/CupertinoRadio/toggleable.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Set to true if this radio button is allowed to be returned to an\nindeterminate state by selecting it again when selected.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"useCheckmarkStyle","qualifiedName":"cupertino.CupertinoRadio.useCheckmarkStyle","href":"cupertino/CupertinoRadio/useCheckmarkStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls whether the radio displays in a checkbox style or the default iOS\nradio style.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"value","qualifiedName":"cupertino.CupertinoRadio.value","href":"cupertino/CupertinoRadio/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The value represented by this radio button.","enclosedBy":{"name":"CupertinoRadio","kind":3,"href":"cupertino/CupertinoRadio-class.html"}},{"name":"CupertinoRouteTransitionMixin","qualifiedName":"cupertino.CupertinoRouteTransitionMixin","href":"cupertino/CupertinoRouteTransitionMixin-mixin.html","kind":11,"packageRank":0,"desc":"A mixin that replaces the entire screen with an iOS transition for a\nPageRoute.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"addLocalHistoryEntry","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.addLocalHistoryEntry","href":"cupertino/CupertinoRouteTransitionMixin/addLocalHistoryEntry.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Adds a local history entry to this route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"addScopedWillPopCallback","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.addScopedWillPopCallback","href":"cupertino/CupertinoRouteTransitionMixin/addScopedWillPopCallback.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Enables this route to veto attempts by the user to dismiss it.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"allowSnapshotting","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.allowSnapshotting","href":"cupertino/CupertinoRouteTransitionMixin/allowSnapshotting.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the route transition will prefer to animate a snapshot of the\nentering/exiting routes.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"animation","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.animation","href":"cupertino/CupertinoRouteTransitionMixin/animation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The animation that drives the route's transition and the previous route's\nforward transition.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"barrierColor","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.barrierColor","href":"cupertino/CupertinoRouteTransitionMixin/barrierColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the modal barrier. If this is null, the barrier will\nbe transparent.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"barrierCurve","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.barrierCurve","href":"cupertino/CupertinoRouteTransitionMixin/barrierCurve.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The curve that is used for animating the modal barrier in and out.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"barrierDismissible","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.barrierDismissible","href":"cupertino/CupertinoRouteTransitionMixin/barrierDismissible.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether you can dismiss this route by tapping the modal barrier.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"barrierLabel","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.barrierLabel","href":"cupertino/CupertinoRouteTransitionMixin/barrierLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantic label used for a dismissible barrier.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"buildContent","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.buildContent","href":"cupertino/CupertinoRouteTransitionMixin/buildContent.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Builds the primary contents of the route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"buildModalBarrier","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.buildModalBarrier","href":"cupertino/CupertinoRouteTransitionMixin/buildModalBarrier.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Build the barrier for this ModalRoute, subclasses can override\nthis method to create their own barrier with customized features such as\ncolor or accessibility focus size.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"buildPage","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.buildPage","href":"cupertino/CupertinoRouteTransitionMixin/buildPage.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Override this method to build the primary content of this route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"buildPageTransitions","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.buildPageTransitions","href":"cupertino/CupertinoRouteTransitionMixin/buildPageTransitions.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns a CupertinoFullscreenDialogTransition if route is a full\nscreen dialog, otherwise a CupertinoPageTransition is returned.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"buildTransitions","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.buildTransitions","href":"cupertino/CupertinoRouteTransitionMixin/buildTransitions.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Override this method to wrap the child with one or more transition\nwidgets that define how the route arrives on and leaves the screen.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"canPop","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.canPop","href":"cupertino/CupertinoRouteTransitionMixin/canPop.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this route can be popped.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"canTransitionFrom","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.canTransitionFrom","href":"cupertino/CupertinoRouteTransitionMixin/canTransitionFrom.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Returns true if previousRoute should animate when this route\nis pushed on top of it or when then this route is popped off of it.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"canTransitionTo","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.canTransitionTo","href":"cupertino/CupertinoRouteTransitionMixin/canTransitionTo.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Returns true if this route supports a transition animation that runs\nwhen nextRoute is pushed on top of it or when nextRoute is popped\noff of it.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"changedExternalState","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.changedExternalState","href":"cupertino/CupertinoRouteTransitionMixin/changedExternalState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called whenever the Navigator has updated in some manner that might\naffect routes, to indicate that the route may wish to rebuild as well.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"changedInternalState","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.changedInternalState","href":"cupertino/CupertinoRouteTransitionMixin/changedInternalState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called whenever the internal state of the route has changed.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"completed","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.completed","href":"cupertino/CupertinoRouteTransitionMixin/completed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"This future completes only once the transition itself has finished, after\nthe overlay entries have been removed from the navigator's overlay.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"controller","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.controller","href":"cupertino/CupertinoRouteTransitionMixin/controller.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The animation controller that the route uses to drive the transitions.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"createAnimation","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.createAnimation","href":"cupertino/CupertinoRouteTransitionMixin/createAnimation.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Called to create the animation that exposes the current progress of\nthe transition controlled by the animation controller created by\ncreateAnimationController().","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"createAnimationController","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.createAnimationController","href":"cupertino/CupertinoRouteTransitionMixin/createAnimationController.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Called to create the animation controller that will drive the transitions to\nthis route from the previous one, and back to the previous route from this\none.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"createOverlayEntries","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.createOverlayEntries","href":"cupertino/CupertinoRouteTransitionMixin/createOverlayEntries.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Subclasses should override this getter to return the builders for the overlay.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"createSimulation","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.createSimulation","href":"cupertino/CupertinoRouteTransitionMixin/createSimulation.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Creates the simulation that drives the transition animation for this route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"currentResult","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.currentResult","href":"cupertino/CupertinoRouteTransitionMixin/currentResult.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"When this route is popped (see Navigator.pop) if the result isn't\nspecified or if it's null, this value will be used instead.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"debugLabel","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.debugLabel","href":"cupertino/CupertinoRouteTransitionMixin/debugLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A short description of this route useful for debugging.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"debugTransitionCompleted","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.debugTransitionCompleted","href":"cupertino/CupertinoRouteTransitionMixin/debugTransitionCompleted.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns true if the transition has completed.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"delegatedTransition","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.delegatedTransition","href":"cupertino/CupertinoRouteTransitionMixin/delegatedTransition.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The DelegatedTransitionBuilder provided to the route below this one in the\nnavigation stack.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"didAdd","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.didAdd","href":"cupertino/CupertinoRouteTransitionMixin/didAdd.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Called after install when the route is added to the navigator.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"didChangeNext","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.didChangeNext","href":"cupertino/CupertinoRouteTransitionMixin/didChangeNext.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"This route's next route has changed to the given new route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"didChangePrevious","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.didChangePrevious","href":"cupertino/CupertinoRouteTransitionMixin/didChangePrevious.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"This route's previous route has changed to the given new route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"didComplete","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.didComplete","href":"cupertino/CupertinoRouteTransitionMixin/didComplete.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The route was popped or is otherwise being removed somewhat gracefully.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"didPop","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.didPop","href":"cupertino/CupertinoRouteTransitionMixin/didPop.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"A request was made to pop this route. If the route can handle it\ninternally (e.g. because it has its own stack of internal state) then\nreturn false, otherwise return true (by returning the value of calling\nsuper.didPop). Returning false will prevent the default behavior of\nNavigatorState.pop.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"didPopNext","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.didPopNext","href":"cupertino/CupertinoRouteTransitionMixin/didPopNext.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"The given route, which was above this one, has been popped off the\nnavigator.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"didPush","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.didPush","href":"cupertino/CupertinoRouteTransitionMixin/didPush.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Called after install when the route is pushed onto the navigator.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"didReplace","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.didReplace","href":"cupertino/CupertinoRouteTransitionMixin/didReplace.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called after install when the route replaced another in the navigator.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"directionalTraversalEdgeBehavior","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.directionalTraversalEdgeBehavior","href":"cupertino/CupertinoRouteTransitionMixin/directionalTraversalEdgeBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls the directional transfer of focus beyond the first and the last\nitems of a FocusScopeNode.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"dispose","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.dispose","href":"cupertino/CupertinoRouteTransitionMixin/dispose.html","kind":10,"overriddenDepth":3,"packageRank":0,"desc":"Discards any resources used by the object.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"filter","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.filter","href":"cupertino/CupertinoRouteTransitionMixin/filter.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The filter to add to the barrier.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"finishedWhenPopped","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.finishedWhenPopped","href":"cupertino/CupertinoRouteTransitionMixin/finishedWhenPopped.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls whether didPop calls NavigatorState.finalizeRoute.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"fullscreenDialog","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.fullscreenDialog","href":"cupertino/CupertinoRouteTransitionMixin/fullscreenDialog.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this page route is a full-screen dialog.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"handleCancelBackGesture","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.handleCancelBackGesture","href":"cupertino/CupertinoRouteTransitionMixin/handleCancelBackGesture.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Handles a predictive back gesture ending in cancellation.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"handleCommitBackGesture","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.handleCommitBackGesture","href":"cupertino/CupertinoRouteTransitionMixin/handleCommitBackGesture.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Handles a predictive back gesture ending successfully.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"handleStartBackGesture","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.handleStartBackGesture","href":"cupertino/CupertinoRouteTransitionMixin/handleStartBackGesture.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Handles a predictive back gesture starting.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"handleUpdateBackGestureProgress","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.handleUpdateBackGestureProgress","href":"cupertino/CupertinoRouteTransitionMixin/handleUpdateBackGestureProgress.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Handles a predictive back gesture updating as the user drags across the\nscreen.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"hasActiveRouteBelow","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.hasActiveRouteBelow","href":"cupertino/CupertinoRouteTransitionMixin/hasActiveRouteBelow.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether there is at least one active route underneath this route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"hasScopedWillPopCallback","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.hasScopedWillPopCallback","href":"cupertino/CupertinoRouteTransitionMixin/hasScopedWillPopCallback.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"True if one or more WillPopCallback callbacks exist.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"hashCode","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.hashCode","href":"cupertino/CupertinoRouteTransitionMixin/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The hash code for this object.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"impliesAppBarDismissal","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.impliesAppBarDismissal","href":"cupertino/CupertinoRouteTransitionMixin/impliesAppBarDismissal.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether an AppBar in the route should automatically add a back button or\nclose button.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"install","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.install","href":"cupertino/CupertinoRouteTransitionMixin/install.html","kind":10,"overriddenDepth":3,"packageRank":0,"desc":"Called when the route is inserted into the navigator.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"isActive","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.isActive","href":"cupertino/CupertinoRouteTransitionMixin/isActive.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this route is on the navigator.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"isCurrent","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.isCurrent","href":"cupertino/CupertinoRouteTransitionMixin/isCurrent.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this route is the top-most route on the navigator.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"isFirst","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.isFirst","href":"cupertino/CupertinoRouteTransitionMixin/isFirst.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this route is the bottom-most active route on the navigator.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"kTransitionDuration","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.kTransitionDuration","href":"cupertino/CupertinoRouteTransitionMixin/kTransitionDuration-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The duration of the page transition.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"maintainState","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.maintainState","href":"cupertino/CupertinoRouteTransitionMixin/maintainState.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the route should remain in memory when it is inactive.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"navigator","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.navigator","href":"cupertino/CupertinoRouteTransitionMixin/navigator.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The navigator that the route is in, if any.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"noSuchMethod","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.noSuchMethod","href":"cupertino/CupertinoRouteTransitionMixin/noSuchMethod.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Invoked when a nonexistent method or property is accessed.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"offstage","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.offstage","href":"cupertino/CupertinoRouteTransitionMixin/offstage.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this route is currently offstage.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"onPopInvoked","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.onPopInvoked","href":"cupertino/CupertinoRouteTransitionMixin/onPopInvoked.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Called after a route pop was handled.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"onPopInvokedWithResult","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.onPopInvokedWithResult","href":"cupertino/CupertinoRouteTransitionMixin/onPopInvokedWithResult.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called after a route pop was handled.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"opaque","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.opaque","href":"cupertino/CupertinoRouteTransitionMixin/opaque.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the route obscures previous routes when the transition is complete.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"operator ==","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.operator ==","href":"cupertino/CupertinoRouteTransitionMixin/operator_equals.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The equality operator.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"overlayEntries","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.overlayEntries","href":"cupertino/CupertinoRouteTransitionMixin/overlayEntries.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The overlay entries of this route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"popDisposition","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.popDisposition","href":"cupertino/CupertinoRouteTransitionMixin/popDisposition.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Returns RoutePopDisposition.doNotPop if any of the PopEntry instances\nregistered with registerPopEntry have PopEntry.canPopNotifier set to\nfalse.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"popGestureEnabled","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.popGestureEnabled","href":"cupertino/CupertinoRouteTransitionMixin/popGestureEnabled.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether a pop gesture can be started by the user for this route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"popGestureInProgress","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.popGestureInProgress","href":"cupertino/CupertinoRouteTransitionMixin/popGestureInProgress.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"True if a back gesture (iOS-style back swipe or Android predictive back)\nis currently underway for this route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"popped","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.popped","href":"cupertino/CupertinoRouteTransitionMixin/popped.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A future that completes when this route is popped off the navigator.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"previousTitle","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.previousTitle","href":"cupertino/CupertinoRouteTransitionMixin/previousTitle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The title string of the previous CupertinoPageRoute.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"receivedTransition","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.receivedTransition","href":"cupertino/CupertinoRouteTransitionMixin/receivedTransition.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The DelegatedTransitionBuilder received from the route above this one in\nthe navigation stack.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"registerPopEntry","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.registerPopEntry","href":"cupertino/CupertinoRouteTransitionMixin/registerPopEntry.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Registers the existence of a PopEntry in the route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"removeLocalHistoryEntry","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.removeLocalHistoryEntry","href":"cupertino/CupertinoRouteTransitionMixin/removeLocalHistoryEntry.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Remove a local history entry from this route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"removeScopedWillPopCallback","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.removeScopedWillPopCallback","href":"cupertino/CupertinoRouteTransitionMixin/removeScopedWillPopCallback.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Remove one of the callbacks run by willPop.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"requestFocus","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.requestFocus","href":"cupertino/CupertinoRouteTransitionMixin/requestFocus.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"When the route state is updated, request focus if the current route is at the top.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"restorationScopeId","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.restorationScopeId","href":"cupertino/CupertinoRouteTransitionMixin/restorationScopeId.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The restoration scope ID to be used for the RestorationScope surrounding\nthis route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"reverseTransitionDuration","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.reverseTransitionDuration","href":"cupertino/CupertinoRouteTransitionMixin/reverseTransitionDuration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The duration the transition going in reverse.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"runtimeType","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.runtimeType","href":"cupertino/CupertinoRouteTransitionMixin/runtimeType.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A representation of the runtime type of the object.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"secondaryAnimation","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.secondaryAnimation","href":"cupertino/CupertinoRouteTransitionMixin/secondaryAnimation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The animation for the route being pushed on top of this route. This\nanimation lets this route coordinate with the entrance and exit transition\nof route pushed on top of this route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"semanticsDismissible","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.semanticsDismissible","href":"cupertino/CupertinoRouteTransitionMixin/semanticsDismissible.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the semantics of the modal barrier are included in the\nsemantics tree.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"setState","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.setState","href":"cupertino/CupertinoRouteTransitionMixin/setState.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Schedule a call to buildTransitions.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"settings","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.settings","href":"cupertino/CupertinoRouteTransitionMixin/settings.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The settings for this route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"subtreeContext","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.subtreeContext","href":"cupertino/CupertinoRouteTransitionMixin/subtreeContext.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The build context for the subtree containing the primary content of this route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"title","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.title","href":"cupertino/CupertinoRouteTransitionMixin/title.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A title string for this route.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"toString","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.toString","href":"cupertino/CupertinoRouteTransitionMixin/toString.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"A string representation of this object.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"transitionDuration","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.transitionDuration","href":"cupertino/CupertinoRouteTransitionMixin/transitionDuration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The duration the transition going forwards.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"traversalEdgeBehavior","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.traversalEdgeBehavior","href":"cupertino/CupertinoRouteTransitionMixin/traversalEdgeBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls the transfer of focus beyond the first and the last items of a\nFocusScopeNode.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"unregisterPopEntry","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.unregisterPopEntry","href":"cupertino/CupertinoRouteTransitionMixin/unregisterPopEntry.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Unregisters a PopEntry in the route's widget subtree.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"willDisposeAnimationController","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.willDisposeAnimationController","href":"cupertino/CupertinoRouteTransitionMixin/willDisposeAnimationController.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to takeover the controller created by createAnimationController.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"willHandlePopInternally","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.willHandlePopInternally","href":"cupertino/CupertinoRouteTransitionMixin/willHandlePopInternally.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether calling didPop would return false.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"willPop","qualifiedName":"cupertino.CupertinoRouteTransitionMixin.willPop","href":"cupertino/CupertinoRouteTransitionMixin/willPop.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns RoutePopDisposition.doNotPop if any of callbacks added with\naddScopedWillPopCallback returns either false or null. If they all\nreturn true, the base Route.willPop's result will be returned. The\ncallbacks will be called in the order they were added, and will only be\ncalled if all previous callbacks returned true.","enclosedBy":{"name":"CupertinoRouteTransitionMixin","kind":11,"href":"cupertino/CupertinoRouteTransitionMixin-mixin.html"}},{"name":"CupertinoScrollBehavior","qualifiedName":"cupertino.CupertinoScrollBehavior","href":"cupertino/CupertinoScrollBehavior-class.html","kind":3,"packageRank":0,"desc":"Describes how Scrollable widgets behave for CupertinoApps.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoScrollBehavior.new","qualifiedName":"cupertino.CupertinoScrollBehavior.CupertinoScrollBehavior.new","href":"cupertino/CupertinoScrollBehavior/CupertinoScrollBehavior.html","kind":2,"packageRank":0,"desc":"Creates a CupertinoScrollBehavior that uses BouncingScrollPhysics and\nadds CupertinoScrollbars on desktop platforms.","enclosedBy":{"name":"CupertinoScrollBehavior","kind":3,"href":"cupertino/CupertinoScrollBehavior-class.html"}},{"name":"buildOverscrollIndicator","qualifiedName":"cupertino.CupertinoScrollBehavior.buildOverscrollIndicator","href":"cupertino/CupertinoScrollBehavior/buildOverscrollIndicator.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Applies a GlowingOverscrollIndicator to the child widget on\nTargetPlatform.android and TargetPlatform.fuchsia.","enclosedBy":{"name":"CupertinoScrollBehavior","kind":3,"href":"cupertino/CupertinoScrollBehavior-class.html"}},{"name":"buildScrollbar","qualifiedName":"cupertino.CupertinoScrollBehavior.buildScrollbar","href":"cupertino/CupertinoScrollBehavior/buildScrollbar.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Applies a RawScrollbar to the child widget on desktop platforms.","enclosedBy":{"name":"CupertinoScrollBehavior","kind":3,"href":"cupertino/CupertinoScrollBehavior-class.html"}},{"name":"getMultitouchDragStrategy","qualifiedName":"cupertino.CupertinoScrollBehavior.getMultitouchDragStrategy","href":"cupertino/CupertinoScrollBehavior/getMultitouchDragStrategy.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Configure the multi-finger drag strategy on multi-touch devices.","enclosedBy":{"name":"CupertinoScrollBehavior","kind":3,"href":"cupertino/CupertinoScrollBehavior-class.html"}},{"name":"getScrollPhysics","qualifiedName":"cupertino.CupertinoScrollBehavior.getScrollPhysics","href":"cupertino/CupertinoScrollBehavior/getScrollPhysics.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"The scroll physics to use for the platform given by getPlatform.","enclosedBy":{"name":"CupertinoScrollBehavior","kind":3,"href":"cupertino/CupertinoScrollBehavior-class.html"}},{"name":"CupertinoScrollbar","qualifiedName":"cupertino.CupertinoScrollbar","href":"cupertino/CupertinoScrollbar-class.html","kind":3,"packageRank":0,"desc":"An iOS style scrollbar.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoScrollbar.new","qualifiedName":"cupertino.CupertinoScrollbar.CupertinoScrollbar.new","href":"cupertino/CupertinoScrollbar/CupertinoScrollbar.html","kind":2,"packageRank":0,"desc":"Creates an iOS style scrollbar that wraps the given child.","enclosedBy":{"name":"CupertinoScrollbar","kind":3,"href":"cupertino/CupertinoScrollbar-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoScrollbar.createState","href":"cupertino/CupertinoScrollbar/createState.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoScrollbar","kind":3,"href":"cupertino/CupertinoScrollbar-class.html"}},{"name":"defaultRadius","qualifiedName":"cupertino.CupertinoScrollbar.defaultRadius","href":"cupertino/CupertinoScrollbar/defaultRadius-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Default value for radius if it's not specified in CupertinoScrollbar.","enclosedBy":{"name":"CupertinoScrollbar","kind":3,"href":"cupertino/CupertinoScrollbar-class.html"}},{"name":"defaultRadiusWhileDragging","qualifiedName":"cupertino.CupertinoScrollbar.defaultRadiusWhileDragging","href":"cupertino/CupertinoScrollbar/defaultRadiusWhileDragging-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Default value for radiusWhileDragging if it's not specified in\nCupertinoScrollbar.","enclosedBy":{"name":"CupertinoScrollbar","kind":3,"href":"cupertino/CupertinoScrollbar-class.html"}},{"name":"defaultThickness","qualifiedName":"cupertino.CupertinoScrollbar.defaultThickness","href":"cupertino/CupertinoScrollbar/defaultThickness-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Default value for thickness if it's not specified in CupertinoScrollbar.","enclosedBy":{"name":"CupertinoScrollbar","kind":3,"href":"cupertino/CupertinoScrollbar-class.html"}},{"name":"defaultThicknessWhileDragging","qualifiedName":"cupertino.CupertinoScrollbar.defaultThicknessWhileDragging","href":"cupertino/CupertinoScrollbar/defaultThicknessWhileDragging-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Default value for thicknessWhileDragging if it's not specified in\nCupertinoScrollbar.","enclosedBy":{"name":"CupertinoScrollbar","kind":3,"href":"cupertino/CupertinoScrollbar-class.html"}},{"name":"radiusWhileDragging","qualifiedName":"cupertino.CupertinoScrollbar.radiusWhileDragging","href":"cupertino/CupertinoScrollbar/radiusWhileDragging.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The radius of the scrollbar edges when the scrollbar is being dragged by\nthe user.","enclosedBy":{"name":"CupertinoScrollbar","kind":3,"href":"cupertino/CupertinoScrollbar-class.html"}},{"name":"thicknessWhileDragging","qualifiedName":"cupertino.CupertinoScrollbar.thicknessWhileDragging","href":"cupertino/CupertinoScrollbar/thicknessWhileDragging.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The thickness of the scrollbar when it's being dragged by the user.","enclosedBy":{"name":"CupertinoScrollbar","kind":3,"href":"cupertino/CupertinoScrollbar-class.html"}},{"name":"CupertinoSearchTextField","qualifiedName":"cupertino.CupertinoSearchTextField","href":"cupertino/CupertinoSearchTextField-class.html","kind":3,"packageRank":0,"desc":"A CupertinoTextField that mimics the look and behavior of UIKit's\nUISearchTextField.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoSearchTextField.new","qualifiedName":"cupertino.CupertinoSearchTextField.CupertinoSearchTextField.new","href":"cupertino/CupertinoSearchTextField/CupertinoSearchTextField.html","kind":2,"packageRank":0,"desc":"Creates a CupertinoTextField that mimics the look and behavior of\nUIKit's UISearchTextField.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"autocorrect","qualifiedName":"cupertino.CupertinoSearchTextField.autocorrect","href":"cupertino/CupertinoSearchTextField/autocorrect.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to enable autocorrection.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"autofocus","qualifiedName":"cupertino.CupertinoSearchTextField.autofocus","href":"cupertino/CupertinoSearchTextField/autofocus.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this text field should focus itself if nothing else is already\nfocused.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoSearchTextField.backgroundColor","href":"cupertino/CupertinoSearchTextField/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Set the decoration property's background color.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"borderRadius","qualifiedName":"cupertino.CupertinoSearchTextField.borderRadius","href":"cupertino/CupertinoSearchTextField/borderRadius.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the decoration property's border radius.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"controller","qualifiedName":"cupertino.CupertinoSearchTextField.controller","href":"cupertino/CupertinoSearchTextField/controller.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls the text being edited.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoSearchTextField.createState","href":"cupertino/CupertinoSearchTextField/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"cursorColor","qualifiedName":"cupertino.CupertinoSearchTextField.cursorColor","href":"cupertino/CupertinoSearchTextField/cursorColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when painting the cursor.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"cursorHeight","qualifiedName":"cupertino.CupertinoSearchTextField.cursorHeight","href":"cupertino/CupertinoSearchTextField/cursorHeight.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"How tall the cursor will be.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"cursorOpacityAnimates","qualifiedName":"cupertino.CupertinoSearchTextField.cursorOpacityAnimates","href":"cupertino/CupertinoSearchTextField/cursorOpacityAnimates.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the cursor will animate from fully transparent to fully opaque\nduring each cursor blink.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"cursorRadius","qualifiedName":"cupertino.CupertinoSearchTextField.cursorRadius","href":"cupertino/CupertinoSearchTextField/cursorRadius.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"How rounded the corners of the cursor should be.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"cursorWidth","qualifiedName":"cupertino.CupertinoSearchTextField.cursorWidth","href":"cupertino/CupertinoSearchTextField/cursorWidth.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"How thick the cursor will be.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"decoration","qualifiedName":"cupertino.CupertinoSearchTextField.decoration","href":"cupertino/CupertinoSearchTextField/decoration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the decoration for the text field.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"enableIMEPersonalizedLearning","qualifiedName":"cupertino.CupertinoSearchTextField.enableIMEPersonalizedLearning","href":"cupertino/CupertinoSearchTextField/enableIMEPersonalizedLearning.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to enable that the IME update personalized data such as typing\nhistory and user dictionary data.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"enabled","qualifiedName":"cupertino.CupertinoSearchTextField.enabled","href":"cupertino/CupertinoSearchTextField/enabled.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Disables the text field when false.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"focusNode","qualifiedName":"cupertino.CupertinoSearchTextField.focusNode","href":"cupertino/CupertinoSearchTextField/focusNode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional focus node to use as the focus node for this widget.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"itemColor","qualifiedName":"cupertino.CupertinoSearchTextField.itemColor","href":"cupertino/CupertinoSearchTextField/itemColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the color for the suffix and prefix icons.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"itemSize","qualifiedName":"cupertino.CupertinoSearchTextField.itemSize","href":"cupertino/CupertinoSearchTextField/itemSize.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the base icon size for the suffix and prefix icons.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"keyboardType","qualifiedName":"cupertino.CupertinoSearchTextField.keyboardType","href":"cupertino/CupertinoSearchTextField/keyboardType.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The keyboard type for this search field.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"onChanged","qualifiedName":"cupertino.CupertinoSearchTextField.onChanged","href":"cupertino/CupertinoSearchTextField/onChanged.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Invoked upon user input.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"onSubmitted","qualifiedName":"cupertino.CupertinoSearchTextField.onSubmitted","href":"cupertino/CupertinoSearchTextField/onSubmitted.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Invoked upon keyboard submission.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"onSuffixTap","qualifiedName":"cupertino.CupertinoSearchTextField.onSuffixTap","href":"cupertino/CupertinoSearchTextField/onSuffixTap.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the X-Mark (suffix) action.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"onTap","qualifiedName":"cupertino.CupertinoSearchTextField.onTap","href":"cupertino/CupertinoSearchTextField/onTap.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called for the first tap in a series of taps.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"padding","qualifiedName":"cupertino.CupertinoSearchTextField.padding","href":"cupertino/CupertinoSearchTextField/padding.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the padding insets for the text and placeholder.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"placeholder","qualifiedName":"cupertino.CupertinoSearchTextField.placeholder","href":"cupertino/CupertinoSearchTextField/placeholder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A hint placeholder text that appears when the text entry is empty.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"placeholderStyle","qualifiedName":"cupertino.CupertinoSearchTextField.placeholderStyle","href":"cupertino/CupertinoSearchTextField/placeholderStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the style of the placeholder of the text field.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"prefixIcon","qualifiedName":"cupertino.CupertinoSearchTextField.prefixIcon","href":"cupertino/CupertinoSearchTextField/prefixIcon.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets a prefix widget.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"prefixInsets","qualifiedName":"cupertino.CupertinoSearchTextField.prefixInsets","href":"cupertino/CupertinoSearchTextField/prefixInsets.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the padding insets for the suffix.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"restorationId","qualifiedName":"cupertino.CupertinoSearchTextField.restorationId","href":"cupertino/CupertinoSearchTextField/restorationId.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Restoration ID to save and restore the state of the text field.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"smartDashesType","qualifiedName":"cupertino.CupertinoSearchTextField.smartDashesType","href":"cupertino/CupertinoSearchTextField/smartDashesType.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to allow the platform to automatically format dashes.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"smartQuotesType","qualifiedName":"cupertino.CupertinoSearchTextField.smartQuotesType","href":"cupertino/CupertinoSearchTextField/smartQuotesType.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to allow the platform to automatically format quotes.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"style","qualifiedName":"cupertino.CupertinoSearchTextField.style","href":"cupertino/CupertinoSearchTextField/style.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Allows changing the style of the text.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"suffixIcon","qualifiedName":"cupertino.CupertinoSearchTextField.suffixIcon","href":"cupertino/CupertinoSearchTextField/suffixIcon.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the suffix widget's icon.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"suffixInsets","qualifiedName":"cupertino.CupertinoSearchTextField.suffixInsets","href":"cupertino/CupertinoSearchTextField/suffixInsets.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Sets the padding insets for the prefix.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"suffixMode","qualifiedName":"cupertino.CupertinoSearchTextField.suffixMode","href":"cupertino/CupertinoSearchTextField/suffixMode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Dictates when the X-Mark (suffix) should be visible.","enclosedBy":{"name":"CupertinoSearchTextField","kind":3,"href":"cupertino/CupertinoSearchTextField-class.html"}},{"name":"CupertinoSegmentedControl","qualifiedName":"cupertino.CupertinoSegmentedControl","href":"cupertino/CupertinoSegmentedControl-class.html","kind":3,"packageRank":0,"desc":"An iOS-style segmented control.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoSegmentedControl.new","qualifiedName":"cupertino.CupertinoSegmentedControl.CupertinoSegmentedControl.new","href":"cupertino/CupertinoSegmentedControl/CupertinoSegmentedControl.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style segmented control bar.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"borderColor","qualifiedName":"cupertino.CupertinoSegmentedControl.borderColor","href":"cupertino/CupertinoSegmentedControl/borderColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color used as the border around each widget.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"children","qualifiedName":"cupertino.CupertinoSegmentedControl.children","href":"cupertino/CupertinoSegmentedControl/children.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The identifying keys and corresponding widget values in the\nsegmented control.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoSegmentedControl.createState","href":"cupertino/CupertinoSegmentedControl/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"disabledChildren","qualifiedName":"cupertino.CupertinoSegmentedControl.disabledChildren","href":"cupertino/CupertinoSegmentedControl/disabledChildren.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The set of identifying keys that correspond to the segments that should be disabled.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"disabledColor","qualifiedName":"cupertino.CupertinoSegmentedControl.disabledColor","href":"cupertino/CupertinoSegmentedControl/disabledColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color used to fill the background of the segment when it is disabled.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"disabledTextColor","qualifiedName":"cupertino.CupertinoSegmentedControl.disabledTextColor","href":"cupertino/CupertinoSegmentedControl/disabledTextColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color used for the text of the segment when it is disabled.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"groupValue","qualifiedName":"cupertino.CupertinoSegmentedControl.groupValue","href":"cupertino/CupertinoSegmentedControl/groupValue.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The identifier of the widget that is currently selected.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"onValueChanged","qualifiedName":"cupertino.CupertinoSegmentedControl.onValueChanged","href":"cupertino/CupertinoSegmentedControl/onValueChanged.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The callback that is called when a new option is tapped.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"padding","qualifiedName":"cupertino.CupertinoSegmentedControl.padding","href":"cupertino/CupertinoSegmentedControl/padding.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The CupertinoSegmentedControl will be placed inside this padding.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"pressedColor","qualifiedName":"cupertino.CupertinoSegmentedControl.pressedColor","href":"cupertino/CupertinoSegmentedControl/pressedColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color used to fill the background of the widget the user is\ntemporarily interacting with through a long press or drag.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"selectedColor","qualifiedName":"cupertino.CupertinoSegmentedControl.selectedColor","href":"cupertino/CupertinoSegmentedControl/selectedColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color used to fill the background of the selected widget and as the text\ncolor of unselected widgets.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"unselectedColor","qualifiedName":"cupertino.CupertinoSegmentedControl.unselectedColor","href":"cupertino/CupertinoSegmentedControl/unselectedColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color used to fill the backgrounds of unselected widgets and as the\ntext color of the selected widget.","enclosedBy":{"name":"CupertinoSegmentedControl","kind":3,"href":"cupertino/CupertinoSegmentedControl-class.html"}},{"name":"CupertinoSheetRoute","qualifiedName":"cupertino.CupertinoSheetRoute","href":"cupertino/CupertinoSheetRoute-class.html","kind":3,"packageRank":0,"desc":"Route for displaying an iOS sheet styled page.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoSheetRoute.new","qualifiedName":"cupertino.CupertinoSheetRoute.CupertinoSheetRoute.new","href":"cupertino/CupertinoSheetRoute/CupertinoSheetRoute.html","kind":2,"packageRank":0,"desc":"Creates a page route that displays an iOS styled sheet.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"barrierColor","qualifiedName":"cupertino.CupertinoSheetRoute.barrierColor","href":"cupertino/CupertinoSheetRoute/barrierColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the modal barrier. If this is null, the barrier will\nbe transparent.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"barrierDismissible","qualifiedName":"cupertino.CupertinoSheetRoute.barrierDismissible","href":"cupertino/CupertinoSheetRoute/barrierDismissible.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether you can dismiss this route by tapping the modal barrier.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"barrierLabel","qualifiedName":"cupertino.CupertinoSheetRoute.barrierLabel","href":"cupertino/CupertinoSheetRoute/barrierLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantic label used for a dismissible barrier.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"buildContent","qualifiedName":"cupertino.CupertinoSheetRoute.buildContent","href":"cupertino/CupertinoSheetRoute/buildContent.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Builds the primary contents of the route.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"buildPage","qualifiedName":"cupertino.CupertinoSheetRoute.buildPage","href":"cupertino/CupertinoSheetRoute/buildPage.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Override this method to build the primary content of this route.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"buildTransitions","qualifiedName":"cupertino.CupertinoSheetRoute.buildTransitions","href":"cupertino/CupertinoSheetRoute/buildTransitions.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Override this method to wrap the child with one or more transition\nwidgets that define how the route arrives on and leaves the screen.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"builder","qualifiedName":"cupertino.CupertinoSheetRoute.builder","href":"cupertino/CupertinoSheetRoute/builder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Builds the primary contents of the sheet route.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"canTransitionFrom","qualifiedName":"cupertino.CupertinoSheetRoute.canTransitionFrom","href":"cupertino/CupertinoSheetRoute/canTransitionFrom.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Returns true if previousRoute should animate when this route\nis pushed on top of it or when then this route is popped off of it.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"canTransitionTo","qualifiedName":"cupertino.CupertinoSheetRoute.canTransitionTo","href":"cupertino/CupertinoSheetRoute/canTransitionTo.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Returns true if this route supports a transition animation that runs\nwhen nextRoute is pushed on top of it or when nextRoute is popped\noff of it.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"delegatedTransition","qualifiedName":"cupertino.CupertinoSheetRoute.delegatedTransition","href":"cupertino/CupertinoSheetRoute/delegatedTransition.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The DelegatedTransitionBuilder provided to the route below this one in the\nnavigation stack.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"enableDrag","qualifiedName":"cupertino.CupertinoSheetRoute.enableDrag","href":"cupertino/CupertinoSheetRoute/enableDrag.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Determines whether the content can be dragged.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"hasParentSheet","qualifiedName":"cupertino.CupertinoSheetRoute.hasParentSheet","href":"cupertino/CupertinoSheetRoute/hasParentSheet.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Checks if a Cupertino sheet view exists in the widget tree above the current\ncontext.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"maintainState","qualifiedName":"cupertino.CupertinoSheetRoute.maintainState","href":"cupertino/CupertinoSheetRoute/maintainState.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the route should remain in memory when it is inactive.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"opaque","qualifiedName":"cupertino.CupertinoSheetRoute.opaque","href":"cupertino/CupertinoSheetRoute/opaque.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the route obscures previous routes when the transition is complete.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"popSheet","qualifiedName":"cupertino.CupertinoSheetRoute.popSheet","href":"cupertino/CupertinoSheetRoute/popSheet.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Pops the entire CupertinoSheetRoute, if a sheet route exists in the stack.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"showDragHandle","qualifiedName":"cupertino.CupertinoSheetRoute.showDragHandle","href":"cupertino/CupertinoSheetRoute/showDragHandle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Shows a drag handle at the top of the sheet.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"topGap","qualifiedName":"cupertino.CupertinoSheetRoute.topGap","href":"cupertino/CupertinoSheetRoute/topGap.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The gap between the top of the screen and the top of the sheet as a ratio\nof the screen height.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"transitionDuration","qualifiedName":"cupertino.CupertinoSheetRoute.transitionDuration","href":"cupertino/CupertinoSheetRoute/transitionDuration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The duration the transition going forwards.","enclosedBy":{"name":"CupertinoSheetRoute","kind":3,"href":"cupertino/CupertinoSheetRoute-class.html"}},{"name":"CupertinoSheetTransition","qualifiedName":"cupertino.CupertinoSheetTransition","href":"cupertino/CupertinoSheetTransition-class.html","kind":3,"packageRank":0,"desc":"Provides an iOS-style sheet transition.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoSheetTransition.new","qualifiedName":"cupertino.CupertinoSheetTransition.CupertinoSheetTransition.new","href":"cupertino/CupertinoSheetTransition/CupertinoSheetTransition.html","kind":2,"packageRank":0,"desc":"Creates an iOS style sheet transition.","enclosedBy":{"name":"CupertinoSheetTransition","kind":3,"href":"cupertino/CupertinoSheetTransition-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoSheetTransition.child","href":"cupertino/CupertinoSheetTransition/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The widget below this widget in the tree.","enclosedBy":{"name":"CupertinoSheetTransition","kind":3,"href":"cupertino/CupertinoSheetTransition-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoSheetTransition.createState","href":"cupertino/CupertinoSheetTransition/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoSheetTransition","kind":3,"href":"cupertino/CupertinoSheetTransition-class.html"}},{"name":"delegateTransition","qualifiedName":"cupertino.CupertinoSheetTransition.delegateTransition","href":"cupertino/CupertinoSheetTransition/delegateTransition.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The primary delegated transition. Will slide a non CupertinoSheetRoute page down.","enclosedBy":{"name":"CupertinoSheetTransition","kind":3,"href":"cupertino/CupertinoSheetTransition-class.html"}},{"name":"linearTransition","qualifiedName":"cupertino.CupertinoSheetTransition.linearTransition","href":"cupertino/CupertinoSheetTransition/linearTransition.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to perform the transition linearly.","enclosedBy":{"name":"CupertinoSheetTransition","kind":3,"href":"cupertino/CupertinoSheetTransition-class.html"}},{"name":"primaryRouteAnimation","qualifiedName":"cupertino.CupertinoSheetTransition.primaryRouteAnimation","href":"cupertino/CupertinoSheetTransition/primaryRouteAnimation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"primaryRouteAnimation is a linear route animation from 0.0 to 1.0 when\nthis screen is being pushed.","enclosedBy":{"name":"CupertinoSheetTransition","kind":3,"href":"cupertino/CupertinoSheetTransition-class.html"}},{"name":"secondaryRouteAnimation","qualifiedName":"cupertino.CupertinoSheetTransition.secondaryRouteAnimation","href":"cupertino/CupertinoSheetTransition/secondaryRouteAnimation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"secondaryRouteAnimation is a linear route animation from 0.0 to 1.0 when\nanother screen is being pushed on top of this one.","enclosedBy":{"name":"CupertinoSheetTransition","kind":3,"href":"cupertino/CupertinoSheetTransition-class.html"}},{"name":"topGap","qualifiedName":"cupertino.CupertinoSheetTransition.topGap","href":"cupertino/CupertinoSheetTransition/topGap.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The gap between the top of the screen and the top of the sheet as a ratio\nof the screen height.","enclosedBy":{"name":"CupertinoSheetTransition","kind":3,"href":"cupertino/CupertinoSheetTransition-class.html"}},{"name":"CupertinoSlider","qualifiedName":"cupertino.CupertinoSlider","href":"cupertino/CupertinoSlider-class.html","kind":3,"packageRank":0,"desc":"An iOS-style slider.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoSlider.new","qualifiedName":"cupertino.CupertinoSlider.CupertinoSlider.new","href":"cupertino/CupertinoSlider/CupertinoSlider.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style slider.","enclosedBy":{"name":"CupertinoSlider","kind":3,"href":"cupertino/CupertinoSlider-class.html"}},{"name":"activeColor","qualifiedName":"cupertino.CupertinoSlider.activeColor","href":"cupertino/CupertinoSlider/activeColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the portion of the slider that has been selected.","enclosedBy":{"name":"CupertinoSlider","kind":3,"href":"cupertino/CupertinoSlider-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoSlider.createState","href":"cupertino/CupertinoSlider/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoSlider","kind":3,"href":"cupertino/CupertinoSlider-class.html"}},{"name":"debugFillProperties","qualifiedName":"cupertino.CupertinoSlider.debugFillProperties","href":"cupertino/CupertinoSlider/debugFillProperties.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Add additional properties associated with the node.","enclosedBy":{"name":"CupertinoSlider","kind":3,"href":"cupertino/CupertinoSlider-class.html"}},{"name":"divisions","qualifiedName":"cupertino.CupertinoSlider.divisions","href":"cupertino/CupertinoSlider/divisions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The number of discrete divisions.","enclosedBy":{"name":"CupertinoSlider","kind":3,"href":"cupertino/CupertinoSlider-class.html"}},{"name":"max","qualifiedName":"cupertino.CupertinoSlider.max","href":"cupertino/CupertinoSlider/max.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The maximum value the user can select.","enclosedBy":{"name":"CupertinoSlider","kind":3,"href":"cupertino/CupertinoSlider-class.html"}},{"name":"min","qualifiedName":"cupertino.CupertinoSlider.min","href":"cupertino/CupertinoSlider/min.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The minimum value the user can select.","enclosedBy":{"name":"CupertinoSlider","kind":3,"href":"cupertino/CupertinoSlider-class.html"}},{"name":"onChangeEnd","qualifiedName":"cupertino.CupertinoSlider.onChangeEnd","href":"cupertino/CupertinoSlider/onChangeEnd.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the user is done selecting a new value for the slider.","enclosedBy":{"name":"CupertinoSlider","kind":3,"href":"cupertino/CupertinoSlider-class.html"}},{"name":"onChangeStart","qualifiedName":"cupertino.CupertinoSlider.onChangeStart","href":"cupertino/CupertinoSlider/onChangeStart.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the user starts selecting a new value for the slider.","enclosedBy":{"name":"CupertinoSlider","kind":3,"href":"cupertino/CupertinoSlider-class.html"}},{"name":"onChanged","qualifiedName":"cupertino.CupertinoSlider.onChanged","href":"cupertino/CupertinoSlider/onChanged.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the user selects a new value for the slider.","enclosedBy":{"name":"CupertinoSlider","kind":3,"href":"cupertino/CupertinoSlider-class.html"}},{"name":"thumbColor","qualifiedName":"cupertino.CupertinoSlider.thumbColor","href":"cupertino/CupertinoSlider/thumbColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the thumb of the slider.","enclosedBy":{"name":"CupertinoSlider","kind":3,"href":"cupertino/CupertinoSlider-class.html"}},{"name":"value","qualifiedName":"cupertino.CupertinoSlider.value","href":"cupertino/CupertinoSlider/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The currently selected value for this slider.","enclosedBy":{"name":"CupertinoSlider","kind":3,"href":"cupertino/CupertinoSlider-class.html"}},{"name":"CupertinoSlidingSegmentedControl","qualifiedName":"cupertino.CupertinoSlidingSegmentedControl","href":"cupertino/CupertinoSlidingSegmentedControl-class.html","kind":3,"packageRank":0,"desc":"An iOS 13 style segmented control.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoSlidingSegmentedControl.new","qualifiedName":"cupertino.CupertinoSlidingSegmentedControl.CupertinoSlidingSegmentedControl.new","href":"cupertino/CupertinoSlidingSegmentedControl/CupertinoSlidingSegmentedControl.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style segmented control bar.","enclosedBy":{"name":"CupertinoSlidingSegmentedControl","kind":3,"href":"cupertino/CupertinoSlidingSegmentedControl-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoSlidingSegmentedControl.backgroundColor","href":"cupertino/CupertinoSlidingSegmentedControl/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color used to paint the rounded rect behind the children and the separators.","enclosedBy":{"name":"CupertinoSlidingSegmentedControl","kind":3,"href":"cupertino/CupertinoSlidingSegmentedControl-class.html"}},{"name":"children","qualifiedName":"cupertino.CupertinoSlidingSegmentedControl.children","href":"cupertino/CupertinoSlidingSegmentedControl/children.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The identifying keys and corresponding widget values in the\nsegmented control.","enclosedBy":{"name":"CupertinoSlidingSegmentedControl","kind":3,"href":"cupertino/CupertinoSlidingSegmentedControl-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoSlidingSegmentedControl.createState","href":"cupertino/CupertinoSlidingSegmentedControl/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoSlidingSegmentedControl","kind":3,"href":"cupertino/CupertinoSlidingSegmentedControl-class.html"}},{"name":"disabledChildren","qualifiedName":"cupertino.CupertinoSlidingSegmentedControl.disabledChildren","href":"cupertino/CupertinoSlidingSegmentedControl/disabledChildren.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The set of identifying keys that correspond to the segments that should be\ndisabled.","enclosedBy":{"name":"CupertinoSlidingSegmentedControl","kind":3,"href":"cupertino/CupertinoSlidingSegmentedControl-class.html"}},{"name":"groupValue","qualifiedName":"cupertino.CupertinoSlidingSegmentedControl.groupValue","href":"cupertino/CupertinoSlidingSegmentedControl/groupValue.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The identifier of the widget that is currently selected.","enclosedBy":{"name":"CupertinoSlidingSegmentedControl","kind":3,"href":"cupertino/CupertinoSlidingSegmentedControl-class.html"}},{"name":"isMomentary","qualifiedName":"cupertino.CupertinoSlidingSegmentedControl.isMomentary","href":"cupertino/CupertinoSlidingSegmentedControl/isMomentary.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Determines whether segments provide only momentary feedback when pressed\nrather than maintaining a persistent selected state.","enclosedBy":{"name":"CupertinoSlidingSegmentedControl","kind":3,"href":"cupertino/CupertinoSlidingSegmentedControl-class.html"}},{"name":"onValueChanged","qualifiedName":"cupertino.CupertinoSlidingSegmentedControl.onValueChanged","href":"cupertino/CupertinoSlidingSegmentedControl/onValueChanged.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The callback that is called when a new option is tapped.","enclosedBy":{"name":"CupertinoSlidingSegmentedControl","kind":3,"href":"cupertino/CupertinoSlidingSegmentedControl-class.html"}},{"name":"padding","qualifiedName":"cupertino.CupertinoSlidingSegmentedControl.padding","href":"cupertino/CupertinoSlidingSegmentedControl/padding.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The amount of space by which to inset the children.","enclosedBy":{"name":"CupertinoSlidingSegmentedControl","kind":3,"href":"cupertino/CupertinoSlidingSegmentedControl-class.html"}},{"name":"proportionalWidth","qualifiedName":"cupertino.CupertinoSlidingSegmentedControl.proportionalWidth","href":"cupertino/CupertinoSlidingSegmentedControl/proportionalWidth.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Determine whether segments have proportional widths based on their content.","enclosedBy":{"name":"CupertinoSlidingSegmentedControl","kind":3,"href":"cupertino/CupertinoSlidingSegmentedControl-class.html"}},{"name":"thumbColor","qualifiedName":"cupertino.CupertinoSlidingSegmentedControl.thumbColor","href":"cupertino/CupertinoSlidingSegmentedControl/thumbColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color used to paint the interior of the thumb that appears behind the\ncurrently selected item.","enclosedBy":{"name":"CupertinoSlidingSegmentedControl","kind":3,"href":"cupertino/CupertinoSlidingSegmentedControl-class.html"}},{"name":"CupertinoSliverNavigationBar","qualifiedName":"cupertino.CupertinoSliverNavigationBar","href":"cupertino/CupertinoSliverNavigationBar-class.html","kind":3,"packageRank":0,"desc":"An iOS-styled navigation bar with iOS-11-style large titles using slivers.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoSliverNavigationBar.new","qualifiedName":"cupertino.CupertinoSliverNavigationBar.CupertinoSliverNavigationBar.new","href":"cupertino/CupertinoSliverNavigationBar/CupertinoSliverNavigationBar.html","kind":2,"packageRank":0,"desc":"Creates a navigation bar for scrolling lists.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"CupertinoSliverNavigationBar.search","qualifiedName":"cupertino.CupertinoSliverNavigationBar.CupertinoSliverNavigationBar.search","href":"cupertino/CupertinoSliverNavigationBar/CupertinoSliverNavigationBar.search.html","kind":2,"packageRank":0,"desc":"A navigation bar for scrolling lists that integrates a provided search\nfield directly into the navigation bar.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"alwaysShowMiddle","qualifiedName":"cupertino.CupertinoSliverNavigationBar.alwaysShowMiddle","href":"cupertino/CupertinoSliverNavigationBar/alwaysShowMiddle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls whether middle widget should always be visible (even in\nexpanded state).","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"automaticBackgroundVisibility","qualifiedName":"cupertino.CupertinoSliverNavigationBar.automaticBackgroundVisibility","href":"cupertino/CupertinoSliverNavigationBar/automaticBackgroundVisibility.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the navigation bar appears transparent when no content is scrolled under.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"automaticallyImplyLeading","qualifiedName":"cupertino.CupertinoSliverNavigationBar.automaticallyImplyLeading","href":"cupertino/CupertinoSliverNavigationBar/automaticallyImplyLeading.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls whether we should try to imply the leading widget if null.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"automaticallyImplyTitle","qualifiedName":"cupertino.CupertinoSliverNavigationBar.automaticallyImplyTitle","href":"cupertino/CupertinoSliverNavigationBar/automaticallyImplyTitle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls whether we should try to imply the largeTitle widget if null.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoSliverNavigationBar.backgroundColor","href":"cupertino/CupertinoSliverNavigationBar/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The background color of the navigation bar. If it contains transparency, the\ntab bar will automatically produce a blurring effect to the content\nbehind it. This behavior can be disabled by setting enableBackgroundFilterBlur\nto false.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"border","qualifiedName":"cupertino.CupertinoSliverNavigationBar.border","href":"cupertino/CupertinoSliverNavigationBar/border.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The border of the navigation bar. By default renders a single pixel bottom border side.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"bottom","qualifiedName":"cupertino.CupertinoSliverNavigationBar.bottom","href":"cupertino/CupertinoSliverNavigationBar/bottom.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A widget to place at the bottom of the large title or static navigation\nbar if there is no large title.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"bottomMode","qualifiedName":"cupertino.CupertinoSliverNavigationBar.bottomMode","href":"cupertino/CupertinoSliverNavigationBar/bottomMode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Modes that determine how to display the navigation bar's bottom, or the\nsearch field in a CupertinoSliverNavigationBar.search.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"brightness","qualifiedName":"cupertino.CupertinoSliverNavigationBar.brightness","href":"cupertino/CupertinoSliverNavigationBar/brightness.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The brightness of the specified backgroundColor.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoSliverNavigationBar.createState","href":"cupertino/CupertinoSliverNavigationBar/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"enableBackgroundFilterBlur","qualifiedName":"cupertino.CupertinoSliverNavigationBar.enableBackgroundFilterBlur","href":"cupertino/CupertinoSliverNavigationBar/enableBackgroundFilterBlur.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to have a blur effect when a non-opaque background color is used.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"heroTag","qualifiedName":"cupertino.CupertinoSliverNavigationBar.heroTag","href":"cupertino/CupertinoSliverNavigationBar/heroTag.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Tag for the navigation bar's Hero widget if transitionBetweenRoutes is true.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"largeTitle","qualifiedName":"cupertino.CupertinoSliverNavigationBar.largeTitle","href":"cupertino/CupertinoSliverNavigationBar/largeTitle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The navigation bar's title.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"leading","qualifiedName":"cupertino.CupertinoSliverNavigationBar.leading","href":"cupertino/CupertinoSliverNavigationBar/leading.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Widget to place at the start of the navigation bar. Normally a back button\nfor a normal page or a cancel button for full page dialogs.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"middle","qualifiedName":"cupertino.CupertinoSliverNavigationBar.middle","href":"cupertino/CupertinoSliverNavigationBar/middle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A widget to place in the middle of the static navigation bar instead of\nthe largeTitle.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"onSearchableBottomTap","qualifiedName":"cupertino.CupertinoSliverNavigationBar.onSearchableBottomTap","href":"cupertino/CupertinoSliverNavigationBar/onSearchableBottomTap.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the search field in CupertinoSliverNavigationBar.search\nis tapped, toggling between an active and an inactive search state.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"opaque","qualifiedName":"cupertino.CupertinoSliverNavigationBar.opaque","href":"cupertino/CupertinoSliverNavigationBar/opaque.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"True if the navigation bar's background color has no transparency.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"padding","qualifiedName":"cupertino.CupertinoSliverNavigationBar.padding","href":"cupertino/CupertinoSliverNavigationBar/padding.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Padding for the contents of the navigation bar.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"previousPageTitle","qualifiedName":"cupertino.CupertinoSliverNavigationBar.previousPageTitle","href":"cupertino/CupertinoSliverNavigationBar/previousPageTitle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Manually specify the previous route's title when automatically implying\nthe leading back button.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"searchField","qualifiedName":"cupertino.CupertinoSliverNavigationBar.searchField","href":"cupertino/CupertinoSliverNavigationBar/searchField.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The search field used in CupertinoSliverNavigationBar.search.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"stretch","qualifiedName":"cupertino.CupertinoSliverNavigationBar.stretch","href":"cupertino/CupertinoSliverNavigationBar/stretch.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the nav bar should stretch to fill the over-scroll area.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"trailing","qualifiedName":"cupertino.CupertinoSliverNavigationBar.trailing","href":"cupertino/CupertinoSliverNavigationBar/trailing.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Widget to place at the end of the navigation bar. Normally additional actions\ntaken on the page such as a search or edit function.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"transitionBetweenRoutes","qualifiedName":"cupertino.CupertinoSliverNavigationBar.transitionBetweenRoutes","href":"cupertino/CupertinoSliverNavigationBar/transitionBetweenRoutes.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to transition between navigation bars.","enclosedBy":{"name":"CupertinoSliverNavigationBar","kind":3,"href":"cupertino/CupertinoSliverNavigationBar-class.html"}},{"name":"CupertinoSliverRefreshControl","qualifiedName":"cupertino.CupertinoSliverRefreshControl","href":"cupertino/CupertinoSliverRefreshControl-class.html","kind":3,"packageRank":0,"desc":"A sliver widget implementing the iOS-style pull to refresh content control.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoSliverRefreshControl.new","qualifiedName":"cupertino.CupertinoSliverRefreshControl.CupertinoSliverRefreshControl.new","href":"cupertino/CupertinoSliverRefreshControl/CupertinoSliverRefreshControl.html","kind":2,"packageRank":0,"desc":"Create a new refresh control for inserting into a list of slivers.","enclosedBy":{"name":"CupertinoSliverRefreshControl","kind":3,"href":"cupertino/CupertinoSliverRefreshControl-class.html"}},{"name":"buildRefreshIndicator","qualifiedName":"cupertino.CupertinoSliverRefreshControl.buildRefreshIndicator","href":"cupertino/CupertinoSliverRefreshControl/buildRefreshIndicator.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Builds a refresh indicator that reflects the standard iOS pull-to-refresh\nbehavior. Specifically, this entails presenting an activity indicator that\nchanges depending on the current refreshState. As the user initially drags\ndown, the indicator will gradually reveal individual ticks until the refresh\nbecomes armed. At this point, the animated activity indicator will begin rotating.\nOnce the refresh has completed, the activity indicator shrinks away as the\nspace allocation animates back to closed.","enclosedBy":{"name":"CupertinoSliverRefreshControl","kind":3,"href":"cupertino/CupertinoSliverRefreshControl-class.html"}},{"name":"builder","qualifiedName":"cupertino.CupertinoSliverRefreshControl.builder","href":"cupertino/CupertinoSliverRefreshControl/builder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A builder that's called as this sliver's size changes, and as the state\nchanges.","enclosedBy":{"name":"CupertinoSliverRefreshControl","kind":3,"href":"cupertino/CupertinoSliverRefreshControl-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoSliverRefreshControl.createState","href":"cupertino/CupertinoSliverRefreshControl/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoSliverRefreshControl","kind":3,"href":"cupertino/CupertinoSliverRefreshControl-class.html"}},{"name":"onRefresh","qualifiedName":"cupertino.CupertinoSliverRefreshControl.onRefresh","href":"cupertino/CupertinoSliverRefreshControl/onRefresh.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Callback invoked when pulled by refreshTriggerPullDistance.","enclosedBy":{"name":"CupertinoSliverRefreshControl","kind":3,"href":"cupertino/CupertinoSliverRefreshControl-class.html"}},{"name":"refreshIndicatorExtent","qualifiedName":"cupertino.CupertinoSliverRefreshControl.refreshIndicatorExtent","href":"cupertino/CupertinoSliverRefreshControl/refreshIndicatorExtent.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The amount of space the refresh indicator sliver will keep holding while\nonRefresh's Future is still running.","enclosedBy":{"name":"CupertinoSliverRefreshControl","kind":3,"href":"cupertino/CupertinoSliverRefreshControl-class.html"}},{"name":"refreshTriggerPullDistance","qualifiedName":"cupertino.CupertinoSliverRefreshControl.refreshTriggerPullDistance","href":"cupertino/CupertinoSliverRefreshControl/refreshTriggerPullDistance.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The amount of overscroll the scrollable must be dragged to trigger a reload.","enclosedBy":{"name":"CupertinoSliverRefreshControl","kind":3,"href":"cupertino/CupertinoSliverRefreshControl-class.html"}},{"name":"state","qualifiedName":"cupertino.CupertinoSliverRefreshControl.state","href":"cupertino/CupertinoSliverRefreshControl/state.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Retrieve the current state of the CupertinoSliverRefreshControl. The same as the\nstate that gets passed into the builder function. Used for testing.","enclosedBy":{"name":"CupertinoSliverRefreshControl","kind":3,"href":"cupertino/CupertinoSliverRefreshControl-class.html"}},{"name":"CupertinoSpellCheckSuggestionsToolbar","qualifiedName":"cupertino.CupertinoSpellCheckSuggestionsToolbar","href":"cupertino/CupertinoSpellCheckSuggestionsToolbar-class.html","kind":3,"packageRank":0,"desc":"The default spell check suggestions toolbar for iOS.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoSpellCheckSuggestionsToolbar.editableText","qualifiedName":"cupertino.CupertinoSpellCheckSuggestionsToolbar.CupertinoSpellCheckSuggestionsToolbar.editableText","href":"cupertino/CupertinoSpellCheckSuggestionsToolbar/CupertinoSpellCheckSuggestionsToolbar.editableText.html","kind":2,"packageRank":0,"desc":"Constructs a CupertinoSpellCheckSuggestionsToolbar with the default\nchildren for an EditableText.","enclosedBy":{"name":"CupertinoSpellCheckSuggestionsToolbar","kind":3,"href":"cupertino/CupertinoSpellCheckSuggestionsToolbar-class.html"}},{"name":"CupertinoSpellCheckSuggestionsToolbar.new","qualifiedName":"cupertino.CupertinoSpellCheckSuggestionsToolbar.CupertinoSpellCheckSuggestionsToolbar.new","href":"cupertino/CupertinoSpellCheckSuggestionsToolbar/CupertinoSpellCheckSuggestionsToolbar.html","kind":2,"packageRank":0,"desc":"Constructs a CupertinoSpellCheckSuggestionsToolbar.","enclosedBy":{"name":"CupertinoSpellCheckSuggestionsToolbar","kind":3,"href":"cupertino/CupertinoSpellCheckSuggestionsToolbar-class.html"}},{"name":"anchors","qualifiedName":"cupertino.CupertinoSpellCheckSuggestionsToolbar.anchors","href":"cupertino/CupertinoSpellCheckSuggestionsToolbar/anchors.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The location on which to anchor the menu.","enclosedBy":{"name":"CupertinoSpellCheckSuggestionsToolbar","kind":3,"href":"cupertino/CupertinoSpellCheckSuggestionsToolbar-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoSpellCheckSuggestionsToolbar.build","href":"cupertino/CupertinoSpellCheckSuggestionsToolbar/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoSpellCheckSuggestionsToolbar","kind":3,"href":"cupertino/CupertinoSpellCheckSuggestionsToolbar-class.html"}},{"name":"buildButtonItems","qualifiedName":"cupertino.CupertinoSpellCheckSuggestionsToolbar.buildButtonItems","href":"cupertino/CupertinoSpellCheckSuggestionsToolbar/buildButtonItems.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Builds the button items for the toolbar based on the available\nspell check suggestions.","enclosedBy":{"name":"CupertinoSpellCheckSuggestionsToolbar","kind":3,"href":"cupertino/CupertinoSpellCheckSuggestionsToolbar-class.html"}},{"name":"buttonItems","qualifiedName":"cupertino.CupertinoSpellCheckSuggestionsToolbar.buttonItems","href":"cupertino/CupertinoSpellCheckSuggestionsToolbar/buttonItems.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The ContextMenuButtonItems that will be turned into the correct button\nwidgets and displayed in the spell check suggestions toolbar.","enclosedBy":{"name":"CupertinoSpellCheckSuggestionsToolbar","kind":3,"href":"cupertino/CupertinoSpellCheckSuggestionsToolbar-class.html"}},{"name":"CupertinoSwitch","qualifiedName":"cupertino.CupertinoSwitch","href":"cupertino/CupertinoSwitch-class.html","kind":3,"packageRank":0,"desc":"An iOS-style switch.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoSwitch.new","qualifiedName":"cupertino.CupertinoSwitch.CupertinoSwitch.new","href":"cupertino/CupertinoSwitch/CupertinoSwitch.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style switch.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"activeColor","qualifiedName":"cupertino.CupertinoSwitch.activeColor","href":"cupertino/CupertinoSwitch/activeColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the track when the switch is on.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"activeThumbImage","qualifiedName":"cupertino.CupertinoSwitch.activeThumbImage","href":"cupertino/CupertinoSwitch/activeThumbImage.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An image to use on the thumb of this switch when the switch is on.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"activeTrackColor","qualifiedName":"cupertino.CupertinoSwitch.activeTrackColor","href":"cupertino/CupertinoSwitch/activeTrackColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the track when the switch is on.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"applyTheme","qualifiedName":"cupertino.CupertinoSwitch.applyTheme","href":"cupertino/CupertinoSwitch/applyTheme.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to apply the ambient CupertinoThemeData.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"autofocus","qualifiedName":"cupertino.CupertinoSwitch.autofocus","href":"cupertino/CupertinoSwitch/autofocus.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"True if this widget will be selected as the initial focus when no other\nnode in its scope is currently focused.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoSwitch.createState","href":"cupertino/CupertinoSwitch/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"debugFillProperties","qualifiedName":"cupertino.CupertinoSwitch.debugFillProperties","href":"cupertino/CupertinoSwitch/debugFillProperties.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Add additional properties associated with the node.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"dragStartBehavior","qualifiedName":"cupertino.CupertinoSwitch.dragStartBehavior","href":"cupertino/CupertinoSwitch/dragStartBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Determines the way that drag start behavior is handled.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"focusColor","qualifiedName":"cupertino.CupertinoSwitch.focusColor","href":"cupertino/CupertinoSwitch/focusColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the focus highlight for keyboard interactions.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"focusNode","qualifiedName":"cupertino.CupertinoSwitch.focusNode","href":"cupertino/CupertinoSwitch/focusNode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional focus node to use as the focus node for this widget.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"inactiveThumbColor","qualifiedName":"cupertino.CupertinoSwitch.inactiveThumbColor","href":"cupertino/CupertinoSwitch/inactiveThumbColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use on the thumb when the switch is off.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"inactiveThumbImage","qualifiedName":"cupertino.CupertinoSwitch.inactiveThumbImage","href":"cupertino/CupertinoSwitch/inactiveThumbImage.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An image to use on the thumb of this switch when the switch is off.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"inactiveTrackColor","qualifiedName":"cupertino.CupertinoSwitch.inactiveTrackColor","href":"cupertino/CupertinoSwitch/inactiveTrackColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the track when the switch is off.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"mouseCursor","qualifiedName":"cupertino.CupertinoSwitch.mouseCursor","href":"cupertino/CupertinoSwitch/mouseCursor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The cursor for a mouse pointer when it enters or is hovering over the\nwidget.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"offLabelColor","qualifiedName":"cupertino.CupertinoSwitch.offLabelColor","href":"cupertino/CupertinoSwitch/offLabelColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the accessibility label when the switch is off.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"onActiveThumbImageError","qualifiedName":"cupertino.CupertinoSwitch.onActiveThumbImageError","href":"cupertino/CupertinoSwitch/onActiveThumbImageError.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional error callback for errors emitted when loading\nactiveThumbImage.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"onChanged","qualifiedName":"cupertino.CupertinoSwitch.onChanged","href":"cupertino/CupertinoSwitch/onChanged.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the user toggles the switch on or off.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"onFocusChange","qualifiedName":"cupertino.CupertinoSwitch.onFocusChange","href":"cupertino/CupertinoSwitch/onFocusChange.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Handler called when the focus changes.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"onInactiveThumbImageError","qualifiedName":"cupertino.CupertinoSwitch.onInactiveThumbImageError","href":"cupertino/CupertinoSwitch/onInactiveThumbImageError.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional error callback for errors emitted when loading\ninactiveThumbImage.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"onLabelColor","qualifiedName":"cupertino.CupertinoSwitch.onLabelColor","href":"cupertino/CupertinoSwitch/onLabelColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the accessibility label when the switch is on.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"thumbColor","qualifiedName":"cupertino.CupertinoSwitch.thumbColor","href":"cupertino/CupertinoSwitch/thumbColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the thumb when the switch is on.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"thumbIcon","qualifiedName":"cupertino.CupertinoSwitch.thumbIcon","href":"cupertino/CupertinoSwitch/thumbIcon.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The icon to use on the thumb of this switch.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"trackColor","qualifiedName":"cupertino.CupertinoSwitch.trackColor","href":"cupertino/CupertinoSwitch/trackColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use for the track when the switch is off.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"trackOutlineColor","qualifiedName":"cupertino.CupertinoSwitch.trackOutlineColor","href":"cupertino/CupertinoSwitch/trackOutlineColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The outline color of this CupertinoSwitch's track.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"trackOutlineWidth","qualifiedName":"cupertino.CupertinoSwitch.trackOutlineWidth","href":"cupertino/CupertinoSwitch/trackOutlineWidth.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The outline width of this CupertinoSwitch's track.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"value","qualifiedName":"cupertino.CupertinoSwitch.value","href":"cupertino/CupertinoSwitch/value.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this switch is on or off.","enclosedBy":{"name":"CupertinoSwitch","kind":3,"href":"cupertino/CupertinoSwitch-class.html"}},{"name":"CupertinoTabBar","qualifiedName":"cupertino.CupertinoTabBar","href":"cupertino/CupertinoTabBar-class.html","kind":3,"packageRank":0,"desc":"An iOS-styled bottom navigation tab bar.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTabBar.new","qualifiedName":"cupertino.CupertinoTabBar.CupertinoTabBar.new","href":"cupertino/CupertinoTabBar/CupertinoTabBar.html","kind":2,"packageRank":0,"desc":"Creates a tab bar in the iOS style.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"activeColor","qualifiedName":"cupertino.CupertinoTabBar.activeColor","href":"cupertino/CupertinoTabBar/activeColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The foreground color of the icon and title for the BottomNavigationBarItem\nof the selected tab.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoTabBar.backgroundColor","href":"cupertino/CupertinoTabBar/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The background color of the tab bar. If it contains transparency, the\ntab bar will automatically produce a blurring effect to the content\nbehind it.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"border","qualifiedName":"cupertino.CupertinoTabBar.border","href":"cupertino/CupertinoTabBar/border.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The border of the CupertinoTabBar.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoTabBar.build","href":"cupertino/CupertinoTabBar/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"copyWith","qualifiedName":"cupertino.CupertinoTabBar.copyWith","href":"cupertino/CupertinoTabBar/copyWith.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Create a clone of the current CupertinoTabBar but with provided\nparameters overridden.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"currentIndex","qualifiedName":"cupertino.CupertinoTabBar.currentIndex","href":"cupertino/CupertinoTabBar/currentIndex.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The index into items of the current active item.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"height","qualifiedName":"cupertino.CupertinoTabBar.height","href":"cupertino/CupertinoTabBar/height.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The height of the CupertinoTabBar.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"iconSize","qualifiedName":"cupertino.CupertinoTabBar.iconSize","href":"cupertino/CupertinoTabBar/iconSize.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The size of all of the BottomNavigationBarItem icons.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"inactiveColor","qualifiedName":"cupertino.CupertinoTabBar.inactiveColor","href":"cupertino/CupertinoTabBar/inactiveColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The foreground color of the icon and title for the BottomNavigationBarItems\nin the unselected state.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"items","qualifiedName":"cupertino.CupertinoTabBar.items","href":"cupertino/CupertinoTabBar/items.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The interactive items laid out within the bottom navigation bar.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"onTap","qualifiedName":"cupertino.CupertinoTabBar.onTap","href":"cupertino/CupertinoTabBar/onTap.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The callback that is called when a item is tapped.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"opaque","qualifiedName":"cupertino.CupertinoTabBar.opaque","href":"cupertino/CupertinoTabBar/opaque.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Indicates whether the tab bar is fully opaque or can have contents behind\nit show through it.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"preferredSize","qualifiedName":"cupertino.CupertinoTabBar.preferredSize","href":"cupertino/CupertinoTabBar/preferredSize.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The size this widget would prefer if it were otherwise unconstrained.","enclosedBy":{"name":"CupertinoTabBar","kind":3,"href":"cupertino/CupertinoTabBar-class.html"}},{"name":"CupertinoTabController","qualifiedName":"cupertino.CupertinoTabController","href":"cupertino/CupertinoTabController-class.html","kind":3,"packageRank":0,"desc":"Coordinates tab selection between a CupertinoTabBar and a CupertinoTabScaffold.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTabController.new","qualifiedName":"cupertino.CupertinoTabController.CupertinoTabController.new","href":"cupertino/CupertinoTabController/CupertinoTabController.html","kind":2,"packageRank":0,"desc":"Creates a CupertinoTabController to control the tab index of CupertinoTabScaffold\nand CupertinoTabBar.","enclosedBy":{"name":"CupertinoTabController","kind":3,"href":"cupertino/CupertinoTabController-class.html"}},{"name":"dispose","qualifiedName":"cupertino.CupertinoTabController.dispose","href":"cupertino/CupertinoTabController/dispose.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Discards any resources used by the object. After this is called, the\nobject is not in a usable state and should be discarded (calls to\naddListener will throw after the object is disposed).","enclosedBy":{"name":"CupertinoTabController","kind":3,"href":"cupertino/CupertinoTabController-class.html"}},{"name":"index","qualifiedName":"cupertino.CupertinoTabController.index","href":"cupertino/CupertinoTabController/index.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The index of the currently selected tab.","enclosedBy":{"name":"CupertinoTabController","kind":3,"href":"cupertino/CupertinoTabController-class.html"}},{"name":"CupertinoTabScaffold","qualifiedName":"cupertino.CupertinoTabScaffold","href":"cupertino/CupertinoTabScaffold-class.html","kind":3,"packageRank":0,"desc":"Implements a tabbed iOS application's root layout and behavior structure.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTabScaffold.new","qualifiedName":"cupertino.CupertinoTabScaffold.CupertinoTabScaffold.new","href":"cupertino/CupertinoTabScaffold/CupertinoTabScaffold.html","kind":2,"packageRank":0,"desc":"Creates a layout for applications with a tab bar at the bottom.","enclosedBy":{"name":"CupertinoTabScaffold","kind":3,"href":"cupertino/CupertinoTabScaffold-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoTabScaffold.backgroundColor","href":"cupertino/CupertinoTabScaffold/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color of the widget that underlies the entire scaffold.","enclosedBy":{"name":"CupertinoTabScaffold","kind":3,"href":"cupertino/CupertinoTabScaffold-class.html"}},{"name":"controller","qualifiedName":"cupertino.CupertinoTabScaffold.controller","href":"cupertino/CupertinoTabScaffold/controller.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls the currently selected tab index of the tabBar, as well as the\nactive tab index of the tabBuilder. Providing a different controller\nwill also update the scaffold's current active index to the new controller's\nindex value.","enclosedBy":{"name":"CupertinoTabScaffold","kind":3,"href":"cupertino/CupertinoTabScaffold-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoTabScaffold.createState","href":"cupertino/CupertinoTabScaffold/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoTabScaffold","kind":3,"href":"cupertino/CupertinoTabScaffold-class.html"}},{"name":"resizeToAvoidBottomInset","qualifiedName":"cupertino.CupertinoTabScaffold.resizeToAvoidBottomInset","href":"cupertino/CupertinoTabScaffold/resizeToAvoidBottomInset.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the body should size itself to avoid the window's bottom inset.","enclosedBy":{"name":"CupertinoTabScaffold","kind":3,"href":"cupertino/CupertinoTabScaffold-class.html"}},{"name":"restorationId","qualifiedName":"cupertino.CupertinoTabScaffold.restorationId","href":"cupertino/CupertinoTabScaffold/restorationId.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Restoration ID to save and restore the state of the CupertinoTabScaffold.","enclosedBy":{"name":"CupertinoTabScaffold","kind":3,"href":"cupertino/CupertinoTabScaffold-class.html"}},{"name":"tabBar","qualifiedName":"cupertino.CupertinoTabScaffold.tabBar","href":"cupertino/CupertinoTabScaffold/tabBar.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The tabBar is a CupertinoTabBar drawn at the bottom of the screen\nthat lets the user switch between different tabs in the main content area\nwhen present.","enclosedBy":{"name":"CupertinoTabScaffold","kind":3,"href":"cupertino/CupertinoTabScaffold-class.html"}},{"name":"tabBuilder","qualifiedName":"cupertino.CupertinoTabScaffold.tabBuilder","href":"cupertino/CupertinoTabScaffold/tabBuilder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An IndexedWidgetBuilder that's called when tabs become active.","enclosedBy":{"name":"CupertinoTabScaffold","kind":3,"href":"cupertino/CupertinoTabScaffold-class.html"}},{"name":"CupertinoTabView","qualifiedName":"cupertino.CupertinoTabView","href":"cupertino/CupertinoTabView-class.html","kind":3,"packageRank":0,"desc":"A single tab view with its own Navigator state and history.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTabView.new","qualifiedName":"cupertino.CupertinoTabView.CupertinoTabView.new","href":"cupertino/CupertinoTabView/CupertinoTabView.html","kind":2,"packageRank":0,"desc":"Creates the content area for a tab in a CupertinoTabScaffold.","enclosedBy":{"name":"CupertinoTabView","kind":3,"href":"cupertino/CupertinoTabView-class.html"}},{"name":"builder","qualifiedName":"cupertino.CupertinoTabView.builder","href":"cupertino/CupertinoTabView/builder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The widget builder for the default route of the tab view\n(Navigator.defaultRouteName, which is /).","enclosedBy":{"name":"CupertinoTabView","kind":3,"href":"cupertino/CupertinoTabView-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoTabView.createState","href":"cupertino/CupertinoTabView/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoTabView","kind":3,"href":"cupertino/CupertinoTabView-class.html"}},{"name":"defaultTitle","qualifiedName":"cupertino.CupertinoTabView.defaultTitle","href":"cupertino/CupertinoTabView/defaultTitle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The title of the default route.","enclosedBy":{"name":"CupertinoTabView","kind":3,"href":"cupertino/CupertinoTabView-class.html"}},{"name":"navigatorKey","qualifiedName":"cupertino.CupertinoTabView.navigatorKey","href":"cupertino/CupertinoTabView/navigatorKey.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A key to use when building this widget's Navigator.","enclosedBy":{"name":"CupertinoTabView","kind":3,"href":"cupertino/CupertinoTabView-class.html"}},{"name":"navigatorObservers","qualifiedName":"cupertino.CupertinoTabView.navigatorObservers","href":"cupertino/CupertinoTabView/navigatorObservers.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The list of observers for the Navigator created in this tab view.","enclosedBy":{"name":"CupertinoTabView","kind":3,"href":"cupertino/CupertinoTabView-class.html"}},{"name":"onGenerateRoute","qualifiedName":"cupertino.CupertinoTabView.onGenerateRoute","href":"cupertino/CupertinoTabView/onGenerateRoute.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The route generator callback used when the tab view is navigated to a named route.","enclosedBy":{"name":"CupertinoTabView","kind":3,"href":"cupertino/CupertinoTabView-class.html"}},{"name":"onUnknownRoute","qualifiedName":"cupertino.CupertinoTabView.onUnknownRoute","href":"cupertino/CupertinoTabView/onUnknownRoute.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when onGenerateRoute also fails to generate a route.","enclosedBy":{"name":"CupertinoTabView","kind":3,"href":"cupertino/CupertinoTabView-class.html"}},{"name":"restorationScopeId","qualifiedName":"cupertino.CupertinoTabView.restorationScopeId","href":"cupertino/CupertinoTabView/restorationScopeId.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Restoration ID to save and restore the state of the Navigator built by\nthis CupertinoTabView.","enclosedBy":{"name":"CupertinoTabView","kind":3,"href":"cupertino/CupertinoTabView-class.html"}},{"name":"routes","qualifiedName":"cupertino.CupertinoTabView.routes","href":"cupertino/CupertinoTabView/routes.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"This tab view's routing table.","enclosedBy":{"name":"CupertinoTabView","kind":3,"href":"cupertino/CupertinoTabView-class.html"}},{"name":"CupertinoTextField","qualifiedName":"cupertino.CupertinoTextField","href":"cupertino/CupertinoTextField-class.html","kind":3,"packageRank":0,"desc":"An iOS-style text field.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTextField.borderless","qualifiedName":"cupertino.CupertinoTextField.CupertinoTextField.borderless","href":"cupertino/CupertinoTextField/CupertinoTextField.borderless.html","kind":2,"packageRank":0,"desc":"Creates a borderless iOS-style text field.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"CupertinoTextField.new","qualifiedName":"cupertino.CupertinoTextField.CupertinoTextField.new","href":"cupertino/CupertinoTextField/CupertinoTextField.html","kind":2,"packageRank":0,"desc":"Creates an iOS-style text field.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"autocorrect","qualifiedName":"cupertino.CupertinoTextField.autocorrect","href":"cupertino/CupertinoTextField/autocorrect.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to enable autocorrection.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"autofillHints","qualifiedName":"cupertino.CupertinoTextField.autofillHints","href":"cupertino/CupertinoTextField/autofillHints.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A list of strings that helps the autofill service identify the type of this\ntext input.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"autofocus","qualifiedName":"cupertino.CupertinoTextField.autofocus","href":"cupertino/CupertinoTextField/autofocus.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this text field should focus itself if nothing else is already\nfocused.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"clearButtonMode","qualifiedName":"cupertino.CupertinoTextField.clearButtonMode","href":"cupertino/CupertinoTextField/clearButtonMode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Show an iOS-style clear button to clear the current text entry.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"clearButtonSemanticLabel","qualifiedName":"cupertino.CupertinoTextField.clearButtonSemanticLabel","href":"cupertino/CupertinoTextField/clearButtonSemanticLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantic label for the clear button used by screen readers.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"clipBehavior","qualifiedName":"cupertino.CupertinoTextField.clipBehavior","href":"cupertino/CupertinoTextField/clipBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The content will be clipped (or not) according to this option.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"contentInsertionConfiguration","qualifiedName":"cupertino.CupertinoTextField.contentInsertionConfiguration","href":"cupertino/CupertinoTextField/contentInsertionConfiguration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Configuration of handler for media content inserted via the system input\nmethod.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"contextMenuBuilder","qualifiedName":"cupertino.CupertinoTextField.contextMenuBuilder","href":"cupertino/CupertinoTextField/contextMenuBuilder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Builds the text selection toolbar when requested by the user.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"controller","qualifiedName":"cupertino.CupertinoTextField.controller","href":"cupertino/CupertinoTextField/controller.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls the text being edited.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoTextField.createState","href":"cupertino/CupertinoTextField/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"crossAxisAlignment","qualifiedName":"cupertino.CupertinoTextField.crossAxisAlignment","href":"cupertino/CupertinoTextField/crossAxisAlignment.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls the vertical alignment of the prefix and the suffix widget in relation to content.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"cupertinoMisspelledTextStyle","qualifiedName":"cupertino.CupertinoTextField.cupertinoMisspelledTextStyle","href":"cupertino/CupertinoTextField/cupertinoMisspelledTextStyle-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The TextStyle used to indicate misspelled words in the Cupertino style.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"cursorColor","qualifiedName":"cupertino.CupertinoTextField.cursorColor","href":"cupertino/CupertinoTextField/cursorColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color to use when painting the cursor.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"cursorHeight","qualifiedName":"cupertino.CupertinoTextField.cursorHeight","href":"cupertino/CupertinoTextField/cursorHeight.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"How tall the cursor will be.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"cursorOpacityAnimates","qualifiedName":"cupertino.CupertinoTextField.cursorOpacityAnimates","href":"cupertino/CupertinoTextField/cursorOpacityAnimates.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the cursor will animate from fully transparent to fully opaque\nduring each cursor blink.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"cursorRadius","qualifiedName":"cupertino.CupertinoTextField.cursorRadius","href":"cupertino/CupertinoTextField/cursorRadius.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"How rounded the corners of the cursor should be.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"cursorWidth","qualifiedName":"cupertino.CupertinoTextField.cursorWidth","href":"cupertino/CupertinoTextField/cursorWidth.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"How thick the cursor will be.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"debugFillProperties","qualifiedName":"cupertino.CupertinoTextField.debugFillProperties","href":"cupertino/CupertinoTextField/debugFillProperties.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Add additional properties associated with the node.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"decoration","qualifiedName":"cupertino.CupertinoTextField.decoration","href":"cupertino/CupertinoTextField/decoration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls the BoxDecoration of the box behind the text input.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"defaultSpellCheckSuggestionsToolbarBuilder","qualifiedName":"cupertino.CupertinoTextField.defaultSpellCheckSuggestionsToolbarBuilder","href":"cupertino/CupertinoTextField/defaultSpellCheckSuggestionsToolbarBuilder.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Default builder for the spell check suggestions toolbar in the Cupertino\nstyle.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"dragStartBehavior","qualifiedName":"cupertino.CupertinoTextField.dragStartBehavior","href":"cupertino/CupertinoTextField/dragStartBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Determines the way that drag start behavior is handled.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"enableIMEPersonalizedLearning","qualifiedName":"cupertino.CupertinoTextField.enableIMEPersonalizedLearning","href":"cupertino/CupertinoTextField/enableIMEPersonalizedLearning.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to enable that the IME update personalized data such as typing\nhistory and user dictionary data.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"enableInteractiveSelection","qualifiedName":"cupertino.CupertinoTextField.enableInteractiveSelection","href":"cupertino/CupertinoTextField/enableInteractiveSelection.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to enable user interface affordances for changing the\ntext selection.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"enableSuggestions","qualifiedName":"cupertino.CupertinoTextField.enableSuggestions","href":"cupertino/CupertinoTextField/enableSuggestions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to show input suggestions as the user types.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"enabled","qualifiedName":"cupertino.CupertinoTextField.enabled","href":"cupertino/CupertinoTextField/enabled.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Disables the text field when false.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"expands","qualifiedName":"cupertino.CupertinoTextField.expands","href":"cupertino/CupertinoTextField/expands.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this widget's height will be sized to fill its parent.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"focusNode","qualifiedName":"cupertino.CupertinoTextField.focusNode","href":"cupertino/CupertinoTextField/focusNode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional focus node to use as the focus node for this widget.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"groupId","qualifiedName":"cupertino.CupertinoTextField.groupId","href":"cupertino/CupertinoTextField/groupId.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The group identifier for the TextFieldTapRegion of this text field.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"inferIOSSpellCheckConfiguration","qualifiedName":"cupertino.CupertinoTextField.inferIOSSpellCheckConfiguration","href":"cupertino/CupertinoTextField/inferIOSSpellCheckConfiguration.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns a new SpellCheckConfiguration where the given configuration has\nhad any missing values replaced with their defaults for the iOS platform.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"inputFormatters","qualifiedName":"cupertino.CupertinoTextField.inputFormatters","href":"cupertino/CupertinoTextField/inputFormatters.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Optional input validation and formatting overrides.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"kMisspelledSelectionColor","qualifiedName":"cupertino.CupertinoTextField.kMisspelledSelectionColor","href":"cupertino/CupertinoTextField/kMisspelledSelectionColor-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The color of the selection highlight when the spell check menu is visible.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"keyboardAppearance","qualifiedName":"cupertino.CupertinoTextField.keyboardAppearance","href":"cupertino/CupertinoTextField/keyboardAppearance.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The appearance of the keyboard.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"keyboardType","qualifiedName":"cupertino.CupertinoTextField.keyboardType","href":"cupertino/CupertinoTextField/keyboardType.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The type of keyboard to use for editing the text.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"magnifierConfiguration","qualifiedName":"cupertino.CupertinoTextField.magnifierConfiguration","href":"cupertino/CupertinoTextField/magnifierConfiguration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Configuration for the text field magnifier.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"maxLength","qualifiedName":"cupertino.CupertinoTextField.maxLength","href":"cupertino/CupertinoTextField/maxLength.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The maximum number of characters (Unicode grapheme clusters) to allow in\nthe text field.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"maxLengthEnforcement","qualifiedName":"cupertino.CupertinoTextField.maxLengthEnforcement","href":"cupertino/CupertinoTextField/maxLengthEnforcement.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Determines how the maxLength limit should be enforced.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"maxLines","qualifiedName":"cupertino.CupertinoTextField.maxLines","href":"cupertino/CupertinoTextField/maxLines.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The maximum number of lines to show at one time, wrapping if necessary.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"minLines","qualifiedName":"cupertino.CupertinoTextField.minLines","href":"cupertino/CupertinoTextField/minLines.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The minimum number of lines to occupy when the content spans fewer lines.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"obscureText","qualifiedName":"cupertino.CupertinoTextField.obscureText","href":"cupertino/CupertinoTextField/obscureText.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to hide the text being edited (e.g., for passwords).","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"obscuringCharacter","qualifiedName":"cupertino.CupertinoTextField.obscuringCharacter","href":"cupertino/CupertinoTextField/obscuringCharacter.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Character used for obscuring text if obscureText is true.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"onChanged","qualifiedName":"cupertino.CupertinoTextField.onChanged","href":"cupertino/CupertinoTextField/onChanged.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the user initiates a change to the TextField's\nvalue: when they have inserted or deleted text.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"onEditingComplete","qualifiedName":"cupertino.CupertinoTextField.onEditingComplete","href":"cupertino/CupertinoTextField/onEditingComplete.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the user submits editable content (e.g., user presses the \"done\"\nbutton on the keyboard).","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"onSubmitted","qualifiedName":"cupertino.CupertinoTextField.onSubmitted","href":"cupertino/CupertinoTextField/onSubmitted.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the user indicates that they are done editing the text in the\nfield.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"onTap","qualifiedName":"cupertino.CupertinoTextField.onTap","href":"cupertino/CupertinoTextField/onTap.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called for the first tap in a series of taps.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"onTapOutside","qualifiedName":"cupertino.CupertinoTextField.onTapOutside","href":"cupertino/CupertinoTextField/onTapOutside.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called for each tap down that occurs outside of the TextFieldTapRegion\ngroup when the text field is focused.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"onTapUpOutside","qualifiedName":"cupertino.CupertinoTextField.onTapUpOutside","href":"cupertino/CupertinoTextField/onTapUpOutside.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called for each tap up that occurs outside of the TextFieldTapRegion\ngroup when the text field is focused.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"padding","qualifiedName":"cupertino.CupertinoTextField.padding","href":"cupertino/CupertinoTextField/padding.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Padding around the text entry area between the prefix and suffix\nor the clear button when clearButtonMode is not never.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"placeholder","qualifiedName":"cupertino.CupertinoTextField.placeholder","href":"cupertino/CupertinoTextField/placeholder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A lighter colored placeholder hint that appears on the first line of the\ntext field when the text entry is empty.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"placeholderStyle","qualifiedName":"cupertino.CupertinoTextField.placeholderStyle","href":"cupertino/CupertinoTextField/placeholderStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The style to use for the placeholder text.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"prefix","qualifiedName":"cupertino.CupertinoTextField.prefix","href":"cupertino/CupertinoTextField/prefix.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional Widget to display before the text.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"prefixMode","qualifiedName":"cupertino.CupertinoTextField.prefixMode","href":"cupertino/CupertinoTextField/prefixMode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls the visibility of the prefix widget based on the state of\ntext entry when the prefix argument is not null.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"readOnly","qualifiedName":"cupertino.CupertinoTextField.readOnly","href":"cupertino/CupertinoTextField/readOnly.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether the text can be changed.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"restorationId","qualifiedName":"cupertino.CupertinoTextField.restorationId","href":"cupertino/CupertinoTextField/restorationId.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Restoration ID to save and restore the state of the text field.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"scribbleEnabled","qualifiedName":"cupertino.CupertinoTextField.scribbleEnabled","href":"cupertino/CupertinoTextField/scribbleEnabled.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether iOS 14 Scribble features are enabled for this widget.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"scrollController","qualifiedName":"cupertino.CupertinoTextField.scrollController","href":"cupertino/CupertinoTextField/scrollController.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The ScrollController to use when vertically scrolling the input.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"scrollPadding","qualifiedName":"cupertino.CupertinoTextField.scrollPadding","href":"cupertino/CupertinoTextField/scrollPadding.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Configures the padding for the edges surrounding a Scrollable when the\ntext field scrolls into view.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"scrollPhysics","qualifiedName":"cupertino.CupertinoTextField.scrollPhysics","href":"cupertino/CupertinoTextField/scrollPhysics.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The ScrollPhysics to use when vertically scrolling the input.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"selectAllOnFocus","qualifiedName":"cupertino.CupertinoTextField.selectAllOnFocus","href":"cupertino/CupertinoTextField/selectAllOnFocus.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this field should select all text when gaining focus.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"selectionControls","qualifiedName":"cupertino.CupertinoTextField.selectionControls","href":"cupertino/CupertinoTextField/selectionControls.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Optional delegate for building the text selection handles.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"selectionEnabled","qualifiedName":"cupertino.CupertinoTextField.selectionEnabled","href":"cupertino/CupertinoTextField/selectionEnabled.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Same as enableInteractiveSelection.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"selectionHeightStyle","qualifiedName":"cupertino.CupertinoTextField.selectionHeightStyle","href":"cupertino/CupertinoTextField/selectionHeightStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls how tall the selection highlight boxes are computed to be.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"selectionWidthStyle","qualifiedName":"cupertino.CupertinoTextField.selectionWidthStyle","href":"cupertino/CupertinoTextField/selectionWidthStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls how wide the selection highlight boxes are computed to be.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"showCursor","qualifiedName":"cupertino.CupertinoTextField.showCursor","href":"cupertino/CupertinoTextField/showCursor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to show cursor.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"smartDashesType","qualifiedName":"cupertino.CupertinoTextField.smartDashesType","href":"cupertino/CupertinoTextField/smartDashesType.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to allow the platform to automatically format dashes.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"smartQuotesType","qualifiedName":"cupertino.CupertinoTextField.smartQuotesType","href":"cupertino/CupertinoTextField/smartQuotesType.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether to allow the platform to automatically format quotes.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"spellCheckConfiguration","qualifiedName":"cupertino.CupertinoTextField.spellCheckConfiguration","href":"cupertino/CupertinoTextField/spellCheckConfiguration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Configuration that details how spell check should be performed.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"strutStyle","qualifiedName":"cupertino.CupertinoTextField.strutStyle","href":"cupertino/CupertinoTextField/strutStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The strut style used for the vertical layout.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"style","qualifiedName":"cupertino.CupertinoTextField.style","href":"cupertino/CupertinoTextField/style.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The style to use for the text being edited.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"stylusHandwritingEnabled","qualifiedName":"cupertino.CupertinoTextField.stylusHandwritingEnabled","href":"cupertino/CupertinoTextField/stylusHandwritingEnabled.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Whether this input supports stylus handwriting, where the user can write\ndirectly on top of a field.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"suffix","qualifiedName":"cupertino.CupertinoTextField.suffix","href":"cupertino/CupertinoTextField/suffix.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"An optional Widget to display after the text.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"suffixMode","qualifiedName":"cupertino.CupertinoTextField.suffixMode","href":"cupertino/CupertinoTextField/suffixMode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls the visibility of the suffix widget based on the state of\ntext entry when the suffix argument is not null.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"textAlign","qualifiedName":"cupertino.CupertinoTextField.textAlign","href":"cupertino/CupertinoTextField/textAlign.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"How the text should be aligned horizontally.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"textAlignVertical","qualifiedName":"cupertino.CupertinoTextField.textAlignVertical","href":"cupertino/CupertinoTextField/textAlignVertical.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"How the text should be aligned vertically.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"textCapitalization","qualifiedName":"cupertino.CupertinoTextField.textCapitalization","href":"cupertino/CupertinoTextField/textCapitalization.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Configures how the platform keyboard will select an uppercase or\nlowercase keyboard.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"textDirection","qualifiedName":"cupertino.CupertinoTextField.textDirection","href":"cupertino/CupertinoTextField/textDirection.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The directionality of the text.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"textInputAction","qualifiedName":"cupertino.CupertinoTextField.textInputAction","href":"cupertino/CupertinoTextField/textInputAction.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The type of action button to use for the keyboard.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"toolbarOptions","qualifiedName":"cupertino.CupertinoTextField.toolbarOptions","href":"cupertino/CupertinoTextField/toolbarOptions.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Configuration of toolbar options.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"undoController","qualifiedName":"cupertino.CupertinoTextField.undoController","href":"cupertino/CupertinoTextField/undoController.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls the undo state.","enclosedBy":{"name":"CupertinoTextField","kind":3,"href":"cupertino/CupertinoTextField-class.html"}},{"name":"CupertinoTextFormFieldRow","qualifiedName":"cupertino.CupertinoTextFormFieldRow","href":"cupertino/CupertinoTextFormFieldRow-class.html","kind":3,"packageRank":0,"desc":"Creates a CupertinoFormRow containing a FormField that wraps\na CupertinoTextField.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTextFormFieldRow.new","qualifiedName":"cupertino.CupertinoTextFormFieldRow.CupertinoTextFormFieldRow.new","href":"cupertino/CupertinoTextFormFieldRow/CupertinoTextFormFieldRow.html","kind":2,"packageRank":0,"desc":"Creates a CupertinoFormRow containing a FormField that wraps\na CupertinoTextField.","enclosedBy":{"name":"CupertinoTextFormFieldRow","kind":3,"href":"cupertino/CupertinoTextFormFieldRow-class.html"}},{"name":"controller","qualifiedName":"cupertino.CupertinoTextFormFieldRow.controller","href":"cupertino/CupertinoTextFormFieldRow/controller.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Controls the text being edited.","enclosedBy":{"name":"CupertinoTextFormFieldRow","kind":3,"href":"cupertino/CupertinoTextFormFieldRow-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoTextFormFieldRow.createState","href":"cupertino/CupertinoTextFormFieldRow/createState.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoTextFormFieldRow","kind":3,"href":"cupertino/CupertinoTextFormFieldRow-class.html"}},{"name":"onChanged","qualifiedName":"cupertino.CupertinoTextFormFieldRow.onChanged","href":"cupertino/CupertinoTextFormFieldRow/onChanged.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Called when the user initiates a change to the TextField's\nvalue: when they have inserted or deleted text or reset the form.","enclosedBy":{"name":"CupertinoTextFormFieldRow","kind":3,"href":"cupertino/CupertinoTextFormFieldRow-class.html"}},{"name":"padding","qualifiedName":"cupertino.CupertinoTextFormFieldRow.padding","href":"cupertino/CupertinoTextFormFieldRow/padding.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Content padding for the row.","enclosedBy":{"name":"CupertinoTextFormFieldRow","kind":3,"href":"cupertino/CupertinoTextFormFieldRow-class.html"}},{"name":"prefix","qualifiedName":"cupertino.CupertinoTextFormFieldRow.prefix","href":"cupertino/CupertinoTextFormFieldRow/prefix.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A widget that is displayed at the start of the row.","enclosedBy":{"name":"CupertinoTextFormFieldRow","kind":3,"href":"cupertino/CupertinoTextFormFieldRow-class.html"}},{"name":"CupertinoTextMagnifier","qualifiedName":"cupertino.CupertinoTextMagnifier","href":"cupertino/CupertinoTextMagnifier-class.html","kind":3,"packageRank":0,"desc":"A CupertinoMagnifier used for magnifying text in cases where a user's\nfinger may be blocking the point of interest, like a selection handle.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTextMagnifier.new","qualifiedName":"cupertino.CupertinoTextMagnifier.CupertinoTextMagnifier.new","href":"cupertino/CupertinoTextMagnifier/CupertinoTextMagnifier.html","kind":2,"packageRank":0,"desc":"Constructs a RawMagnifier in the Cupertino style, positioning with respect to\nmagnifierInfo.","enclosedBy":{"name":"CupertinoTextMagnifier","kind":3,"href":"cupertino/CupertinoTextMagnifier-class.html"}},{"name":"animationCurve","qualifiedName":"cupertino.CupertinoTextMagnifier.animationCurve","href":"cupertino/CupertinoTextMagnifier/animationCurve.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The curve used for the in / out animations.","enclosedBy":{"name":"CupertinoTextMagnifier","kind":3,"href":"cupertino/CupertinoTextMagnifier-class.html"}},{"name":"controller","qualifiedName":"cupertino.CupertinoTextMagnifier.controller","href":"cupertino/CupertinoTextMagnifier/controller.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"This magnifier's controller.","enclosedBy":{"name":"CupertinoTextMagnifier","kind":3,"href":"cupertino/CupertinoTextMagnifier-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoTextMagnifier.createState","href":"cupertino/CupertinoTextMagnifier/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoTextMagnifier","kind":3,"href":"cupertino/CupertinoTextMagnifier-class.html"}},{"name":"dragResistance","qualifiedName":"cupertino.CupertinoTextMagnifier.dragResistance","href":"cupertino/CupertinoTextMagnifier/dragResistance.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A drag resistance on the downward Y position of the lens.","enclosedBy":{"name":"CupertinoTextMagnifier","kind":3,"href":"cupertino/CupertinoTextMagnifier-class.html"}},{"name":"hideBelowThreshold","qualifiedName":"cupertino.CupertinoTextMagnifier.hideBelowThreshold","href":"cupertino/CupertinoTextMagnifier/hideBelowThreshold.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The difference in Y between the gesture position and the caret center\nso that the magnifier hides itself.","enclosedBy":{"name":"CupertinoTextMagnifier","kind":3,"href":"cupertino/CupertinoTextMagnifier-class.html"}},{"name":"horizontalScreenEdgePadding","qualifiedName":"cupertino.CupertinoTextMagnifier.horizontalScreenEdgePadding","href":"cupertino/CupertinoTextMagnifier/horizontalScreenEdgePadding.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The padding on either edge of the screen that any part of the magnifier\ncannot exist past.","enclosedBy":{"name":"CupertinoTextMagnifier","kind":3,"href":"cupertino/CupertinoTextMagnifier-class.html"}},{"name":"magnifierInfo","qualifiedName":"cupertino.CupertinoTextMagnifier.magnifierInfo","href":"cupertino/CupertinoTextMagnifier/magnifierInfo.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"CupertinoTextMagnifier will determine its own positioning\nbased on the MagnifierInfo of this notifier.","enclosedBy":{"name":"CupertinoTextMagnifier","kind":3,"href":"cupertino/CupertinoTextMagnifier-class.html"}},{"name":"CupertinoTextSelectionControls","qualifiedName":"cupertino.CupertinoTextSelectionControls","href":"cupertino/CupertinoTextSelectionControls-class.html","kind":3,"packageRank":0,"desc":"iOS Cupertino styled text selection controls.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTextSelectionControls.new","qualifiedName":"cupertino.CupertinoTextSelectionControls.CupertinoTextSelectionControls.new","href":"cupertino/CupertinoTextSelectionControls/CupertinoTextSelectionControls.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"CupertinoTextSelectionControls","kind":3,"href":"cupertino/CupertinoTextSelectionControls-class.html"}},{"name":"buildHandle","qualifiedName":"cupertino.CupertinoTextSelectionControls.buildHandle","href":"cupertino/CupertinoTextSelectionControls/buildHandle.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Builder for iOS text selection edges.","enclosedBy":{"name":"CupertinoTextSelectionControls","kind":3,"href":"cupertino/CupertinoTextSelectionControls-class.html"}},{"name":"buildToolbar","qualifiedName":"cupertino.CupertinoTextSelectionControls.buildToolbar","href":"cupertino/CupertinoTextSelectionControls/buildToolbar.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Builder for iOS-style copy/paste text selection toolbar.","enclosedBy":{"name":"CupertinoTextSelectionControls","kind":3,"href":"cupertino/CupertinoTextSelectionControls-class.html"}},{"name":"getHandleAnchor","qualifiedName":"cupertino.CupertinoTextSelectionControls.getHandleAnchor","href":"cupertino/CupertinoTextSelectionControls/getHandleAnchor.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Gets anchor for cupertino-style text selection handles.","enclosedBy":{"name":"CupertinoTextSelectionControls","kind":3,"href":"cupertino/CupertinoTextSelectionControls-class.html"}},{"name":"getHandleSize","qualifiedName":"cupertino.CupertinoTextSelectionControls.getHandleSize","href":"cupertino/CupertinoTextSelectionControls/getHandleSize.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns the size of the Cupertino handle.","enclosedBy":{"name":"CupertinoTextSelectionControls","kind":3,"href":"cupertino/CupertinoTextSelectionControls-class.html"}},{"name":"CupertinoTextSelectionHandleControls","qualifiedName":"cupertino.CupertinoTextSelectionHandleControls","href":"cupertino/CupertinoTextSelectionHandleControls-class.html","kind":3,"packageRank":0,"desc":"iOS Cupertino styled text selection handle controls.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTextSelectionHandleControls.new","qualifiedName":"cupertino.CupertinoTextSelectionHandleControls.CupertinoTextSelectionHandleControls.new","href":"cupertino/CupertinoTextSelectionHandleControls/CupertinoTextSelectionHandleControls.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"CupertinoTextSelectionHandleControls","kind":3,"href":"cupertino/CupertinoTextSelectionHandleControls-class.html"}},{"name":"CupertinoTextSelectionToolbar","qualifiedName":"cupertino.CupertinoTextSelectionToolbar","href":"cupertino/CupertinoTextSelectionToolbar-class.html","kind":3,"packageRank":0,"desc":"An iOS-style text selection toolbar.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTextSelectionToolbar.new","qualifiedName":"cupertino.CupertinoTextSelectionToolbar.CupertinoTextSelectionToolbar.new","href":"cupertino/CupertinoTextSelectionToolbar/CupertinoTextSelectionToolbar.html","kind":2,"packageRank":0,"desc":"Creates an instance of CupertinoTextSelectionToolbar.","enclosedBy":{"name":"CupertinoTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoTextSelectionToolbar-class.html"}},{"name":"anchorAbove","qualifiedName":"cupertino.CupertinoTextSelectionToolbar.anchorAbove","href":"cupertino/CupertinoTextSelectionToolbar/anchorAbove.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The focal point above which the toolbar attempts to position itself.","enclosedBy":{"name":"CupertinoTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoTextSelectionToolbar-class.html"}},{"name":"anchorBelow","qualifiedName":"cupertino.CupertinoTextSelectionToolbar.anchorBelow","href":"cupertino/CupertinoTextSelectionToolbar/anchorBelow.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The focal point below which the toolbar attempts to position itself, if it\ndoesn't fit above anchorAbove.","enclosedBy":{"name":"CupertinoTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoTextSelectionToolbar-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoTextSelectionToolbar.build","href":"cupertino/CupertinoTextSelectionToolbar/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoTextSelectionToolbar-class.html"}},{"name":"children","qualifiedName":"cupertino.CupertinoTextSelectionToolbar.children","href":"cupertino/CupertinoTextSelectionToolbar/children.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The children that will be displayed in the text selection toolbar.","enclosedBy":{"name":"CupertinoTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoTextSelectionToolbar-class.html"}},{"name":"kToolbarScreenPadding","qualifiedName":"cupertino.CupertinoTextSelectionToolbar.kToolbarScreenPadding","href":"cupertino/CupertinoTextSelectionToolbar/kToolbarScreenPadding-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Minimal padding from all edges of the selection toolbar to all edges of the\nviewport.","enclosedBy":{"name":"CupertinoTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoTextSelectionToolbar-class.html"}},{"name":"toolbarBuilder","qualifiedName":"cupertino.CupertinoTextSelectionToolbar.toolbarBuilder","href":"cupertino/CupertinoTextSelectionToolbar/toolbarBuilder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Builds the toolbar container.","enclosedBy":{"name":"CupertinoTextSelectionToolbar","kind":3,"href":"cupertino/CupertinoTextSelectionToolbar-class.html"}},{"name":"CupertinoTextSelectionToolbarButton","qualifiedName":"cupertino.CupertinoTextSelectionToolbarButton","href":"cupertino/CupertinoTextSelectionToolbarButton-class.html","kind":3,"packageRank":0,"desc":"A button in the style of the iOS text selection toolbar buttons.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTextSelectionToolbarButton.buttonItem","qualifiedName":"cupertino.CupertinoTextSelectionToolbarButton.CupertinoTextSelectionToolbarButton.buttonItem","href":"cupertino/CupertinoTextSelectionToolbarButton/CupertinoTextSelectionToolbarButton.buttonItem.html","kind":2,"packageRank":0,"desc":"Create an instance of CupertinoTextSelectionToolbarButton from the given\nContextMenuButtonItem.","enclosedBy":{"name":"CupertinoTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoTextSelectionToolbarButton-class.html"}},{"name":"CupertinoTextSelectionToolbarButton.new","qualifiedName":"cupertino.CupertinoTextSelectionToolbarButton.CupertinoTextSelectionToolbarButton.new","href":"cupertino/CupertinoTextSelectionToolbarButton/CupertinoTextSelectionToolbarButton.html","kind":2,"packageRank":0,"desc":"Create an instance of CupertinoTextSelectionToolbarButton.","enclosedBy":{"name":"CupertinoTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoTextSelectionToolbarButton-class.html"}},{"name":"CupertinoTextSelectionToolbarButton.text","qualifiedName":"cupertino.CupertinoTextSelectionToolbarButton.CupertinoTextSelectionToolbarButton.text","href":"cupertino/CupertinoTextSelectionToolbarButton/CupertinoTextSelectionToolbarButton.text.html","kind":2,"packageRank":0,"desc":"Create an instance of CupertinoTextSelectionToolbarButton whose child is\na Text widget styled like the default iOS text selection toolbar button.","enclosedBy":{"name":"CupertinoTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoTextSelectionToolbarButton-class.html"}},{"name":"buttonItem","qualifiedName":"cupertino.CupertinoTextSelectionToolbarButton.buttonItem","href":"cupertino/CupertinoTextSelectionToolbarButton/buttonItem.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The buttonItem used to generate the button when using\nCupertinoTextSelectionToolbarButton.buttonItem.","enclosedBy":{"name":"CupertinoTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoTextSelectionToolbarButton-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoTextSelectionToolbarButton.child","href":"cupertino/CupertinoTextSelectionToolbarButton/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The child of this button.","enclosedBy":{"name":"CupertinoTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoTextSelectionToolbarButton-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoTextSelectionToolbarButton.createState","href":"cupertino/CupertinoTextSelectionToolbarButton/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoTextSelectionToolbarButton-class.html"}},{"name":"getButtonLabel","qualifiedName":"cupertino.CupertinoTextSelectionToolbarButton.getButtonLabel","href":"cupertino/CupertinoTextSelectionToolbarButton/getButtonLabel.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns the default button label String for the button of the given\nContextMenuButtonItem's ContextMenuButtonType.","enclosedBy":{"name":"CupertinoTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoTextSelectionToolbarButton-class.html"}},{"name":"onPressed","qualifiedName":"cupertino.CupertinoTextSelectionToolbarButton.onPressed","href":"cupertino/CupertinoTextSelectionToolbarButton/onPressed.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The buttonItem used to generate the button when using\nCupertinoTextSelectionToolbarButton.buttonItem.","enclosedBy":{"name":"CupertinoTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoTextSelectionToolbarButton-class.html"}},{"name":"text","qualifiedName":"cupertino.CupertinoTextSelectionToolbarButton.text","href":"cupertino/CupertinoTextSelectionToolbarButton/text.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The text used in the button's label when using\nCupertinoTextSelectionToolbarButton.text.","enclosedBy":{"name":"CupertinoTextSelectionToolbarButton","kind":3,"href":"cupertino/CupertinoTextSelectionToolbarButton-class.html"}},{"name":"CupertinoTextThemeData","qualifiedName":"cupertino.CupertinoTextThemeData","href":"cupertino/CupertinoTextThemeData-class.html","kind":3,"packageRank":0,"desc":"Cupertino typography theme in a CupertinoThemeData.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTextThemeData.new","qualifiedName":"cupertino.CupertinoTextThemeData.CupertinoTextThemeData.new","href":"cupertino/CupertinoTextThemeData/CupertinoTextThemeData.html","kind":2,"packageRank":0,"desc":"Create a CupertinoTextThemeData.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"actionSmallTextStyle","qualifiedName":"cupertino.CupertinoTextThemeData.actionSmallTextStyle","href":"cupertino/CupertinoTextThemeData/actionSmallTextStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The TextStyle of interactive text content such as text in a small button.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"actionTextStyle","qualifiedName":"cupertino.CupertinoTextThemeData.actionTextStyle","href":"cupertino/CupertinoTextThemeData/actionTextStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The TextStyle of interactive text content such as text in a button without background.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"copyWith","qualifiedName":"cupertino.CupertinoTextThemeData.copyWith","href":"cupertino/CupertinoTextThemeData/copyWith.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns a copy of the current CupertinoTextThemeData instance with\nspecified overrides.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"dateTimePickerTextStyle","qualifiedName":"cupertino.CupertinoTextThemeData.dateTimePickerTextStyle","href":"cupertino/CupertinoTextThemeData/dateTimePickerTextStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The TextStyle of date time pickers.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"debugFillProperties","qualifiedName":"cupertino.CupertinoTextThemeData.debugFillProperties","href":"cupertino/CupertinoTextThemeData/debugFillProperties.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Add additional properties associated with the node.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"hashCode","qualifiedName":"cupertino.CupertinoTextThemeData.hashCode","href":"cupertino/CupertinoTextThemeData/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The hash code for this object.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"navActionTextStyle","qualifiedName":"cupertino.CupertinoTextThemeData.navActionTextStyle","href":"cupertino/CupertinoTextThemeData/navActionTextStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The TextStyle of interactive text content in navigation bars.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"navLargeTitleTextStyle","qualifiedName":"cupertino.CupertinoTextThemeData.navLargeTitleTextStyle","href":"cupertino/CupertinoTextThemeData/navLargeTitleTextStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The TextStyle of large titles in sliver navigation bars.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"navTitleTextStyle","qualifiedName":"cupertino.CupertinoTextThemeData.navTitleTextStyle","href":"cupertino/CupertinoTextThemeData/navTitleTextStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The TextStyle of titles in standard navigation bars.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"operator ==","qualifiedName":"cupertino.CupertinoTextThemeData.operator ==","href":"cupertino/CupertinoTextThemeData/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"The equality operator.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"pickerTextStyle","qualifiedName":"cupertino.CupertinoTextThemeData.pickerTextStyle","href":"cupertino/CupertinoTextThemeData/pickerTextStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The TextStyle of pickers.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"resolveFrom","qualifiedName":"cupertino.CupertinoTextThemeData.resolveFrom","href":"cupertino/CupertinoTextThemeData/resolveFrom.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns a copy of the current CupertinoTextThemeData with all the colors\nresolved against the given BuildContext.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"tabLabelTextStyle","qualifiedName":"cupertino.CupertinoTextThemeData.tabLabelTextStyle","href":"cupertino/CupertinoTextThemeData/tabLabelTextStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The TextStyle of unselected tabs.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"textStyle","qualifiedName":"cupertino.CupertinoTextThemeData.textStyle","href":"cupertino/CupertinoTextThemeData/textStyle.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The TextStyle of general text content for Cupertino widgets.","enclosedBy":{"name":"CupertinoTextThemeData","kind":3,"href":"cupertino/CupertinoTextThemeData-class.html"}},{"name":"CupertinoTheme","qualifiedName":"cupertino.CupertinoTheme","href":"cupertino/CupertinoTheme-class.html","kind":3,"packageRank":0,"desc":"Applies a visual styling theme to descendant Cupertino widgets.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTheme.new","qualifiedName":"cupertino.CupertinoTheme.CupertinoTheme.new","href":"cupertino/CupertinoTheme/CupertinoTheme.html","kind":2,"packageRank":0,"desc":"Creates a CupertinoTheme to change descendant Cupertino widgets' styling.","enclosedBy":{"name":"CupertinoTheme","kind":3,"href":"cupertino/CupertinoTheme-class.html"}},{"name":"brightnessOf","qualifiedName":"cupertino.CupertinoTheme.brightnessOf","href":"cupertino/CupertinoTheme/brightnessOf.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Retrieves the Brightness to use for descendant Cupertino widgets, based\non the value of CupertinoThemeData.brightness in the given context.","enclosedBy":{"name":"CupertinoTheme","kind":3,"href":"cupertino/CupertinoTheme-class.html"}},{"name":"build","qualifiedName":"cupertino.CupertinoTheme.build","href":"cupertino/CupertinoTheme/build.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Describes the part of the user interface represented by this widget.","enclosedBy":{"name":"CupertinoTheme","kind":3,"href":"cupertino/CupertinoTheme-class.html"}},{"name":"child","qualifiedName":"cupertino.CupertinoTheme.child","href":"cupertino/CupertinoTheme/child.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The widget below this widget in the tree.","enclosedBy":{"name":"CupertinoTheme","kind":3,"href":"cupertino/CupertinoTheme-class.html"}},{"name":"data","qualifiedName":"cupertino.CupertinoTheme.data","href":"cupertino/CupertinoTheme/data.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The CupertinoThemeData styling for this theme.","enclosedBy":{"name":"CupertinoTheme","kind":3,"href":"cupertino/CupertinoTheme-class.html"}},{"name":"debugFillProperties","qualifiedName":"cupertino.CupertinoTheme.debugFillProperties","href":"cupertino/CupertinoTheme/debugFillProperties.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Add additional properties associated with the node.","enclosedBy":{"name":"CupertinoTheme","kind":3,"href":"cupertino/CupertinoTheme-class.html"}},{"name":"maybeBrightnessOf","qualifiedName":"cupertino.CupertinoTheme.maybeBrightnessOf","href":"cupertino/CupertinoTheme/maybeBrightnessOf.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Retrieves the Brightness to use for descendant Cupertino widgets, based\non the value of CupertinoThemeData.brightness in the given context.","enclosedBy":{"name":"CupertinoTheme","kind":3,"href":"cupertino/CupertinoTheme-class.html"}},{"name":"of","qualifiedName":"cupertino.CupertinoTheme.of","href":"cupertino/CupertinoTheme/of.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Retrieves the CupertinoThemeData from the closest ancestor CupertinoTheme\nwidget, or a default CupertinoThemeData if no CupertinoTheme ancestor\nexists.","enclosedBy":{"name":"CupertinoTheme","kind":3,"href":"cupertino/CupertinoTheme-class.html"}},{"name":"CupertinoThemeData","qualifiedName":"cupertino.CupertinoThemeData","href":"cupertino/CupertinoThemeData-class.html","kind":3,"packageRank":0,"desc":"Styling specifications for a CupertinoTheme.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoThemeData.new","qualifiedName":"cupertino.CupertinoThemeData.CupertinoThemeData.new","href":"cupertino/CupertinoThemeData/CupertinoThemeData.html","kind":2,"packageRank":0,"desc":"Creates a CupertinoTheme styling specification.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"CupertinoThemeData.raw","qualifiedName":"cupertino.CupertinoThemeData.CupertinoThemeData.raw","href":"cupertino/CupertinoThemeData/CupertinoThemeData.raw.html","kind":2,"packageRank":0,"desc":"Same as the default constructor but with positional arguments to avoid\nforgetting any and to specify all arguments.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"applyThemeToAll","qualifiedName":"cupertino.CupertinoThemeData.applyThemeToAll","href":"cupertino/CupertinoThemeData/applyThemeToAll.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Flag to apply this theme to all descendant Cupertino widgets.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"barBackgroundColor","qualifiedName":"cupertino.CupertinoThemeData.barBackgroundColor","href":"cupertino/CupertinoThemeData/barBackgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Background color of the top nav bar and bottom tab bar.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"copyWith","qualifiedName":"cupertino.CupertinoThemeData.copyWith","href":"cupertino/CupertinoThemeData/copyWith.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates a copy of the theme data with specified attributes overridden.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"debugFillProperties","qualifiedName":"cupertino.CupertinoThemeData.debugFillProperties","href":"cupertino/CupertinoThemeData/debugFillProperties.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Add additional properties associated with the node.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"hashCode","qualifiedName":"cupertino.CupertinoThemeData.hashCode","href":"cupertino/CupertinoThemeData/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The hash code for this object.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"noDefault","qualifiedName":"cupertino.CupertinoThemeData.noDefault","href":"cupertino/CupertinoThemeData/noDefault.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns an instance of the theme data whose property getters only return\nthe construction time specifications with no derived values.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"operator ==","qualifiedName":"cupertino.CupertinoThemeData.operator ==","href":"cupertino/CupertinoThemeData/operator_equals.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"The equality operator.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"primaryColor","qualifiedName":"cupertino.CupertinoThemeData.primaryColor","href":"cupertino/CupertinoThemeData/primaryColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A color used on interactive elements of the theme.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"primaryContrastingColor","qualifiedName":"cupertino.CupertinoThemeData.primaryContrastingColor","href":"cupertino/CupertinoThemeData/primaryContrastingColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A color that must be easy to see when rendered on a primaryColor background.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"resolveFrom","qualifiedName":"cupertino.CupertinoThemeData.resolveFrom","href":"cupertino/CupertinoThemeData/resolveFrom.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Returns a new theme data with all its colors resolved against the\ngiven BuildContext.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"scaffoldBackgroundColor","qualifiedName":"cupertino.CupertinoThemeData.scaffoldBackgroundColor","href":"cupertino/CupertinoThemeData/scaffoldBackgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Background color of the scaffold.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"selectionHandleColor","qualifiedName":"cupertino.CupertinoThemeData.selectionHandleColor","href":"cupertino/CupertinoThemeData/selectionHandleColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color of the selection handles on the text field.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"textTheme","qualifiedName":"cupertino.CupertinoThemeData.textTheme","href":"cupertino/CupertinoThemeData/textTheme.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Text styles used by Cupertino widgets.","enclosedBy":{"name":"CupertinoThemeData","kind":3,"href":"cupertino/CupertinoThemeData-class.html"}},{"name":"CupertinoThumbPainter","qualifiedName":"cupertino.CupertinoThumbPainter","href":"cupertino/CupertinoThumbPainter-class.html","kind":3,"packageRank":0,"desc":"Paints an iOS-style slider thumb or switch thumb.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoThumbPainter.new","qualifiedName":"cupertino.CupertinoThumbPainter.CupertinoThumbPainter.new","href":"cupertino/CupertinoThumbPainter/CupertinoThumbPainter.html","kind":2,"packageRank":0,"desc":"Creates an object that paints an iOS-style slider thumb.","enclosedBy":{"name":"CupertinoThumbPainter","kind":3,"href":"cupertino/CupertinoThumbPainter-class.html"}},{"name":"CupertinoThumbPainter.switchThumb","qualifiedName":"cupertino.CupertinoThumbPainter.CupertinoThumbPainter.switchThumb","href":"cupertino/CupertinoThumbPainter/CupertinoThumbPainter.switchThumb.html","kind":2,"packageRank":0,"desc":"Creates an object that paints an iOS-style switch thumb.","enclosedBy":{"name":"CupertinoThumbPainter","kind":3,"href":"cupertino/CupertinoThumbPainter-class.html"}},{"name":"color","qualifiedName":"cupertino.CupertinoThumbPainter.color","href":"cupertino/CupertinoThumbPainter/color.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color of the interior of the thumb.","enclosedBy":{"name":"CupertinoThumbPainter","kind":3,"href":"cupertino/CupertinoThumbPainter-class.html"}},{"name":"extension","qualifiedName":"cupertino.CupertinoThumbPainter.extension","href":"cupertino/CupertinoThumbPainter/extension-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"The default amount the thumb should be extended horizontally when pressed.","enclosedBy":{"name":"CupertinoThumbPainter","kind":3,"href":"cupertino/CupertinoThumbPainter-class.html"}},{"name":"paint","qualifiedName":"cupertino.CupertinoThumbPainter.paint","href":"cupertino/CupertinoThumbPainter/paint.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Paints the thumb onto the given canvas in the given rectangle.","enclosedBy":{"name":"CupertinoThumbPainter","kind":3,"href":"cupertino/CupertinoThumbPainter-class.html"}},{"name":"radius","qualifiedName":"cupertino.CupertinoThumbPainter.radius","href":"cupertino/CupertinoThumbPainter/radius-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"Half the default diameter of the thumb.","enclosedBy":{"name":"CupertinoThumbPainter","kind":3,"href":"cupertino/CupertinoThumbPainter-class.html"}},{"name":"shadows","qualifiedName":"cupertino.CupertinoThumbPainter.shadows","href":"cupertino/CupertinoThumbPainter/shadows.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The list of BoxShadow to paint below the thumb.","enclosedBy":{"name":"CupertinoThumbPainter","kind":3,"href":"cupertino/CupertinoThumbPainter-class.html"}},{"name":"CupertinoTimerPicker","qualifiedName":"cupertino.CupertinoTimerPicker","href":"cupertino/CupertinoTimerPicker-class.html","kind":3,"packageRank":0,"desc":"A countdown timer picker in iOS style.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoTimerPicker.new","qualifiedName":"cupertino.CupertinoTimerPicker.CupertinoTimerPicker.new","href":"cupertino/CupertinoTimerPicker/CupertinoTimerPicker.html","kind":2,"packageRank":0,"desc":"Constructs an iOS style countdown timer picker.","enclosedBy":{"name":"CupertinoTimerPicker","kind":3,"href":"cupertino/CupertinoTimerPicker-class.html"}},{"name":"alignment","qualifiedName":"cupertino.CupertinoTimerPicker.alignment","href":"cupertino/CupertinoTimerPicker/alignment.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Defines how the timer picker should be positioned within its parent.","enclosedBy":{"name":"CupertinoTimerPicker","kind":3,"href":"cupertino/CupertinoTimerPicker-class.html"}},{"name":"backgroundColor","qualifiedName":"cupertino.CupertinoTimerPicker.backgroundColor","href":"cupertino/CupertinoTimerPicker/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Background color of timer picker.","enclosedBy":{"name":"CupertinoTimerPicker","kind":3,"href":"cupertino/CupertinoTimerPicker-class.html"}},{"name":"changeReportingBehavior","qualifiedName":"cupertino.CupertinoTimerPicker.changeReportingBehavior","href":"cupertino/CupertinoTimerPicker/changeReportingBehavior.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The behavior of reporting the selected duration.","enclosedBy":{"name":"CupertinoTimerPicker","kind":3,"href":"cupertino/CupertinoTimerPicker-class.html"}},{"name":"createState","qualifiedName":"cupertino.CupertinoTimerPicker.createState","href":"cupertino/CupertinoTimerPicker/createState.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Creates the mutable state for this widget at a given location in the tree.","enclosedBy":{"name":"CupertinoTimerPicker","kind":3,"href":"cupertino/CupertinoTimerPicker-class.html"}},{"name":"initialTimerDuration","qualifiedName":"cupertino.CupertinoTimerPicker.initialTimerDuration","href":"cupertino/CupertinoTimerPicker/initialTimerDuration.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The initial duration of the countdown timer.","enclosedBy":{"name":"CupertinoTimerPicker","kind":3,"href":"cupertino/CupertinoTimerPicker-class.html"}},{"name":"itemExtent","qualifiedName":"cupertino.CupertinoTimerPicker.itemExtent","href":"cupertino/CupertinoTimerPicker/itemExtent.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The uniform height of all children.","enclosedBy":{"name":"CupertinoTimerPicker","kind":3,"href":"cupertino/CupertinoTimerPicker-class.html"}},{"name":"minuteInterval","qualifiedName":"cupertino.CupertinoTimerPicker.minuteInterval","href":"cupertino/CupertinoTimerPicker/minuteInterval.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The granularity of the minute spinner. Must be a positive integer factor\nof 60.","enclosedBy":{"name":"CupertinoTimerPicker","kind":3,"href":"cupertino/CupertinoTimerPicker-class.html"}},{"name":"mode","qualifiedName":"cupertino.CupertinoTimerPicker.mode","href":"cupertino/CupertinoTimerPicker/mode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The mode of the timer picker.","enclosedBy":{"name":"CupertinoTimerPicker","kind":3,"href":"cupertino/CupertinoTimerPicker-class.html"}},{"name":"onTimerDurationChanged","qualifiedName":"cupertino.CupertinoTimerPicker.onTimerDurationChanged","href":"cupertino/CupertinoTimerPicker/onTimerDurationChanged.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Callback called when the timer duration changes.","enclosedBy":{"name":"CupertinoTimerPicker","kind":3,"href":"cupertino/CupertinoTimerPicker-class.html"}},{"name":"secondInterval","qualifiedName":"cupertino.CupertinoTimerPicker.secondInterval","href":"cupertino/CupertinoTimerPicker/secondInterval.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The granularity of the second spinner. Must be a positive integer factor\nof 60.","enclosedBy":{"name":"CupertinoTimerPicker","kind":3,"href":"cupertino/CupertinoTimerPicker-class.html"}},{"name":"selectionOverlayBuilder","qualifiedName":"cupertino.CupertinoTimerPicker.selectionOverlayBuilder","href":"cupertino/CupertinoTimerPicker/selectionOverlayBuilder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A function that returns a widget that is overlaid on the picker\nto highlight the currently selected entry.","enclosedBy":{"name":"CupertinoTimerPicker","kind":3,"href":"cupertino/CupertinoTimerPicker-class.html"}},{"name":"CupertinoTimerPickerMode","qualifiedName":"cupertino.CupertinoTimerPickerMode","href":"cupertino/CupertinoTimerPickerMode.html","kind":5,"packageRank":0,"desc":"Different modes of CupertinoTimerPicker.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"values","qualifiedName":"cupertino.CupertinoTimerPickerMode.values","href":"cupertino/CupertinoTimerPickerMode/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"CupertinoTimerPickerMode","kind":5,"href":"cupertino/CupertinoTimerPickerMode.html"}},{"name":"CupertinoToolbarBuilder","qualifiedName":"cupertino.CupertinoToolbarBuilder","href":"cupertino/CupertinoToolbarBuilder.html","kind":21,"packageRank":0,"desc":"The type for a Function that builds a toolbar's container with the given\nchild.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoUserInterfaceLevel","qualifiedName":"cupertino.CupertinoUserInterfaceLevel","href":"cupertino/CupertinoUserInterfaceLevel-class.html","kind":3,"packageRank":0,"desc":"Establishes a subtree in which CupertinoUserInterfaceLevel.of resolves to\nthe given visual elevation from the CupertinoUserInterfaceLevelData. This\ncan be used to apply style differences based on a widget's elevation.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"CupertinoUserInterfaceLevel.new","qualifiedName":"cupertino.CupertinoUserInterfaceLevel.CupertinoUserInterfaceLevel.new","href":"cupertino/CupertinoUserInterfaceLevel/CupertinoUserInterfaceLevel.html","kind":2,"packageRank":0,"desc":"Creates a CupertinoUserInterfaceLevel to change descendant Cupertino widget's\nvisual level.","enclosedBy":{"name":"CupertinoUserInterfaceLevel","kind":3,"href":"cupertino/CupertinoUserInterfaceLevel-class.html"}},{"name":"debugFillProperties","qualifiedName":"cupertino.CupertinoUserInterfaceLevel.debugFillProperties","href":"cupertino/CupertinoUserInterfaceLevel/debugFillProperties.html","kind":10,"overriddenDepth":2,"packageRank":0,"desc":"Add additional properties associated with the node.","enclosedBy":{"name":"CupertinoUserInterfaceLevel","kind":3,"href":"cupertino/CupertinoUserInterfaceLevel-class.html"}},{"name":"maybeOf","qualifiedName":"cupertino.CupertinoUserInterfaceLevel.maybeOf","href":"cupertino/CupertinoUserInterfaceLevel/maybeOf.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The data from the closest instance of this class that encloses the given\ncontext, if there is one.","enclosedBy":{"name":"CupertinoUserInterfaceLevel","kind":3,"href":"cupertino/CupertinoUserInterfaceLevel-class.html"}},{"name":"of","qualifiedName":"cupertino.CupertinoUserInterfaceLevel.of","href":"cupertino/CupertinoUserInterfaceLevel/of.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"The data from the closest instance of this class that encloses the given\ncontext.","enclosedBy":{"name":"CupertinoUserInterfaceLevel","kind":3,"href":"cupertino/CupertinoUserInterfaceLevel-class.html"}},{"name":"updateShouldNotify","qualifiedName":"cupertino.CupertinoUserInterfaceLevel.updateShouldNotify","href":"cupertino/CupertinoUserInterfaceLevel/updateShouldNotify.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Whether the framework should notify widgets that inherit from this widget.","enclosedBy":{"name":"CupertinoUserInterfaceLevel","kind":3,"href":"cupertino/CupertinoUserInterfaceLevel-class.html"}},{"name":"CupertinoUserInterfaceLevelData","qualifiedName":"cupertino.CupertinoUserInterfaceLevelData","href":"cupertino/CupertinoUserInterfaceLevelData.html","kind":5,"packageRank":0,"desc":"Indicates the visual level for a piece of content. Equivalent to UIUserInterfaceLevel\nfrom UIKit.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"values","qualifiedName":"cupertino.CupertinoUserInterfaceLevelData.values","href":"cupertino/CupertinoUserInterfaceLevelData/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"CupertinoUserInterfaceLevelData","kind":5,"href":"cupertino/CupertinoUserInterfaceLevelData.html"}},{"name":"DatePickerDateOrder","qualifiedName":"cupertino.DatePickerDateOrder","href":"cupertino/DatePickerDateOrder.html","kind":5,"packageRank":0,"desc":"Determines the order of the columns inside CupertinoDatePicker in date mode.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"values","qualifiedName":"cupertino.DatePickerDateOrder.values","href":"cupertino/DatePickerDateOrder/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"DatePickerDateOrder","kind":5,"href":"cupertino/DatePickerDateOrder.html"}},{"name":"DatePickerDateTimeOrder","qualifiedName":"cupertino.DatePickerDateTimeOrder","href":"cupertino/DatePickerDateTimeOrder.html","kind":5,"packageRank":0,"desc":"Determines the order of the columns inside CupertinoDatePicker in\ntime and date time mode.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"values","qualifiedName":"cupertino.DatePickerDateTimeOrder.values","href":"cupertino/DatePickerDateTimeOrder/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"DatePickerDateTimeOrder","kind":5,"href":"cupertino/DatePickerDateTimeOrder.html"}},{"name":"DefaultCupertinoLocalizations","qualifiedName":"cupertino.DefaultCupertinoLocalizations","href":"cupertino/DefaultCupertinoLocalizations-class.html","kind":3,"packageRank":0,"desc":"US English strings for the Cupertino widgets.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"DefaultCupertinoLocalizations.new","qualifiedName":"cupertino.DefaultCupertinoLocalizations.DefaultCupertinoLocalizations.new","href":"cupertino/DefaultCupertinoLocalizations/DefaultCupertinoLocalizations.html","kind":2,"packageRank":0,"desc":"Constructs an object that defines the cupertino widgets' localized strings\nfor US English (only).","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"alertDialogLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.alertDialogLabel","href":"cupertino/DefaultCupertinoLocalizations/alertDialogLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used by the system to announce dialog alerts.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"anteMeridiemAbbreviation","qualifiedName":"cupertino.DefaultCupertinoLocalizations.anteMeridiemAbbreviation","href":"cupertino/DefaultCupertinoLocalizations/anteMeridiemAbbreviation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The abbreviation for ante meridiem (before noon) shown in the time picker.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"backButtonLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.backButtonLabel","href":"cupertino/DefaultCupertinoLocalizations/backButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The label for the back button, used in CupertinoNavigationBar and CupertinoSliverNavigationBar.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"cancelButtonLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.cancelButtonLabel","href":"cupertino/DefaultCupertinoLocalizations/cancelButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The label for the cancel button in modal views, used in CupertinoNavigationBar and CupertinoSliverNavigationBar.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"clearButtonLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.clearButtonLabel","href":"cupertino/DefaultCupertinoLocalizations/clearButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for clearing a field.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"collapsedHint","qualifiedName":"cupertino.DefaultCupertinoLocalizations.collapsedHint","href":"cupertino/DefaultCupertinoLocalizations/collapsedHint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantics hint to describe the CupertinoExpansionTile collapsed state.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"copyButtonLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.copyButtonLabel","href":"cupertino/DefaultCupertinoLocalizations/copyButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for copying.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"cutButtonLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.cutButtonLabel","href":"cupertino/DefaultCupertinoLocalizations/cutButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for cutting.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"datePickerDateOrder","qualifiedName":"cupertino.DefaultCupertinoLocalizations.datePickerDateOrder","href":"cupertino/DefaultCupertinoLocalizations/datePickerDateOrder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The order of the date elements that will be shown in CupertinoDatePicker.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"datePickerDateTimeOrder","qualifiedName":"cupertino.DefaultCupertinoLocalizations.datePickerDateTimeOrder","href":"cupertino/DefaultCupertinoLocalizations/datePickerDateTimeOrder.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The order of the time elements that will be shown in CupertinoDatePicker.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"datePickerDayOfMonth","qualifiedName":"cupertino.DefaultCupertinoLocalizations.datePickerDayOfMonth","href":"cupertino/DefaultCupertinoLocalizations/datePickerDayOfMonth.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Day of month that is shown in CupertinoDatePicker spinner corresponding\nto the given day index.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"datePickerHour","qualifiedName":"cupertino.DefaultCupertinoLocalizations.datePickerHour","href":"cupertino/DefaultCupertinoLocalizations/datePickerHour.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Hour that is shown in CupertinoDatePicker spinner corresponding\nto the given hour value.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"datePickerHourSemanticsLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.datePickerHourSemanticsLabel","href":"cupertino/DefaultCupertinoLocalizations/datePickerHourSemanticsLabel.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Semantics label for the given hour value in CupertinoDatePicker.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"datePickerMediumDate","qualifiedName":"cupertino.DefaultCupertinoLocalizations.datePickerMediumDate","href":"cupertino/DefaultCupertinoLocalizations/datePickerMediumDate.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"The medium-width date format that is shown in CupertinoDatePicker\nspinner. Abbreviates month and days of week.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"datePickerMinute","qualifiedName":"cupertino.DefaultCupertinoLocalizations.datePickerMinute","href":"cupertino/DefaultCupertinoLocalizations/datePickerMinute.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Minute that is shown in CupertinoDatePicker spinner corresponding\nto the given minute value.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"datePickerMinuteSemanticsLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.datePickerMinuteSemanticsLabel","href":"cupertino/DefaultCupertinoLocalizations/datePickerMinuteSemanticsLabel.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Semantics label for the given minute value in CupertinoDatePicker.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"datePickerMonth","qualifiedName":"cupertino.DefaultCupertinoLocalizations.datePickerMonth","href":"cupertino/DefaultCupertinoLocalizations/datePickerMonth.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Month that is shown in CupertinoDatePicker spinner corresponding to\nthe given month index.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"datePickerStandaloneMonth","qualifiedName":"cupertino.DefaultCupertinoLocalizations.datePickerStandaloneMonth","href":"cupertino/DefaultCupertinoLocalizations/datePickerStandaloneMonth.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Month that is shown in CupertinoDatePicker spinner corresponding to\nthe given month index in CupertinoDatePickerMode.monthYear mode.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"datePickerYear","qualifiedName":"cupertino.DefaultCupertinoLocalizations.datePickerYear","href":"cupertino/DefaultCupertinoLocalizations/datePickerYear.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Year that is shown in CupertinoDatePicker spinner corresponding to the\ngiven year index.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"delegate","qualifiedName":"cupertino.DefaultCupertinoLocalizations.delegate","href":"cupertino/DefaultCupertinoLocalizations/delegate-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A LocalizationsDelegate that uses DefaultCupertinoLocalizations.load\nto create an instance of this class.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"expandedHint","qualifiedName":"cupertino.DefaultCupertinoLocalizations.expandedHint","href":"cupertino/DefaultCupertinoLocalizations/expandedHint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantics hint to describe the CupertinoExpansionTile expanded state.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"expansionTileCollapsedHint","qualifiedName":"cupertino.DefaultCupertinoLocalizations.expansionTileCollapsedHint","href":"cupertino/DefaultCupertinoLocalizations/expansionTileCollapsedHint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantics hint to describe the tap action on a collapsed\nCupertinoExpansionTile on iOS and macOS. This is appended to the expandedHint\nhint to provide a more detailed description of the action, e.g. \"Collapsed\ndouble tap to expand\".","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"expansionTileCollapsedTapHint","qualifiedName":"cupertino.DefaultCupertinoLocalizations.expansionTileCollapsedTapHint","href":"cupertino/DefaultCupertinoLocalizations/expansionTileCollapsedTapHint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantics hint to describe the tap action on a collapsed CupertinoExpansionTile.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"expansionTileExpandedHint","qualifiedName":"cupertino.DefaultCupertinoLocalizations.expansionTileExpandedHint","href":"cupertino/DefaultCupertinoLocalizations/expansionTileExpandedHint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantics hint to describe the tap action on an expanded\nCupertinoExpansionTile on iOS and macOS. This is appended to the collapsedHint\nhint to provide a more detailed description of the action, e.g. \"Expanded\ndouble tap to collapse\".","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"expansionTileExpandedTapHint","qualifiedName":"cupertino.DefaultCupertinoLocalizations.expansionTileExpandedTapHint","href":"cupertino/DefaultCupertinoLocalizations/expansionTileExpandedTapHint.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The semantics hint to describe the tap action on an expanded CupertinoExpansionTile.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"load","qualifiedName":"cupertino.DefaultCupertinoLocalizations.load","href":"cupertino/DefaultCupertinoLocalizations/load.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Creates an object that provides US English resource values for the\ncupertino library widgets.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"lookUpButtonLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.lookUpButtonLabel","href":"cupertino/DefaultCupertinoLocalizations/lookUpButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for looking up a selection.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"menuDismissLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.menuDismissLabel","href":"cupertino/DefaultCupertinoLocalizations/menuDismissLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Label read out by accessibility tools (VoiceOver) for a context menu to\nindicate that a tap outside dismisses the context menu.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"modalBarrierDismissLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.modalBarrierDismissLabel","href":"cupertino/DefaultCupertinoLocalizations/modalBarrierDismissLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Label read out by accessibility tools (VoiceOver) for a modal\nbarrier to indicate that a tap dismisses the barrier.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"noSpellCheckReplacementsLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.noSpellCheckReplacementsLabel","href":"cupertino/DefaultCupertinoLocalizations/noSpellCheckReplacementsLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Label that appears in the Cupertino toolbar when the spell checker\ncouldn't find any replacements for the current word.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"pasteButtonLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.pasteButtonLabel","href":"cupertino/DefaultCupertinoLocalizations/pasteButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for pasting.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"postMeridiemAbbreviation","qualifiedName":"cupertino.DefaultCupertinoLocalizations.postMeridiemAbbreviation","href":"cupertino/DefaultCupertinoLocalizations/postMeridiemAbbreviation.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The abbreviation for post meridiem (after noon) shown in the time picker.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"searchTextFieldPlaceholderLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.searchTextFieldPlaceholderLabel","href":"cupertino/DefaultCupertinoLocalizations/searchTextFieldPlaceholderLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The default placeholder used in CupertinoSearchTextField.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"searchWebButtonLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.searchWebButtonLabel","href":"cupertino/DefaultCupertinoLocalizations/searchWebButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for launching a web search on a selection.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"selectAllButtonLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.selectAllButtonLabel","href":"cupertino/DefaultCupertinoLocalizations/selectAllButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for selecting everything.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"shareButtonLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.shareButtonLabel","href":"cupertino/DefaultCupertinoLocalizations/shareButtonLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The term used for launching a web search on a selection.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"tabSemanticsLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.tabSemanticsLabel","href":"cupertino/DefaultCupertinoLocalizations/tabSemanticsLabel.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"The accessibility label used on a tab in a CupertinoTabBar.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"timerPickerHour","qualifiedName":"cupertino.DefaultCupertinoLocalizations.timerPickerHour","href":"cupertino/DefaultCupertinoLocalizations/timerPickerHour.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Hour that is shown in CupertinoTimerPicker corresponding to\nthe given hour value.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"timerPickerHourLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.timerPickerHourLabel","href":"cupertino/DefaultCupertinoLocalizations/timerPickerHourLabel.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Label that appears next to the hour picker in\nCupertinoTimerPicker when selected hour value is hour.\nThis function will deal with pluralization based on the hour parameter.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"timerPickerHourLabels","qualifiedName":"cupertino.DefaultCupertinoLocalizations.timerPickerHourLabels","href":"cupertino/DefaultCupertinoLocalizations/timerPickerHourLabels.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"All possible hour labels that appears next to the hour picker in\nCupertinoTimerPicker","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"timerPickerMinute","qualifiedName":"cupertino.DefaultCupertinoLocalizations.timerPickerMinute","href":"cupertino/DefaultCupertinoLocalizations/timerPickerMinute.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Minute that is shown in CupertinoTimerPicker corresponding to\nthe given minute value.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"timerPickerMinuteLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.timerPickerMinuteLabel","href":"cupertino/DefaultCupertinoLocalizations/timerPickerMinuteLabel.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Label that appears next to the minute picker in\nCupertinoTimerPicker when selected minute value is minute.\nThis function will deal with pluralization based on the minute parameter.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"timerPickerMinuteLabels","qualifiedName":"cupertino.DefaultCupertinoLocalizations.timerPickerMinuteLabels","href":"cupertino/DefaultCupertinoLocalizations/timerPickerMinuteLabels.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"All possible minute labels that appears next to the minute picker in\nCupertinoTimerPicker","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"timerPickerSecond","qualifiedName":"cupertino.DefaultCupertinoLocalizations.timerPickerSecond","href":"cupertino/DefaultCupertinoLocalizations/timerPickerSecond.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Second that is shown in CupertinoTimerPicker corresponding to\nthe given second value.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"timerPickerSecondLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.timerPickerSecondLabel","href":"cupertino/DefaultCupertinoLocalizations/timerPickerSecondLabel.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Label that appears next to the minute picker in\nCupertinoTimerPicker when selected minute value is second.\nThis function will deal with pluralization based on the second parameter.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"timerPickerSecondLabels","qualifiedName":"cupertino.DefaultCupertinoLocalizations.timerPickerSecondLabels","href":"cupertino/DefaultCupertinoLocalizations/timerPickerSecondLabels.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"All possible second labels that appears next to the second picker in\nCupertinoTimerPicker","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"todayLabel","qualifiedName":"cupertino.DefaultCupertinoLocalizations.todayLabel","href":"cupertino/DefaultCupertinoLocalizations/todayLabel.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Label shown in date pickers when the date is today.","enclosedBy":{"name":"DefaultCupertinoLocalizations","kind":3,"href":"cupertino/DefaultCupertinoLocalizations-class.html"}},{"name":"ExpansionTileTransitionMode","qualifiedName":"cupertino.ExpansionTileTransitionMode","href":"cupertino/ExpansionTileTransitionMode.html","kind":5,"packageRank":0,"desc":"Defines how a CupertinoExpansionTile should transition its child between\nits collapsed state and its expanded state.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"values","qualifiedName":"cupertino.ExpansionTileTransitionMode.values","href":"cupertino/ExpansionTileTransitionMode/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"ExpansionTileTransitionMode","kind":5,"href":"cupertino/ExpansionTileTransitionMode.html"}},{"name":"InheritedCupertinoTheme","qualifiedName":"cupertino.InheritedCupertinoTheme","href":"cupertino/InheritedCupertinoTheme-class.html","kind":3,"packageRank":0,"desc":"Provides a CupertinoTheme to all descendants.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"InheritedCupertinoTheme.new","qualifiedName":"cupertino.InheritedCupertinoTheme.InheritedCupertinoTheme.new","href":"cupertino/InheritedCupertinoTheme/InheritedCupertinoTheme.html","kind":2,"packageRank":0,"desc":"Creates an InheritedTheme that provides a CupertinoTheme to all\ndescendants.","enclosedBy":{"name":"InheritedCupertinoTheme","kind":3,"href":"cupertino/InheritedCupertinoTheme-class.html"}},{"name":"theme","qualifiedName":"cupertino.InheritedCupertinoTheme.theme","href":"cupertino/InheritedCupertinoTheme/theme.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The CupertinoTheme that is provided to widgets lower in the tree.","enclosedBy":{"name":"InheritedCupertinoTheme","kind":3,"href":"cupertino/InheritedCupertinoTheme-class.html"}},{"name":"updateShouldNotify","qualifiedName":"cupertino.InheritedCupertinoTheme.updateShouldNotify","href":"cupertino/InheritedCupertinoTheme/updateShouldNotify.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Whether the framework should notify widgets that inherit from this widget.","enclosedBy":{"name":"InheritedCupertinoTheme","kind":3,"href":"cupertino/InheritedCupertinoTheme-class.html"}},{"name":"wrap","qualifiedName":"cupertino.InheritedCupertinoTheme.wrap","href":"cupertino/InheritedCupertinoTheme/wrap.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Return a copy of this inherited theme with the specified child.","enclosedBy":{"name":"InheritedCupertinoTheme","kind":3,"href":"cupertino/InheritedCupertinoTheme-class.html"}},{"name":"NavigationBarBottomMode","qualifiedName":"cupertino.NavigationBarBottomMode","href":"cupertino/NavigationBarBottomMode.html","kind":5,"packageRank":0,"desc":"Modes that determine how to display the navigation bar's bottom in relation to scroll events.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"values","qualifiedName":"cupertino.NavigationBarBottomMode.values","href":"cupertino/NavigationBarBottomMode/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"NavigationBarBottomMode","kind":5,"href":"cupertino/NavigationBarBottomMode.html"}},{"name":"NoDefaultCupertinoThemeData","qualifiedName":"cupertino.NoDefaultCupertinoThemeData","href":"cupertino/NoDefaultCupertinoThemeData-class.html","kind":3,"packageRank":0,"desc":"Styling specifications for a cupertino theme without default values for\nunspecified properties.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"NoDefaultCupertinoThemeData.new","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.NoDefaultCupertinoThemeData.new","href":"cupertino/NoDefaultCupertinoThemeData/NoDefaultCupertinoThemeData.html","kind":2,"packageRank":0,"desc":"Creates a NoDefaultCupertinoThemeData styling specification.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"applyThemeToAll","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.applyThemeToAll","href":"cupertino/NoDefaultCupertinoThemeData/applyThemeToAll.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Flag to apply this theme to all descendant Cupertino widgets.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"barBackgroundColor","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.barBackgroundColor","href":"cupertino/NoDefaultCupertinoThemeData/barBackgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Background color of the top nav bar and bottom tab bar.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"brightness","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.brightness","href":"cupertino/NoDefaultCupertinoThemeData/brightness.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The brightness override for Cupertino descendants.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"copyWith","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.copyWith","href":"cupertino/NoDefaultCupertinoThemeData/copyWith.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Creates a copy of the theme data with specified attributes overridden.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"hashCode","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.hashCode","href":"cupertino/NoDefaultCupertinoThemeData/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The hash code for this object.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"noDefault","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.noDefault","href":"cupertino/NoDefaultCupertinoThemeData/noDefault.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns an instance of the theme data whose property getters only return\nthe construction time specifications with no derived values.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"operator ==","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.operator ==","href":"cupertino/NoDefaultCupertinoThemeData/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"The equality operator.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"primaryColor","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.primaryColor","href":"cupertino/NoDefaultCupertinoThemeData/primaryColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A color used on interactive elements of the theme.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"primaryContrastingColor","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.primaryContrastingColor","href":"cupertino/NoDefaultCupertinoThemeData/primaryContrastingColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"A color that must be easy to see when rendered on a primaryColor background.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"resolveFrom","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.resolveFrom","href":"cupertino/NoDefaultCupertinoThemeData/resolveFrom.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"Returns a new theme data with all its colors resolved against the\ngiven BuildContext.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"scaffoldBackgroundColor","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.scaffoldBackgroundColor","href":"cupertino/NoDefaultCupertinoThemeData/scaffoldBackgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Background color of the scaffold.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"selectionHandleColor","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.selectionHandleColor","href":"cupertino/NoDefaultCupertinoThemeData/selectionHandleColor.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"The color of the selection handles on the text field.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"textTheme","qualifiedName":"cupertino.NoDefaultCupertinoThemeData.textTheme","href":"cupertino/NoDefaultCupertinoThemeData/textTheme.html","kind":16,"overriddenDepth":0,"packageRank":0,"desc":"Text styles used by Cupertino widgets.","enclosedBy":{"name":"NoDefaultCupertinoThemeData","kind":3,"href":"cupertino/NoDefaultCupertinoThemeData-class.html"}},{"name":"ObstructingPreferredSizeWidget","qualifiedName":"cupertino.ObstructingPreferredSizeWidget","href":"cupertino/ObstructingPreferredSizeWidget-class.html","kind":3,"packageRank":0,"desc":"Widget that has a preferred size and reports whether it fully obstructs\nwidgets behind it.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"ObstructingPreferredSizeWidget.new","qualifiedName":"cupertino.ObstructingPreferredSizeWidget.ObstructingPreferredSizeWidget.new","href":"cupertino/ObstructingPreferredSizeWidget/ObstructingPreferredSizeWidget.html","kind":2,"packageRank":0,"desc":"","enclosedBy":{"name":"ObstructingPreferredSizeWidget","kind":3,"href":"cupertino/ObstructingPreferredSizeWidget-class.html"}},{"name":"shouldFullyObstruct","qualifiedName":"cupertino.ObstructingPreferredSizeWidget.shouldFullyObstruct","href":"cupertino/ObstructingPreferredSizeWidget/shouldFullyObstruct.html","kind":10,"overriddenDepth":0,"packageRank":0,"desc":"If true, this widget fully obstructs widgets behind it by the specified\nsize.","enclosedBy":{"name":"ObstructingPreferredSizeWidget","kind":3,"href":"cupertino/ObstructingPreferredSizeWidget-class.html"}},{"name":"OverlayVisibilityMode","qualifiedName":"cupertino.OverlayVisibilityMode","href":"cupertino/OverlayVisibilityMode.html","kind":5,"packageRank":0,"desc":"Visibility of text field overlays based on the state of the current text entry.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"values","qualifiedName":"cupertino.OverlayVisibilityMode.values","href":"cupertino/OverlayVisibilityMode/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"OverlayVisibilityMode","kind":5,"href":"cupertino/OverlayVisibilityMode.html"}},{"name":"RefreshCallback","qualifiedName":"cupertino.RefreshCallback","href":"cupertino/RefreshCallback.html","kind":21,"packageRank":0,"desc":"A callback function that's invoked when the CupertinoSliverRefreshControl is\npulled a refreshTriggerPullDistance. Must return a Future. Upon\ncompletion of the Future, the CupertinoSliverRefreshControl enters the\nRefreshIndicatorMode.done state and will start to go away.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"RefreshControlIndicatorBuilder","qualifiedName":"cupertino.RefreshControlIndicatorBuilder","href":"cupertino/RefreshControlIndicatorBuilder.html","kind":21,"packageRank":0,"desc":"Signature for a builder that can create a different widget to show in the\nrefresh indicator space depending on the current state of the refresh\ncontrol and the space available.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"RefreshIndicatorMode","qualifiedName":"cupertino.RefreshIndicatorMode","href":"cupertino/RefreshIndicatorMode.html","kind":5,"packageRank":0,"desc":"The current state of the refresh control.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"values","qualifiedName":"cupertino.RefreshIndicatorMode.values","href":"cupertino/RefreshIndicatorMode/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":0,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"RefreshIndicatorMode","kind":5,"href":"cupertino/RefreshIndicatorMode.html"}},{"name":"RestorableCupertinoTabController","qualifiedName":"cupertino.RestorableCupertinoTabController","href":"cupertino/RestorableCupertinoTabController-class.html","kind":3,"packageRank":0,"desc":"A RestorableProperty that knows how to store and restore a\nCupertinoTabController.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"RestorableCupertinoTabController.new","qualifiedName":"cupertino.RestorableCupertinoTabController.RestorableCupertinoTabController.new","href":"cupertino/RestorableCupertinoTabController/RestorableCupertinoTabController.html","kind":2,"packageRank":0,"desc":"Creates a RestorableCupertinoTabController to control the tab index of\nCupertinoTabScaffold and CupertinoTabBar.","enclosedBy":{"name":"RestorableCupertinoTabController","kind":3,"href":"cupertino/RestorableCupertinoTabController-class.html"}},{"name":"createDefaultValue","qualifiedName":"cupertino.RestorableCupertinoTabController.createDefaultValue","href":"cupertino/RestorableCupertinoTabController/createDefaultValue.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called by the RestorationMixin if no restoration data is available to\nrestore the value of the property from to obtain the default value for the\nproperty.","enclosedBy":{"name":"RestorableCupertinoTabController","kind":3,"href":"cupertino/RestorableCupertinoTabController-class.html"}},{"name":"fromPrimitives","qualifiedName":"cupertino.RestorableCupertinoTabController.fromPrimitives","href":"cupertino/RestorableCupertinoTabController/fromPrimitives.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called by the RestorationMixin to convert the data previously\nretrieved from toPrimitives back into an object of type T that this\nproperty should wrap.","enclosedBy":{"name":"RestorableCupertinoTabController","kind":3,"href":"cupertino/RestorableCupertinoTabController-class.html"}},{"name":"toPrimitives","qualifiedName":"cupertino.RestorableCupertinoTabController.toPrimitives","href":"cupertino/RestorableCupertinoTabController/toPrimitives.html","kind":10,"overriddenDepth":1,"packageRank":0,"desc":"Called by the RestorationMixin to retrieve the information that this\nproperty wants to store in the restoration data.","enclosedBy":{"name":"RestorableCupertinoTabController","kind":3,"href":"cupertino/RestorableCupertinoTabController-class.html"}},{"name":"SelectionOverlayBuilder","qualifiedName":"cupertino.SelectionOverlayBuilder","href":"cupertino/SelectionOverlayBuilder.html","kind":21,"packageRank":0,"desc":"Defines a function signature for creating a widget that serves as a selection overlay,\ngiven the current context, the selected item's index, and the total number of columns.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"createCupertinoColorProperty","qualifiedName":"cupertino.createCupertinoColorProperty","href":"cupertino/createCupertinoColorProperty.html","kind":8,"packageRank":0,"desc":"Creates a diagnostics property for CupertinoDynamicColor.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"cupertinoDesktopTextSelectionControls","qualifiedName":"cupertino.cupertinoDesktopTextSelectionControls","href":"cupertino/cupertinoDesktopTextSelectionControls.html","kind":20,"packageRank":0,"desc":"Text selection controls that follows MacOS design conventions.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"cupertinoDesktopTextSelectionHandleControls","qualifiedName":"cupertino.cupertinoDesktopTextSelectionHandleControls","href":"cupertino/cupertinoDesktopTextSelectionHandleControls.html","kind":20,"packageRank":0,"desc":"Text selection handle controls that follow MacOS design conventions.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"cupertinoTextSelectionControls","qualifiedName":"cupertino.cupertinoTextSelectionControls","href":"cupertino/cupertinoTextSelectionControls.html","kind":20,"packageRank":0,"desc":"Text selection controls that follow iOS design conventions.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"cupertinoTextSelectionHandleControls","qualifiedName":"cupertino.cupertinoTextSelectionHandleControls","href":"cupertino/cupertinoTextSelectionHandleControls.html","kind":20,"packageRank":0,"desc":"Text selection handle controls that follow iOS design conventions.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"debugCheckHasCupertinoLocalizations","qualifiedName":"cupertino.debugCheckHasCupertinoLocalizations","href":"cupertino/debugCheckHasCupertinoLocalizations.html","kind":8,"packageRank":0,"desc":"Asserts that the given context has a Localizations ancestor that contains\na CupertinoLocalizations delegate.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"debugEnhanceBuildTimelineArguments","qualifiedName":"cupertino.debugEnhanceBuildTimelineArguments","href":"cupertino/debugEnhanceBuildTimelineArguments.html","kind":20,"packageRank":0,"desc":"Adds debugging information to Timeline events related to Widget builds.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"debugFocusChanges","qualifiedName":"cupertino.debugFocusChanges","href":"cupertino/debugFocusChanges.html","kind":20,"packageRank":0,"desc":"Setting to true will cause extensive logging to occur when focus changes occur.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"debugHighlightDeprecatedWidgets","qualifiedName":"cupertino.debugHighlightDeprecatedWidgets","href":"cupertino/debugHighlightDeprecatedWidgets.html","kind":20,"packageRank":0,"desc":"Show banners for deprecated widgets.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"debugOnRebuildDirtyWidget","qualifiedName":"cupertino.debugOnRebuildDirtyWidget","href":"cupertino/debugOnRebuildDirtyWidget.html","kind":20,"packageRank":0,"desc":"Callback invoked for every dirty widget built each frame.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"debugPrintBuildScope","qualifiedName":"cupertino.debugPrintBuildScope","href":"cupertino/debugPrintBuildScope.html","kind":20,"packageRank":0,"desc":"Log all calls to BuildOwner.buildScope.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"debugPrintGlobalKeyedWidgetLifecycle","qualifiedName":"cupertino.debugPrintGlobalKeyedWidgetLifecycle","href":"cupertino/debugPrintGlobalKeyedWidgetLifecycle.html","kind":20,"packageRank":0,"desc":"Log when widgets with global keys are deactivated and log when they are\nreactivated (retaken).","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"debugPrintRebuildDirtyWidgets","qualifiedName":"cupertino.debugPrintRebuildDirtyWidgets","href":"cupertino/debugPrintRebuildDirtyWidgets.html","kind":20,"packageRank":0,"desc":"Log the dirty widgets that are built each frame.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"debugPrintScheduleBuildForStacks","qualifiedName":"cupertino.debugPrintScheduleBuildForStacks","href":"cupertino/debugPrintScheduleBuildForStacks.html","kind":20,"packageRank":0,"desc":"Log the call stacks that mark widgets as needing to be rebuilt.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"debugProfileBuildsEnabled","qualifiedName":"cupertino.debugProfileBuildsEnabled","href":"cupertino/debugProfileBuildsEnabled.html","kind":20,"packageRank":0,"desc":"Adds Timeline events for every Widget built.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"debugProfileBuildsEnabledUserWidgets","qualifiedName":"cupertino.debugProfileBuildsEnabledUserWidgets","href":"cupertino/debugProfileBuildsEnabledUserWidgets.html","kind":20,"packageRank":0,"desc":"Adds Timeline events for every user-created Widget built.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"emptyTextSelectionControls","qualifiedName":"cupertino.emptyTextSelectionControls","href":"cupertino/emptyTextSelectionControls.html","kind":20,"packageRank":0,"desc":"Text selection controls that do not show any toolbars or handles.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kAlwaysCompleteAnimation","qualifiedName":"cupertino.kAlwaysCompleteAnimation","href":"cupertino/kAlwaysCompleteAnimation-constant.html","kind":19,"packageRank":0,"desc":"An animation that is always complete.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kAlwaysDismissedAnimation","qualifiedName":"cupertino.kAlwaysDismissedAnimation","href":"cupertino/kAlwaysDismissedAnimation-constant.html","kind":19,"packageRank":0,"desc":"An animation that is always dismissed.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kCupertinoButtonDefaultIconSize","qualifiedName":"cupertino.kCupertinoButtonDefaultIconSize","href":"cupertino/kCupertinoButtonDefaultIconSize-constant.html","kind":19,"packageRank":0,"desc":"The default value for IconThemeData.size of CupertinoButton.child.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kCupertinoButtonMinSize","qualifiedName":"cupertino.kCupertinoButtonMinSize","href":"cupertino/kCupertinoButtonMinSize-constant.html","kind":19,"packageRank":0,"desc":"The minimum size of a CupertinoButton based on the CupertinoButtonSize.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kCupertinoButtonPadding","qualifiedName":"cupertino.kCupertinoButtonPadding","href":"cupertino/kCupertinoButtonPadding-constant.html","kind":19,"packageRank":0,"desc":"The padding values for the different CupertinoButtonSizes.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kCupertinoButtonSizeBorderRadius","qualifiedName":"cupertino.kCupertinoButtonSizeBorderRadius","href":"cupertino/kCupertinoButtonSizeBorderRadius.html","kind":20,"packageRank":0,"desc":"The border radius values for the different CupertinoButtonSizes.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kCupertinoButtonTapMoveSlop","qualifiedName":"cupertino.kCupertinoButtonTapMoveSlop","href":"cupertino/kCupertinoButtonTapMoveSlop-constant.html","kind":19,"packageRank":0,"desc":"The distance a button needs to be moved after being pressed for its opacity to change.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kCupertinoButtonTintedOpacityDark","qualifiedName":"cupertino.kCupertinoButtonTintedOpacityDark","href":"cupertino/kCupertinoButtonTintedOpacityDark-constant.html","kind":19,"packageRank":0,"desc":"Opacity values for the background of a CupertinoButton.tinted.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kCupertinoButtonTintedOpacityLight","qualifiedName":"cupertino.kCupertinoButtonTintedOpacityLight","href":"cupertino/kCupertinoButtonTintedOpacityLight-constant.html","kind":19,"packageRank":0,"desc":"Opacity values for the background of a CupertinoButton.tinted.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kCupertinoFocusColorBrightness","qualifiedName":"cupertino.kCupertinoFocusColorBrightness","href":"cupertino/kCupertinoFocusColorBrightness-constant.html","kind":19,"packageRank":0,"desc":"The relative values needed to transform a color to it's equivalent focus\noutline color.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kCupertinoFocusColorOpacity","qualifiedName":"cupertino.kCupertinoFocusColorOpacity","href":"cupertino/kCupertinoFocusColorOpacity-constant.html","kind":19,"packageRank":0,"desc":"The relative values needed to transform a color to it's equivalent focus\noutline color.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kCupertinoFocusColorSaturation","qualifiedName":"cupertino.kCupertinoFocusColorSaturation","href":"cupertino/kCupertinoFocusColorSaturation-constant.html","kind":19,"packageRank":0,"desc":"The relative values needed to transform a color to it's equivalent focus\noutline color.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kCupertinoModalBarrierColor","qualifiedName":"cupertino.kCupertinoModalBarrierColor","href":"cupertino/kCupertinoModalBarrierColor-constant.html","kind":19,"packageRank":0,"desc":"Barrier color for a Cupertino modal barrier.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kDefaultContentInsertionMimeTypes","qualifiedName":"cupertino.kDefaultContentInsertionMimeTypes","href":"cupertino/kDefaultContentInsertionMimeTypes-constant.html","kind":19,"packageRank":0,"desc":"The default mime types to be used when allowedMimeTypes is not provided.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kDefaultRouteDirectionalTraversalEdgeBehavior","qualifiedName":"cupertino.kDefaultRouteDirectionalTraversalEdgeBehavior","href":"cupertino/kDefaultRouteDirectionalTraversalEdgeBehavior-constant.html","kind":19,"packageRank":0,"desc":"The default value of Navigator.routeDirectionalTraversalEdgeBehavior.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kDefaultRouteTraversalEdgeBehavior","qualifiedName":"cupertino.kDefaultRouteTraversalEdgeBehavior","href":"cupertino/kDefaultRouteTraversalEdgeBehavior-constant.html","kind":19,"packageRank":0,"desc":"The default value of Navigator.routeTraversalEdgeBehavior.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"kMinInteractiveDimensionCupertino","qualifiedName":"cupertino.kMinInteractiveDimensionCupertino","href":"cupertino/kMinInteractiveDimensionCupertino-constant.html","kind":19,"packageRank":0,"desc":"The minimum dimension of any interactive region according to the iOS Human\nInterface Guidelines.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"primaryFocus","qualifiedName":"cupertino.primaryFocus","href":"cupertino/primaryFocus.html","kind":20,"packageRank":0,"desc":"Provides convenient access to the current FocusManager.primaryFocus from\nthe WidgetsBinding instance.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"showCupertinoDialog","qualifiedName":"cupertino.showCupertinoDialog","href":"cupertino/showCupertinoDialog.html","kind":8,"packageRank":0,"desc":"Displays an iOS-style dialog above the current contents of the app, with\niOS-style entrance and exit animations, modal barrier color, and modal\nbarrier behavior (by default, the dialog is not dismissible with a tap on\nthe barrier).","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"showCupertinoModalPopup","qualifiedName":"cupertino.showCupertinoModalPopup","href":"cupertino/showCupertinoModalPopup.html","kind":8,"packageRank":0,"desc":"Shows a modal iOS-style popup that slides up from the bottom of the screen.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"showCupertinoSheet","qualifiedName":"cupertino.showCupertinoSheet","href":"cupertino/showCupertinoSheet.html","kind":8,"packageRank":0,"desc":"Shows a Cupertino-style sheet widget that slides up from the bottom of the\nscreen and stacks the previous route behind the new sheet.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"staticIconProvider","qualifiedName":"cupertino.staticIconProvider","href":"cupertino/staticIconProvider-constant.html","kind":19,"packageRank":0,"desc":"Annotation for classes that only provide static const IconData instances.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"widgetFactory","qualifiedName":"cupertino.widgetFactory","href":"cupertino/widgetFactory-constant.html","kind":19,"packageRank":0,"desc":"Annotation which marks a function as a widget factory for the purpose of\nwidget creation tracking.","enclosedBy":{"name":"cupertino","kind":9,"href":"cupertino/"}},{"name":"dart:async","qualifiedName":"dart:async","href":"dart-async/","kind":9,"packageRank":10,"desc":"Support for asynchronous programming,\nwith classes such as Future and Stream."},{"name":"AsyncError","qualifiedName":"dart:async.AsyncError","href":"dart-async/AsyncError-class.html","kind":3,"packageRank":10,"desc":"An error and a stack trace.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"AsyncError.new","qualifiedName":"dart:async.AsyncError.AsyncError.new","href":"dart-async/AsyncError/AsyncError.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"AsyncError","kind":3,"href":"dart-async/AsyncError-class.html"}},{"name":"defaultStackTrace","qualifiedName":"dart:async.AsyncError.defaultStackTrace","href":"dart-async/AsyncError/defaultStackTrace.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A default stack trace for an error.","enclosedBy":{"name":"AsyncError","kind":3,"href":"dart-async/AsyncError-class.html"}},{"name":"error","qualifiedName":"dart:async.AsyncError.error","href":"dart-async/AsyncError/error.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"AsyncError","kind":3,"href":"dart-async/AsyncError-class.html"}},{"name":"stackTrace","qualifiedName":"dart:async.AsyncError.stackTrace","href":"dart-async/AsyncError/stackTrace.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The stack trace at the point where this error was first thrown.","enclosedBy":{"name":"AsyncError","kind":3,"href":"dart-async/AsyncError-class.html"}},{"name":"toString","qualifiedName":"dart:async.AsyncError.toString","href":"dart-async/AsyncError/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"AsyncError","kind":3,"href":"dart-async/AsyncError-class.html"}},{"name":"Completer","qualifiedName":"dart:async.Completer","href":"dart-async/Completer-class.html","kind":3,"packageRank":10,"desc":"A way to produce Future objects and to complete them later\nwith a value or error.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"Completer.new","qualifiedName":"dart:async.Completer.Completer.new","href":"dart-async/Completer/Completer.html","kind":2,"packageRank":10,"desc":"Creates a new completer.","enclosedBy":{"name":"Completer","kind":3,"href":"dart-async/Completer-class.html"}},{"name":"Completer.sync","qualifiedName":"dart:async.Completer.Completer.sync","href":"dart-async/Completer/Completer.sync.html","kind":2,"packageRank":10,"desc":"Completes the future synchronously.","enclosedBy":{"name":"Completer","kind":3,"href":"dart-async/Completer-class.html"}},{"name":"complete","qualifiedName":"dart:async.Completer.complete","href":"dart-async/Completer/complete.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Completes future with the supplied values.","enclosedBy":{"name":"Completer","kind":3,"href":"dart-async/Completer-class.html"}},{"name":"completeError","qualifiedName":"dart:async.Completer.completeError","href":"dart-async/Completer/completeError.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Complete future with an error.","enclosedBy":{"name":"Completer","kind":3,"href":"dart-async/Completer-class.html"}},{"name":"future","qualifiedName":"dart:async.Completer.future","href":"dart-async/Completer/future.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The future that is completed by this completer.","enclosedBy":{"name":"Completer","kind":3,"href":"dart-async/Completer-class.html"}},{"name":"isCompleted","qualifiedName":"dart:async.Completer.isCompleted","href":"dart-async/Completer/isCompleted.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the future has been completed.","enclosedBy":{"name":"Completer","kind":3,"href":"dart-async/Completer-class.html"}},{"name":"ControllerCallback","qualifiedName":"dart:async.ControllerCallback","href":"dart-async/ControllerCallback.html","kind":21,"packageRank":10,"desc":"Type of a stream controller's onListen, onPause and onResume\ncallbacks.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"ControllerCancelCallback","qualifiedName":"dart:async.ControllerCancelCallback","href":"dart-async/ControllerCancelCallback.html","kind":21,"packageRank":10,"desc":"Type of stream controller onCancel callbacks.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"CreatePeriodicTimerHandler","qualifiedName":"dart:async.CreatePeriodicTimerHandler","href":"dart-async/CreatePeriodicTimerHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.createPeriodicTimer implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"CreateTimerHandler","qualifiedName":"dart:async.CreateTimerHandler","href":"dart-async/CreateTimerHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.createTimer implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"DeferredLoadException","qualifiedName":"dart:async.DeferredLoadException","href":"dart-async/DeferredLoadException-class.html","kind":3,"packageRank":10,"desc":"Thrown when a deferred library fails to load.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"DeferredLoadException.new","qualifiedName":"dart:async.DeferredLoadException.DeferredLoadException.new","href":"dart-async/DeferredLoadException/DeferredLoadException.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"DeferredLoadException","kind":3,"href":"dart-async/DeferredLoadException-class.html"}},{"name":"toString","qualifiedName":"dart:async.DeferredLoadException.toString","href":"dart-async/DeferredLoadException/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"DeferredLoadException","kind":3,"href":"dart-async/DeferredLoadException-class.html"}},{"name":"ErrorCallbackHandler","qualifiedName":"dart:async.ErrorCallbackHandler","href":"dart-async/ErrorCallbackHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.errorCallback implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"EventSink","qualifiedName":"dart:async.EventSink","href":"dart-async/EventSink-class.html","kind":3,"packageRank":10,"desc":"A Sink that supports adding errors.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"add","qualifiedName":"dart:async.EventSink.add","href":"dart-async/EventSink/add.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds a data event to the sink.","enclosedBy":{"name":"EventSink","kind":3,"href":"dart-async/EventSink-class.html"}},{"name":"addError","qualifiedName":"dart:async.EventSink.addError","href":"dart-async/EventSink/addError.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds an error to the sink.","enclosedBy":{"name":"EventSink","kind":3,"href":"dart-async/EventSink-class.html"}},{"name":"close","qualifiedName":"dart:async.EventSink.close","href":"dart-async/EventSink/close.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Closes the sink.","enclosedBy":{"name":"EventSink","kind":3,"href":"dart-async/EventSink-class.html"}},{"name":"ForkHandler","qualifiedName":"dart:async.ForkHandler","href":"dart-async/ForkHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.fork implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"Future","qualifiedName":"dart:async.Future","href":"dart-async/Future-class.html","kind":3,"packageRank":10,"desc":"The result of an asynchronous computation.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"Future.delayed","qualifiedName":"dart:async.Future.Future.delayed","href":"dart-async/Future/Future.delayed.html","kind":2,"packageRank":10,"desc":"Creates a future that runs its computation after a delay.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"Future.error","qualifiedName":"dart:async.Future.Future.error","href":"dart-async/Future/Future.error.html","kind":2,"packageRank":10,"desc":"Creates a future that completes with an error.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"Future.microtask","qualifiedName":"dart:async.Future.Future.microtask","href":"dart-async/Future/Future.microtask.html","kind":2,"packageRank":10,"desc":"Creates a future containing the result of calling computation\nasynchronously with scheduleMicrotask.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"Future.new","qualifiedName":"dart:async.Future.Future.new","href":"dart-async/Future/Future.html","kind":2,"packageRank":10,"desc":"Creates a future containing the result of calling computation\nasynchronously with Timer.run.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"Future.sync","qualifiedName":"dart:async.Future.Future.sync","href":"dart-async/Future/Future.sync.html","kind":2,"packageRank":10,"desc":"The result of calling computation as a future.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"Future.syncValue","qualifiedName":"dart:async.Future.Future.syncValue","href":"dart-async/Future/Future.syncValue.html","kind":2,"packageRank":10,"desc":"Creates a future completed with value.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"Future.value","qualifiedName":"dart:async.Future.Future.value","href":"dart-async/Future/Future.value.html","kind":2,"packageRank":10,"desc":"Creates a future completed with value.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"any","qualifiedName":"dart:async.Future.any","href":"dart-async/Future/any.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the result of the first future in futures to complete.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"asStream","qualifiedName":"dart:async.Future.asStream","href":"dart-async/Future/asStream.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Stream containing the result of this future.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"catchError","qualifiedName":"dart:async.Future.catchError","href":"dart-async/Future/catchError.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Handles errors emitted by this Future.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"doWhile","qualifiedName":"dart:async.Future.doWhile","href":"dart-async/Future/doWhile.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Performs an operation repeatedly until it returns false.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"forEach","qualifiedName":"dart:async.Future.forEach","href":"dart-async/Future/forEach.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Performs an action for each element of the iterable, in turn.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"then","qualifiedName":"dart:async.Future.then","href":"dart-async/Future/then.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Register callbacks to be called when this future completes.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"timeout","qualifiedName":"dart:async.Future.timeout","href":"dart-async/Future/timeout.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Stop waiting for this future after timeLimit has passed.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"wait","qualifiedName":"dart:async.Future.wait","href":"dart-async/Future/wait.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Waits for multiple futures to complete and collects their results.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"whenComplete","qualifiedName":"dart:async.Future.whenComplete","href":"dart-async/Future/whenComplete.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Registers a function to be called when this future completes.","enclosedBy":{"name":"Future","kind":3,"href":"dart-async/Future-class.html"}},{"name":"FutureExtensions","qualifiedName":"dart:async.FutureExtensions","href":"dart-async/FutureExtensions.html","kind":6,"packageRank":10,"desc":"Convenience methods on futures.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"ignore","qualifiedName":"dart:async.FutureExtensions.ignore","href":"dart-async/FutureExtensions/ignore.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Completely ignores this future and its result.","enclosedBy":{"name":"FutureExtensions","kind":6,"href":"dart-async/FutureExtensions.html"}},{"name":"onError","qualifiedName":"dart:async.FutureExtensions.onError","href":"dart-async/FutureExtensions/onError.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Handles errors on this future.","enclosedBy":{"name":"FutureExtensions","kind":6,"href":"dart-async/FutureExtensions.html"}},{"name":"FutureIterable","qualifiedName":"dart:async.FutureIterable","href":"dart-async/FutureIterable.html","kind":6,"packageRank":10,"desc":"","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"wait","qualifiedName":"dart:async.FutureIterable.wait","href":"dart-async/FutureIterable/wait.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Waits for futures in parallel.","enclosedBy":{"name":"FutureIterable","kind":6,"href":"dart-async/FutureIterable.html"}},{"name":"FutureOr","qualifiedName":"dart:async.FutureOr","href":"dart-async/FutureOr-class.html","kind":3,"packageRank":10,"desc":"A type representing values that are either Future&lt;T&gt; or T.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"FutureRecord2","qualifiedName":"dart:async.FutureRecord2","href":"dart-async/FutureRecord2.html","kind":6,"packageRank":10,"desc":"Parallel operations on a record of futures.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"wait","qualifiedName":"dart:async.FutureRecord2.wait","href":"dart-async/FutureRecord2/wait.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Waits for futures in parallel.","enclosedBy":{"name":"FutureRecord2","kind":6,"href":"dart-async/FutureRecord2.html"}},{"name":"FutureRecord3","qualifiedName":"dart:async.FutureRecord3","href":"dart-async/FutureRecord3.html","kind":6,"packageRank":10,"desc":"Parallel operations on a record of futures.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"wait","qualifiedName":"dart:async.FutureRecord3.wait","href":"dart-async/FutureRecord3/wait.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Waits for futures in parallel.","enclosedBy":{"name":"FutureRecord3","kind":6,"href":"dart-async/FutureRecord3.html"}},{"name":"FutureRecord4","qualifiedName":"dart:async.FutureRecord4","href":"dart-async/FutureRecord4.html","kind":6,"packageRank":10,"desc":"Parallel operations on a record of futures.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"wait","qualifiedName":"dart:async.FutureRecord4.wait","href":"dart-async/FutureRecord4/wait.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Waits for futures in parallel.","enclosedBy":{"name":"FutureRecord4","kind":6,"href":"dart-async/FutureRecord4.html"}},{"name":"FutureRecord5","qualifiedName":"dart:async.FutureRecord5","href":"dart-async/FutureRecord5.html","kind":6,"packageRank":10,"desc":"Parallel operations on a record of futures.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"wait","qualifiedName":"dart:async.FutureRecord5.wait","href":"dart-async/FutureRecord5/wait.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Waits for futures in parallel.","enclosedBy":{"name":"FutureRecord5","kind":6,"href":"dart-async/FutureRecord5.html"}},{"name":"FutureRecord6","qualifiedName":"dart:async.FutureRecord6","href":"dart-async/FutureRecord6.html","kind":6,"packageRank":10,"desc":"Parallel operations on a record of futures.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"wait","qualifiedName":"dart:async.FutureRecord6.wait","href":"dart-async/FutureRecord6/wait.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Waits for futures in parallel.","enclosedBy":{"name":"FutureRecord6","kind":6,"href":"dart-async/FutureRecord6.html"}},{"name":"FutureRecord7","qualifiedName":"dart:async.FutureRecord7","href":"dart-async/FutureRecord7.html","kind":6,"packageRank":10,"desc":"Parallel operations on a record of futures.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"wait","qualifiedName":"dart:async.FutureRecord7.wait","href":"dart-async/FutureRecord7/wait.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Waits for futures in parallel.","enclosedBy":{"name":"FutureRecord7","kind":6,"href":"dart-async/FutureRecord7.html"}},{"name":"FutureRecord8","qualifiedName":"dart:async.FutureRecord8","href":"dart-async/FutureRecord8.html","kind":6,"packageRank":10,"desc":"Parallel operations on a record of futures.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"wait","qualifiedName":"dart:async.FutureRecord8.wait","href":"dart-async/FutureRecord8/wait.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Waits for futures in parallel.","enclosedBy":{"name":"FutureRecord8","kind":6,"href":"dart-async/FutureRecord8.html"}},{"name":"FutureRecord9","qualifiedName":"dart:async.FutureRecord9","href":"dart-async/FutureRecord9.html","kind":6,"packageRank":10,"desc":"Parallel operations on a record of futures.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"wait","qualifiedName":"dart:async.FutureRecord9.wait","href":"dart-async/FutureRecord9/wait.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Waits for futures in parallel.","enclosedBy":{"name":"FutureRecord9","kind":6,"href":"dart-async/FutureRecord9.html"}},{"name":"HandleUncaughtErrorHandler","qualifiedName":"dart:async.HandleUncaughtErrorHandler","href":"dart-async/HandleUncaughtErrorHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.handleUncaughtError implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"MultiStreamController","qualifiedName":"dart:async.MultiStreamController","href":"dart-async/MultiStreamController-class.html","kind":3,"packageRank":10,"desc":"An enhanced stream controller provided by Stream.multi.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"addErrorSync","qualifiedName":"dart:async.MultiStreamController.addErrorSync","href":"dart-async/MultiStreamController/addErrorSync.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds and delivers an error event.","enclosedBy":{"name":"MultiStreamController","kind":3,"href":"dart-async/MultiStreamController-class.html"}},{"name":"addSync","qualifiedName":"dart:async.MultiStreamController.addSync","href":"dart-async/MultiStreamController/addSync.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds and delivers an event.","enclosedBy":{"name":"MultiStreamController","kind":3,"href":"dart-async/MultiStreamController-class.html"}},{"name":"closeSync","qualifiedName":"dart:async.MultiStreamController.closeSync","href":"dart-async/MultiStreamController/closeSync.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Closes the controller and delivers a done event.","enclosedBy":{"name":"MultiStreamController","kind":3,"href":"dart-async/MultiStreamController-class.html"}},{"name":"ParallelWaitError","qualifiedName":"dart:async.ParallelWaitError","href":"dart-async/ParallelWaitError-class.html","kind":3,"packageRank":10,"desc":"Error thrown when waiting for multiple futures, when some have errors.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"ParallelWaitError.new","qualifiedName":"dart:async.ParallelWaitError.ParallelWaitError.new","href":"dart-async/ParallelWaitError/ParallelWaitError.html","kind":2,"packageRank":10,"desc":"Creates error with the provided values and errors.","enclosedBy":{"name":"ParallelWaitError","kind":3,"href":"dart-async/ParallelWaitError-class.html"}},{"name":"errors","qualifiedName":"dart:async.ParallelWaitError.errors","href":"dart-async/ParallelWaitError/errors.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Errors of failing futures.","enclosedBy":{"name":"ParallelWaitError","kind":3,"href":"dart-async/ParallelWaitError-class.html"}},{"name":"stackTrace","qualifiedName":"dart:async.ParallelWaitError.stackTrace","href":"dart-async/ParallelWaitError/stackTrace.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The stack trace at the point where this error was first thrown.","enclosedBy":{"name":"ParallelWaitError","kind":3,"href":"dart-async/ParallelWaitError-class.html"}},{"name":"toString","qualifiedName":"dart:async.ParallelWaitError.toString","href":"dart-async/ParallelWaitError/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"ParallelWaitError","kind":3,"href":"dart-async/ParallelWaitError-class.html"}},{"name":"values","qualifiedName":"dart:async.ParallelWaitError.values","href":"dart-async/ParallelWaitError/values.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Values of successful futures.","enclosedBy":{"name":"ParallelWaitError","kind":3,"href":"dart-async/ParallelWaitError-class.html"}},{"name":"PrintHandler","qualifiedName":"dart:async.PrintHandler","href":"dart-async/PrintHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.print implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"RegisterBinaryCallbackHandler","qualifiedName":"dart:async.RegisterBinaryCallbackHandler","href":"dart-async/RegisterBinaryCallbackHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.registerBinaryCallback implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"RegisterCallbackHandler","qualifiedName":"dart:async.RegisterCallbackHandler","href":"dart-async/RegisterCallbackHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.registerCallback implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"RegisterUnaryCallbackHandler","qualifiedName":"dart:async.RegisterUnaryCallbackHandler","href":"dart-async/RegisterUnaryCallbackHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.registerUnaryCallback implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"RunBinaryHandler","qualifiedName":"dart:async.RunBinaryHandler","href":"dart-async/RunBinaryHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.runBinary implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"RunHandler","qualifiedName":"dart:async.RunHandler","href":"dart-async/RunHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.run implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"RunUnaryHandler","qualifiedName":"dart:async.RunUnaryHandler","href":"dart-async/RunUnaryHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.runUnary implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"ScheduleMicrotaskHandler","qualifiedName":"dart:async.ScheduleMicrotaskHandler","href":"dart-async/ScheduleMicrotaskHandler.html","kind":21,"packageRank":10,"desc":"The type of a custom Zone.scheduleMicrotask implementation function.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"Stream","qualifiedName":"dart:async.Stream","href":"dart-async/Stream-class.html","kind":3,"packageRank":10,"desc":"A source of asynchronous data events.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"Stream.empty","qualifiedName":"dart:async.Stream.Stream.empty","href":"dart-async/Stream/Stream.empty.html","kind":2,"packageRank":10,"desc":"Creates an empty broadcast stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"Stream.error","qualifiedName":"dart:async.Stream.Stream.error","href":"dart-async/Stream/Stream.error.html","kind":2,"packageRank":10,"desc":"Creates a stream which emits a single error event before completing.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"Stream.eventTransformed","qualifiedName":"dart:async.Stream.Stream.eventTransformed","href":"dart-async/Stream/Stream.eventTransformed.html","kind":2,"packageRank":10,"desc":"Creates a stream where all events of an existing stream are piped through\na sink-transformation.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"Stream.fromFuture","qualifiedName":"dart:async.Stream.Stream.fromFuture","href":"dart-async/Stream/Stream.fromFuture.html","kind":2,"packageRank":10,"desc":"Creates a new single-subscription stream from the future.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"Stream.fromFutures","qualifiedName":"dart:async.Stream.Stream.fromFutures","href":"dart-async/Stream/Stream.fromFutures.html","kind":2,"packageRank":10,"desc":"Create a single-subscription stream from a group of futures.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"Stream.fromIterable","qualifiedName":"dart:async.Stream.Stream.fromIterable","href":"dart-async/Stream/Stream.fromIterable.html","kind":2,"packageRank":10,"desc":"Creates a stream that gets its data from elements.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"Stream.multi","qualifiedName":"dart:async.Stream.Stream.multi","href":"dart-async/Stream/Stream.multi.html","kind":2,"packageRank":10,"desc":"Creates a multi-subscription stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"Stream.new","qualifiedName":"dart:async.Stream.Stream.new","href":"dart-async/Stream/Stream.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"Stream.periodic","qualifiedName":"dart:async.Stream.Stream.periodic","href":"dart-async/Stream/Stream.periodic.html","kind":2,"packageRank":10,"desc":"Creates a stream that repeatedly emits events at period intervals.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"Stream.value","qualifiedName":"dart:async.Stream.Stream.value","href":"dart-async/Stream/Stream.value.html","kind":2,"packageRank":10,"desc":"Creates a stream which emits a single data event before closing.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"any","qualifiedName":"dart:async.Stream.any","href":"dart-async/Stream/any.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Checks whether test accepts any element provided by this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"asBroadcastStream","qualifiedName":"dart:async.Stream.asBroadcastStream","href":"dart-async/Stream/asBroadcastStream.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a multi-subscription stream that produces the same events as this.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"asyncExpand","qualifiedName":"dart:async.Stream.asyncExpand","href":"dart-async/Stream/asyncExpand.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Transforms each element into a sequence of asynchronous events.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"asyncMap","qualifiedName":"dart:async.Stream.asyncMap","href":"dart-async/Stream/asyncMap.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new stream with each data event of this stream asynchronously\nmapped to a new event.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"cast","qualifiedName":"dart:async.Stream.cast","href":"dart-async/Stream/cast.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adapt this stream to be a Stream&lt;R&gt;.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"castFrom","qualifiedName":"dart:async.Stream.castFrom","href":"dart-async/Stream/castFrom.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adapts source to be a Stream&lt;T&gt;.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"contains","qualifiedName":"dart:async.Stream.contains","href":"dart-async/Stream/contains.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns whether needle occurs in the elements provided by this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"distinct","qualifiedName":"dart:async.Stream.distinct","href":"dart-async/Stream/distinct.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Skips data events if they are equal to the previous data event.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"drain","qualifiedName":"dart:async.Stream.drain","href":"dart-async/Stream/drain.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Discards all data on this stream, but signals when it is done or an error\noccurred.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"elementAt","qualifiedName":"dart:async.Stream.elementAt","href":"dart-async/Stream/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the value of the indexth data event of this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"every","qualifiedName":"dart:async.Stream.every","href":"dart-async/Stream/every.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Checks whether test accepts all elements provided by this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"expand","qualifiedName":"dart:async.Stream.expand","href":"dart-async/Stream/expand.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Transforms each element of this stream into a sequence of elements.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"first","qualifiedName":"dart:async.Stream.first","href":"dart-async/Stream/first.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The first element of this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"firstWhere","qualifiedName":"dart:async.Stream.firstWhere","href":"dart-async/Stream/firstWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Finds the first element of this stream matching test.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"fold","qualifiedName":"dart:async.Stream.fold","href":"dart-async/Stream/fold.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Combines a sequence of values by repeatedly applying combine.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"forEach","qualifiedName":"dart:async.Stream.forEach","href":"dart-async/Stream/forEach.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Executes action on each element of this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"handleError","qualifiedName":"dart:async.Stream.handleError","href":"dart-async/Stream/handleError.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a wrapper Stream that intercepts some errors from this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"isBroadcast","qualifiedName":"dart:async.Stream.isBroadcast","href":"dart-async/Stream/isBroadcast.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this stream is a broadcast stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"isEmpty","qualifiedName":"dart:async.Stream.isEmpty","href":"dart-async/Stream/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this stream contains any elements.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"join","qualifiedName":"dart:async.Stream.join","href":"dart-async/Stream/join.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Combines the string representation of elements into a single string.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"last","qualifiedName":"dart:async.Stream.last","href":"dart-async/Stream/last.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The last element of this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"lastWhere","qualifiedName":"dart:async.Stream.lastWhere","href":"dart-async/Stream/lastWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Finds the last element in this stream matching test.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"length","qualifiedName":"dart:async.Stream.length","href":"dart-async/Stream/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of elements in this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"listen","qualifiedName":"dart:async.Stream.listen","href":"dart-async/Stream/listen.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a subscription to this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"map","qualifiedName":"dart:async.Stream.map","href":"dart-async/Stream/map.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Transforms each element of this stream into a new stream event.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"pipe","qualifiedName":"dart:async.Stream.pipe","href":"dart-async/Stream/pipe.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pipes the events of this stream into streamConsumer.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"reduce","qualifiedName":"dart:async.Stream.reduce","href":"dart-async/Stream/reduce.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Combines a sequence of values by repeatedly applying combine.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"single","qualifiedName":"dart:async.Stream.single","href":"dart-async/Stream/single.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The single element of this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"singleWhere","qualifiedName":"dart:async.Stream.singleWhere","href":"dart-async/Stream/singleWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Finds the single element in this stream matching test.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"skip","qualifiedName":"dart:async.Stream.skip","href":"dart-async/Stream/skip.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Skips the first count data events from this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"skipWhile","qualifiedName":"dart:async.Stream.skipWhile","href":"dart-async/Stream/skipWhile.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Skip data events from this stream while they are matched by test.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"take","qualifiedName":"dart:async.Stream.take","href":"dart-async/Stream/take.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Provides at most the first count data events of this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"takeWhile","qualifiedName":"dart:async.Stream.takeWhile","href":"dart-async/Stream/takeWhile.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Forwards data events while test is successful.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"timeout","qualifiedName":"dart:async.Stream.timeout","href":"dart-async/Stream/timeout.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new stream with the same events as this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"toList","qualifiedName":"dart:async.Stream.toList","href":"dart-async/Stream/toList.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Collects all elements of this stream in a List.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"toSet","qualifiedName":"dart:async.Stream.toSet","href":"dart-async/Stream/toSet.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Collects the data of this stream in a Set.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"transform","qualifiedName":"dart:async.Stream.transform","href":"dart-async/Stream/transform.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Applies streamTransformer to this stream.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"where","qualifiedName":"dart:async.Stream.where","href":"dart-async/Stream/where.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new stream from this stream that discards some elements.","enclosedBy":{"name":"Stream","kind":3,"href":"dart-async/Stream-class.html"}},{"name":"StreamConsumer","qualifiedName":"dart:async.StreamConsumer","href":"dart-async/StreamConsumer-class.html","kind":3,"packageRank":10,"desc":"Abstract interface for a \"sink\" accepting multiple entire streams.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"addStream","qualifiedName":"dart:async.StreamConsumer.addStream","href":"dart-async/StreamConsumer/addStream.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Consumes the elements of stream.","enclosedBy":{"name":"StreamConsumer","kind":3,"href":"dart-async/StreamConsumer-class.html"}},{"name":"close","qualifiedName":"dart:async.StreamConsumer.close","href":"dart-async/StreamConsumer/close.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Tells the consumer that no further streams will be added.","enclosedBy":{"name":"StreamConsumer","kind":3,"href":"dart-async/StreamConsumer-class.html"}},{"name":"StreamController","qualifiedName":"dart:async.StreamController","href":"dart-async/StreamController-class.html","kind":3,"packageRank":10,"desc":"A controller with the stream it controls.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"StreamController.broadcast","qualifiedName":"dart:async.StreamController.StreamController.broadcast","href":"dart-async/StreamController/StreamController.broadcast.html","kind":2,"packageRank":10,"desc":"A controller where stream can be listened to more than once.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"StreamController.new","qualifiedName":"dart:async.StreamController.StreamController.new","href":"dart-async/StreamController/StreamController.html","kind":2,"packageRank":10,"desc":"A controller with a stream that supports only one single subscriber.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"add","qualifiedName":"dart:async.StreamController.add","href":"dart-async/StreamController/add.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Sends a data event.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"addError","qualifiedName":"dart:async.StreamController.addError","href":"dart-async/StreamController/addError.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Sends or enqueues an error event.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"addStream","qualifiedName":"dart:async.StreamController.addStream","href":"dart-async/StreamController/addStream.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Receives events from source and puts them into this controller's stream.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"close","qualifiedName":"dart:async.StreamController.close","href":"dart-async/StreamController/close.html","kind":10,"overriddenDepth":3,"packageRank":10,"desc":"Closes the stream.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"done","qualifiedName":"dart:async.StreamController.done","href":"dart-async/StreamController/done.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A future which is completed when the stream controller is done\nsending events.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"hasListener","qualifiedName":"dart:async.StreamController.hasListener","href":"dart-async/StreamController/hasListener.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether there is a subscriber on the Stream.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"isClosed","qualifiedName":"dart:async.StreamController.isClosed","href":"dart-async/StreamController/isClosed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the stream controller is closed for adding more events.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"isPaused","qualifiedName":"dart:async.StreamController.isPaused","href":"dart-async/StreamController/isPaused.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the subscription would need to buffer events.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"onCancel","qualifiedName":"dart:async.StreamController.onCancel","href":"dart-async/StreamController/onCancel.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The callback which is called when the stream is canceled.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"onListen","qualifiedName":"dart:async.StreamController.onListen","href":"dart-async/StreamController/onListen.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The callback which is called when the stream is listened to.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"onPause","qualifiedName":"dart:async.StreamController.onPause","href":"dart-async/StreamController/onPause.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The callback which is called when the stream is paused.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"onResume","qualifiedName":"dart:async.StreamController.onResume","href":"dart-async/StreamController/onResume.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The callback which is called when the stream is resumed.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"sink","qualifiedName":"dart:async.StreamController.sink","href":"dart-async/StreamController/sink.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns a view of this object that only exposes the StreamSink interface.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"stream","qualifiedName":"dart:async.StreamController.stream","href":"dart-async/StreamController/stream.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The stream that this controller is controlling.","enclosedBy":{"name":"StreamController","kind":3,"href":"dart-async/StreamController-class.html"}},{"name":"StreamIterator","qualifiedName":"dart:async.StreamIterator","href":"dart-async/StreamIterator-class.html","kind":3,"packageRank":10,"desc":"An Iterator-like interface for the values of a Stream.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"StreamIterator.new","qualifiedName":"dart:async.StreamIterator.StreamIterator.new","href":"dart-async/StreamIterator/StreamIterator.html","kind":2,"packageRank":10,"desc":"Create a StreamIterator on stream.","enclosedBy":{"name":"StreamIterator","kind":3,"href":"dart-async/StreamIterator-class.html"}},{"name":"cancel","qualifiedName":"dart:async.StreamIterator.cancel","href":"dart-async/StreamIterator/cancel.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Cancels the stream iterator (and the underlying stream subscription) early.","enclosedBy":{"name":"StreamIterator","kind":3,"href":"dart-async/StreamIterator-class.html"}},{"name":"current","qualifiedName":"dart:async.StreamIterator.current","href":"dart-async/StreamIterator/current.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The current value of the stream.","enclosedBy":{"name":"StreamIterator","kind":3,"href":"dart-async/StreamIterator-class.html"}},{"name":"moveNext","qualifiedName":"dart:async.StreamIterator.moveNext","href":"dart-async/StreamIterator/moveNext.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Wait for the next stream value to be available.","enclosedBy":{"name":"StreamIterator","kind":3,"href":"dart-async/StreamIterator-class.html"}},{"name":"StreamSink","qualifiedName":"dart:async.StreamSink","href":"dart-async/StreamSink-class.html","kind":3,"packageRank":10,"desc":"A object that accepts stream events both synchronously and asynchronously.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"close","qualifiedName":"dart:async.StreamSink.close","href":"dart-async/StreamSink/close.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Tells the stream sink that no further streams will be added.","enclosedBy":{"name":"StreamSink","kind":3,"href":"dart-async/StreamSink-class.html"}},{"name":"done","qualifiedName":"dart:async.StreamSink.done","href":"dart-async/StreamSink/done.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Return a future which is completed when the StreamSink is finished.","enclosedBy":{"name":"StreamSink","kind":3,"href":"dart-async/StreamSink-class.html"}},{"name":"StreamSubscription","qualifiedName":"dart:async.StreamSubscription","href":"dart-async/StreamSubscription-class.html","kind":3,"packageRank":10,"desc":"A subscription on events from a Stream.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"asFuture","qualifiedName":"dart:async.StreamSubscription.asFuture","href":"dart-async/StreamSubscription/asFuture.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a future that handles the onDone and onError callbacks.","enclosedBy":{"name":"StreamSubscription","kind":3,"href":"dart-async/StreamSubscription-class.html"}},{"name":"cancel","qualifiedName":"dart:async.StreamSubscription.cancel","href":"dart-async/StreamSubscription/cancel.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Cancels this subscription.","enclosedBy":{"name":"StreamSubscription","kind":3,"href":"dart-async/StreamSubscription-class.html"}},{"name":"isPaused","qualifiedName":"dart:async.StreamSubscription.isPaused","href":"dart-async/StreamSubscription/isPaused.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the StreamSubscription is currently paused.","enclosedBy":{"name":"StreamSubscription","kind":3,"href":"dart-async/StreamSubscription-class.html"}},{"name":"onData","qualifiedName":"dart:async.StreamSubscription.onData","href":"dart-async/StreamSubscription/onData.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Replaces the data event handler of this subscription.","enclosedBy":{"name":"StreamSubscription","kind":3,"href":"dart-async/StreamSubscription-class.html"}},{"name":"onDone","qualifiedName":"dart:async.StreamSubscription.onDone","href":"dart-async/StreamSubscription/onDone.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Replaces the done event handler of this subscription.","enclosedBy":{"name":"StreamSubscription","kind":3,"href":"dart-async/StreamSubscription-class.html"}},{"name":"onError","qualifiedName":"dart:async.StreamSubscription.onError","href":"dart-async/StreamSubscription/onError.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Replaces the error event handler of this subscription.","enclosedBy":{"name":"StreamSubscription","kind":3,"href":"dart-async/StreamSubscription-class.html"}},{"name":"pause","qualifiedName":"dart:async.StreamSubscription.pause","href":"dart-async/StreamSubscription/pause.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Requests that the stream pauses events until further notice.","enclosedBy":{"name":"StreamSubscription","kind":3,"href":"dart-async/StreamSubscription-class.html"}},{"name":"resume","qualifiedName":"dart:async.StreamSubscription.resume","href":"dart-async/StreamSubscription/resume.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Resumes after a pause.","enclosedBy":{"name":"StreamSubscription","kind":3,"href":"dart-async/StreamSubscription-class.html"}},{"name":"StreamTransformer","qualifiedName":"dart:async.StreamTransformer","href":"dart-async/StreamTransformer-class.html","kind":3,"packageRank":10,"desc":"Transforms a Stream.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"StreamTransformer.fromBind","qualifiedName":"dart:async.StreamTransformer.StreamTransformer.fromBind","href":"dart-async/StreamTransformer/StreamTransformer.fromBind.html","kind":2,"packageRank":10,"desc":"Creates a StreamTransformer based on a bind callback.","enclosedBy":{"name":"StreamTransformer","kind":3,"href":"dart-async/StreamTransformer-class.html"}},{"name":"StreamTransformer.fromHandlers","qualifiedName":"dart:async.StreamTransformer.StreamTransformer.fromHandlers","href":"dart-async/StreamTransformer/StreamTransformer.fromHandlers.html","kind":2,"packageRank":10,"desc":"Creates a StreamTransformer that delegates events to the given functions.","enclosedBy":{"name":"StreamTransformer","kind":3,"href":"dart-async/StreamTransformer-class.html"}},{"name":"StreamTransformer.new","qualifiedName":"dart:async.StreamTransformer.StreamTransformer.new","href":"dart-async/StreamTransformer/StreamTransformer.html","kind":2,"packageRank":10,"desc":"Creates a StreamTransformer based on the given onListen callback.","enclosedBy":{"name":"StreamTransformer","kind":3,"href":"dart-async/StreamTransformer-class.html"}},{"name":"bind","qualifiedName":"dart:async.StreamTransformer.bind","href":"dart-async/StreamTransformer/bind.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Transforms the provided stream.","enclosedBy":{"name":"StreamTransformer","kind":3,"href":"dart-async/StreamTransformer-class.html"}},{"name":"cast","qualifiedName":"dart:async.StreamTransformer.cast","href":"dart-async/StreamTransformer/cast.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Provides a StreamTransformer&lt;RS, RT&gt; view of this stream transformer.","enclosedBy":{"name":"StreamTransformer","kind":3,"href":"dart-async/StreamTransformer-class.html"}},{"name":"castFrom","qualifiedName":"dart:async.StreamTransformer.castFrom","href":"dart-async/StreamTransformer/castFrom.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adapts source to be a StreamTransformer&lt;TS, TT&gt;.","enclosedBy":{"name":"StreamTransformer","kind":3,"href":"dart-async/StreamTransformer-class.html"}},{"name":"StreamTransformerBase","qualifiedName":"dart:async.StreamTransformerBase","href":"dart-async/StreamTransformerBase-class.html","kind":3,"packageRank":10,"desc":"Base class for implementing StreamTransformer.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"StreamTransformerBase.new","qualifiedName":"dart:async.StreamTransformerBase.StreamTransformerBase.new","href":"dart-async/StreamTransformerBase/StreamTransformerBase.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"StreamTransformerBase","kind":3,"href":"dart-async/StreamTransformerBase-class.html"}},{"name":"cast","qualifiedName":"dart:async.StreamTransformerBase.cast","href":"dart-async/StreamTransformerBase/cast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Provides a StreamTransformer&lt;RS, RT&gt; view of this stream transformer.","enclosedBy":{"name":"StreamTransformerBase","kind":3,"href":"dart-async/StreamTransformerBase-class.html"}},{"name":"StreamView","qualifiedName":"dart:async.StreamView","href":"dart-async/StreamView-class.html","kind":3,"packageRank":10,"desc":"Stream wrapper that only exposes the Stream interface.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"StreamView.new","qualifiedName":"dart:async.StreamView.StreamView.new","href":"dart-async/StreamView/StreamView.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"StreamView","kind":3,"href":"dart-async/StreamView-class.html"}},{"name":"asBroadcastStream","qualifiedName":"dart:async.StreamView.asBroadcastStream","href":"dart-async/StreamView/asBroadcastStream.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a multi-subscription stream that produces the same events as this.","enclosedBy":{"name":"StreamView","kind":3,"href":"dart-async/StreamView-class.html"}},{"name":"isBroadcast","qualifiedName":"dart:async.StreamView.isBroadcast","href":"dart-async/StreamView/isBroadcast.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this stream is a broadcast stream.","enclosedBy":{"name":"StreamView","kind":3,"href":"dart-async/StreamView-class.html"}},{"name":"listen","qualifiedName":"dart:async.StreamView.listen","href":"dart-async/StreamView/listen.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds a subscription to this stream.","enclosedBy":{"name":"StreamView","kind":3,"href":"dart-async/StreamView-class.html"}},{"name":"SynchronousStreamController","qualifiedName":"dart:async.SynchronousStreamController","href":"dart-async/SynchronousStreamController-class.html","kind":3,"packageRank":10,"desc":"A stream controller that delivers its events synchronously.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"add","qualifiedName":"dart:async.SynchronousStreamController.add","href":"dart-async/SynchronousStreamController/add.html","kind":10,"overriddenDepth":3,"packageRank":10,"desc":"Adds event to the controller's stream.","enclosedBy":{"name":"SynchronousStreamController","kind":3,"href":"dart-async/SynchronousStreamController-class.html"}},{"name":"addError","qualifiedName":"dart:async.SynchronousStreamController.addError","href":"dart-async/SynchronousStreamController/addError.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Adds error to the controller's stream.","enclosedBy":{"name":"SynchronousStreamController","kind":3,"href":"dart-async/SynchronousStreamController-class.html"}},{"name":"close","qualifiedName":"dart:async.SynchronousStreamController.close","href":"dart-async/SynchronousStreamController/close.html","kind":10,"overriddenDepth":4,"packageRank":10,"desc":"Closes the controller's stream.","enclosedBy":{"name":"SynchronousStreamController","kind":3,"href":"dart-async/SynchronousStreamController-class.html"}},{"name":"TimeoutException","qualifiedName":"dart:async.TimeoutException","href":"dart-async/TimeoutException-class.html","kind":3,"packageRank":10,"desc":"Thrown when a scheduled timeout happens while waiting for an async result.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"TimeoutException.new","qualifiedName":"dart:async.TimeoutException.TimeoutException.new","href":"dart-async/TimeoutException/TimeoutException.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"TimeoutException","kind":3,"href":"dart-async/TimeoutException-class.html"}},{"name":"duration","qualifiedName":"dart:async.TimeoutException.duration","href":"dart-async/TimeoutException/duration.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The duration that was exceeded.","enclosedBy":{"name":"TimeoutException","kind":3,"href":"dart-async/TimeoutException-class.html"}},{"name":"message","qualifiedName":"dart:async.TimeoutException.message","href":"dart-async/TimeoutException/message.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Description of the cause of the timeout.","enclosedBy":{"name":"TimeoutException","kind":3,"href":"dart-async/TimeoutException-class.html"}},{"name":"toString","qualifiedName":"dart:async.TimeoutException.toString","href":"dart-async/TimeoutException/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"TimeoutException","kind":3,"href":"dart-async/TimeoutException-class.html"}},{"name":"Timer","qualifiedName":"dart:async.Timer","href":"dart-async/Timer-class.html","kind":3,"packageRank":10,"desc":"A countdown timer that can be configured to fire once or repeatedly.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"Timer.new","qualifiedName":"dart:async.Timer.Timer.new","href":"dart-async/Timer/Timer.html","kind":2,"packageRank":10,"desc":"Creates a new timer.","enclosedBy":{"name":"Timer","kind":3,"href":"dart-async/Timer-class.html"}},{"name":"Timer.periodic","qualifiedName":"dart:async.Timer.Timer.periodic","href":"dart-async/Timer/Timer.periodic.html","kind":2,"packageRank":10,"desc":"Creates a new repeating timer.","enclosedBy":{"name":"Timer","kind":3,"href":"dart-async/Timer-class.html"}},{"name":"cancel","qualifiedName":"dart:async.Timer.cancel","href":"dart-async/Timer/cancel.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Cancels the timer.","enclosedBy":{"name":"Timer","kind":3,"href":"dart-async/Timer-class.html"}},{"name":"isActive","qualifiedName":"dart:async.Timer.isActive","href":"dart-async/Timer/isActive.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns whether the timer is still active.","enclosedBy":{"name":"Timer","kind":3,"href":"dart-async/Timer-class.html"}},{"name":"run","qualifiedName":"dart:async.Timer.run","href":"dart-async/Timer/run.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Runs the given callback asynchronously as soon as possible.","enclosedBy":{"name":"Timer","kind":3,"href":"dart-async/Timer-class.html"}},{"name":"tick","qualifiedName":"dart:async.Timer.tick","href":"dart-async/Timer/tick.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of durations preceding the most recent timer event.","enclosedBy":{"name":"Timer","kind":3,"href":"dart-async/Timer-class.html"}},{"name":"Zone","qualifiedName":"dart:async.Zone","href":"dart-async/Zone-class.html","kind":3,"packageRank":10,"desc":"A zone represents an environment that remains stable across asynchronous\ncalls.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"bindBinaryCallback","qualifiedName":"dart:async.Zone.bindBinaryCallback","href":"dart-async/Zone/bindBinaryCallback.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Registers the provided callback and returns a function that will\nexecute in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"bindBinaryCallbackGuarded","qualifiedName":"dart:async.Zone.bindBinaryCallbackGuarded","href":"dart-async/Zone/bindBinaryCallbackGuarded.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Registers the provided callback and returns a function that will\n execute in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"bindCallback","qualifiedName":"dart:async.Zone.bindCallback","href":"dart-async/Zone/bindCallback.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Registers the provided callback and returns a function that will\nexecute in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"bindCallbackGuarded","qualifiedName":"dart:async.Zone.bindCallbackGuarded","href":"dart-async/Zone/bindCallbackGuarded.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Registers the provided callback and returns a function that will\nexecute in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"bindUnaryCallback","qualifiedName":"dart:async.Zone.bindUnaryCallback","href":"dart-async/Zone/bindUnaryCallback.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Registers the provided callback and returns a function that will\nexecute in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"bindUnaryCallbackGuarded","qualifiedName":"dart:async.Zone.bindUnaryCallbackGuarded","href":"dart-async/Zone/bindUnaryCallbackGuarded.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Registers the provided callback and returns a function that will\nexecute in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"createPeriodicTimer","qualifiedName":"dart:async.Zone.createPeriodicTimer","href":"dart-async/Zone/createPeriodicTimer.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a periodic Timer where the callback is executed in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"createTimer","qualifiedName":"dart:async.Zone.createTimer","href":"dart-async/Zone/createTimer.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Timer where the callback is executed in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"current","qualifiedName":"dart:async.Zone.current","href":"dart-async/Zone/current.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The zone that is currently active.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"errorCallback","qualifiedName":"dart:async.Zone.errorCallback","href":"dart-async/Zone/errorCallback.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Intercepts errors when added programmatically to a Future or Stream.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"errorZone","qualifiedName":"dart:async.Zone.errorZone","href":"dart-async/Zone/errorZone.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The error zone is responsible for dealing with uncaught errors.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"fork","qualifiedName":"dart:async.Zone.fork","href":"dart-async/Zone/fork.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new zone as a child zone of this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"handleUncaughtError","qualifiedName":"dart:async.Zone.handleUncaughtError","href":"dart-async/Zone/handleUncaughtError.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Handles uncaught asynchronous errors.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"inSameErrorZone","qualifiedName":"dart:async.Zone.inSameErrorZone","href":"dart-async/Zone/inSameErrorZone.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this zone and otherZone are in the same error zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"operator []","qualifiedName":"dart:async.Zone.operator []","href":"dart-async/Zone/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Retrieves the zone-value associated with key.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"parent","qualifiedName":"dart:async.Zone.parent","href":"dart-async/Zone/parent.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The parent zone of the this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"print","qualifiedName":"dart:async.Zone.print","href":"dart-async/Zone/print.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Prints the given line.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"registerBinaryCallback","qualifiedName":"dart:async.Zone.registerBinaryCallback","href":"dart-async/Zone/registerBinaryCallback.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Registers the given callback in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"registerCallback","qualifiedName":"dart:async.Zone.registerCallback","href":"dart-async/Zone/registerCallback.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Registers the given callback in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"registerUnaryCallback","qualifiedName":"dart:async.Zone.registerUnaryCallback","href":"dart-async/Zone/registerUnaryCallback.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Registers the given callback in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"root","qualifiedName":"dart:async.Zone.root","href":"dart-async/Zone/root-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The root zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"run","qualifiedName":"dart:async.Zone.run","href":"dart-async/Zone/run.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Executes action in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"runBinary","qualifiedName":"dart:async.Zone.runBinary","href":"dart-async/Zone/runBinary.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Executes the given action with argument1 and argument2 in this\nzone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"runBinaryGuarded","qualifiedName":"dart:async.Zone.runBinaryGuarded","href":"dart-async/Zone/runBinaryGuarded.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Executes the given action with argument1 and argument2 in this\nzone and catches synchronous errors.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"runGuarded","qualifiedName":"dart:async.Zone.runGuarded","href":"dart-async/Zone/runGuarded.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Executes the given action in this zone and catches synchronous\nerrors.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"runUnary","qualifiedName":"dart:async.Zone.runUnary","href":"dart-async/Zone/runUnary.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Executes the given action with argument in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"runUnaryGuarded","qualifiedName":"dart:async.Zone.runUnaryGuarded","href":"dart-async/Zone/runUnaryGuarded.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Executes the given action with argument in this zone and\ncatches synchronous errors.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"scheduleMicrotask","qualifiedName":"dart:async.Zone.scheduleMicrotask","href":"dart-async/Zone/scheduleMicrotask.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Runs callback asynchronously in this zone.","enclosedBy":{"name":"Zone","kind":3,"href":"dart-async/Zone-class.html"}},{"name":"ZoneBinaryCallback","qualifiedName":"dart:async.ZoneBinaryCallback","href":"dart-async/ZoneBinaryCallback.html","kind":21,"packageRank":10,"desc":"A two-argument function, like the argument to Zone.runBinary.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"ZoneCallback","qualifiedName":"dart:async.ZoneCallback","href":"dart-async/ZoneCallback.html","kind":21,"packageRank":10,"desc":"A no-argument function, like the argument to Zone.run.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"ZoneDelegate","qualifiedName":"dart:async.ZoneDelegate","href":"dart-async/ZoneDelegate-class.html","kind":3,"packageRank":10,"desc":"An adapted view of the parent zone.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"createPeriodicTimer","qualifiedName":"dart:async.ZoneDelegate.createPeriodicTimer","href":"dart-async/ZoneDelegate/createPeriodicTimer.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"createTimer","qualifiedName":"dart:async.ZoneDelegate.createTimer","href":"dart-async/ZoneDelegate/createTimer.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"errorCallback","qualifiedName":"dart:async.ZoneDelegate.errorCallback","href":"dart-async/ZoneDelegate/errorCallback.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"fork","qualifiedName":"dart:async.ZoneDelegate.fork","href":"dart-async/ZoneDelegate/fork.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"handleUncaughtError","qualifiedName":"dart:async.ZoneDelegate.handleUncaughtError","href":"dart-async/ZoneDelegate/handleUncaughtError.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"print","qualifiedName":"dart:async.ZoneDelegate.print","href":"dart-async/ZoneDelegate/print.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"registerBinaryCallback","qualifiedName":"dart:async.ZoneDelegate.registerBinaryCallback","href":"dart-async/ZoneDelegate/registerBinaryCallback.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"registerCallback","qualifiedName":"dart:async.ZoneDelegate.registerCallback","href":"dart-async/ZoneDelegate/registerCallback.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"registerUnaryCallback","qualifiedName":"dart:async.ZoneDelegate.registerUnaryCallback","href":"dart-async/ZoneDelegate/registerUnaryCallback.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"run","qualifiedName":"dart:async.ZoneDelegate.run","href":"dart-async/ZoneDelegate/run.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"runBinary","qualifiedName":"dart:async.ZoneDelegate.runBinary","href":"dart-async/ZoneDelegate/runBinary.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"runUnary","qualifiedName":"dart:async.ZoneDelegate.runUnary","href":"dart-async/ZoneDelegate/runUnary.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"scheduleMicrotask","qualifiedName":"dart:async.ZoneDelegate.scheduleMicrotask","href":"dart-async/ZoneDelegate/scheduleMicrotask.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ZoneDelegate","kind":3,"href":"dart-async/ZoneDelegate-class.html"}},{"name":"ZoneSpecification","qualifiedName":"dart:async.ZoneSpecification","href":"dart-async/ZoneSpecification-class.html","kind":3,"packageRank":10,"desc":"A parameter object with custom zone function handlers for Zone.fork.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"ZoneSpecification.from","qualifiedName":"dart:async.ZoneSpecification.ZoneSpecification.from","href":"dart-async/ZoneSpecification/ZoneSpecification.from.html","kind":2,"packageRank":10,"desc":"Creates a specification from other and provided handlers.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"ZoneSpecification.new","qualifiedName":"dart:async.ZoneSpecification.ZoneSpecification.new","href":"dart-async/ZoneSpecification/ZoneSpecification.html","kind":2,"packageRank":10,"desc":"Creates a specification with the provided handlers.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"createPeriodicTimer","qualifiedName":"dart:async.ZoneSpecification.createPeriodicTimer","href":"dart-async/ZoneSpecification/createPeriodicTimer.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.createPeriodicTimer implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"createTimer","qualifiedName":"dart:async.ZoneSpecification.createTimer","href":"dart-async/ZoneSpecification/createTimer.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.createTimer implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"errorCallback","qualifiedName":"dart:async.ZoneSpecification.errorCallback","href":"dart-async/ZoneSpecification/errorCallback.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.errorCallback implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"fork","qualifiedName":"dart:async.ZoneSpecification.fork","href":"dart-async/ZoneSpecification/fork.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.handleUncaughtError implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"handleUncaughtError","qualifiedName":"dart:async.ZoneSpecification.handleUncaughtError","href":"dart-async/ZoneSpecification/handleUncaughtError.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.handleUncaughtError implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"print","qualifiedName":"dart:async.ZoneSpecification.print","href":"dart-async/ZoneSpecification/print.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.print implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"registerBinaryCallback","qualifiedName":"dart:async.ZoneSpecification.registerBinaryCallback","href":"dart-async/ZoneSpecification/registerBinaryCallback.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.registerBinaryCallback implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"registerCallback","qualifiedName":"dart:async.ZoneSpecification.registerCallback","href":"dart-async/ZoneSpecification/registerCallback.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.registerCallback implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"registerUnaryCallback","qualifiedName":"dart:async.ZoneSpecification.registerUnaryCallback","href":"dart-async/ZoneSpecification/registerUnaryCallback.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.registerUnaryCallback implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"run","qualifiedName":"dart:async.ZoneSpecification.run","href":"dart-async/ZoneSpecification/run.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.run implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"runBinary","qualifiedName":"dart:async.ZoneSpecification.runBinary","href":"dart-async/ZoneSpecification/runBinary.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.runBinary implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"runUnary","qualifiedName":"dart:async.ZoneSpecification.runUnary","href":"dart-async/ZoneSpecification/runUnary.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.runUnary implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"scheduleMicrotask","qualifiedName":"dart:async.ZoneSpecification.scheduleMicrotask","href":"dart-async/ZoneSpecification/scheduleMicrotask.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A custom Zone.scheduleMicrotask implementation for a new zone.","enclosedBy":{"name":"ZoneSpecification","kind":3,"href":"dart-async/ZoneSpecification-class.html"}},{"name":"ZoneUnaryCallback","qualifiedName":"dart:async.ZoneUnaryCallback","href":"dart-async/ZoneUnaryCallback.html","kind":21,"packageRank":10,"desc":"A one-argument function, like the argument to Zone.runUnary.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"runZoned","qualifiedName":"dart:async.runZoned","href":"dart-async/runZoned.html","kind":8,"packageRank":10,"desc":"Runs body in its own zone.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"runZonedGuarded","qualifiedName":"dart:async.runZonedGuarded","href":"dart-async/runZonedGuarded.html","kind":8,"packageRank":10,"desc":"Runs body in its own error zone.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"scheduleMicrotask","qualifiedName":"dart:async.scheduleMicrotask","href":"dart-async/scheduleMicrotask.html","kind":8,"packageRank":10,"desc":"Runs a function asynchronously.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"unawaited","qualifiedName":"dart:async.unawaited","href":"dart-async/unawaited.html","kind":8,"packageRank":10,"desc":"Explicitly ignores a future.","enclosedBy":{"name":"dart:async","kind":9,"href":"dart-async/"}},{"name":"dart:collection","qualifiedName":"dart:collection","href":"dart-collection/","kind":9,"packageRank":10,"desc":"Classes and utilities that supplement the collection support in dart:core."},{"name":"DoubleLinkedQueue","qualifiedName":"dart:collection.DoubleLinkedQueue","href":"dart-collection/DoubleLinkedQueue-class.html","kind":3,"packageRank":10,"desc":"A Queue implementation based on a double-linked list.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"DoubleLinkedQueue.from","qualifiedName":"dart:collection.DoubleLinkedQueue.DoubleLinkedQueue.from","href":"dart-collection/DoubleLinkedQueue/DoubleLinkedQueue.from.html","kind":2,"packageRank":10,"desc":"Creates a double-linked queue containing all elements.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"DoubleLinkedQueue.new","qualifiedName":"dart:collection.DoubleLinkedQueue.DoubleLinkedQueue.new","href":"dart-collection/DoubleLinkedQueue/DoubleLinkedQueue.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"DoubleLinkedQueue.of","qualifiedName":"dart:collection.DoubleLinkedQueue.DoubleLinkedQueue.of","href":"dart-collection/DoubleLinkedQueue/DoubleLinkedQueue.of.html","kind":2,"packageRank":10,"desc":"Creates a double-linked queue from elements.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"add","qualifiedName":"dart:collection.DoubleLinkedQueue.add","href":"dart-collection/DoubleLinkedQueue/add.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds value at the end of the queue.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.DoubleLinkedQueue.addAll","href":"dart-collection/DoubleLinkedQueue/addAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds all elements of iterable at the end of the queue. The\nlength of the queue is extended by the length of iterable.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"addFirst","qualifiedName":"dart:collection.DoubleLinkedQueue.addFirst","href":"dart-collection/DoubleLinkedQueue/addFirst.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds value at the beginning of the queue.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"addLast","qualifiedName":"dart:collection.DoubleLinkedQueue.addLast","href":"dart-collection/DoubleLinkedQueue/addLast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds value at the end of the queue.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"cast","qualifiedName":"dart:collection.DoubleLinkedQueue.cast","href":"dart-collection/DoubleLinkedQueue/cast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A view of this iterable as an iterable of R instances.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"clear","qualifiedName":"dart:collection.DoubleLinkedQueue.clear","href":"dart-collection/DoubleLinkedQueue/clear.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all elements in the queue. The size of the queue becomes zero.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"first","qualifiedName":"dart:collection.DoubleLinkedQueue.first","href":"dart-collection/DoubleLinkedQueue/first.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The first element.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"firstEntry","qualifiedName":"dart:collection.DoubleLinkedQueue.firstEntry","href":"dart-collection/DoubleLinkedQueue/firstEntry.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The entry object of the first element in the queue.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"forEachEntry","qualifiedName":"dart:collection.DoubleLinkedQueue.forEachEntry","href":"dart-collection/DoubleLinkedQueue/forEachEntry.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Calls action for each entry object of this double-linked queue.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"isEmpty","qualifiedName":"dart:collection.DoubleLinkedQueue.isEmpty","href":"dart-collection/DoubleLinkedQueue/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"iterator","qualifiedName":"dart:collection.DoubleLinkedQueue.iterator","href":"dart-collection/DoubleLinkedQueue/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"last","qualifiedName":"dart:collection.DoubleLinkedQueue.last","href":"dart-collection/DoubleLinkedQueue/last.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The last element.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"lastEntry","qualifiedName":"dart:collection.DoubleLinkedQueue.lastEntry","href":"dart-collection/DoubleLinkedQueue/lastEntry.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The entry object of the last element in the queue.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"length","qualifiedName":"dart:collection.DoubleLinkedQueue.length","href":"dart-collection/DoubleLinkedQueue/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"remove","qualifiedName":"dart:collection.DoubleLinkedQueue.remove","href":"dart-collection/DoubleLinkedQueue/remove.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes a single instance of value from the queue.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"removeFirst","qualifiedName":"dart:collection.DoubleLinkedQueue.removeFirst","href":"dart-collection/DoubleLinkedQueue/removeFirst.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes and returns the first element of this queue.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"removeLast","qualifiedName":"dart:collection.DoubleLinkedQueue.removeLast","href":"dart-collection/DoubleLinkedQueue/removeLast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes and returns the last element of the queue.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"removeWhere","qualifiedName":"dart:collection.DoubleLinkedQueue.removeWhere","href":"dart-collection/DoubleLinkedQueue/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all elements matched by test from the queue.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"retainWhere","qualifiedName":"dart:collection.DoubleLinkedQueue.retainWhere","href":"dart-collection/DoubleLinkedQueue/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all elements not matched by test from the queue.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"single","qualifiedName":"dart:collection.DoubleLinkedQueue.single","href":"dart-collection/DoubleLinkedQueue/single.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"toString","qualifiedName":"dart:collection.DoubleLinkedQueue.toString","href":"dart-collection/DoubleLinkedQueue/toString.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Returns a string representation of (some of) the elements of this.","enclosedBy":{"name":"DoubleLinkedQueue","kind":3,"href":"dart-collection/DoubleLinkedQueue-class.html"}},{"name":"DoubleLinkedQueueEntry","qualifiedName":"dart:collection.DoubleLinkedQueueEntry","href":"dart-collection/DoubleLinkedQueueEntry-class.html","kind":3,"packageRank":15,"desc":"An entry in a doubly linked list.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"DoubleLinkedQueueEntry.new","qualifiedName":"dart:collection.DoubleLinkedQueueEntry.DoubleLinkedQueueEntry.new","href":"dart-collection/DoubleLinkedQueueEntry/DoubleLinkedQueueEntry.html","kind":2,"packageRank":15,"desc":"Creates a new entry with the given element.","enclosedBy":{"name":"DoubleLinkedQueueEntry","kind":3,"href":"dart-collection/DoubleLinkedQueueEntry-class.html"}},{"name":"append","qualifiedName":"dart:collection.DoubleLinkedQueueEntry.append","href":"dart-collection/DoubleLinkedQueueEntry/append.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Appends the given element e as entry just after this entry.","enclosedBy":{"name":"DoubleLinkedQueueEntry","kind":3,"href":"dart-collection/DoubleLinkedQueueEntry-class.html"}},{"name":"element","qualifiedName":"dart:collection.DoubleLinkedQueueEntry.element","href":"dart-collection/DoubleLinkedQueueEntry/element.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The element of the entry in the queue.","enclosedBy":{"name":"DoubleLinkedQueueEntry","kind":3,"href":"dart-collection/DoubleLinkedQueueEntry-class.html"}},{"name":"nextEntry","qualifiedName":"dart:collection.DoubleLinkedQueueEntry.nextEntry","href":"dart-collection/DoubleLinkedQueueEntry/nextEntry.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The next entry, or null if there is none.","enclosedBy":{"name":"DoubleLinkedQueueEntry","kind":3,"href":"dart-collection/DoubleLinkedQueueEntry-class.html"}},{"name":"prepend","qualifiedName":"dart:collection.DoubleLinkedQueueEntry.prepend","href":"dart-collection/DoubleLinkedQueueEntry/prepend.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Prepends the given e as entry just before this entry.","enclosedBy":{"name":"DoubleLinkedQueueEntry","kind":3,"href":"dart-collection/DoubleLinkedQueueEntry-class.html"}},{"name":"previousEntry","qualifiedName":"dart:collection.DoubleLinkedQueueEntry.previousEntry","href":"dart-collection/DoubleLinkedQueueEntry/previousEntry.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The previous entry, or null if there is none.","enclosedBy":{"name":"DoubleLinkedQueueEntry","kind":3,"href":"dart-collection/DoubleLinkedQueueEntry-class.html"}},{"name":"remove","qualifiedName":"dart:collection.DoubleLinkedQueueEntry.remove","href":"dart-collection/DoubleLinkedQueueEntry/remove.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Removes this entry from any chain of entries it is part of.","enclosedBy":{"name":"DoubleLinkedQueueEntry","kind":3,"href":"dart-collection/DoubleLinkedQueueEntry-class.html"}},{"name":"HasNextIterator","qualifiedName":"dart:collection.HasNextIterator","href":"dart-collection/HasNextIterator-class.html","kind":3,"packageRank":10,"desc":"Wrapper for Iterator providing the pre-Dart 1.0 iterator interface.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"HasNextIterator.new","qualifiedName":"dart:collection.HasNextIterator.HasNextIterator.new","href":"dart-collection/HasNextIterator/HasNextIterator.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"HasNextIterator","kind":3,"href":"dart-collection/HasNextIterator-class.html"}},{"name":"hasNext","qualifiedName":"dart:collection.HasNextIterator.hasNext","href":"dart-collection/HasNextIterator/hasNext.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the iterator has a next element.","enclosedBy":{"name":"HasNextIterator","kind":3,"href":"dart-collection/HasNextIterator-class.html"}},{"name":"next","qualifiedName":"dart:collection.HasNextIterator.next","href":"dart-collection/HasNextIterator/next.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Provides the next element of the iterable, and moves past it.","enclosedBy":{"name":"HasNextIterator","kind":3,"href":"dart-collection/HasNextIterator-class.html"}},{"name":"HashMap","qualifiedName":"dart:collection.HashMap","href":"dart-collection/HashMap-class.html","kind":3,"packageRank":10,"desc":"A hash-table based implementation of Map.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"HashMap.from","qualifiedName":"dart:collection.HashMap.HashMap.from","href":"dart-collection/HashMap/HashMap.from.html","kind":2,"packageRank":10,"desc":"Creates a HashMap that contains all key/value pairs of other.","enclosedBy":{"name":"HashMap","kind":3,"href":"dart-collection/HashMap-class.html"}},{"name":"HashMap.fromEntries","qualifiedName":"dart:collection.HashMap.HashMap.fromEntries","href":"dart-collection/HashMap/HashMap.fromEntries.html","kind":2,"packageRank":10,"desc":"Creates a HashMap containing the entries of entries.","enclosedBy":{"name":"HashMap","kind":3,"href":"dart-collection/HashMap-class.html"}},{"name":"HashMap.fromIterable","qualifiedName":"dart:collection.HashMap.HashMap.fromIterable","href":"dart-collection/HashMap/HashMap.fromIterable.html","kind":2,"packageRank":10,"desc":"Creates a HashMap where the keys and values are computed from the\niterable.","enclosedBy":{"name":"HashMap","kind":3,"href":"dart-collection/HashMap-class.html"}},{"name":"HashMap.fromIterables","qualifiedName":"dart:collection.HashMap.HashMap.fromIterables","href":"dart-collection/HashMap/HashMap.fromIterables.html","kind":2,"packageRank":10,"desc":"Creates a HashMap associating the given keys to values.","enclosedBy":{"name":"HashMap","kind":3,"href":"dart-collection/HashMap-class.html"}},{"name":"HashMap.identity","qualifiedName":"dart:collection.HashMap.HashMap.identity","href":"dart-collection/HashMap/HashMap.identity.html","kind":2,"packageRank":10,"desc":"Creates an unordered identity-based map.","enclosedBy":{"name":"HashMap","kind":3,"href":"dart-collection/HashMap-class.html"}},{"name":"HashMap.new","qualifiedName":"dart:collection.HashMap.HashMap.new","href":"dart-collection/HashMap/HashMap.html","kind":2,"packageRank":10,"desc":"Creates an unordered hash-table based Map.","enclosedBy":{"name":"HashMap","kind":3,"href":"dart-collection/HashMap-class.html"}},{"name":"HashMap.of","qualifiedName":"dart:collection.HashMap.HashMap.of","href":"dart-collection/HashMap/HashMap.of.html","kind":2,"packageRank":10,"desc":"Creates a HashMap that contains all key/value pairs of other.\nExample:","enclosedBy":{"name":"HashMap","kind":3,"href":"dart-collection/HashMap-class.html"}},{"name":"HashSet","qualifiedName":"dart:collection.HashSet","href":"dart-collection/HashSet-class.html","kind":3,"packageRank":10,"desc":"An unordered hash-table based Set implementation.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"HashSet.from","qualifiedName":"dart:collection.HashSet.HashSet.from","href":"dart-collection/HashSet/HashSet.from.html","kind":2,"packageRank":10,"desc":"Create a hash set containing all elements.","enclosedBy":{"name":"HashSet","kind":3,"href":"dart-collection/HashSet-class.html"}},{"name":"HashSet.identity","qualifiedName":"dart:collection.HashSet.HashSet.identity","href":"dart-collection/HashSet/HashSet.identity.html","kind":2,"packageRank":10,"desc":"Creates an unordered identity-based set.","enclosedBy":{"name":"HashSet","kind":3,"href":"dart-collection/HashSet-class.html"}},{"name":"HashSet.new","qualifiedName":"dart:collection.HashSet.HashSet.new","href":"dart-collection/HashSet/HashSet.html","kind":2,"packageRank":10,"desc":"Create a hash set using the provided equals as equality.","enclosedBy":{"name":"HashSet","kind":3,"href":"dart-collection/HashSet-class.html"}},{"name":"HashSet.of","qualifiedName":"dart:collection.HashSet.HashSet.of","href":"dart-collection/HashSet/HashSet.of.html","kind":2,"packageRank":10,"desc":"Create a hash set containing all elements.","enclosedBy":{"name":"HashSet","kind":3,"href":"dart-collection/HashSet-class.html"}},{"name":"iterator","qualifiedName":"dart:collection.HashSet.iterator","href":"dart-collection/HashSet/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Provides an iterator that iterates over the elements of this set.","enclosedBy":{"name":"HashSet","kind":3,"href":"dart-collection/HashSet-class.html"}},{"name":"IterableBase","qualifiedName":"dart:collection.IterableBase","href":"dart-collection/IterableBase.html","kind":21,"packageRank":10,"desc":"Base class for implementing Iterable.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"IterableExtensions","qualifiedName":"dart:collection.IterableExtensions","href":"dart-collection/IterableExtensions.html","kind":6,"packageRank":10,"desc":"Operations on iterables.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"elementAtOrNull","qualifiedName":"dart:collection.IterableExtensions.elementAtOrNull","href":"dart-collection/IterableExtensions/elementAtOrNull.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The element at position index of this iterable, or null.","enclosedBy":{"name":"IterableExtensions","kind":6,"href":"dart-collection/IterableExtensions.html"}},{"name":"firstOrNull","qualifiedName":"dart:collection.IterableExtensions.firstOrNull","href":"dart-collection/IterableExtensions/firstOrNull.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The first element of this iterator, or null if the iterable is empty.","enclosedBy":{"name":"IterableExtensions","kind":6,"href":"dart-collection/IterableExtensions.html"}},{"name":"indexed","qualifiedName":"dart:collection.IterableExtensions.indexed","href":"dart-collection/IterableExtensions/indexed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Pairs of elements of the indices and elements of this iterable.","enclosedBy":{"name":"IterableExtensions","kind":6,"href":"dart-collection/IterableExtensions.html"}},{"name":"lastOrNull","qualifiedName":"dart:collection.IterableExtensions.lastOrNull","href":"dart-collection/IterableExtensions/lastOrNull.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The last element of this iterable, or null if the iterable is empty.","enclosedBy":{"name":"IterableExtensions","kind":6,"href":"dart-collection/IterableExtensions.html"}},{"name":"singleOrNull","qualifiedName":"dart:collection.IterableExtensions.singleOrNull","href":"dart-collection/IterableExtensions/singleOrNull.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The single element of this iterator, or null.","enclosedBy":{"name":"IterableExtensions","kind":6,"href":"dart-collection/IterableExtensions.html"}},{"name":"IterableMixin","qualifiedName":"dart:collection.IterableMixin","href":"dart-collection/IterableMixin.html","kind":21,"packageRank":10,"desc":"This Iterable mixin implements all Iterable members except iterator.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"LinkedHashMap","qualifiedName":"dart:collection.LinkedHashMap","href":"dart-collection/LinkedHashMap-class.html","kind":3,"packageRank":10,"desc":"An insertion-ordered Map with expected constant-time lookup.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"LinkedHashMap.from","qualifiedName":"dart:collection.LinkedHashMap.LinkedHashMap.from","href":"dart-collection/LinkedHashMap/LinkedHashMap.from.html","kind":2,"packageRank":10,"desc":"Creates a LinkedHashMap that contains all key value pairs of other.","enclosedBy":{"name":"LinkedHashMap","kind":3,"href":"dart-collection/LinkedHashMap-class.html"}},{"name":"LinkedHashMap.fromEntries","qualifiedName":"dart:collection.LinkedHashMap.LinkedHashMap.fromEntries","href":"dart-collection/LinkedHashMap/LinkedHashMap.fromEntries.html","kind":2,"packageRank":10,"desc":"Creates a LinkedHashMap containing the entries of entries.","enclosedBy":{"name":"LinkedHashMap","kind":3,"href":"dart-collection/LinkedHashMap-class.html"}},{"name":"LinkedHashMap.fromIterable","qualifiedName":"dart:collection.LinkedHashMap.LinkedHashMap.fromIterable","href":"dart-collection/LinkedHashMap/LinkedHashMap.fromIterable.html","kind":2,"packageRank":10,"desc":"Creates a LinkedHashMap where the keys and values are computed from the\niterable.","enclosedBy":{"name":"LinkedHashMap","kind":3,"href":"dart-collection/LinkedHashMap-class.html"}},{"name":"LinkedHashMap.fromIterables","qualifiedName":"dart:collection.LinkedHashMap.LinkedHashMap.fromIterables","href":"dart-collection/LinkedHashMap/LinkedHashMap.fromIterables.html","kind":2,"packageRank":10,"desc":"Creates a LinkedHashMap associating the given keys to values.","enclosedBy":{"name":"LinkedHashMap","kind":3,"href":"dart-collection/LinkedHashMap-class.html"}},{"name":"LinkedHashMap.identity","qualifiedName":"dart:collection.LinkedHashMap.LinkedHashMap.identity","href":"dart-collection/LinkedHashMap/LinkedHashMap.identity.html","kind":2,"packageRank":10,"desc":"Creates an insertion-ordered identity-based map.","enclosedBy":{"name":"LinkedHashMap","kind":3,"href":"dart-collection/LinkedHashMap-class.html"}},{"name":"LinkedHashMap.new","qualifiedName":"dart:collection.LinkedHashMap.LinkedHashMap.new","href":"dart-collection/LinkedHashMap/LinkedHashMap.html","kind":2,"packageRank":10,"desc":"Creates an insertion-ordered hash-table based Map.","enclosedBy":{"name":"LinkedHashMap","kind":3,"href":"dart-collection/LinkedHashMap-class.html"}},{"name":"LinkedHashMap.of","qualifiedName":"dart:collection.LinkedHashMap.LinkedHashMap.of","href":"dart-collection/LinkedHashMap/LinkedHashMap.of.html","kind":2,"packageRank":10,"desc":"Creates a LinkedHashMap that contains all key value pairs of other.\nExample:","enclosedBy":{"name":"LinkedHashMap","kind":3,"href":"dart-collection/LinkedHashMap-class.html"}},{"name":"LinkedHashSet","qualifiedName":"dart:collection.LinkedHashSet","href":"dart-collection/LinkedHashSet-class.html","kind":3,"packageRank":10,"desc":"A LinkedHashSet is a hash-table based Set implementation.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"LinkedHashSet.from","qualifiedName":"dart:collection.LinkedHashSet.LinkedHashSet.from","href":"dart-collection/LinkedHashSet/LinkedHashSet.from.html","kind":2,"packageRank":10,"desc":"Create a linked hash set containing all elements.","enclosedBy":{"name":"LinkedHashSet","kind":3,"href":"dart-collection/LinkedHashSet-class.html"}},{"name":"LinkedHashSet.identity","qualifiedName":"dart:collection.LinkedHashSet.LinkedHashSet.identity","href":"dart-collection/LinkedHashSet/LinkedHashSet.identity.html","kind":2,"packageRank":10,"desc":"Creates an insertion-ordered identity-based set.","enclosedBy":{"name":"LinkedHashSet","kind":3,"href":"dart-collection/LinkedHashSet-class.html"}},{"name":"LinkedHashSet.new","qualifiedName":"dart:collection.LinkedHashSet.LinkedHashSet.new","href":"dart-collection/LinkedHashSet/LinkedHashSet.html","kind":2,"packageRank":10,"desc":"Create an insertion-ordered hash set using the provided\nequals and hashCode.","enclosedBy":{"name":"LinkedHashSet","kind":3,"href":"dart-collection/LinkedHashSet-class.html"}},{"name":"LinkedHashSet.of","qualifiedName":"dart:collection.LinkedHashSet.LinkedHashSet.of","href":"dart-collection/LinkedHashSet/LinkedHashSet.of.html","kind":2,"packageRank":10,"desc":"Create a linked hash set from elements.","enclosedBy":{"name":"LinkedHashSet","kind":3,"href":"dart-collection/LinkedHashSet-class.html"}},{"name":"forEach","qualifiedName":"dart:collection.LinkedHashSet.forEach","href":"dart-collection/LinkedHashSet/forEach.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Executes a function on each element of the set.","enclosedBy":{"name":"LinkedHashSet","kind":3,"href":"dart-collection/LinkedHashSet-class.html"}},{"name":"iterator","qualifiedName":"dart:collection.LinkedHashSet.iterator","href":"dart-collection/LinkedHashSet/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Provides an iterator that iterates over the elements in insertion order.","enclosedBy":{"name":"LinkedHashSet","kind":3,"href":"dart-collection/LinkedHashSet-class.html"}},{"name":"LinkedList","qualifiedName":"dart:collection.LinkedList","href":"dart-collection/LinkedList-class.html","kind":3,"packageRank":10,"desc":"A specialized double-linked list of elements that extends LinkedListEntry.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"LinkedList.new","qualifiedName":"dart:collection.LinkedList.LinkedList.new","href":"dart-collection/LinkedList/LinkedList.html","kind":2,"packageRank":10,"desc":"Constructs a new empty linked list.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"add","qualifiedName":"dart:collection.LinkedList.add","href":"dart-collection/LinkedList/add.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds entry to the end of the linked list.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.LinkedList.addAll","href":"dart-collection/LinkedList/addAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds entries to the end of the linked list.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"addFirst","qualifiedName":"dart:collection.LinkedList.addFirst","href":"dart-collection/LinkedList/addFirst.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds entry to the beginning of the linked list.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"clear","qualifiedName":"dart:collection.LinkedList.clear","href":"dart-collection/LinkedList/clear.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Remove all elements from this linked list.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"contains","qualifiedName":"dart:collection.LinkedList.contains","href":"dart-collection/LinkedList/contains.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether entry is a LinkedListEntry belonging to this list.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"first","qualifiedName":"dart:collection.LinkedList.first","href":"dart-collection/LinkedList/first.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The first element.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"forEach","qualifiedName":"dart:collection.LinkedList.forEach","href":"dart-collection/LinkedList/forEach.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Call action with each entry in this linked list.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"isEmpty","qualifiedName":"dart:collection.LinkedList.isEmpty","href":"dart-collection/LinkedList/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"iterator","qualifiedName":"dart:collection.LinkedList.iterator","href":"dart-collection/LinkedList/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"last","qualifiedName":"dart:collection.LinkedList.last","href":"dart-collection/LinkedList/last.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The last element.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"length","qualifiedName":"dart:collection.LinkedList.length","href":"dart-collection/LinkedList/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"remove","qualifiedName":"dart:collection.LinkedList.remove","href":"dart-collection/LinkedList/remove.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes entry from the linked list.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"single","qualifiedName":"dart:collection.LinkedList.single","href":"dart-collection/LinkedList/single.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"LinkedList","kind":3,"href":"dart-collection/LinkedList-class.html"}},{"name":"LinkedListEntry","qualifiedName":"dart:collection.LinkedListEntry","href":"dart-collection/LinkedListEntry-class.html","kind":3,"packageRank":10,"desc":"An object that can be an element in a LinkedList.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"LinkedListEntry.new","qualifiedName":"dart:collection.LinkedListEntry.LinkedListEntry.new","href":"dart-collection/LinkedListEntry/LinkedListEntry.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"LinkedListEntry","kind":3,"href":"dart-collection/LinkedListEntry-class.html"}},{"name":"insertAfter","qualifiedName":"dart:collection.LinkedListEntry.insertAfter","href":"dart-collection/LinkedListEntry/insertAfter.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Insert an element after this element in this element's linked list.","enclosedBy":{"name":"LinkedListEntry","kind":3,"href":"dart-collection/LinkedListEntry-class.html"}},{"name":"insertBefore","qualifiedName":"dart:collection.LinkedListEntry.insertBefore","href":"dart-collection/LinkedListEntry/insertBefore.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Insert an element before this element in this element's linked list.","enclosedBy":{"name":"LinkedListEntry","kind":3,"href":"dart-collection/LinkedListEntry-class.html"}},{"name":"list","qualifiedName":"dart:collection.LinkedListEntry.list","href":"dart-collection/LinkedListEntry/list.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The linked list containing this element.","enclosedBy":{"name":"LinkedListEntry","kind":3,"href":"dart-collection/LinkedListEntry-class.html"}},{"name":"next","qualifiedName":"dart:collection.LinkedListEntry.next","href":"dart-collection/LinkedListEntry/next.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The successor of this element in its linked list.","enclosedBy":{"name":"LinkedListEntry","kind":3,"href":"dart-collection/LinkedListEntry-class.html"}},{"name":"previous","qualifiedName":"dart:collection.LinkedListEntry.previous","href":"dart-collection/LinkedListEntry/previous.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The predecessor of this element in its linked list.","enclosedBy":{"name":"LinkedListEntry","kind":3,"href":"dart-collection/LinkedListEntry-class.html"}},{"name":"unlink","qualifiedName":"dart:collection.LinkedListEntry.unlink","href":"dart-collection/LinkedListEntry/unlink.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Unlink the element from its linked list.","enclosedBy":{"name":"LinkedListEntry","kind":3,"href":"dart-collection/LinkedListEntry-class.html"}},{"name":"ListBase","qualifiedName":"dart:collection.ListBase","href":"dart-collection/ListBase-class.html","kind":3,"packageRank":10,"desc":"Abstract implementation of a list.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"ListBase.new","qualifiedName":"dart:collection.ListBase.ListBase.new","href":"dart-collection/ListBase/ListBase.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"add","qualifiedName":"dart:collection.ListBase.add","href":"dart-collection/ListBase/add.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds value to the end of this list,\nextending the length by one.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.ListBase.addAll","href":"dart-collection/ListBase/addAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Appends all objects of iterable to the end of this list.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"any","qualifiedName":"dart:collection.ListBase.any","href":"dart-collection/ListBase/any.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Checks whether any element of this iterable satisfies test.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"asMap","qualifiedName":"dart:collection.ListBase.asMap","href":"dart-collection/ListBase/asMap.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"An unmodifiable Map view of this list.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"cast","qualifiedName":"dart:collection.ListBase.cast","href":"dart-collection/ListBase/cast.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Returns a view of this list as a list of R instances.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"clear","qualifiedName":"dart:collection.ListBase.clear","href":"dart-collection/ListBase/clear.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all objects from this list; the length of the list becomes zero.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"contains","qualifiedName":"dart:collection.ListBase.contains","href":"dart-collection/ListBase/contains.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether the collection contains an element equal to element.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"elementAt","qualifiedName":"dart:collection.ListBase.elementAt","href":"dart-collection/ListBase/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the indexth element.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"every","qualifiedName":"dart:collection.ListBase.every","href":"dart-collection/ListBase/every.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Checks whether every element of this iterable satisfies test.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"expand","qualifiedName":"dart:collection.ListBase.expand","href":"dart-collection/ListBase/expand.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Expands each element of this Iterable into zero or more elements.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"fillRange","qualifiedName":"dart:collection.ListBase.fillRange","href":"dart-collection/ListBase/fillRange.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Overwrites a range of elements with fillValue.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"first","qualifiedName":"dart:collection.ListBase.first","href":"dart-collection/ListBase/first.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The first element.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"firstWhere","qualifiedName":"dart:collection.ListBase.firstWhere","href":"dart-collection/ListBase/firstWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The first element that satisfies the given predicate test.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"fold","qualifiedName":"dart:collection.ListBase.fold","href":"dart-collection/ListBase/fold.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Reduces a collection to a single value by iteratively combining each\nelement of the collection with an existing value","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"followedBy","qualifiedName":"dart:collection.ListBase.followedBy","href":"dart-collection/ListBase/followedBy.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates the lazy concatenation of this iterable and other.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"forEach","qualifiedName":"dart:collection.ListBase.forEach","href":"dart-collection/ListBase/forEach.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Invokes action on each element of this iterable in iteration order.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"getRange","qualifiedName":"dart:collection.ListBase.getRange","href":"dart-collection/ListBase/getRange.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates an Iterable that iterates over a range of elements.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"indexOf","qualifiedName":"dart:collection.ListBase.indexOf","href":"dart-collection/ListBase/indexOf.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The first index of element in this list.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"indexWhere","qualifiedName":"dart:collection.ListBase.indexWhere","href":"dart-collection/ListBase/indexWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The first index in the list that satisfies the provided test.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"insert","qualifiedName":"dart:collection.ListBase.insert","href":"dart-collection/ListBase/insert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Inserts element at position index in this list.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"insertAll","qualifiedName":"dart:collection.ListBase.insertAll","href":"dart-collection/ListBase/insertAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Inserts all objects of iterable at position index in this list.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"isEmpty","qualifiedName":"dart:collection.ListBase.isEmpty","href":"dart-collection/ListBase/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:collection.ListBase.isNotEmpty","href":"dart-collection/ListBase/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this collection has at least one element.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"iterator","qualifiedName":"dart:collection.ListBase.iterator","href":"dart-collection/ListBase/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"join","qualifiedName":"dart:collection.ListBase.join","href":"dart-collection/ListBase/join.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts each element to a String and concatenates the strings.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"last","qualifiedName":"dart:collection.ListBase.last","href":"dart-collection/ListBase/last.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The last element.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"lastIndexOf","qualifiedName":"dart:collection.ListBase.lastIndexOf","href":"dart-collection/ListBase/lastIndexOf.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The last index of element in this list.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"lastIndexWhere","qualifiedName":"dart:collection.ListBase.lastIndexWhere","href":"dart-collection/ListBase/lastIndexWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The last index in the list that satisfies the provided test.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"lastWhere","qualifiedName":"dart:collection.ListBase.lastWhere","href":"dart-collection/ListBase/lastWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The last element that satisfies the given predicate test.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"listToString","qualifiedName":"dart:collection.ListBase.listToString","href":"dart-collection/ListBase/listToString.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Converts a List to a String.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"map","qualifiedName":"dart:collection.ListBase.map","href":"dart-collection/ListBase/map.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The current elements of this iterable modified by toElement.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"operator +","qualifiedName":"dart:collection.ListBase.operator +","href":"dart-collection/ListBase/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the concatenation of this list and other.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"reduce","qualifiedName":"dart:collection.ListBase.reduce","href":"dart-collection/ListBase/reduce.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Reduces a collection to a single value by iteratively combining elements\nof the collection using the provided function.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"remove","qualifiedName":"dart:collection.ListBase.remove","href":"dart-collection/ListBase/remove.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes the first occurrence of value from this list.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"removeAt","qualifiedName":"dart:collection.ListBase.removeAt","href":"dart-collection/ListBase/removeAt.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes the object at position index from this list.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"removeLast","qualifiedName":"dart:collection.ListBase.removeLast","href":"dart-collection/ListBase/removeLast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes and returns the last object in this list.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"removeRange","qualifiedName":"dart:collection.ListBase.removeRange","href":"dart-collection/ListBase/removeRange.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes a range of elements from the list.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"removeWhere","qualifiedName":"dart:collection.ListBase.removeWhere","href":"dart-collection/ListBase/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all objects from this list that satisfy test.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"replaceRange","qualifiedName":"dart:collection.ListBase.replaceRange","href":"dart-collection/ListBase/replaceRange.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Replaces a range of elements with the elements of replacements.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"retainWhere","qualifiedName":"dart:collection.ListBase.retainWhere","href":"dart-collection/ListBase/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all objects from this list that fail to satisfy test.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"reversed","qualifiedName":"dart:collection.ListBase.reversed","href":"dart-collection/ListBase/reversed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"An Iterable of the objects in this list in reverse order.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"setAll","qualifiedName":"dart:collection.ListBase.setAll","href":"dart-collection/ListBase/setAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Overwrites elements with the objects of iterable.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"setRange","qualifiedName":"dart:collection.ListBase.setRange","href":"dart-collection/ListBase/setRange.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Writes some elements of iterable into a range of this list.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"shuffle","qualifiedName":"dart:collection.ListBase.shuffle","href":"dart-collection/ListBase/shuffle.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Shuffles the elements of this list randomly.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"single","qualifiedName":"dart:collection.ListBase.single","href":"dart-collection/ListBase/single.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"singleWhere","qualifiedName":"dart:collection.ListBase.singleWhere","href":"dart-collection/ListBase/singleWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The single element that satisfies test.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"skip","qualifiedName":"dart:collection.ListBase.skip","href":"dart-collection/ListBase/skip.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates an Iterable that provides all but the first count elements.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"skipWhile","qualifiedName":"dart:collection.ListBase.skipWhile","href":"dart-collection/ListBase/skipWhile.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates an Iterable that skips leading elements while test is satisfied.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"sort","qualifiedName":"dart:collection.ListBase.sort","href":"dart-collection/ListBase/sort.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Sorts this list according to the order specified by the compare function.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"sublist","qualifiedName":"dart:collection.ListBase.sublist","href":"dart-collection/ListBase/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a new list containing the elements between start and end.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"take","qualifiedName":"dart:collection.ListBase.take","href":"dart-collection/ListBase/take.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a lazy iterable of the count first elements of this iterable.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"takeWhile","qualifiedName":"dart:collection.ListBase.takeWhile","href":"dart-collection/ListBase/takeWhile.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a lazy iterable of the leading elements satisfying test.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"toList","qualifiedName":"dart:collection.ListBase.toList","href":"dart-collection/ListBase/toList.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a List containing the elements of this Iterable.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"toSet","qualifiedName":"dart:collection.ListBase.toSet","href":"dart-collection/ListBase/toSet.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a Set containing the same elements as this iterable.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"toString","qualifiedName":"dart:collection.ListBase.toString","href":"dart-collection/ListBase/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"where","qualifiedName":"dart:collection.ListBase.where","href":"dart-collection/ListBase/where.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new lazy Iterable with all elements that satisfy the\npredicate test.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"whereType","qualifiedName":"dart:collection.ListBase.whereType","href":"dart-collection/ListBase/whereType.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new lazy Iterable with all elements that have type T.","enclosedBy":{"name":"ListBase","kind":3,"href":"dart-collection/ListBase-class.html"}},{"name":"ListMixin","qualifiedName":"dart:collection.ListMixin","href":"dart-collection/ListMixin.html","kind":21,"packageRank":10,"desc":"Base mixin implementation of a List class.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"ListQueue","qualifiedName":"dart:collection.ListQueue","href":"dart-collection/ListQueue-class.html","kind":3,"packageRank":10,"desc":"List based Queue.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"ListQueue.from","qualifiedName":"dart:collection.ListQueue.ListQueue.from","href":"dart-collection/ListQueue/ListQueue.from.html","kind":2,"packageRank":10,"desc":"Create a ListQueue containing all elements.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"ListQueue.new","qualifiedName":"dart:collection.ListQueue.ListQueue.new","href":"dart-collection/ListQueue/ListQueue.html","kind":2,"packageRank":10,"desc":"Create an empty queue.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"ListQueue.of","qualifiedName":"dart:collection.ListQueue.ListQueue.of","href":"dart-collection/ListQueue/ListQueue.of.html","kind":2,"packageRank":10,"desc":"Create a ListQueue from elements.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"add","qualifiedName":"dart:collection.ListQueue.add","href":"dart-collection/ListQueue/add.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds value at the end of the queue.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.ListQueue.addAll","href":"dart-collection/ListQueue/addAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds all elements of iterable at the end of the queue. The\nlength of the queue is extended by the length of iterable.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"addFirst","qualifiedName":"dart:collection.ListQueue.addFirst","href":"dart-collection/ListQueue/addFirst.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds value at the beginning of the queue.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"addLast","qualifiedName":"dart:collection.ListQueue.addLast","href":"dart-collection/ListQueue/addLast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds value at the end of the queue.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"any","qualifiedName":"dart:collection.ListQueue.any","href":"dart-collection/ListQueue/any.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Checks whether any element of this iterable satisfies test.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"cast","qualifiedName":"dart:collection.ListQueue.cast","href":"dart-collection/ListQueue/cast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A view of this iterable as an iterable of R instances.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"clear","qualifiedName":"dart:collection.ListQueue.clear","href":"dart-collection/ListQueue/clear.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all elements in the queue. The size of the queue becomes zero.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"contains","qualifiedName":"dart:collection.ListQueue.contains","href":"dart-collection/ListQueue/contains.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether the collection contains an element equal to element.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"elementAt","qualifiedName":"dart:collection.ListQueue.elementAt","href":"dart-collection/ListQueue/elementAt.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Returns the indexth element.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"every","qualifiedName":"dart:collection.ListQueue.every","href":"dart-collection/ListQueue/every.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Checks whether every element of this iterable satisfies test.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"first","qualifiedName":"dart:collection.ListQueue.first","href":"dart-collection/ListQueue/first.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The first element.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"firstWhere","qualifiedName":"dart:collection.ListQueue.firstWhere","href":"dart-collection/ListQueue/firstWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The first element that satisfies the given predicate test.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"fold","qualifiedName":"dart:collection.ListQueue.fold","href":"dart-collection/ListQueue/fold.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Reduces a collection to a single value by iteratively combining each\nelement of the collection with an existing value","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"forEach","qualifiedName":"dart:collection.ListQueue.forEach","href":"dart-collection/ListQueue/forEach.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Invokes action on each element of this iterable in iteration order.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"isEmpty","qualifiedName":"dart:collection.ListQueue.isEmpty","href":"dart-collection/ListQueue/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"iterator","qualifiedName":"dart:collection.ListQueue.iterator","href":"dart-collection/ListQueue/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"join","qualifiedName":"dart:collection.ListQueue.join","href":"dart-collection/ListQueue/join.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts each element to a String and concatenates the strings.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"last","qualifiedName":"dart:collection.ListQueue.last","href":"dart-collection/ListQueue/last.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The last element.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"lastWhere","qualifiedName":"dart:collection.ListQueue.lastWhere","href":"dart-collection/ListQueue/lastWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The last element that satisfies the given predicate test.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"length","qualifiedName":"dart:collection.ListQueue.length","href":"dart-collection/ListQueue/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the number of elements in the iterable.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"map","qualifiedName":"dart:collection.ListQueue.map","href":"dart-collection/ListQueue/map.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The current elements of this iterable modified by toElement.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"reduce","qualifiedName":"dart:collection.ListQueue.reduce","href":"dart-collection/ListQueue/reduce.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Reduces a collection to a single value by iteratively combining elements\nof the collection using the provided function.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"remove","qualifiedName":"dart:collection.ListQueue.remove","href":"dart-collection/ListQueue/remove.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes a single instance of value from the queue.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"removeFirst","qualifiedName":"dart:collection.ListQueue.removeFirst","href":"dart-collection/ListQueue/removeFirst.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes and returns the first element of this queue.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"removeLast","qualifiedName":"dart:collection.ListQueue.removeLast","href":"dart-collection/ListQueue/removeLast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes and returns the last element of the queue.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"removeWhere","qualifiedName":"dart:collection.ListQueue.removeWhere","href":"dart-collection/ListQueue/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Remove all elements matched by test.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"retainWhere","qualifiedName":"dart:collection.ListQueue.retainWhere","href":"dart-collection/ListQueue/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Remove all elements not matched by test.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"single","qualifiedName":"dart:collection.ListQueue.single","href":"dart-collection/ListQueue/single.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"singleWhere","qualifiedName":"dart:collection.ListQueue.singleWhere","href":"dart-collection/ListQueue/singleWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The single element that satisfies test.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"skip","qualifiedName":"dart:collection.ListQueue.skip","href":"dart-collection/ListQueue/skip.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates an Iterable that provides all but the first count elements.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"skipWhile","qualifiedName":"dart:collection.ListQueue.skipWhile","href":"dart-collection/ListQueue/skipWhile.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates an Iterable that skips leading elements while test is satisfied.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"take","qualifiedName":"dart:collection.ListQueue.take","href":"dart-collection/ListQueue/take.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a lazy iterable of the count first elements of this iterable.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"takeWhile","qualifiedName":"dart:collection.ListQueue.takeWhile","href":"dart-collection/ListQueue/takeWhile.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a lazy iterable of the leading elements satisfying test.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"toList","qualifiedName":"dart:collection.ListQueue.toList","href":"dart-collection/ListQueue/toList.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Creates a List containing the elements of this Iterable.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"toSet","qualifiedName":"dart:collection.ListQueue.toSet","href":"dart-collection/ListQueue/toSet.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a Set containing the same elements as this iterable.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"toString","qualifiedName":"dart:collection.ListQueue.toString","href":"dart-collection/ListQueue/toString.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Returns a string representation of (some of) the elements of this.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"where","qualifiedName":"dart:collection.ListQueue.where","href":"dart-collection/ListQueue/where.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new lazy Iterable with all elements that satisfy the\npredicate test.","enclosedBy":{"name":"ListQueue","kind":3,"href":"dart-collection/ListQueue-class.html"}},{"name":"MapBase","qualifiedName":"dart:collection.MapBase","href":"dart-collection/MapBase-class.html","kind":3,"packageRank":10,"desc":"Base class for implementing a Map.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"MapBase.new","qualifiedName":"dart:collection.MapBase.MapBase.new","href":"dart-collection/MapBase/MapBase.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.MapBase.addAll","href":"dart-collection/MapBase/addAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds all key/value pairs of other to this map.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"addEntries","qualifiedName":"dart:collection.MapBase.addEntries","href":"dart-collection/MapBase/addEntries.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds all key/value pairs of newEntries to this map.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"cast","qualifiedName":"dart:collection.MapBase.cast","href":"dart-collection/MapBase/cast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Provides a view of this map as having RK keys and RV instances,\nif necessary.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"clear","qualifiedName":"dart:collection.MapBase.clear","href":"dart-collection/MapBase/clear.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all entries from the map.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"containsKey","qualifiedName":"dart:collection.MapBase.containsKey","href":"dart-collection/MapBase/containsKey.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether this map contains the given key.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"containsValue","qualifiedName":"dart:collection.MapBase.containsValue","href":"dart-collection/MapBase/containsValue.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether this map contains the given value.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"entries","qualifiedName":"dart:collection.MapBase.entries","href":"dart-collection/MapBase/entries.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The map entries of this Map.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"forEach","qualifiedName":"dart:collection.MapBase.forEach","href":"dart-collection/MapBase/forEach.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Applies action to each key/value pair of the map.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"isEmpty","qualifiedName":"dart:collection.MapBase.isEmpty","href":"dart-collection/MapBase/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether there is no key/value pair in the map.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:collection.MapBase.isNotEmpty","href":"dart-collection/MapBase/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether there is at least one key/value pair in the map.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"keys","qualifiedName":"dart:collection.MapBase.keys","href":"dart-collection/MapBase/keys.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The keys of this Map.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"length","qualifiedName":"dart:collection.MapBase.length","href":"dart-collection/MapBase/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of key/value pairs in the map.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"map","qualifiedName":"dart:collection.MapBase.map","href":"dart-collection/MapBase/map.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a new map where all entries of this map are transformed by\nthe given convert function.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"mapToString","qualifiedName":"dart:collection.MapBase.mapToString","href":"dart-collection/MapBase/mapToString.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"operator []","qualifiedName":"dart:collection.MapBase.operator []","href":"dart-collection/MapBase/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The value for the given key, or null if key is not in the map.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"operator []=","qualifiedName":"dart:collection.MapBase.operator []=","href":"dart-collection/MapBase/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Associates the key with the given value.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"putIfAbsent","qualifiedName":"dart:collection.MapBase.putIfAbsent","href":"dart-collection/MapBase/putIfAbsent.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Look up the value of key, or add a new entry if it isn't there.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"remove","qualifiedName":"dart:collection.MapBase.remove","href":"dart-collection/MapBase/remove.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes key and its associated value, if present, from the map.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"removeWhere","qualifiedName":"dart:collection.MapBase.removeWhere","href":"dart-collection/MapBase/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all entries of this map that satisfy the given test.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"toString","qualifiedName":"dart:collection.MapBase.toString","href":"dart-collection/MapBase/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"update","qualifiedName":"dart:collection.MapBase.update","href":"dart-collection/MapBase/update.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Updates the value for the provided key.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"updateAll","qualifiedName":"dart:collection.MapBase.updateAll","href":"dart-collection/MapBase/updateAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Updates all values.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"values","qualifiedName":"dart:collection.MapBase.values","href":"dart-collection/MapBase/values.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The values of this Map.","enclosedBy":{"name":"MapBase","kind":3,"href":"dart-collection/MapBase-class.html"}},{"name":"MapMixin","qualifiedName":"dart:collection.MapMixin","href":"dart-collection/MapMixin.html","kind":21,"packageRank":10,"desc":"Mixin implementing a Map.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"MapView","qualifiedName":"dart:collection.MapView","href":"dart-collection/MapView-class.html","kind":3,"packageRank":10,"desc":"Wrapper around a class that implements Map that only exposes Map\nmembers.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"MapView.new","qualifiedName":"dart:collection.MapView.MapView.new","href":"dart-collection/MapView/MapView.html","kind":2,"packageRank":10,"desc":"Creates a view which forwards operations to map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.MapView.addAll","href":"dart-collection/MapView/addAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds all key/value pairs of other to this map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"addEntries","qualifiedName":"dart:collection.MapView.addEntries","href":"dart-collection/MapView/addEntries.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds all key/value pairs of newEntries to this map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"cast","qualifiedName":"dart:collection.MapView.cast","href":"dart-collection/MapView/cast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Provides a view of this map as having RK keys and RV instances,\nif necessary.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"clear","qualifiedName":"dart:collection.MapView.clear","href":"dart-collection/MapView/clear.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all entries from the map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"containsKey","qualifiedName":"dart:collection.MapView.containsKey","href":"dart-collection/MapView/containsKey.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether this map contains the given key.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"containsValue","qualifiedName":"dart:collection.MapView.containsValue","href":"dart-collection/MapView/containsValue.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether this map contains the given value.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"entries","qualifiedName":"dart:collection.MapView.entries","href":"dart-collection/MapView/entries.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The map entries of this Map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"forEach","qualifiedName":"dart:collection.MapView.forEach","href":"dart-collection/MapView/forEach.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Applies action to each key/value pair of the map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"isEmpty","qualifiedName":"dart:collection.MapView.isEmpty","href":"dart-collection/MapView/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether there is no key/value pair in the map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:collection.MapView.isNotEmpty","href":"dart-collection/MapView/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether there is at least one key/value pair in the map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"keys","qualifiedName":"dart:collection.MapView.keys","href":"dart-collection/MapView/keys.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The keys of this Map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"length","qualifiedName":"dart:collection.MapView.length","href":"dart-collection/MapView/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of key/value pairs in the map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"map","qualifiedName":"dart:collection.MapView.map","href":"dart-collection/MapView/map.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a new map where all entries of this map are transformed by\nthe given convert function.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"operator []","qualifiedName":"dart:collection.MapView.operator []","href":"dart-collection/MapView/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The value for the given key, or null if key is not in the map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"operator []=","qualifiedName":"dart:collection.MapView.operator []=","href":"dart-collection/MapView/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Associates the key with the given value.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"putIfAbsent","qualifiedName":"dart:collection.MapView.putIfAbsent","href":"dart-collection/MapView/putIfAbsent.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Look up the value of key, or add a new entry if it isn't there.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"remove","qualifiedName":"dart:collection.MapView.remove","href":"dart-collection/MapView/remove.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes key and its associated value, if present, from the map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"removeWhere","qualifiedName":"dart:collection.MapView.removeWhere","href":"dart-collection/MapView/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all entries of this map that satisfy the given test.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"toString","qualifiedName":"dart:collection.MapView.toString","href":"dart-collection/MapView/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"update","qualifiedName":"dart:collection.MapView.update","href":"dart-collection/MapView/update.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Updates the value for the provided key.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"updateAll","qualifiedName":"dart:collection.MapView.updateAll","href":"dart-collection/MapView/updateAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Updates all values.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"values","qualifiedName":"dart:collection.MapView.values","href":"dart-collection/MapView/values.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The values of this Map.","enclosedBy":{"name":"MapView","kind":3,"href":"dart-collection/MapView-class.html"}},{"name":"NullableIterableExtensions","qualifiedName":"dart:collection.NullableIterableExtensions","href":"dart-collection/NullableIterableExtensions.html","kind":6,"packageRank":10,"desc":"Operations on iterables with nullable elements.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"nonNulls","qualifiedName":"dart:collection.NullableIterableExtensions.nonNulls","href":"dart-collection/NullableIterableExtensions/nonNulls.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The non-null elements of this iterable.","enclosedBy":{"name":"NullableIterableExtensions","kind":6,"href":"dart-collection/NullableIterableExtensions.html"}},{"name":"Queue","qualifiedName":"dart:collection.Queue","href":"dart-collection/Queue-class.html","kind":3,"packageRank":10,"desc":"A Queue is a collection that can be manipulated at both ends. One\ncan iterate over the elements of a queue through forEach or with\nan Iterator.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"Queue.from","qualifiedName":"dart:collection.Queue.Queue.from","href":"dart-collection/Queue/Queue.from.html","kind":2,"packageRank":10,"desc":"Creates a queue containing all elements.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"Queue.new","qualifiedName":"dart:collection.Queue.Queue.new","href":"dart-collection/Queue/Queue.html","kind":2,"packageRank":10,"desc":"Creates a queue.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"Queue.of","qualifiedName":"dart:collection.Queue.Queue.of","href":"dart-collection/Queue/Queue.of.html","kind":2,"packageRank":10,"desc":"Creates a queue from elements.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"add","qualifiedName":"dart:collection.Queue.add","href":"dart-collection/Queue/add.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds value at the end of the queue.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.Queue.addAll","href":"dart-collection/Queue/addAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds all elements of iterable at the end of the queue. The\nlength of the queue is extended by the length of iterable.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"addFirst","qualifiedName":"dart:collection.Queue.addFirst","href":"dart-collection/Queue/addFirst.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds value at the beginning of the queue.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"addLast","qualifiedName":"dart:collection.Queue.addLast","href":"dart-collection/Queue/addLast.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds value at the end of the queue.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"cast","qualifiedName":"dart:collection.Queue.cast","href":"dart-collection/Queue/cast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Provides a view of this queue as a queue of R instances, if necessary.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"castFrom","qualifiedName":"dart:collection.Queue.castFrom","href":"dart-collection/Queue/castFrom.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adapts source to be a Queue&lt;T&gt;.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"clear","qualifiedName":"dart:collection.Queue.clear","href":"dart-collection/Queue/clear.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes all elements in the queue. The size of the queue becomes zero.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"remove","qualifiedName":"dart:collection.Queue.remove","href":"dart-collection/Queue/remove.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes a single instance of value from the queue.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"removeFirst","qualifiedName":"dart:collection.Queue.removeFirst","href":"dart-collection/Queue/removeFirst.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes and returns the first element of this queue.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"removeLast","qualifiedName":"dart:collection.Queue.removeLast","href":"dart-collection/Queue/removeLast.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes and returns the last element of the queue.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"removeWhere","qualifiedName":"dart:collection.Queue.removeWhere","href":"dart-collection/Queue/removeWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes all elements matched by test from the queue.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"retainWhere","qualifiedName":"dart:collection.Queue.retainWhere","href":"dart-collection/Queue/retainWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes all elements not matched by test from the queue.","enclosedBy":{"name":"Queue","kind":3,"href":"dart-collection/Queue-class.html"}},{"name":"SetBase","qualifiedName":"dart:collection.SetBase","href":"dart-collection/SetBase-class.html","kind":3,"packageRank":10,"desc":"Base implementation of Set.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"SetBase.new","qualifiedName":"dart:collection.SetBase.SetBase.new","href":"dart-collection/SetBase/SetBase.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"add","qualifiedName":"dart:collection.SetBase.add","href":"dart-collection/SetBase/add.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds value to the set.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.SetBase.addAll","href":"dart-collection/SetBase/addAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds all elements to this set.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"any","qualifiedName":"dart:collection.SetBase.any","href":"dart-collection/SetBase/any.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Checks whether any element of this iterable satisfies test.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"cast","qualifiedName":"dart:collection.SetBase.cast","href":"dart-collection/SetBase/cast.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Provides a view of this set as a set of R instances.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"clear","qualifiedName":"dart:collection.SetBase.clear","href":"dart-collection/SetBase/clear.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all elements from the set.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"contains","qualifiedName":"dart:collection.SetBase.contains","href":"dart-collection/SetBase/contains.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Whether value is in the set.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"containsAll","qualifiedName":"dart:collection.SetBase.containsAll","href":"dart-collection/SetBase/containsAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether this set contains all the elements of other.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"difference","qualifiedName":"dart:collection.SetBase.difference","href":"dart-collection/SetBase/difference.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new set with the elements of this that are not in other.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"elementAt","qualifiedName":"dart:collection.SetBase.elementAt","href":"dart-collection/SetBase/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the indexth element.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"every","qualifiedName":"dart:collection.SetBase.every","href":"dart-collection/SetBase/every.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Checks whether every element of this iterable satisfies test.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"expand","qualifiedName":"dart:collection.SetBase.expand","href":"dart-collection/SetBase/expand.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Expands each element of this Iterable into zero or more elements.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"first","qualifiedName":"dart:collection.SetBase.first","href":"dart-collection/SetBase/first.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The first element.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"firstWhere","qualifiedName":"dart:collection.SetBase.firstWhere","href":"dart-collection/SetBase/firstWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The first element that satisfies the given predicate test.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"fold","qualifiedName":"dart:collection.SetBase.fold","href":"dart-collection/SetBase/fold.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Reduces a collection to a single value by iteratively combining each\nelement of the collection with an existing value","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"followedBy","qualifiedName":"dart:collection.SetBase.followedBy","href":"dart-collection/SetBase/followedBy.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates the lazy concatenation of this iterable and other.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"forEach","qualifiedName":"dart:collection.SetBase.forEach","href":"dart-collection/SetBase/forEach.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Invokes action on each element of this iterable in iteration order.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"intersection","qualifiedName":"dart:collection.SetBase.intersection","href":"dart-collection/SetBase/intersection.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new set which is the intersection between this set and other.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"isEmpty","qualifiedName":"dart:collection.SetBase.isEmpty","href":"dart-collection/SetBase/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:collection.SetBase.isNotEmpty","href":"dart-collection/SetBase/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this collection has at least one element.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"iterator","qualifiedName":"dart:collection.SetBase.iterator","href":"dart-collection/SetBase/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"An iterator that iterates over the elements of this set.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"join","qualifiedName":"dart:collection.SetBase.join","href":"dart-collection/SetBase/join.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts each element to a String and concatenates the strings.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"last","qualifiedName":"dart:collection.SetBase.last","href":"dart-collection/SetBase/last.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The last element.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"lastWhere","qualifiedName":"dart:collection.SetBase.lastWhere","href":"dart-collection/SetBase/lastWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The last element that satisfies the given predicate test.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"length","qualifiedName":"dart:collection.SetBase.length","href":"dart-collection/SetBase/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"lookup","qualifiedName":"dart:collection.SetBase.lookup","href":"dart-collection/SetBase/lookup.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"If an object equal to object is in the set, return it.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"map","qualifiedName":"dart:collection.SetBase.map","href":"dart-collection/SetBase/map.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The current elements of this iterable modified by toElement.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"reduce","qualifiedName":"dart:collection.SetBase.reduce","href":"dart-collection/SetBase/reduce.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Reduces a collection to a single value by iteratively combining elements\nof the collection using the provided function.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"remove","qualifiedName":"dart:collection.SetBase.remove","href":"dart-collection/SetBase/remove.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes value from the set.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"removeAll","qualifiedName":"dart:collection.SetBase.removeAll","href":"dart-collection/SetBase/removeAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes each element of elements from this set.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"removeWhere","qualifiedName":"dart:collection.SetBase.removeWhere","href":"dart-collection/SetBase/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all elements of this set that satisfy test.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"retainAll","qualifiedName":"dart:collection.SetBase.retainAll","href":"dart-collection/SetBase/retainAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all elements of this set that are not elements in elements.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"retainWhere","qualifiedName":"dart:collection.SetBase.retainWhere","href":"dart-collection/SetBase/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Removes all elements of this set that fail to satisfy test.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"setToString","qualifiedName":"dart:collection.SetBase.setToString","href":"dart-collection/SetBase/setToString.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Converts a Set to a String.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"single","qualifiedName":"dart:collection.SetBase.single","href":"dart-collection/SetBase/single.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"singleWhere","qualifiedName":"dart:collection.SetBase.singleWhere","href":"dart-collection/SetBase/singleWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The single element that satisfies test.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"skip","qualifiedName":"dart:collection.SetBase.skip","href":"dart-collection/SetBase/skip.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates an Iterable that provides all but the first count elements.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"skipWhile","qualifiedName":"dart:collection.SetBase.skipWhile","href":"dart-collection/SetBase/skipWhile.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates an Iterable that skips leading elements while test is satisfied.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"take","qualifiedName":"dart:collection.SetBase.take","href":"dart-collection/SetBase/take.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a lazy iterable of the count first elements of this iterable.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"takeWhile","qualifiedName":"dart:collection.SetBase.takeWhile","href":"dart-collection/SetBase/takeWhile.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a lazy iterable of the leading elements satisfying test.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"toList","qualifiedName":"dart:collection.SetBase.toList","href":"dart-collection/SetBase/toList.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a List containing the elements of this Iterable.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"toSet","qualifiedName":"dart:collection.SetBase.toSet","href":"dart-collection/SetBase/toSet.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Creates a Set with the same elements and behavior as this Set.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"toString","qualifiedName":"dart:collection.SetBase.toString","href":"dart-collection/SetBase/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"union","qualifiedName":"dart:collection.SetBase.union","href":"dart-collection/SetBase/union.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new set which contains all the elements of this set and other.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"where","qualifiedName":"dart:collection.SetBase.where","href":"dart-collection/SetBase/where.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new lazy Iterable with all elements that satisfy the\npredicate test.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"whereType","qualifiedName":"dart:collection.SetBase.whereType","href":"dart-collection/SetBase/whereType.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new lazy Iterable with all elements that have type T.","enclosedBy":{"name":"SetBase","kind":3,"href":"dart-collection/SetBase-class.html"}},{"name":"SetMixin","qualifiedName":"dart:collection.SetMixin","href":"dart-collection/SetMixin.html","kind":21,"packageRank":10,"desc":"Mixin implementation of Set.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"SplayTreeMap","qualifiedName":"dart:collection.SplayTreeMap","href":"dart-collection/SplayTreeMap-class.html","kind":3,"packageRank":10,"desc":"A Map of objects that can be ordered relative to each other.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"SplayTreeMap.from","qualifiedName":"dart:collection.SplayTreeMap.SplayTreeMap.from","href":"dart-collection/SplayTreeMap/SplayTreeMap.from.html","kind":2,"packageRank":10,"desc":"Creates a SplayTreeMap that contains all key/value pairs of other.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"SplayTreeMap.fromIterable","qualifiedName":"dart:collection.SplayTreeMap.SplayTreeMap.fromIterable","href":"dart-collection/SplayTreeMap/SplayTreeMap.fromIterable.html","kind":2,"packageRank":10,"desc":"Creates a SplayTreeMap where the keys and values are computed from the\niterable.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"SplayTreeMap.fromIterables","qualifiedName":"dart:collection.SplayTreeMap.SplayTreeMap.fromIterables","href":"dart-collection/SplayTreeMap/SplayTreeMap.fromIterables.html","kind":2,"packageRank":10,"desc":"Creates a SplayTreeMap associating the given keys to values.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"SplayTreeMap.new","qualifiedName":"dart:collection.SplayTreeMap.SplayTreeMap.new","href":"dart-collection/SplayTreeMap/SplayTreeMap.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"SplayTreeMap.of","qualifiedName":"dart:collection.SplayTreeMap.SplayTreeMap.of","href":"dart-collection/SplayTreeMap/SplayTreeMap.of.html","kind":2,"packageRank":10,"desc":"Creates a SplayTreeMap that contains all key/value pairs of other.\nExample:","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.SplayTreeMap.addAll","href":"dart-collection/SplayTreeMap/addAll.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Adds all key/value pairs of other to this map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"clear","qualifiedName":"dart:collection.SplayTreeMap.clear","href":"dart-collection/SplayTreeMap/clear.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Removes all entries from the map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"containsKey","qualifiedName":"dart:collection.SplayTreeMap.containsKey","href":"dart-collection/SplayTreeMap/containsKey.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Whether this map contains the given key.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"containsValue","qualifiedName":"dart:collection.SplayTreeMap.containsValue","href":"dart-collection/SplayTreeMap/containsValue.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Whether this map contains the given value.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"entries","qualifiedName":"dart:collection.SplayTreeMap.entries","href":"dart-collection/SplayTreeMap/entries.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The map entries of this Map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"firstKey","qualifiedName":"dart:collection.SplayTreeMap.firstKey","href":"dart-collection/SplayTreeMap/firstKey.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The first key in the map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"firstKeyAfter","qualifiedName":"dart:collection.SplayTreeMap.firstKeyAfter","href":"dart-collection/SplayTreeMap/firstKeyAfter.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Get the first key in the map that is strictly larger than key. Returns\nnull if such a key was not found.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"forEach","qualifiedName":"dart:collection.SplayTreeMap.forEach","href":"dart-collection/SplayTreeMap/forEach.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Applies action to each key/value pair of the map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"isEmpty","qualifiedName":"dart:collection.SplayTreeMap.isEmpty","href":"dart-collection/SplayTreeMap/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether there is no key/value pair in the map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:collection.SplayTreeMap.isNotEmpty","href":"dart-collection/SplayTreeMap/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether there is at least one key/value pair in the map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"keys","qualifiedName":"dart:collection.SplayTreeMap.keys","href":"dart-collection/SplayTreeMap/keys.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The keys of this Map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"lastKey","qualifiedName":"dart:collection.SplayTreeMap.lastKey","href":"dart-collection/SplayTreeMap/lastKey.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The last key in the map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"lastKeyBefore","qualifiedName":"dart:collection.SplayTreeMap.lastKeyBefore","href":"dart-collection/SplayTreeMap/lastKeyBefore.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The last key in the map that is strictly smaller than key.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"length","qualifiedName":"dart:collection.SplayTreeMap.length","href":"dart-collection/SplayTreeMap/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of key/value pairs in the map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"operator []","qualifiedName":"dart:collection.SplayTreeMap.operator []","href":"dart-collection/SplayTreeMap/operator_get.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"The value for the given key, or null if key is not in the map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"operator []=","qualifiedName":"dart:collection.SplayTreeMap.operator []=","href":"dart-collection/SplayTreeMap/operator_put.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Associates the key with the given value.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"putIfAbsent","qualifiedName":"dart:collection.SplayTreeMap.putIfAbsent","href":"dart-collection/SplayTreeMap/putIfAbsent.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Look up the value of key, or add a new entry if it isn't there.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"remove","qualifiedName":"dart:collection.SplayTreeMap.remove","href":"dart-collection/SplayTreeMap/remove.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Removes key and its associated value, if present, from the map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"update","qualifiedName":"dart:collection.SplayTreeMap.update","href":"dart-collection/SplayTreeMap/update.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Updates the value for the provided key.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"updateAll","qualifiedName":"dart:collection.SplayTreeMap.updateAll","href":"dart-collection/SplayTreeMap/updateAll.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Updates all values.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"values","qualifiedName":"dart:collection.SplayTreeMap.values","href":"dart-collection/SplayTreeMap/values.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The values of this Map.","enclosedBy":{"name":"SplayTreeMap","kind":3,"href":"dart-collection/SplayTreeMap-class.html"}},{"name":"SplayTreeSet","qualifiedName":"dart:collection.SplayTreeSet","href":"dart-collection/SplayTreeSet-class.html","kind":3,"packageRank":10,"desc":"A Set of objects that can be ordered relative to each other.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"SplayTreeSet.from","qualifiedName":"dart:collection.SplayTreeSet.SplayTreeSet.from","href":"dart-collection/SplayTreeSet/SplayTreeSet.from.html","kind":2,"packageRank":10,"desc":"Creates a SplayTreeSet that contains all elements.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"SplayTreeSet.new","qualifiedName":"dart:collection.SplayTreeSet.SplayTreeSet.new","href":"dart-collection/SplayTreeSet/SplayTreeSet.html","kind":2,"packageRank":10,"desc":"Create a new SplayTreeSet with the given compare function.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"SplayTreeSet.of","qualifiedName":"dart:collection.SplayTreeSet.SplayTreeSet.of","href":"dart-collection/SplayTreeSet/SplayTreeSet.of.html","kind":2,"packageRank":10,"desc":"Creates a SplayTreeSet from elements.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"add","qualifiedName":"dart:collection.SplayTreeSet.add","href":"dart-collection/SplayTreeSet/add.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Adds value to the set.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.SplayTreeSet.addAll","href":"dart-collection/SplayTreeSet/addAll.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Adds all elements to this set.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"cast","qualifiedName":"dart:collection.SplayTreeSet.cast","href":"dart-collection/SplayTreeSet/cast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A view of this iterable as an iterable of R instances.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"clear","qualifiedName":"dart:collection.SplayTreeSet.clear","href":"dart-collection/SplayTreeSet/clear.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Removes all elements from the set.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"contains","qualifiedName":"dart:collection.SplayTreeSet.contains","href":"dart-collection/SplayTreeSet/contains.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether the collection contains an element equal to element.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"difference","qualifiedName":"dart:collection.SplayTreeSet.difference","href":"dart-collection/SplayTreeSet/difference.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Creates a new set with the elements of this that are not in other.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"first","qualifiedName":"dart:collection.SplayTreeSet.first","href":"dart-collection/SplayTreeSet/first.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The first element.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"intersection","qualifiedName":"dart:collection.SplayTreeSet.intersection","href":"dart-collection/SplayTreeSet/intersection.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Creates a new set which is the intersection between this set and other.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"isEmpty","qualifiedName":"dart:collection.SplayTreeSet.isEmpty","href":"dart-collection/SplayTreeSet/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:collection.SplayTreeSet.isNotEmpty","href":"dart-collection/SplayTreeSet/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this collection has at least one element.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"iterator","qualifiedName":"dart:collection.SplayTreeSet.iterator","href":"dart-collection/SplayTreeSet/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"last","qualifiedName":"dart:collection.SplayTreeSet.last","href":"dart-collection/SplayTreeSet/last.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The last element.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"length","qualifiedName":"dart:collection.SplayTreeSet.length","href":"dart-collection/SplayTreeSet/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"lookup","qualifiedName":"dart:collection.SplayTreeSet.lookup","href":"dart-collection/SplayTreeSet/lookup.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"If an object equal to object is in the set, return it.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"remove","qualifiedName":"dart:collection.SplayTreeSet.remove","href":"dart-collection/SplayTreeSet/remove.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Removes value from the set.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"removeAll","qualifiedName":"dart:collection.SplayTreeSet.removeAll","href":"dart-collection/SplayTreeSet/removeAll.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Removes each element of elements from this set.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"retainAll","qualifiedName":"dart:collection.SplayTreeSet.retainAll","href":"dart-collection/SplayTreeSet/retainAll.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Removes all elements of this set that are not elements in elements.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"single","qualifiedName":"dart:collection.SplayTreeSet.single","href":"dart-collection/SplayTreeSet/single.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"toSet","qualifiedName":"dart:collection.SplayTreeSet.toSet","href":"dart-collection/SplayTreeSet/toSet.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a Set containing the same elements as this iterable.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"toString","qualifiedName":"dart:collection.SplayTreeSet.toString","href":"dart-collection/SplayTreeSet/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"union","qualifiedName":"dart:collection.SplayTreeSet.union","href":"dart-collection/SplayTreeSet/union.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Creates a new set which contains all the elements of this set and other.","enclosedBy":{"name":"SplayTreeSet","kind":3,"href":"dart-collection/SplayTreeSet-class.html"}},{"name":"UnmodifiableListView","qualifiedName":"dart:collection.UnmodifiableListView","href":"dart-collection/UnmodifiableListView-class.html","kind":3,"packageRank":10,"desc":"An unmodifiable List view of another List.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"UnmodifiableListView.new","qualifiedName":"dart:collection.UnmodifiableListView.UnmodifiableListView.new","href":"dart-collection/UnmodifiableListView/UnmodifiableListView.html","kind":2,"packageRank":10,"desc":"Creates an unmodifiable list backed by source.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"add","qualifiedName":"dart:collection.UnmodifiableListView.add","href":"dart-collection/UnmodifiableListView/add.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.UnmodifiableListView.addAll","href":"dart-collection/UnmodifiableListView/addAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"cast","qualifiedName":"dart:collection.UnmodifiableListView.cast","href":"dart-collection/UnmodifiableListView/cast.html","kind":10,"overriddenDepth":3,"packageRank":10,"desc":"Returns a view of this list as a list of R instances.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"clear","qualifiedName":"dart:collection.UnmodifiableListView.clear","href":"dart-collection/UnmodifiableListView/clear.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"fillRange","qualifiedName":"dart:collection.UnmodifiableListView.fillRange","href":"dart-collection/UnmodifiableListView/fillRange.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"insert","qualifiedName":"dart:collection.UnmodifiableListView.insert","href":"dart-collection/UnmodifiableListView/insert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"insertAll","qualifiedName":"dart:collection.UnmodifiableListView.insertAll","href":"dart-collection/UnmodifiableListView/insertAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"length","qualifiedName":"dart:collection.UnmodifiableListView.length","href":"dart-collection/UnmodifiableListView/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of objects in this list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"operator []","qualifiedName":"dart:collection.UnmodifiableListView.operator []","href":"dart-collection/UnmodifiableListView/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The object at the given index in the list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"operator []=","qualifiedName":"dart:collection.UnmodifiableListView.operator []=","href":"dart-collection/UnmodifiableListView/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"remove","qualifiedName":"dart:collection.UnmodifiableListView.remove","href":"dart-collection/UnmodifiableListView/remove.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"removeAt","qualifiedName":"dart:collection.UnmodifiableListView.removeAt","href":"dart-collection/UnmodifiableListView/removeAt.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"removeLast","qualifiedName":"dart:collection.UnmodifiableListView.removeLast","href":"dart-collection/UnmodifiableListView/removeLast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"removeRange","qualifiedName":"dart:collection.UnmodifiableListView.removeRange","href":"dart-collection/UnmodifiableListView/removeRange.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"removeWhere","qualifiedName":"dart:collection.UnmodifiableListView.removeWhere","href":"dart-collection/UnmodifiableListView/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"replaceRange","qualifiedName":"dart:collection.UnmodifiableListView.replaceRange","href":"dart-collection/UnmodifiableListView/replaceRange.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"retainWhere","qualifiedName":"dart:collection.UnmodifiableListView.retainWhere","href":"dart-collection/UnmodifiableListView/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"setAll","qualifiedName":"dart:collection.UnmodifiableListView.setAll","href":"dart-collection/UnmodifiableListView/setAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"setRange","qualifiedName":"dart:collection.UnmodifiableListView.setRange","href":"dart-collection/UnmodifiableListView/setRange.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"shuffle","qualifiedName":"dart:collection.UnmodifiableListView.shuffle","href":"dart-collection/UnmodifiableListView/shuffle.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"sort","qualifiedName":"dart:collection.UnmodifiableListView.sort","href":"dart-collection/UnmodifiableListView/sort.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable list.","enclosedBy":{"name":"UnmodifiableListView","kind":3,"href":"dart-collection/UnmodifiableListView-class.html"}},{"name":"UnmodifiableMapBase","qualifiedName":"dart:collection.UnmodifiableMapBase","href":"dart-collection/UnmodifiableMapBase-class.html","kind":3,"packageRank":10,"desc":"Basic implementation of an unmodifiable Map.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"UnmodifiableMapBase.new","qualifiedName":"dart:collection.UnmodifiableMapBase.UnmodifiableMapBase.new","href":"dart-collection/UnmodifiableMapBase/UnmodifiableMapBase.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"UnmodifiableMapBase","kind":3,"href":"dart-collection/UnmodifiableMapBase-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.UnmodifiableMapBase.addAll","href":"dart-collection/UnmodifiableMapBase/addAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapBase","kind":3,"href":"dart-collection/UnmodifiableMapBase-class.html"}},{"name":"addEntries","qualifiedName":"dart:collection.UnmodifiableMapBase.addEntries","href":"dart-collection/UnmodifiableMapBase/addEntries.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapBase","kind":3,"href":"dart-collection/UnmodifiableMapBase-class.html"}},{"name":"clear","qualifiedName":"dart:collection.UnmodifiableMapBase.clear","href":"dart-collection/UnmodifiableMapBase/clear.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapBase","kind":3,"href":"dart-collection/UnmodifiableMapBase-class.html"}},{"name":"operator []=","qualifiedName":"dart:collection.UnmodifiableMapBase.operator []=","href":"dart-collection/UnmodifiableMapBase/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapBase","kind":3,"href":"dart-collection/UnmodifiableMapBase-class.html"}},{"name":"putIfAbsent","qualifiedName":"dart:collection.UnmodifiableMapBase.putIfAbsent","href":"dart-collection/UnmodifiableMapBase/putIfAbsent.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapBase","kind":3,"href":"dart-collection/UnmodifiableMapBase-class.html"}},{"name":"remove","qualifiedName":"dart:collection.UnmodifiableMapBase.remove","href":"dart-collection/UnmodifiableMapBase/remove.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapBase","kind":3,"href":"dart-collection/UnmodifiableMapBase-class.html"}},{"name":"removeWhere","qualifiedName":"dart:collection.UnmodifiableMapBase.removeWhere","href":"dart-collection/UnmodifiableMapBase/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapBase","kind":3,"href":"dart-collection/UnmodifiableMapBase-class.html"}},{"name":"update","qualifiedName":"dart:collection.UnmodifiableMapBase.update","href":"dart-collection/UnmodifiableMapBase/update.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapBase","kind":3,"href":"dart-collection/UnmodifiableMapBase-class.html"}},{"name":"updateAll","qualifiedName":"dart:collection.UnmodifiableMapBase.updateAll","href":"dart-collection/UnmodifiableMapBase/updateAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapBase","kind":3,"href":"dart-collection/UnmodifiableMapBase-class.html"}},{"name":"UnmodifiableMapView","qualifiedName":"dart:collection.UnmodifiableMapView","href":"dart-collection/UnmodifiableMapView-class.html","kind":3,"packageRank":10,"desc":"View of a Map that disallow modifying the map.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"UnmodifiableMapView.new","qualifiedName":"dart:collection.UnmodifiableMapView.UnmodifiableMapView.new","href":"dart-collection/UnmodifiableMapView/UnmodifiableMapView.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"UnmodifiableMapView","kind":3,"href":"dart-collection/UnmodifiableMapView-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.UnmodifiableMapView.addAll","href":"dart-collection/UnmodifiableMapView/addAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapView","kind":3,"href":"dart-collection/UnmodifiableMapView-class.html"}},{"name":"addEntries","qualifiedName":"dart:collection.UnmodifiableMapView.addEntries","href":"dart-collection/UnmodifiableMapView/addEntries.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapView","kind":3,"href":"dart-collection/UnmodifiableMapView-class.html"}},{"name":"cast","qualifiedName":"dart:collection.UnmodifiableMapView.cast","href":"dart-collection/UnmodifiableMapView/cast.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Provides a view of this map as having RK keys and RV instances,\nif necessary.","enclosedBy":{"name":"UnmodifiableMapView","kind":3,"href":"dart-collection/UnmodifiableMapView-class.html"}},{"name":"clear","qualifiedName":"dart:collection.UnmodifiableMapView.clear","href":"dart-collection/UnmodifiableMapView/clear.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapView","kind":3,"href":"dart-collection/UnmodifiableMapView-class.html"}},{"name":"operator []=","qualifiedName":"dart:collection.UnmodifiableMapView.operator []=","href":"dart-collection/UnmodifiableMapView/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapView","kind":3,"href":"dart-collection/UnmodifiableMapView-class.html"}},{"name":"putIfAbsent","qualifiedName":"dart:collection.UnmodifiableMapView.putIfAbsent","href":"dart-collection/UnmodifiableMapView/putIfAbsent.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapView","kind":3,"href":"dart-collection/UnmodifiableMapView-class.html"}},{"name":"remove","qualifiedName":"dart:collection.UnmodifiableMapView.remove","href":"dart-collection/UnmodifiableMapView/remove.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapView","kind":3,"href":"dart-collection/UnmodifiableMapView-class.html"}},{"name":"removeWhere","qualifiedName":"dart:collection.UnmodifiableMapView.removeWhere","href":"dart-collection/UnmodifiableMapView/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapView","kind":3,"href":"dart-collection/UnmodifiableMapView-class.html"}},{"name":"update","qualifiedName":"dart:collection.UnmodifiableMapView.update","href":"dart-collection/UnmodifiableMapView/update.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapView","kind":3,"href":"dart-collection/UnmodifiableMapView-class.html"}},{"name":"updateAll","qualifiedName":"dart:collection.UnmodifiableMapView.updateAll","href":"dart-collection/UnmodifiableMapView/updateAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable map.","enclosedBy":{"name":"UnmodifiableMapView","kind":3,"href":"dart-collection/UnmodifiableMapView-class.html"}},{"name":"UnmodifiableSetView","qualifiedName":"dart:collection.UnmodifiableSetView","href":"dart-collection/UnmodifiableSetView-class.html","kind":3,"packageRank":10,"desc":"An unmodifiable Set view of another Set.","enclosedBy":{"name":"dart:collection","kind":9,"href":"dart-collection/"}},{"name":"UnmodifiableSetView.new","qualifiedName":"dart:collection.UnmodifiableSetView.UnmodifiableSetView.new","href":"dart-collection/UnmodifiableSetView/UnmodifiableSetView.html","kind":2,"packageRank":10,"desc":"Creates an UnmodifiableSetView of source.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"add","qualifiedName":"dart:collection.UnmodifiableSetView.add","href":"dart-collection/UnmodifiableSetView/add.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable set.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"addAll","qualifiedName":"dart:collection.UnmodifiableSetView.addAll","href":"dart-collection/UnmodifiableSetView/addAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable set.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"clear","qualifiedName":"dart:collection.UnmodifiableSetView.clear","href":"dart-collection/UnmodifiableSetView/clear.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable set.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"contains","qualifiedName":"dart:collection.UnmodifiableSetView.contains","href":"dart-collection/UnmodifiableSetView/contains.html","kind":10,"overriddenDepth":3,"packageRank":10,"desc":"Whether value is in the set.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"iterator","qualifiedName":"dart:collection.UnmodifiableSetView.iterator","href":"dart-collection/UnmodifiableSetView/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"An iterator that iterates over the elements of this set.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"length","qualifiedName":"dart:collection.UnmodifiableSetView.length","href":"dart-collection/UnmodifiableSetView/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"lookup","qualifiedName":"dart:collection.UnmodifiableSetView.lookup","href":"dart-collection/UnmodifiableSetView/lookup.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"If an object equal to object is in the set, return it.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"remove","qualifiedName":"dart:collection.UnmodifiableSetView.remove","href":"dart-collection/UnmodifiableSetView/remove.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable set.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"removeAll","qualifiedName":"dart:collection.UnmodifiableSetView.removeAll","href":"dart-collection/UnmodifiableSetView/removeAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable set.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"removeWhere","qualifiedName":"dart:collection.UnmodifiableSetView.removeWhere","href":"dart-collection/UnmodifiableSetView/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable set.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"retainAll","qualifiedName":"dart:collection.UnmodifiableSetView.retainAll","href":"dart-collection/UnmodifiableSetView/retainAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable set.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"retainWhere","qualifiedName":"dart:collection.UnmodifiableSetView.retainWhere","href":"dart-collection/UnmodifiableSetView/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"This operation is not supported by an unmodifiable set.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"toSet","qualifiedName":"dart:collection.UnmodifiableSetView.toSet","href":"dart-collection/UnmodifiableSetView/toSet.html","kind":10,"overriddenDepth":3,"packageRank":10,"desc":"Creates a Set with the same elements and behavior as this Set.","enclosedBy":{"name":"UnmodifiableSetView","kind":3,"href":"dart-collection/UnmodifiableSetView-class.html"}},{"name":"dart:convert","qualifiedName":"dart:convert","href":"dart-convert/","kind":9,"packageRank":10,"desc":"Encoders and decoders for converting between different data representations,\nincluding JSON and UTF-8."},{"name":"AsciiCodec","qualifiedName":"dart:convert.AsciiCodec","href":"dart-convert/AsciiCodec-class.html","kind":3,"packageRank":10,"desc":"An AsciiCodec allows encoding strings as ASCII bytes\nand decoding ASCII bytes to strings.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"AsciiCodec.new","qualifiedName":"dart:convert.AsciiCodec.AsciiCodec.new","href":"dart-convert/AsciiCodec/AsciiCodec.html","kind":2,"packageRank":10,"desc":"Instantiates a new AsciiCodec.","enclosedBy":{"name":"AsciiCodec","kind":3,"href":"dart-convert/AsciiCodec-class.html"}},{"name":"decode","qualifiedName":"dart:convert.AsciiCodec.decode","href":"dart-convert/AsciiCodec/decode.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Decodes the ASCII bytes (a list of unsigned 7-bit integers) to the\ncorresponding string.","enclosedBy":{"name":"AsciiCodec","kind":3,"href":"dart-convert/AsciiCodec-class.html"}},{"name":"decoder","qualifiedName":"dart:convert.AsciiCodec.decoder","href":"dart-convert/AsciiCodec/decoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the decoder of this, converting from List&lt;int&gt; to String.","enclosedBy":{"name":"AsciiCodec","kind":3,"href":"dart-convert/AsciiCodec-class.html"}},{"name":"encode","qualifiedName":"dart:convert.AsciiCodec.encode","href":"dart-convert/AsciiCodec/encode.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Encodes input.","enclosedBy":{"name":"AsciiCodec","kind":3,"href":"dart-convert/AsciiCodec-class.html"}},{"name":"encoder","qualifiedName":"dart:convert.AsciiCodec.encoder","href":"dart-convert/AsciiCodec/encoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the encoder from String to List&lt;int&gt;.","enclosedBy":{"name":"AsciiCodec","kind":3,"href":"dart-convert/AsciiCodec-class.html"}},{"name":"name","qualifiedName":"dart:convert.AsciiCodec.name","href":"dart-convert/AsciiCodec/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The name of this codec is \"us-ascii\".","enclosedBy":{"name":"AsciiCodec","kind":3,"href":"dart-convert/AsciiCodec-class.html"}},{"name":"AsciiDecoder","qualifiedName":"dart:convert.AsciiDecoder","href":"dart-convert/AsciiDecoder-class.html","kind":3,"packageRank":10,"desc":"Converts ASCII bytes to string.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"AsciiDecoder.new","qualifiedName":"dart:convert.AsciiDecoder.AsciiDecoder.new","href":"dart-convert/AsciiDecoder/AsciiDecoder.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"AsciiDecoder","kind":3,"href":"dart-convert/AsciiDecoder-class.html"}},{"name":"bind","qualifiedName":"dart:convert.AsciiDecoder.bind","href":"dart-convert/AsciiDecoder/bind.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Transforms the provided stream.","enclosedBy":{"name":"AsciiDecoder","kind":3,"href":"dart-convert/AsciiDecoder-class.html"}},{"name":"convert","qualifiedName":"dart:convert.AsciiDecoder.convert","href":"dart-convert/AsciiDecoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts the bytes (a list of unsigned 7- or 8-bit integers) to the\ncorresponding string.","enclosedBy":{"name":"AsciiDecoder","kind":3,"href":"dart-convert/AsciiDecoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.AsciiDecoder.startChunkedConversion","href":"dart-convert/AsciiDecoder/startChunkedConversion.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"AsciiDecoder","kind":3,"href":"dart-convert/AsciiDecoder-class.html"}},{"name":"AsciiEncoder","qualifiedName":"dart:convert.AsciiEncoder","href":"dart-convert/AsciiEncoder-class.html","kind":3,"packageRank":10,"desc":"Converts strings of only ASCII characters to bytes.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"AsciiEncoder.new","qualifiedName":"dart:convert.AsciiEncoder.AsciiEncoder.new","href":"dart-convert/AsciiEncoder/AsciiEncoder.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"AsciiEncoder","kind":3,"href":"dart-convert/AsciiEncoder-class.html"}},{"name":"bind","qualifiedName":"dart:convert.AsciiEncoder.bind","href":"dart-convert/AsciiEncoder/bind.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Transforms the provided stream.","enclosedBy":{"name":"AsciiEncoder","kind":3,"href":"dart-convert/AsciiEncoder-class.html"}},{"name":"convert","qualifiedName":"dart:convert.AsciiEncoder.convert","href":"dart-convert/AsciiEncoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts the String into a list of its code units.","enclosedBy":{"name":"AsciiEncoder","kind":3,"href":"dart-convert/AsciiEncoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.AsciiEncoder.startChunkedConversion","href":"dart-convert/AsciiEncoder/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"AsciiEncoder","kind":3,"href":"dart-convert/AsciiEncoder-class.html"}},{"name":"Base64Codec","qualifiedName":"dart:convert.Base64Codec","href":"dart-convert/Base64Codec-class.html","kind":3,"packageRank":10,"desc":"A base64 encoder and decoder.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Base64Codec.new","qualifiedName":"dart:convert.Base64Codec.Base64Codec.new","href":"dart-convert/Base64Codec/Base64Codec.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Base64Codec","kind":3,"href":"dart-convert/Base64Codec-class.html"}},{"name":"Base64Codec.urlSafe","qualifiedName":"dart:convert.Base64Codec.Base64Codec.urlSafe","href":"dart-convert/Base64Codec/Base64Codec.urlSafe.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Base64Codec","kind":3,"href":"dart-convert/Base64Codec-class.html"}},{"name":"decode","qualifiedName":"dart:convert.Base64Codec.decode","href":"dart-convert/Base64Codec/decode.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Decodes encoded.","enclosedBy":{"name":"Base64Codec","kind":3,"href":"dart-convert/Base64Codec-class.html"}},{"name":"decoder","qualifiedName":"dart:convert.Base64Codec.decoder","href":"dart-convert/Base64Codec/decoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the decoder of this, converting from T to S.","enclosedBy":{"name":"Base64Codec","kind":3,"href":"dart-convert/Base64Codec-class.html"}},{"name":"encoder","qualifiedName":"dart:convert.Base64Codec.encoder","href":"dart-convert/Base64Codec/encoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the encoder from S to T.","enclosedBy":{"name":"Base64Codec","kind":3,"href":"dart-convert/Base64Codec-class.html"}},{"name":"normalize","qualifiedName":"dart:convert.Base64Codec.normalize","href":"dart-convert/Base64Codec/normalize.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Validates and normalizes the base64 encoded data in source.","enclosedBy":{"name":"Base64Codec","kind":3,"href":"dart-convert/Base64Codec-class.html"}},{"name":"Base64Decoder","qualifiedName":"dart:convert.Base64Decoder","href":"dart-convert/Base64Decoder-class.html","kind":3,"packageRank":10,"desc":"Decoder for base64 encoded data.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Base64Decoder.new","qualifiedName":"dart:convert.Base64Decoder.Base64Decoder.new","href":"dart-convert/Base64Decoder/Base64Decoder.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Base64Decoder","kind":3,"href":"dart-convert/Base64Decoder-class.html"}},{"name":"convert","qualifiedName":"dart:convert.Base64Decoder.convert","href":"dart-convert/Base64Decoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Decodes the characters of input from start to end as base64.","enclosedBy":{"name":"Base64Decoder","kind":3,"href":"dart-convert/Base64Decoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.Base64Decoder.startChunkedConversion","href":"dart-convert/Base64Decoder/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"Base64Decoder","kind":3,"href":"dart-convert/Base64Decoder-class.html"}},{"name":"Base64Encoder","qualifiedName":"dart:convert.Base64Encoder","href":"dart-convert/Base64Encoder-class.html","kind":3,"packageRank":10,"desc":"Base64 and base64url encoding converter.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Base64Encoder.new","qualifiedName":"dart:convert.Base64Encoder.Base64Encoder.new","href":"dart-convert/Base64Encoder/Base64Encoder.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Base64Encoder","kind":3,"href":"dart-convert/Base64Encoder-class.html"}},{"name":"Base64Encoder.urlSafe","qualifiedName":"dart:convert.Base64Encoder.Base64Encoder.urlSafe","href":"dart-convert/Base64Encoder/Base64Encoder.urlSafe.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Base64Encoder","kind":3,"href":"dart-convert/Base64Encoder-class.html"}},{"name":"convert","qualifiedName":"dart:convert.Base64Encoder.convert","href":"dart-convert/Base64Encoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts input and returns the result of the conversion.","enclosedBy":{"name":"Base64Encoder","kind":3,"href":"dart-convert/Base64Encoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.Base64Encoder.startChunkedConversion","href":"dart-convert/Base64Encoder/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"Base64Encoder","kind":3,"href":"dart-convert/Base64Encoder-class.html"}},{"name":"ByteConversionSink","qualifiedName":"dart:convert.ByteConversionSink","href":"dart-convert/ByteConversionSink-class.html","kind":3,"packageRank":10,"desc":"The ByteConversionSink provides an interface for converters to\nefficiently transmit byte data.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"ByteConversionSink.from","qualifiedName":"dart:convert.ByteConversionSink.ByteConversionSink.from","href":"dart-convert/ByteConversionSink/ByteConversionSink.from.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"ByteConversionSink","kind":3,"href":"dart-convert/ByteConversionSink-class.html"}},{"name":"ByteConversionSink.new","qualifiedName":"dart:convert.ByteConversionSink.ByteConversionSink.new","href":"dart-convert/ByteConversionSink/ByteConversionSink.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"ByteConversionSink","kind":3,"href":"dart-convert/ByteConversionSink-class.html"}},{"name":"ByteConversionSink.withCallback","qualifiedName":"dart:convert.ByteConversionSink.ByteConversionSink.withCallback","href":"dart-convert/ByteConversionSink/ByteConversionSink.withCallback.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"ByteConversionSink","kind":3,"href":"dart-convert/ByteConversionSink-class.html"}},{"name":"addSlice","qualifiedName":"dart:convert.ByteConversionSink.addSlice","href":"dart-convert/ByteConversionSink/addSlice.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds the next chunk to this.","enclosedBy":{"name":"ByteConversionSink","kind":3,"href":"dart-convert/ByteConversionSink-class.html"}},{"name":"ByteConversionSinkBase","qualifiedName":"dart:convert.ByteConversionSinkBase","href":"dart-convert/ByteConversionSinkBase.html","kind":21,"packageRank":10,"desc":"This class provides a base-class for converters that need to accept byte\ninputs.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"ChunkedConversionSink","qualifiedName":"dart:convert.ChunkedConversionSink","href":"dart-convert/ChunkedConversionSink-class.html","kind":3,"packageRank":10,"desc":"A ChunkedConversionSink is used to transmit data more efficiently between\ntwo converters during chunked conversions.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"ChunkedConversionSink.withCallback","qualifiedName":"dart:convert.ChunkedConversionSink.ChunkedConversionSink.withCallback","href":"dart-convert/ChunkedConversionSink/ChunkedConversionSink.withCallback.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"ChunkedConversionSink","kind":3,"href":"dart-convert/ChunkedConversionSink-class.html"}},{"name":"add","qualifiedName":"dart:convert.ChunkedConversionSink.add","href":"dart-convert/ChunkedConversionSink/add.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds chunked data to this sink.","enclosedBy":{"name":"ChunkedConversionSink","kind":3,"href":"dart-convert/ChunkedConversionSink-class.html"}},{"name":"close","qualifiedName":"dart:convert.ChunkedConversionSink.close","href":"dart-convert/ChunkedConversionSink/close.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Closes the sink.","enclosedBy":{"name":"ChunkedConversionSink","kind":3,"href":"dart-convert/ChunkedConversionSink-class.html"}},{"name":"ClosableStringSink","qualifiedName":"dart:convert.ClosableStringSink","href":"dart-convert/ClosableStringSink-class.html","kind":3,"packageRank":10,"desc":"A ClosableStringSink extends the StringSink interface by adding a\nclose method.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"ClosableStringSink.fromStringSink","qualifiedName":"dart:convert.ClosableStringSink.ClosableStringSink.fromStringSink","href":"dart-convert/ClosableStringSink/ClosableStringSink.fromStringSink.html","kind":2,"packageRank":10,"desc":"Creates a new instance combining a StringSink sink and a callback\nonClose which is invoked when the returned instance is closed.","enclosedBy":{"name":"ClosableStringSink","kind":3,"href":"dart-convert/ClosableStringSink-class.html"}},{"name":"close","qualifiedName":"dart:convert.ClosableStringSink.close","href":"dart-convert/ClosableStringSink/close.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Closes this and flushes any outstanding data.","enclosedBy":{"name":"ClosableStringSink","kind":3,"href":"dart-convert/ClosableStringSink-class.html"}},{"name":"Codec","qualifiedName":"dart:convert.Codec","href":"dart-convert/Codec-class.html","kind":3,"packageRank":10,"desc":"A Codec encodes and (if supported) decodes data.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Codec.new","qualifiedName":"dart:convert.Codec.Codec.new","href":"dart-convert/Codec/Codec.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Codec","kind":3,"href":"dart-convert/Codec-class.html"}},{"name":"decode","qualifiedName":"dart:convert.Codec.decode","href":"dart-convert/Codec/decode.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Decodes encoded data.","enclosedBy":{"name":"Codec","kind":3,"href":"dart-convert/Codec-class.html"}},{"name":"decoder","qualifiedName":"dart:convert.Codec.decoder","href":"dart-convert/Codec/decoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the decoder of this, converting from T to S.","enclosedBy":{"name":"Codec","kind":3,"href":"dart-convert/Codec-class.html"}},{"name":"encode","qualifiedName":"dart:convert.Codec.encode","href":"dart-convert/Codec/encode.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Encodes input.","enclosedBy":{"name":"Codec","kind":3,"href":"dart-convert/Codec-class.html"}},{"name":"encoder","qualifiedName":"dart:convert.Codec.encoder","href":"dart-convert/Codec/encoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the encoder from S to T.","enclosedBy":{"name":"Codec","kind":3,"href":"dart-convert/Codec-class.html"}},{"name":"fuse","qualifiedName":"dart:convert.Codec.fuse","href":"dart-convert/Codec/fuse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Fuses this with other.","enclosedBy":{"name":"Codec","kind":3,"href":"dart-convert/Codec-class.html"}},{"name":"inverted","qualifiedName":"dart:convert.Codec.inverted","href":"dart-convert/Codec/inverted.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Inverts this.","enclosedBy":{"name":"Codec","kind":3,"href":"dart-convert/Codec-class.html"}},{"name":"Converter","qualifiedName":"dart:convert.Converter","href":"dart-convert/Converter-class.html","kind":3,"packageRank":10,"desc":"A Converter converts data from one representation into another.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Converter.new","qualifiedName":"dart:convert.Converter.Converter.new","href":"dart-convert/Converter/Converter.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Converter","kind":3,"href":"dart-convert/Converter-class.html"}},{"name":"bind","qualifiedName":"dart:convert.Converter.bind","href":"dart-convert/Converter/bind.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Transforms the provided stream.","enclosedBy":{"name":"Converter","kind":3,"href":"dart-convert/Converter-class.html"}},{"name":"cast","qualifiedName":"dart:convert.Converter.cast","href":"dart-convert/Converter/cast.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Provides a Converter&lt;RS, RT&gt; view of this stream transformer.","enclosedBy":{"name":"Converter","kind":3,"href":"dart-convert/Converter-class.html"}},{"name":"castFrom","qualifiedName":"dart:convert.Converter.castFrom","href":"dart-convert/Converter/castFrom.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adapts source to be a Converter&lt;TS, TT&gt;.","enclosedBy":{"name":"Converter","kind":3,"href":"dart-convert/Converter-class.html"}},{"name":"convert","qualifiedName":"dart:convert.Converter.convert","href":"dart-convert/Converter/convert.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Converts input and returns the result of the conversion.","enclosedBy":{"name":"Converter","kind":3,"href":"dart-convert/Converter-class.html"}},{"name":"fuse","qualifiedName":"dart:convert.Converter.fuse","href":"dart-convert/Converter/fuse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Fuses this with other.","enclosedBy":{"name":"Converter","kind":3,"href":"dart-convert/Converter-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.Converter.startChunkedConversion","href":"dart-convert/Converter/startChunkedConversion.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"Converter","kind":3,"href":"dart-convert/Converter-class.html"}},{"name":"Encoding","qualifiedName":"dart:convert.Encoding","href":"dart-convert/Encoding-class.html","kind":3,"packageRank":10,"desc":"Open-ended set of encodings.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Encoding.new","qualifiedName":"dart:convert.Encoding.Encoding.new","href":"dart-convert/Encoding/Encoding.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Encoding","kind":3,"href":"dart-convert/Encoding-class.html"}},{"name":"decodeStream","qualifiedName":"dart:convert.Encoding.decodeStream","href":"dart-convert/Encoding/decodeStream.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Encoding","kind":3,"href":"dart-convert/Encoding-class.html"}},{"name":"decoder","qualifiedName":"dart:convert.Encoding.decoder","href":"dart-convert/Encoding/decoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the decoder of this, converting from List&lt;int&gt; to String.","enclosedBy":{"name":"Encoding","kind":3,"href":"dart-convert/Encoding-class.html"}},{"name":"encoder","qualifiedName":"dart:convert.Encoding.encoder","href":"dart-convert/Encoding/encoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the encoder from String to List&lt;int&gt;.","enclosedBy":{"name":"Encoding","kind":3,"href":"dart-convert/Encoding-class.html"}},{"name":"getByName","qualifiedName":"dart:convert.Encoding.getByName","href":"dart-convert/Encoding/getByName.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns an Encoding for a named character set.","enclosedBy":{"name":"Encoding","kind":3,"href":"dart-convert/Encoding-class.html"}},{"name":"name","qualifiedName":"dart:convert.Encoding.name","href":"dart-convert/Encoding/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Name of the encoding.","enclosedBy":{"name":"Encoding","kind":3,"href":"dart-convert/Encoding-class.html"}},{"name":"HtmlEscape","qualifiedName":"dart:convert.HtmlEscape","href":"dart-convert/HtmlEscape-class.html","kind":3,"packageRank":10,"desc":"Converter which escapes characters with special meaning in HTML.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"HtmlEscape.new","qualifiedName":"dart:convert.HtmlEscape.HtmlEscape.new","href":"dart-convert/HtmlEscape/HtmlEscape.html","kind":2,"packageRank":10,"desc":"Create converter that escapes HTML characters.","enclosedBy":{"name":"HtmlEscape","kind":3,"href":"dart-convert/HtmlEscape-class.html"}},{"name":"convert","qualifiedName":"dart:convert.HtmlEscape.convert","href":"dart-convert/HtmlEscape/convert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts input and returns the result of the conversion.","enclosedBy":{"name":"HtmlEscape","kind":3,"href":"dart-convert/HtmlEscape-class.html"}},{"name":"mode","qualifiedName":"dart:convert.HtmlEscape.mode","href":"dart-convert/HtmlEscape/mode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The HtmlEscapeMode used by the converter.","enclosedBy":{"name":"HtmlEscape","kind":3,"href":"dart-convert/HtmlEscape-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.HtmlEscape.startChunkedConversion","href":"dart-convert/HtmlEscape/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"HtmlEscape","kind":3,"href":"dart-convert/HtmlEscape-class.html"}},{"name":"HtmlEscapeMode","qualifiedName":"dart:convert.HtmlEscapeMode","href":"dart-convert/HtmlEscapeMode-class.html","kind":3,"packageRank":10,"desc":"HTML escape modes.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"HtmlEscapeMode.new","qualifiedName":"dart:convert.HtmlEscapeMode.HtmlEscapeMode.new","href":"dart-convert/HtmlEscapeMode/HtmlEscapeMode.html","kind":2,"packageRank":10,"desc":"Create a custom escaping mode.","enclosedBy":{"name":"HtmlEscapeMode","kind":3,"href":"dart-convert/HtmlEscapeMode-class.html"}},{"name":"attribute","qualifiedName":"dart:convert.HtmlEscapeMode.attribute","href":"dart-convert/HtmlEscapeMode/attribute-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Escaping mode for text going into double-quoted HTML attribute values.","enclosedBy":{"name":"HtmlEscapeMode","kind":3,"href":"dart-convert/HtmlEscapeMode-class.html"}},{"name":"element","qualifiedName":"dart:convert.HtmlEscapeMode.element","href":"dart-convert/HtmlEscapeMode/element-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Escaping mode for text going into HTML element content.","enclosedBy":{"name":"HtmlEscapeMode","kind":3,"href":"dart-convert/HtmlEscapeMode-class.html"}},{"name":"escapeApos","qualifiedName":"dart:convert.HtmlEscapeMode.escapeApos","href":"dart-convert/HtmlEscapeMode/escapeApos.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether to escape \"'\" (apostrophe).","enclosedBy":{"name":"HtmlEscapeMode","kind":3,"href":"dart-convert/HtmlEscapeMode-class.html"}},{"name":"escapeLtGt","qualifiedName":"dart:convert.HtmlEscapeMode.escapeLtGt","href":"dart-convert/HtmlEscapeMode/escapeLtGt.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether to escape '&lt;' and '&gt;'.","enclosedBy":{"name":"HtmlEscapeMode","kind":3,"href":"dart-convert/HtmlEscapeMode-class.html"}},{"name":"escapeQuot","qualifiedName":"dart:convert.HtmlEscapeMode.escapeQuot","href":"dart-convert/HtmlEscapeMode/escapeQuot.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether to escape '\"' (quote).","enclosedBy":{"name":"HtmlEscapeMode","kind":3,"href":"dart-convert/HtmlEscapeMode-class.html"}},{"name":"escapeSlash","qualifiedName":"dart:convert.HtmlEscapeMode.escapeSlash","href":"dart-convert/HtmlEscapeMode/escapeSlash.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether to escape \"/\" (forward slash, solidus).","enclosedBy":{"name":"HtmlEscapeMode","kind":3,"href":"dart-convert/HtmlEscapeMode-class.html"}},{"name":"sqAttribute","qualifiedName":"dart:convert.HtmlEscapeMode.sqAttribute","href":"dart-convert/HtmlEscapeMode/sqAttribute-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Escaping mode for text going into single-quoted HTML attribute values.","enclosedBy":{"name":"HtmlEscapeMode","kind":3,"href":"dart-convert/HtmlEscapeMode-class.html"}},{"name":"toString","qualifiedName":"dart:convert.HtmlEscapeMode.toString","href":"dart-convert/HtmlEscapeMode/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"HtmlEscapeMode","kind":3,"href":"dart-convert/HtmlEscapeMode-class.html"}},{"name":"unknown","qualifiedName":"dart:convert.HtmlEscapeMode.unknown","href":"dart-convert/HtmlEscapeMode/unknown-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Default escaping mode, which escapes all characters.","enclosedBy":{"name":"HtmlEscapeMode","kind":3,"href":"dart-convert/HtmlEscapeMode-class.html"}},{"name":"JsonCodec","qualifiedName":"dart:convert.JsonCodec","href":"dart-convert/JsonCodec-class.html","kind":3,"packageRank":10,"desc":"A JsonCodec encodes JSON objects to strings and decodes strings to\nJSON objects.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"JsonCodec.new","qualifiedName":"dart:convert.JsonCodec.JsonCodec.new","href":"dart-convert/JsonCodec/JsonCodec.html","kind":2,"packageRank":10,"desc":"Creates a JsonCodec with the given reviver and encoding function.","enclosedBy":{"name":"JsonCodec","kind":3,"href":"dart-convert/JsonCodec-class.html"}},{"name":"JsonCodec.withReviver","qualifiedName":"dart:convert.JsonCodec.JsonCodec.withReviver","href":"dart-convert/JsonCodec/JsonCodec.withReviver.html","kind":2,"packageRank":10,"desc":"Creates a JsonCodec with the given reviver.","enclosedBy":{"name":"JsonCodec","kind":3,"href":"dart-convert/JsonCodec-class.html"}},{"name":"decode","qualifiedName":"dart:convert.JsonCodec.decode","href":"dart-convert/JsonCodec/decode.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Parses the string and returns the resulting Json object.","enclosedBy":{"name":"JsonCodec","kind":3,"href":"dart-convert/JsonCodec-class.html"}},{"name":"decoder","qualifiedName":"dart:convert.JsonCodec.decoder","href":"dart-convert/JsonCodec/decoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the decoder of this, converting from T to S.","enclosedBy":{"name":"JsonCodec","kind":3,"href":"dart-convert/JsonCodec-class.html"}},{"name":"encode","qualifiedName":"dart:convert.JsonCodec.encode","href":"dart-convert/JsonCodec/encode.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts value to a JSON string.","enclosedBy":{"name":"JsonCodec","kind":3,"href":"dart-convert/JsonCodec-class.html"}},{"name":"encoder","qualifiedName":"dart:convert.JsonCodec.encoder","href":"dart-convert/JsonCodec/encoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the encoder from S to T.","enclosedBy":{"name":"JsonCodec","kind":3,"href":"dart-convert/JsonCodec-class.html"}},{"name":"JsonCyclicError","qualifiedName":"dart:convert.JsonCyclicError","href":"dart-convert/JsonCyclicError-class.html","kind":3,"packageRank":10,"desc":"Reports that an object could not be stringified due to cyclic references.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"JsonCyclicError.new","qualifiedName":"dart:convert.JsonCyclicError.JsonCyclicError.new","href":"dart-convert/JsonCyclicError/JsonCyclicError.html","kind":2,"packageRank":10,"desc":"The first object that was detected as part of a cycle.","enclosedBy":{"name":"JsonCyclicError","kind":3,"href":"dart-convert/JsonCyclicError-class.html"}},{"name":"toString","qualifiedName":"dart:convert.JsonCyclicError.toString","href":"dart-convert/JsonCyclicError/toString.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"JsonCyclicError","kind":3,"href":"dart-convert/JsonCyclicError-class.html"}},{"name":"JsonDecoder","qualifiedName":"dart:convert.JsonDecoder","href":"dart-convert/JsonDecoder-class.html","kind":3,"packageRank":10,"desc":"This class parses JSON strings and builds the corresponding objects.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"JsonDecoder.new","qualifiedName":"dart:convert.JsonDecoder.JsonDecoder.new","href":"dart-convert/JsonDecoder/JsonDecoder.html","kind":2,"packageRank":10,"desc":"Constructs a new JsonDecoder.","enclosedBy":{"name":"JsonDecoder","kind":3,"href":"dart-convert/JsonDecoder-class.html"}},{"name":"bind","qualifiedName":"dart:convert.JsonDecoder.bind","href":"dart-convert/JsonDecoder/bind.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Transforms the provided stream.","enclosedBy":{"name":"JsonDecoder","kind":3,"href":"dart-convert/JsonDecoder-class.html"}},{"name":"convert","qualifiedName":"dart:convert.JsonDecoder.convert","href":"dart-convert/JsonDecoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts the given JSON-string input to its corresponding object.","enclosedBy":{"name":"JsonDecoder","kind":3,"href":"dart-convert/JsonDecoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.JsonDecoder.startChunkedConversion","href":"dart-convert/JsonDecoder/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Starts a conversion from a chunked JSON string to its corresponding object.","enclosedBy":{"name":"JsonDecoder","kind":3,"href":"dart-convert/JsonDecoder-class.html"}},{"name":"JsonEncoder","qualifiedName":"dart:convert.JsonEncoder","href":"dart-convert/JsonEncoder-class.html","kind":3,"packageRank":10,"desc":"This class converts JSON objects to strings.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"JsonEncoder.new","qualifiedName":"dart:convert.JsonEncoder.JsonEncoder.new","href":"dart-convert/JsonEncoder/JsonEncoder.html","kind":2,"packageRank":10,"desc":"Creates a JSON encoder.","enclosedBy":{"name":"JsonEncoder","kind":3,"href":"dart-convert/JsonEncoder-class.html"}},{"name":"JsonEncoder.withIndent","qualifiedName":"dart:convert.JsonEncoder.JsonEncoder.withIndent","href":"dart-convert/JsonEncoder/JsonEncoder.withIndent.html","kind":2,"packageRank":10,"desc":"Creates a JSON encoder that creates multi-line JSON.","enclosedBy":{"name":"JsonEncoder","kind":3,"href":"dart-convert/JsonEncoder-class.html"}},{"name":"bind","qualifiedName":"dart:convert.JsonEncoder.bind","href":"dart-convert/JsonEncoder/bind.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Transforms the provided stream.","enclosedBy":{"name":"JsonEncoder","kind":3,"href":"dart-convert/JsonEncoder-class.html"}},{"name":"convert","qualifiedName":"dart:convert.JsonEncoder.convert","href":"dart-convert/JsonEncoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts object to a JSON String.","enclosedBy":{"name":"JsonEncoder","kind":3,"href":"dart-convert/JsonEncoder-class.html"}},{"name":"fuse","qualifiedName":"dart:convert.JsonEncoder.fuse","href":"dart-convert/JsonEncoder/fuse.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Fuses this with other.","enclosedBy":{"name":"JsonEncoder","kind":3,"href":"dart-convert/JsonEncoder-class.html"}},{"name":"indent","qualifiedName":"dart:convert.JsonEncoder.indent","href":"dart-convert/JsonEncoder/indent.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The string used for indention.","enclosedBy":{"name":"JsonEncoder","kind":3,"href":"dart-convert/JsonEncoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.JsonEncoder.startChunkedConversion","href":"dart-convert/JsonEncoder/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"JsonEncoder","kind":3,"href":"dart-convert/JsonEncoder-class.html"}},{"name":"JsonUnsupportedObjectError","qualifiedName":"dart:convert.JsonUnsupportedObjectError","href":"dart-convert/JsonUnsupportedObjectError-class.html","kind":3,"packageRank":10,"desc":"Error thrown by JSON serialization if an object cannot be serialized.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"JsonUnsupportedObjectError.new","qualifiedName":"dart:convert.JsonUnsupportedObjectError.JsonUnsupportedObjectError.new","href":"dart-convert/JsonUnsupportedObjectError/JsonUnsupportedObjectError.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"JsonUnsupportedObjectError","kind":3,"href":"dart-convert/JsonUnsupportedObjectError-class.html"}},{"name":"cause","qualifiedName":"dart:convert.JsonUnsupportedObjectError.cause","href":"dart-convert/JsonUnsupportedObjectError/cause.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The exception thrown when trying to convert the object.","enclosedBy":{"name":"JsonUnsupportedObjectError","kind":3,"href":"dart-convert/JsonUnsupportedObjectError-class.html"}},{"name":"partialResult","qualifiedName":"dart:convert.JsonUnsupportedObjectError.partialResult","href":"dart-convert/JsonUnsupportedObjectError/partialResult.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The partial result of the conversion, up until the error happened.","enclosedBy":{"name":"JsonUnsupportedObjectError","kind":3,"href":"dart-convert/JsonUnsupportedObjectError-class.html"}},{"name":"toString","qualifiedName":"dart:convert.JsonUnsupportedObjectError.toString","href":"dart-convert/JsonUnsupportedObjectError/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"JsonUnsupportedObjectError","kind":3,"href":"dart-convert/JsonUnsupportedObjectError-class.html"}},{"name":"unsupportedObject","qualifiedName":"dart:convert.JsonUnsupportedObjectError.unsupportedObject","href":"dart-convert/JsonUnsupportedObjectError/unsupportedObject.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The object that could not be serialized.","enclosedBy":{"name":"JsonUnsupportedObjectError","kind":3,"href":"dart-convert/JsonUnsupportedObjectError-class.html"}},{"name":"JsonUtf8Encoder","qualifiedName":"dart:convert.JsonUtf8Encoder","href":"dart-convert/JsonUtf8Encoder-class.html","kind":3,"packageRank":10,"desc":"Encoder that encodes a single object as a UTF-8 encoded JSON string.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"JsonUtf8Encoder.new","qualifiedName":"dart:convert.JsonUtf8Encoder.JsonUtf8Encoder.new","href":"dart-convert/JsonUtf8Encoder/JsonUtf8Encoder.html","kind":2,"packageRank":10,"desc":"Create converter.","enclosedBy":{"name":"JsonUtf8Encoder","kind":3,"href":"dart-convert/JsonUtf8Encoder-class.html"}},{"name":"bind","qualifiedName":"dart:convert.JsonUtf8Encoder.bind","href":"dart-convert/JsonUtf8Encoder/bind.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Transforms the provided stream.","enclosedBy":{"name":"JsonUtf8Encoder","kind":3,"href":"dart-convert/JsonUtf8Encoder-class.html"}},{"name":"convert","qualifiedName":"dart:convert.JsonUtf8Encoder.convert","href":"dart-convert/JsonUtf8Encoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Convert object into UTF-8 encoded JSON.","enclosedBy":{"name":"JsonUtf8Encoder","kind":3,"href":"dart-convert/JsonUtf8Encoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.JsonUtf8Encoder.startChunkedConversion","href":"dart-convert/JsonUtf8Encoder/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Start a chunked conversion.","enclosedBy":{"name":"JsonUtf8Encoder","kind":3,"href":"dart-convert/JsonUtf8Encoder-class.html"}},{"name":"Latin1Codec","qualifiedName":"dart:convert.Latin1Codec","href":"dart-convert/Latin1Codec-class.html","kind":3,"packageRank":10,"desc":"A Latin1Codec encodes strings to ISO Latin-1 (aka ISO-8859-1) bytes\nand decodes Latin-1 bytes to strings.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Latin1Codec.new","qualifiedName":"dart:convert.Latin1Codec.Latin1Codec.new","href":"dart-convert/Latin1Codec/Latin1Codec.html","kind":2,"packageRank":10,"desc":"Instantiates a new Latin1Codec.","enclosedBy":{"name":"Latin1Codec","kind":3,"href":"dart-convert/Latin1Codec-class.html"}},{"name":"decode","qualifiedName":"dart:convert.Latin1Codec.decode","href":"dart-convert/Latin1Codec/decode.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Decodes the Latin-1 bytes (a list of unsigned 8-bit integers) to the\ncorresponding string.","enclosedBy":{"name":"Latin1Codec","kind":3,"href":"dart-convert/Latin1Codec-class.html"}},{"name":"decoder","qualifiedName":"dart:convert.Latin1Codec.decoder","href":"dart-convert/Latin1Codec/decoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the decoder of this, converting from List&lt;int&gt; to String.","enclosedBy":{"name":"Latin1Codec","kind":3,"href":"dart-convert/Latin1Codec-class.html"}},{"name":"encode","qualifiedName":"dart:convert.Latin1Codec.encode","href":"dart-convert/Latin1Codec/encode.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Encodes input.","enclosedBy":{"name":"Latin1Codec","kind":3,"href":"dart-convert/Latin1Codec-class.html"}},{"name":"encoder","qualifiedName":"dart:convert.Latin1Codec.encoder","href":"dart-convert/Latin1Codec/encoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the encoder from String to List&lt;int&gt;.","enclosedBy":{"name":"Latin1Codec","kind":3,"href":"dart-convert/Latin1Codec-class.html"}},{"name":"name","qualifiedName":"dart:convert.Latin1Codec.name","href":"dart-convert/Latin1Codec/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The name of this codec, \"iso-8859-1\".","enclosedBy":{"name":"Latin1Codec","kind":3,"href":"dart-convert/Latin1Codec-class.html"}},{"name":"Latin1Decoder","qualifiedName":"dart:convert.Latin1Decoder","href":"dart-convert/Latin1Decoder-class.html","kind":3,"packageRank":10,"desc":"This class converts Latin-1 bytes (lists of unsigned 8-bit integers)\nto a string.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Latin1Decoder.new","qualifiedName":"dart:convert.Latin1Decoder.Latin1Decoder.new","href":"dart-convert/Latin1Decoder/Latin1Decoder.html","kind":2,"packageRank":10,"desc":"Instantiates a new Latin1Decoder.","enclosedBy":{"name":"Latin1Decoder","kind":3,"href":"dart-convert/Latin1Decoder-class.html"}},{"name":"bind","qualifiedName":"dart:convert.Latin1Decoder.bind","href":"dart-convert/Latin1Decoder/bind.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Transforms the provided stream.","enclosedBy":{"name":"Latin1Decoder","kind":3,"href":"dart-convert/Latin1Decoder-class.html"}},{"name":"convert","qualifiedName":"dart:convert.Latin1Decoder.convert","href":"dart-convert/Latin1Decoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts the bytes (a list of unsigned 7- or 8-bit integers) to the\ncorresponding string.","enclosedBy":{"name":"Latin1Decoder","kind":3,"href":"dart-convert/Latin1Decoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.Latin1Decoder.startChunkedConversion","href":"dart-convert/Latin1Decoder/startChunkedConversion.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"Latin1Decoder","kind":3,"href":"dart-convert/Latin1Decoder-class.html"}},{"name":"Latin1Encoder","qualifiedName":"dart:convert.Latin1Encoder","href":"dart-convert/Latin1Encoder-class.html","kind":3,"packageRank":10,"desc":"This class converts strings of only ISO Latin-1 characters to bytes.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Latin1Encoder.new","qualifiedName":"dart:convert.Latin1Encoder.Latin1Encoder.new","href":"dart-convert/Latin1Encoder/Latin1Encoder.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Latin1Encoder","kind":3,"href":"dart-convert/Latin1Encoder-class.html"}},{"name":"bind","qualifiedName":"dart:convert.Latin1Encoder.bind","href":"dart-convert/Latin1Encoder/bind.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Transforms the provided stream.","enclosedBy":{"name":"Latin1Encoder","kind":3,"href":"dart-convert/Latin1Encoder-class.html"}},{"name":"convert","qualifiedName":"dart:convert.Latin1Encoder.convert","href":"dart-convert/Latin1Encoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts the String into a list of its code units.","enclosedBy":{"name":"Latin1Encoder","kind":3,"href":"dart-convert/Latin1Encoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.Latin1Encoder.startChunkedConversion","href":"dart-convert/Latin1Encoder/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"Latin1Encoder","kind":3,"href":"dart-convert/Latin1Encoder-class.html"}},{"name":"LineSplitter","qualifiedName":"dart:convert.LineSplitter","href":"dart-convert/LineSplitter-class.html","kind":3,"packageRank":10,"desc":"A StreamTransformer that splits a String into individual lines.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"LineSplitter.new","qualifiedName":"dart:convert.LineSplitter.LineSplitter.new","href":"dart-convert/LineSplitter/LineSplitter.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"LineSplitter","kind":3,"href":"dart-convert/LineSplitter-class.html"}},{"name":"bind","qualifiedName":"dart:convert.LineSplitter.bind","href":"dart-convert/LineSplitter/bind.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Transforms the provided stream.","enclosedBy":{"name":"LineSplitter","kind":3,"href":"dart-convert/LineSplitter-class.html"}},{"name":"convert","qualifiedName":"dart:convert.LineSplitter.convert","href":"dart-convert/LineSplitter/convert.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"LineSplitter","kind":3,"href":"dart-convert/LineSplitter-class.html"}},{"name":"split","qualifiedName":"dart:convert.LineSplitter.split","href":"dart-convert/LineSplitter/split.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Split lines into individual lines.","enclosedBy":{"name":"LineSplitter","kind":3,"href":"dart-convert/LineSplitter-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.LineSplitter.startChunkedConversion","href":"dart-convert/LineSplitter/startChunkedConversion.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"LineSplitter","kind":3,"href":"dart-convert/LineSplitter-class.html"}},{"name":"StringConversionSink","qualifiedName":"dart:convert.StringConversionSink","href":"dart-convert/StringConversionSink-class.html","kind":3,"packageRank":10,"desc":"A sink for converters to efficiently transmit String data.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"StringConversionSink.from","qualifiedName":"dart:convert.StringConversionSink.StringConversionSink.from","href":"dart-convert/StringConversionSink/StringConversionSink.from.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"StringConversionSink","kind":3,"href":"dart-convert/StringConversionSink-class.html"}},{"name":"StringConversionSink.fromStringSink","qualifiedName":"dart:convert.StringConversionSink.StringConversionSink.fromStringSink","href":"dart-convert/StringConversionSink/StringConversionSink.fromStringSink.html","kind":2,"packageRank":10,"desc":"Creates a new instance wrapping the given sink.","enclosedBy":{"name":"StringConversionSink","kind":3,"href":"dart-convert/StringConversionSink-class.html"}},{"name":"StringConversionSink.new","qualifiedName":"dart:convert.StringConversionSink.StringConversionSink.new","href":"dart-convert/StringConversionSink/StringConversionSink.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"StringConversionSink","kind":3,"href":"dart-convert/StringConversionSink-class.html"}},{"name":"StringConversionSink.withCallback","qualifiedName":"dart:convert.StringConversionSink.StringConversionSink.withCallback","href":"dart-convert/StringConversionSink/StringConversionSink.withCallback.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"StringConversionSink","kind":3,"href":"dart-convert/StringConversionSink-class.html"}},{"name":"add","qualifiedName":"dart:convert.StringConversionSink.add","href":"dart-convert/StringConversionSink/add.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Adds chunked data to this sink.","enclosedBy":{"name":"StringConversionSink","kind":3,"href":"dart-convert/StringConversionSink-class.html"}},{"name":"addSlice","qualifiedName":"dart:convert.StringConversionSink.addSlice","href":"dart-convert/StringConversionSink/addSlice.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds the next chunk to this.","enclosedBy":{"name":"StringConversionSink","kind":3,"href":"dart-convert/StringConversionSink-class.html"}},{"name":"asStringSink","qualifiedName":"dart:convert.StringConversionSink.asStringSink","href":"dart-convert/StringConversionSink/asStringSink.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns this as a ClosableStringSink.","enclosedBy":{"name":"StringConversionSink","kind":3,"href":"dart-convert/StringConversionSink-class.html"}},{"name":"asUtf8Sink","qualifiedName":"dart:convert.StringConversionSink.asUtf8Sink","href":"dart-convert/StringConversionSink/asUtf8Sink.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns this as a sink that accepts UTF-8 input.","enclosedBy":{"name":"StringConversionSink","kind":3,"href":"dart-convert/StringConversionSink-class.html"}},{"name":"StringConversionSinkBase","qualifiedName":"dart:convert.StringConversionSinkBase","href":"dart-convert/StringConversionSinkBase.html","kind":21,"packageRank":10,"desc":"This class provides a base-class for converters that need to accept String\ninputs.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"StringConversionSinkMixin","qualifiedName":"dart:convert.StringConversionSinkMixin","href":"dart-convert/StringConversionSinkMixin.html","kind":21,"packageRank":10,"desc":"This class provides a mixin for converters that need to accept String\ninputs.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Utf8Codec","qualifiedName":"dart:convert.Utf8Codec","href":"dart-convert/Utf8Codec-class.html","kind":3,"packageRank":10,"desc":"A Utf8Codec encodes strings to utf-8 code units (bytes) and decodes\nUTF-8 code units to strings.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Utf8Codec.new","qualifiedName":"dart:convert.Utf8Codec.Utf8Codec.new","href":"dart-convert/Utf8Codec/Utf8Codec.html","kind":2,"packageRank":10,"desc":"Instantiates a new Utf8Codec.","enclosedBy":{"name":"Utf8Codec","kind":3,"href":"dart-convert/Utf8Codec-class.html"}},{"name":"decode","qualifiedName":"dart:convert.Utf8Codec.decode","href":"dart-convert/Utf8Codec/decode.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Decodes the UTF-8 codeUnits (a list of unsigned 8-bit integers) to the\ncorresponding string.","enclosedBy":{"name":"Utf8Codec","kind":3,"href":"dart-convert/Utf8Codec-class.html"}},{"name":"decoder","qualifiedName":"dart:convert.Utf8Codec.decoder","href":"dart-convert/Utf8Codec/decoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the decoder of this, converting from List&lt;int&gt; to String.","enclosedBy":{"name":"Utf8Codec","kind":3,"href":"dart-convert/Utf8Codec-class.html"}},{"name":"encode","qualifiedName":"dart:convert.Utf8Codec.encode","href":"dart-convert/Utf8Codec/encode.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Encodes the string as UTF-8.","enclosedBy":{"name":"Utf8Codec","kind":3,"href":"dart-convert/Utf8Codec-class.html"}},{"name":"encoder","qualifiedName":"dart:convert.Utf8Codec.encoder","href":"dart-convert/Utf8Codec/encoder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the encoder from String to List&lt;int&gt;.","enclosedBy":{"name":"Utf8Codec","kind":3,"href":"dart-convert/Utf8Codec-class.html"}},{"name":"name","qualifiedName":"dart:convert.Utf8Codec.name","href":"dart-convert/Utf8Codec/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The name of this codec is \"utf-8\".","enclosedBy":{"name":"Utf8Codec","kind":3,"href":"dart-convert/Utf8Codec-class.html"}},{"name":"Utf8Decoder","qualifiedName":"dart:convert.Utf8Decoder","href":"dart-convert/Utf8Decoder-class.html","kind":3,"packageRank":10,"desc":"This class converts UTF-8 code units (lists of unsigned 8-bit integers)\nto a string.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Utf8Decoder.new","qualifiedName":"dart:convert.Utf8Decoder.Utf8Decoder.new","href":"dart-convert/Utf8Decoder/Utf8Decoder.html","kind":2,"packageRank":10,"desc":"Instantiates a new Utf8Decoder.","enclosedBy":{"name":"Utf8Decoder","kind":3,"href":"dart-convert/Utf8Decoder-class.html"}},{"name":"bind","qualifiedName":"dart:convert.Utf8Decoder.bind","href":"dart-convert/Utf8Decoder/bind.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Transforms the provided stream.","enclosedBy":{"name":"Utf8Decoder","kind":3,"href":"dart-convert/Utf8Decoder-class.html"}},{"name":"convert","qualifiedName":"dart:convert.Utf8Decoder.convert","href":"dart-convert/Utf8Decoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts the UTF-8 codeUnits (a list of unsigned 8-bit integers) to the\ncorresponding string.","enclosedBy":{"name":"Utf8Decoder","kind":3,"href":"dart-convert/Utf8Decoder-class.html"}},{"name":"fuse","qualifiedName":"dart:convert.Utf8Decoder.fuse","href":"dart-convert/Utf8Decoder/fuse.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Fuses this with other.","enclosedBy":{"name":"Utf8Decoder","kind":3,"href":"dart-convert/Utf8Decoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.Utf8Decoder.startChunkedConversion","href":"dart-convert/Utf8Decoder/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"Utf8Decoder","kind":3,"href":"dart-convert/Utf8Decoder-class.html"}},{"name":"Utf8Encoder","qualifiedName":"dart:convert.Utf8Encoder","href":"dart-convert/Utf8Encoder-class.html","kind":3,"packageRank":10,"desc":"This class converts strings to their UTF-8 code units (a list of\nunsigned 8-bit integers).","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"Utf8Encoder.new","qualifiedName":"dart:convert.Utf8Encoder.Utf8Encoder.new","href":"dart-convert/Utf8Encoder/Utf8Encoder.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Utf8Encoder","kind":3,"href":"dart-convert/Utf8Encoder-class.html"}},{"name":"bind","qualifiedName":"dart:convert.Utf8Encoder.bind","href":"dart-convert/Utf8Encoder/bind.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Transforms the provided stream.","enclosedBy":{"name":"Utf8Encoder","kind":3,"href":"dart-convert/Utf8Encoder-class.html"}},{"name":"convert","qualifiedName":"dart:convert.Utf8Encoder.convert","href":"dart-convert/Utf8Encoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Converts string to its UTF-8 code units (a list of\nunsigned 8-bit integers).","enclosedBy":{"name":"Utf8Encoder","kind":3,"href":"dart-convert/Utf8Encoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:convert.Utf8Encoder.startChunkedConversion","href":"dart-convert/Utf8Encoder/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Starts a chunked conversion.","enclosedBy":{"name":"Utf8Encoder","kind":3,"href":"dart-convert/Utf8Encoder-class.html"}},{"name":"ascii","qualifiedName":"dart:convert.ascii","href":"dart-convert/ascii-constant.html","kind":19,"packageRank":10,"desc":"An instance of the default implementation of the AsciiCodec.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"base64","qualifiedName":"dart:convert.base64","href":"dart-convert/base64-constant.html","kind":19,"packageRank":10,"desc":"A base64 encoder and decoder.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"base64Decode","qualifiedName":"dart:convert.base64Decode","href":"dart-convert/base64Decode.html","kind":8,"packageRank":10,"desc":"Decodes base64 or base64url encoded bytes.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"base64Encode","qualifiedName":"dart:convert.base64Encode","href":"dart-convert/base64Encode.html","kind":8,"packageRank":10,"desc":"Encodes bytes using base64 encoding.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"base64Url","qualifiedName":"dart:convert.base64Url","href":"dart-convert/base64Url-constant.html","kind":19,"packageRank":10,"desc":"A base64url encoder and decoder.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"base64UrlEncode","qualifiedName":"dart:convert.base64UrlEncode","href":"dart-convert/base64UrlEncode.html","kind":8,"packageRank":10,"desc":"Encodes bytes using base64url encoding.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"htmlEscape","qualifiedName":"dart:convert.htmlEscape","href":"dart-convert/htmlEscape-constant.html","kind":19,"packageRank":10,"desc":"A String converter that converts characters to HTML entities.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"json","qualifiedName":"dart:convert.json","href":"dart-convert/json-constant.html","kind":19,"packageRank":10,"desc":"An instance of the default implementation of the JsonCodec.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"jsonDecode","qualifiedName":"dart:convert.jsonDecode","href":"dart-convert/jsonDecode.html","kind":8,"packageRank":10,"desc":"Parses the string and returns the resulting Json object.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"jsonEncode","qualifiedName":"dart:convert.jsonEncode","href":"dart-convert/jsonEncode.html","kind":8,"packageRank":10,"desc":"Converts object to a JSON string.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"latin1","qualifiedName":"dart:convert.latin1","href":"dart-convert/latin1-constant.html","kind":19,"packageRank":10,"desc":"An instance of the default implementation of the Latin1Codec.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"unicodeBomCharacterRune","qualifiedName":"dart:convert.unicodeBomCharacterRune","href":"dart-convert/unicodeBomCharacterRune-constant.html","kind":19,"packageRank":10,"desc":"The Unicode Byte Order Marker (BOM) character U+FEFF.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"unicodeReplacementCharacterRune","qualifiedName":"dart:convert.unicodeReplacementCharacterRune","href":"dart-convert/unicodeReplacementCharacterRune-constant.html","kind":19,"packageRank":10,"desc":"The Unicode Replacement character U+FFFD (�).","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"utf8","qualifiedName":"dart:convert.utf8","href":"dart-convert/utf8-constant.html","kind":19,"packageRank":10,"desc":"An instance of the default implementation of the Utf8Codec.","enclosedBy":{"name":"dart:convert","kind":9,"href":"dart-convert/"}},{"name":"dart:core","qualifiedName":"dart:core","href":"dart-core/","kind":9,"packageRank":10,"desc":"Built-in types, collections,\nand other core functionality for every Dart program."},{"name":"ArgumentError","qualifiedName":"dart:core.ArgumentError","href":"dart-core/ArgumentError-class.html","kind":3,"packageRank":10,"desc":"Error thrown when a function is passed an unacceptable argument.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"ArgumentError.new","qualifiedName":"dart:core.ArgumentError.ArgumentError.new","href":"dart-core/ArgumentError/ArgumentError.html","kind":2,"packageRank":10,"desc":"Creates an error with message describing the problem with an argument.","enclosedBy":{"name":"ArgumentError","kind":3,"href":"dart-core/ArgumentError-class.html"}},{"name":"ArgumentError.notNull","qualifiedName":"dart:core.ArgumentError.ArgumentError.notNull","href":"dart-core/ArgumentError/ArgumentError.notNull.html","kind":2,"packageRank":10,"desc":"Creates an argument error for a null argument that must not be null.","enclosedBy":{"name":"ArgumentError","kind":3,"href":"dart-core/ArgumentError-class.html"}},{"name":"ArgumentError.value","qualifiedName":"dart:core.ArgumentError.ArgumentError.value","href":"dart-core/ArgumentError/ArgumentError.value.html","kind":2,"packageRank":10,"desc":"Creates error containing the invalid value.","enclosedBy":{"name":"ArgumentError","kind":3,"href":"dart-core/ArgumentError-class.html"}},{"name":"checkNotNull","qualifiedName":"dart:core.ArgumentError.checkNotNull","href":"dart-core/ArgumentError/checkNotNull.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Throws if argument is null.","enclosedBy":{"name":"ArgumentError","kind":3,"href":"dart-core/ArgumentError-class.html"}},{"name":"invalidValue","qualifiedName":"dart:core.ArgumentError.invalidValue","href":"dart-core/ArgumentError/invalidValue.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The invalid value.","enclosedBy":{"name":"ArgumentError","kind":3,"href":"dart-core/ArgumentError-class.html"}},{"name":"message","qualifiedName":"dart:core.ArgumentError.message","href":"dart-core/ArgumentError/message.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Message describing the problem.","enclosedBy":{"name":"ArgumentError","kind":3,"href":"dart-core/ArgumentError-class.html"}},{"name":"name","qualifiedName":"dart:core.ArgumentError.name","href":"dart-core/ArgumentError/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Name of the invalid argument, if available.","enclosedBy":{"name":"ArgumentError","kind":3,"href":"dart-core/ArgumentError-class.html"}},{"name":"toString","qualifiedName":"dart:core.ArgumentError.toString","href":"dart-core/ArgumentError/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"ArgumentError","kind":3,"href":"dart-core/ArgumentError-class.html"}},{"name":"AssertionError","qualifiedName":"dart:core.AssertionError","href":"dart-core/AssertionError-class.html","kind":3,"packageRank":10,"desc":"Error thrown by the runtime system when an assert statement fails.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"AssertionError.new","qualifiedName":"dart:core.AssertionError.AssertionError.new","href":"dart-core/AssertionError/AssertionError.html","kind":2,"packageRank":10,"desc":"Creates an assertion error with the provided message.","enclosedBy":{"name":"AssertionError","kind":3,"href":"dart-core/AssertionError-class.html"}},{"name":"message","qualifiedName":"dart:core.AssertionError.message","href":"dart-core/AssertionError/message.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Message describing the assertion error.","enclosedBy":{"name":"AssertionError","kind":3,"href":"dart-core/AssertionError-class.html"}},{"name":"toString","qualifiedName":"dart:core.AssertionError.toString","href":"dart-core/AssertionError/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"AssertionError","kind":3,"href":"dart-core/AssertionError-class.html"}},{"name":"BigInt","qualifiedName":"dart:core.BigInt","href":"dart-core/BigInt-class.html","kind":3,"packageRank":10,"desc":"An arbitrarily large integer value.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"BigInt.from","qualifiedName":"dart:core.BigInt.BigInt.from","href":"dart-core/BigInt/BigInt.from.html","kind":2,"packageRank":10,"desc":"Creates a big integer from the provided value number.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"abs","qualifiedName":"dart:core.BigInt.abs","href":"dart-core/BigInt/abs.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the absolute value of this integer.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"bitLength","qualifiedName":"dart:core.BigInt.bitLength","href":"dart-core/BigInt/bitLength.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the minimum number of bits required to store this big integer.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"compareTo","qualifiedName":"dart:core.BigInt.compareTo","href":"dart-core/BigInt/compareTo.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Compares this to other.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"gcd","qualifiedName":"dart:core.BigInt.gcd","href":"dart-core/BigInt/gcd.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the greatest common divisor of this big integer and other.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"isEven","qualifiedName":"dart:core.BigInt.isEven","href":"dart-core/BigInt/isEven.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this big integer is even.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"isNegative","qualifiedName":"dart:core.BigInt.isNegative","href":"dart-core/BigInt/isNegative.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this number is negative.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"isOdd","qualifiedName":"dart:core.BigInt.isOdd","href":"dart-core/BigInt/isOdd.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this big integer is odd.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"isValidInt","qualifiedName":"dart:core.BigInt.isValidInt","href":"dart-core/BigInt/isValidInt.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this big integer can be represented as an int without losing\nprecision.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"modInverse","qualifiedName":"dart:core.BigInt.modInverse","href":"dart-core/BigInt/modInverse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the modular multiplicative inverse of this big integer\nmodulo modulus.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"modPow","qualifiedName":"dart:core.BigInt.modPow","href":"dart-core/BigInt/modPow.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns this integer to the power of exponent modulo modulus.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"one","qualifiedName":"dart:core.BigInt.one","href":"dart-core/BigInt/one.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A big integer with the numerical value 1.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator %","qualifiedName":"dart:core.BigInt.operator %","href":"dart-core/BigInt/operator_modulo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Euclidean modulo operator.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator &","qualifiedName":"dart:core.BigInt.operator &","href":"dart-core/BigInt/operator_bitwise_and.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Bit-wise and operator.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator *","qualifiedName":"dart:core.BigInt.operator *","href":"dart-core/BigInt/operator_multiply.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Multiplies other by this big integer.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator +","qualifiedName":"dart:core.BigInt.operator +","href":"dart-core/BigInt/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds other to this big integer.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator -","qualifiedName":"dart:core.BigInt.operator -","href":"dart-core/BigInt/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Subtracts other from this big integer.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator /","qualifiedName":"dart:core.BigInt.operator /","href":"dart-core/BigInt/operator_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Double division operator.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator <","qualifiedName":"dart:core.BigInt.operator <","href":"dart-core/BigInt/operator_less.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this big integer is numerically smaller than other.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator <<","qualifiedName":"dart:core.BigInt.operator <<","href":"dart-core/BigInt/operator_shift_left.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Shift the bits of this integer to the left by shiftAmount.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator <=","qualifiedName":"dart:core.BigInt.operator <=","href":"dart-core/BigInt/operator_less_equal.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether other is numerically greater than this big integer.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator >","qualifiedName":"dart:core.BigInt.operator >","href":"dart-core/BigInt/operator_greater.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this big integer is numerically greater than other.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator >=","qualifiedName":"dart:core.BigInt.operator >=","href":"dart-core/BigInt/operator_greater_equal.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether other is numerically smaller than this big integer.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator >>","qualifiedName":"dart:core.BigInt.operator >>","href":"dart-core/BigInt/operator_shift_right.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Shift the bits of this integer to the right by shiftAmount.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator ^","qualifiedName":"dart:core.BigInt.operator ^","href":"dart-core/BigInt/operator_bitwise_exclusive_or.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Bit-wise exclusive-or operator.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator unary-","qualifiedName":"dart:core.BigInt.operator unary-","href":"dart-core/BigInt/operator_unary_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Return the negative value of this integer.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator |","qualifiedName":"dart:core.BigInt.operator |","href":"dart-core/BigInt/operator_bitwise_or.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Bit-wise or operator.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator ~","qualifiedName":"dart:core.BigInt.operator ~","href":"dart-core/BigInt/operator_bitwise_negate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The bit-wise negate operator.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"operator ~/","qualifiedName":"dart:core.BigInt.operator ~/","href":"dart-core/BigInt/operator_truncate_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Truncating integer division operator.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"parse","qualifiedName":"dart:core.BigInt.parse","href":"dart-core/BigInt/parse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Parses source as a, possibly signed, integer literal and returns its\nvalue.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"pow","qualifiedName":"dart:core.BigInt.pow","href":"dart-core/BigInt/pow.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns this to the power of exponent.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"remainder","qualifiedName":"dart:core.BigInt.remainder","href":"dart-core/BigInt/remainder.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the remainder of the truncating division of this by other.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"sign","qualifiedName":"dart:core.BigInt.sign","href":"dart-core/BigInt/sign.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the sign of this big integer.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"toDouble","qualifiedName":"dart:core.BigInt.toDouble","href":"dart-core/BigInt/toDouble.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns this BigInt as a double.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"toInt","qualifiedName":"dart:core.BigInt.toInt","href":"dart-core/BigInt/toInt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns this BigInt as an int.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"toRadixString","qualifiedName":"dart:core.BigInt.toRadixString","href":"dart-core/BigInt/toRadixString.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Converts this BigInt to a string representation in the given radix.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"toSigned","qualifiedName":"dart:core.BigInt.toSigned","href":"dart-core/BigInt/toSigned.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the least significant width bits of this integer, extending the\nhighest retained bit to the sign. This is the same as truncating the value\nto fit in width bits using an signed 2-s complement representation. The\nreturned value has the same bit value in all positions higher than width.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"toString","qualifiedName":"dart:core.BigInt.toString","href":"dart-core/BigInt/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a String-representation of this integer.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"toUnsigned","qualifiedName":"dart:core.BigInt.toUnsigned","href":"dart-core/BigInt/toUnsigned.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the least significant width bits of this big integer as a\nnon-negative number (i.e. unsigned representation). The returned value has\nzeros in all bit positions higher than width.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"tryParse","qualifiedName":"dart:core.BigInt.tryParse","href":"dart-core/BigInt/tryParse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Parses source as a, possibly signed, integer literal and returns its\nvalue.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"two","qualifiedName":"dart:core.BigInt.two","href":"dart-core/BigInt/two.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A big integer with the numerical value 2.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"zero","qualifiedName":"dart:core.BigInt.zero","href":"dart-core/BigInt/zero.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A big integer with the numerical value 0.","enclosedBy":{"name":"BigInt","kind":3,"href":"dart-core/BigInt-class.html"}},{"name":"Comparable","qualifiedName":"dart:core.Comparable","href":"dart-core/Comparable-class.html","kind":3,"packageRank":10,"desc":"Interface used by types that have an intrinsic ordering.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"compare","qualifiedName":"dart:core.Comparable.compare","href":"dart-core/Comparable/compare.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A Comparator that compares one comparable to another.","enclosedBy":{"name":"Comparable","kind":3,"href":"dart-core/Comparable-class.html"}},{"name":"compareTo","qualifiedName":"dart:core.Comparable.compareTo","href":"dart-core/Comparable/compareTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Compares this object to another object.","enclosedBy":{"name":"Comparable","kind":3,"href":"dart-core/Comparable-class.html"}},{"name":"Comparator","qualifiedName":"dart:core.Comparator","href":"dart-core/Comparator.html","kind":21,"packageRank":10,"desc":"The signature of a generic comparison function.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"ConcurrentModificationError","qualifiedName":"dart:core.ConcurrentModificationError","href":"dart-core/ConcurrentModificationError-class.html","kind":3,"packageRank":10,"desc":"Error occurring when a collection is modified during iteration.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"ConcurrentModificationError.new","qualifiedName":"dart:core.ConcurrentModificationError.ConcurrentModificationError.new","href":"dart-core/ConcurrentModificationError/ConcurrentModificationError.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"ConcurrentModificationError","kind":3,"href":"dart-core/ConcurrentModificationError-class.html"}},{"name":"modifiedObject","qualifiedName":"dart:core.ConcurrentModificationError.modifiedObject","href":"dart-core/ConcurrentModificationError/modifiedObject.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The object that was modified in an incompatible way.","enclosedBy":{"name":"ConcurrentModificationError","kind":3,"href":"dart-core/ConcurrentModificationError-class.html"}},{"name":"toString","qualifiedName":"dart:core.ConcurrentModificationError.toString","href":"dart-core/ConcurrentModificationError/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"ConcurrentModificationError","kind":3,"href":"dart-core/ConcurrentModificationError-class.html"}},{"name":"DateTime","qualifiedName":"dart:core.DateTime","href":"dart-core/DateTime-class.html","kind":3,"packageRank":10,"desc":"An instant in time, such as July 20, 1969, 8:18pm GMT.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"DateTime.fromMicrosecondsSinceEpoch","qualifiedName":"dart:core.DateTime.DateTime.fromMicrosecondsSinceEpoch","href":"dart-core/DateTime/DateTime.fromMicrosecondsSinceEpoch.html","kind":2,"packageRank":10,"desc":"Constructs a new DateTime instance\nwith the given microsecondsSinceEpoch.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"DateTime.fromMillisecondsSinceEpoch","qualifiedName":"dart:core.DateTime.DateTime.fromMillisecondsSinceEpoch","href":"dart-core/DateTime/DateTime.fromMillisecondsSinceEpoch.html","kind":2,"packageRank":10,"desc":"Constructs a new DateTime instance\nwith the given millisecondsSinceEpoch.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"DateTime.new","qualifiedName":"dart:core.DateTime.DateTime.new","href":"dart-core/DateTime/DateTime.html","kind":2,"packageRank":10,"desc":"Constructs a DateTime instance specified in the local time zone.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"DateTime.now","qualifiedName":"dart:core.DateTime.DateTime.now","href":"dart-core/DateTime/DateTime.now.html","kind":2,"packageRank":10,"desc":"Constructs a DateTime instance with current date and time in the\nlocal time zone.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"DateTime.timestamp","qualifiedName":"dart:core.DateTime.DateTime.timestamp","href":"dart-core/DateTime/DateTime.timestamp.html","kind":2,"packageRank":10,"desc":"Constructs a DateTime with the current UTC date and time.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"DateTime.utc","qualifiedName":"dart:core.DateTime.DateTime.utc","href":"dart-core/DateTime/DateTime.utc.html","kind":2,"packageRank":10,"desc":"Constructs a DateTime instance specified in the UTC time zone.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"add","qualifiedName":"dart:core.DateTime.add","href":"dart-core/DateTime/add.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new DateTime instance with duration added to this DateTime.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"april","qualifiedName":"dart:core.DateTime.april","href":"dart-core/DateTime/april-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"august","qualifiedName":"dart:core.DateTime.august","href":"dart-core/DateTime/august-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"compareTo","qualifiedName":"dart:core.DateTime.compareTo","href":"dart-core/DateTime/compareTo.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Compares this DateTime object to other,\nreturning zero if the values are equal.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"day","qualifiedName":"dart:core.DateTime.day","href":"dart-core/DateTime/day.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The day of the month [1..31].","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"daysPerWeek","qualifiedName":"dart:core.DateTime.daysPerWeek","href":"dart-core/DateTime/daysPerWeek-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"december","qualifiedName":"dart:core.DateTime.december","href":"dart-core/DateTime/december-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"difference","qualifiedName":"dart:core.DateTime.difference","href":"dart-core/DateTime/difference.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a Duration with the difference when subtracting other from\nthis DateTime.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"february","qualifiedName":"dart:core.DateTime.february","href":"dart-core/DateTime/february-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"friday","qualifiedName":"dart:core.DateTime.friday","href":"dart-core/DateTime/friday-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"hashCode","qualifiedName":"dart:core.DateTime.hashCode","href":"dart-core/DateTime/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"hour","qualifiedName":"dart:core.DateTime.hour","href":"dart-core/DateTime/hour.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hour of the day, expressed as in a 24-hour clock [0..23].","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"isAfter","qualifiedName":"dart:core.DateTime.isAfter","href":"dart-core/DateTime/isAfter.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this DateTime occurs after other.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"isAtSameMomentAs","qualifiedName":"dart:core.DateTime.isAtSameMomentAs","href":"dart-core/DateTime/isAtSameMomentAs.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this DateTime occurs at the same moment as other.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"isBefore","qualifiedName":"dart:core.DateTime.isBefore","href":"dart-core/DateTime/isBefore.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this DateTime occurs before other.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"isUtc","qualifiedName":"dart:core.DateTime.isUtc","href":"dart-core/DateTime/isUtc.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"True if this DateTime is set to UTC time.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"january","qualifiedName":"dart:core.DateTime.january","href":"dart-core/DateTime/january-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"july","qualifiedName":"dart:core.DateTime.july","href":"dart-core/DateTime/july-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"june","qualifiedName":"dart:core.DateTime.june","href":"dart-core/DateTime/june-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"march","qualifiedName":"dart:core.DateTime.march","href":"dart-core/DateTime/march-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"may","qualifiedName":"dart:core.DateTime.may","href":"dart-core/DateTime/may-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"microsecond","qualifiedName":"dart:core.DateTime.microsecond","href":"dart-core/DateTime/microsecond.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The microsecond [0...999].","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"microsecondsSinceEpoch","qualifiedName":"dart:core.DateTime.microsecondsSinceEpoch","href":"dart-core/DateTime/microsecondsSinceEpoch.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of microseconds since\nthe \"Unix epoch\" 1970-01-01T00:00:00Z (UTC).","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"millisecond","qualifiedName":"dart:core.DateTime.millisecond","href":"dart-core/DateTime/millisecond.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The millisecond [0...999].","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"millisecondsSinceEpoch","qualifiedName":"dart:core.DateTime.millisecondsSinceEpoch","href":"dart-core/DateTime/millisecondsSinceEpoch.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of milliseconds since\nthe \"Unix epoch\" 1970-01-01T00:00:00Z (UTC).","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"minute","qualifiedName":"dart:core.DateTime.minute","href":"dart-core/DateTime/minute.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The minute [0...59].","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"monday","qualifiedName":"dart:core.DateTime.monday","href":"dart-core/DateTime/monday-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"month","qualifiedName":"dart:core.DateTime.month","href":"dart-core/DateTime/month.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The month [1..12].","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"monthsPerYear","qualifiedName":"dart:core.DateTime.monthsPerYear","href":"dart-core/DateTime/monthsPerYear-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"november","qualifiedName":"dart:core.DateTime.november","href":"dart-core/DateTime/november-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"october","qualifiedName":"dart:core.DateTime.october","href":"dart-core/DateTime/october-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"operator ==","qualifiedName":"dart:core.DateTime.operator ==","href":"dart-core/DateTime/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether other is a DateTime at the same moment and in the\nsame time zone (UTC or local).","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"parse","qualifiedName":"dart:core.DateTime.parse","href":"dart-core/DateTime/parse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Constructs a new DateTime instance based on formattedString.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"saturday","qualifiedName":"dart:core.DateTime.saturday","href":"dart-core/DateTime/saturday-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"second","qualifiedName":"dart:core.DateTime.second","href":"dart-core/DateTime/second.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The second [0...59].","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"september","qualifiedName":"dart:core.DateTime.september","href":"dart-core/DateTime/september-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"subtract","qualifiedName":"dart:core.DateTime.subtract","href":"dart-core/DateTime/subtract.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new DateTime instance with duration subtracted from this\nDateTime.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"sunday","qualifiedName":"dart:core.DateTime.sunday","href":"dart-core/DateTime/sunday-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"thursday","qualifiedName":"dart:core.DateTime.thursday","href":"dart-core/DateTime/thursday-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"timeZoneName","qualifiedName":"dart:core.DateTime.timeZoneName","href":"dart-core/DateTime/timeZoneName.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The time zone name.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"timeZoneOffset","qualifiedName":"dart:core.DateTime.timeZoneOffset","href":"dart-core/DateTime/timeZoneOffset.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The time zone offset, which\nis the difference between local time and UTC.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"toIso8601String","qualifiedName":"dart:core.DateTime.toIso8601String","href":"dart-core/DateTime/toIso8601String.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns an ISO-8601 full-precision extended format representation.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"toLocal","qualifiedName":"dart:core.DateTime.toLocal","href":"dart-core/DateTime/toLocal.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns this DateTime value in the local time zone.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"toString","qualifiedName":"dart:core.DateTime.toString","href":"dart-core/DateTime/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a human-readable string for this instance.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"toUtc","qualifiedName":"dart:core.DateTime.toUtc","href":"dart-core/DateTime/toUtc.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns this DateTime value in the UTC time zone.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"tryParse","qualifiedName":"dart:core.DateTime.tryParse","href":"dart-core/DateTime/tryParse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Constructs a new DateTime instance based on formattedString.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"tuesday","qualifiedName":"dart:core.DateTime.tuesday","href":"dart-core/DateTime/tuesday-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"wednesday","qualifiedName":"dart:core.DateTime.wednesday","href":"dart-core/DateTime/wednesday-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"weekday","qualifiedName":"dart:core.DateTime.weekday","href":"dart-core/DateTime/weekday.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The day of the week monday..sunday.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"year","qualifiedName":"dart:core.DateTime.year","href":"dart-core/DateTime/year.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The year.","enclosedBy":{"name":"DateTime","kind":3,"href":"dart-core/DateTime-class.html"}},{"name":"DateTimeCopyWith","qualifiedName":"dart:core.DateTimeCopyWith","href":"dart-core/DateTimeCopyWith.html","kind":6,"packageRank":10,"desc":"Adds copyWith method to DateTime objects.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"copyWith","qualifiedName":"dart:core.DateTimeCopyWith.copyWith","href":"dart-core/DateTimeCopyWith/copyWith.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new DateTime from this one by updating individual properties.","enclosedBy":{"name":"DateTimeCopyWith","kind":6,"href":"dart-core/DateTimeCopyWith.html"}},{"name":"Deprecated","qualifiedName":"dart:core.Deprecated","href":"dart-core/Deprecated-class.html","kind":3,"packageRank":10,"desc":"The annotation @Deprecated('migration') marks a feature as deprecated.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Deprecated.extend","qualifiedName":"dart:core.Deprecated.Deprecated.extend","href":"dart-core/Deprecated/Deprecated.extend.html","kind":2,"packageRank":10,"desc":"Creates an annotation which deprecates extending a class.","enclosedBy":{"name":"Deprecated","kind":3,"href":"dart-core/Deprecated-class.html"}},{"name":"Deprecated.implement","qualifiedName":"dart:core.Deprecated.Deprecated.implement","href":"dart-core/Deprecated/Deprecated.implement.html","kind":2,"packageRank":10,"desc":"Creates an annotation which deprecates implementing a class or mixin.","enclosedBy":{"name":"Deprecated","kind":3,"href":"dart-core/Deprecated-class.html"}},{"name":"Deprecated.instantiate","qualifiedName":"dart:core.Deprecated.Deprecated.instantiate","href":"dart-core/Deprecated/Deprecated.instantiate.html","kind":2,"packageRank":10,"desc":"Creates an annotation which deprecates instantiating a class.","enclosedBy":{"name":"Deprecated","kind":3,"href":"dart-core/Deprecated-class.html"}},{"name":"Deprecated.mixin","qualifiedName":"dart:core.Deprecated.Deprecated.mixin","href":"dart-core/Deprecated/Deprecated.mixin.html","kind":2,"packageRank":10,"desc":"Creates an annotation which deprecates mixing in a class.","enclosedBy":{"name":"Deprecated","kind":3,"href":"dart-core/Deprecated-class.html"}},{"name":"Deprecated.new","qualifiedName":"dart:core.Deprecated.Deprecated.new","href":"dart-core/Deprecated/Deprecated.html","kind":2,"packageRank":10,"desc":"Creates a deprecation annotation which specifies the migration path and\nexpiration of the annotated feature.","enclosedBy":{"name":"Deprecated","kind":3,"href":"dart-core/Deprecated-class.html"}},{"name":"Deprecated.optional","qualifiedName":"dart:core.Deprecated.Deprecated.optional","href":"dart-core/Deprecated/Deprecated.optional.html","kind":2,"packageRank":10,"desc":"Creates an annotation which deprecates omitting an argument for the\nannotated parameter.","enclosedBy":{"name":"Deprecated","kind":3,"href":"dart-core/Deprecated-class.html"}},{"name":"Deprecated.subclass","qualifiedName":"dart:core.Deprecated.Deprecated.subclass","href":"dart-core/Deprecated/Deprecated.subclass.html","kind":2,"packageRank":10,"desc":"Creates an annotation which deprecates subclassing (implementing or\nextending) a class.","enclosedBy":{"name":"Deprecated","kind":3,"href":"dart-core/Deprecated-class.html"}},{"name":"message","qualifiedName":"dart:core.Deprecated.message","href":"dart-core/Deprecated/message.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Message provided to the user when they use the deprecated feature.","enclosedBy":{"name":"Deprecated","kind":3,"href":"dart-core/Deprecated-class.html"}},{"name":"toString","qualifiedName":"dart:core.Deprecated.toString","href":"dart-core/Deprecated/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Deprecated","kind":3,"href":"dart-core/Deprecated-class.html"}},{"name":"Duration","qualifiedName":"dart:core.Duration","href":"dart-core/Duration-class.html","kind":3,"packageRank":10,"desc":"A span of time, such as 27 days, 4 hours, 12 minutes, and 3 seconds.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Duration.new","qualifiedName":"dart:core.Duration.Duration.new","href":"dart-core/Duration/Duration.html","kind":2,"packageRank":10,"desc":"Creates a new Duration object whose value\nis the sum of all individual parts.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"abs","qualifiedName":"dart:core.Duration.abs","href":"dart-core/Duration/abs.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new Duration representing the absolute length of this\nDuration.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"compareTo","qualifiedName":"dart:core.Duration.compareTo","href":"dart-core/Duration/compareTo.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Compares this Duration to other, returning zero if the values are equal.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"hashCode","qualifiedName":"dart:core.Duration.hashCode","href":"dart-core/Duration/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"hoursPerDay","qualifiedName":"dart:core.Duration.hoursPerDay","href":"dart-core/Duration/hoursPerDay-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of hours per day.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"inDays","qualifiedName":"dart:core.Duration.inDays","href":"dart-core/Duration/inDays.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of entire days spanned by this Duration.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"inHours","qualifiedName":"dart:core.Duration.inHours","href":"dart-core/Duration/inHours.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of entire hours spanned by this Duration.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"inMicroseconds","qualifiedName":"dart:core.Duration.inMicroseconds","href":"dart-core/Duration/inMicroseconds.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of whole microseconds spanned by this Duration.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"inMilliseconds","qualifiedName":"dart:core.Duration.inMilliseconds","href":"dart-core/Duration/inMilliseconds.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of whole milliseconds spanned by this Duration.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"inMinutes","qualifiedName":"dart:core.Duration.inMinutes","href":"dart-core/Duration/inMinutes.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of whole minutes spanned by this Duration.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"inSeconds","qualifiedName":"dart:core.Duration.inSeconds","href":"dart-core/Duration/inSeconds.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of whole seconds spanned by this Duration.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"isNegative","qualifiedName":"dart:core.Duration.isNegative","href":"dart-core/Duration/isNegative.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this Duration is negative.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"microsecondsPerDay","qualifiedName":"dart:core.Duration.microsecondsPerDay","href":"dart-core/Duration/microsecondsPerDay-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of microseconds per day.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"microsecondsPerHour","qualifiedName":"dart:core.Duration.microsecondsPerHour","href":"dart-core/Duration/microsecondsPerHour-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of microseconds per hour.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"microsecondsPerMillisecond","qualifiedName":"dart:core.Duration.microsecondsPerMillisecond","href":"dart-core/Duration/microsecondsPerMillisecond-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of microseconds per millisecond.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"microsecondsPerMinute","qualifiedName":"dart:core.Duration.microsecondsPerMinute","href":"dart-core/Duration/microsecondsPerMinute-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of microseconds per minute.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"microsecondsPerSecond","qualifiedName":"dart:core.Duration.microsecondsPerSecond","href":"dart-core/Duration/microsecondsPerSecond-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of microseconds per second.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"millisecondsPerDay","qualifiedName":"dart:core.Duration.millisecondsPerDay","href":"dart-core/Duration/millisecondsPerDay-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of milliseconds per day.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"millisecondsPerHour","qualifiedName":"dart:core.Duration.millisecondsPerHour","href":"dart-core/Duration/millisecondsPerHour-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of milliseconds per hour.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"millisecondsPerMinute","qualifiedName":"dart:core.Duration.millisecondsPerMinute","href":"dart-core/Duration/millisecondsPerMinute-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of milliseconds per minute.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"millisecondsPerSecond","qualifiedName":"dart:core.Duration.millisecondsPerSecond","href":"dart-core/Duration/millisecondsPerSecond-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of milliseconds per second.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"minutesPerDay","qualifiedName":"dart:core.Duration.minutesPerDay","href":"dart-core/Duration/minutesPerDay-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of minutes per day.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"minutesPerHour","qualifiedName":"dart:core.Duration.minutesPerHour","href":"dart-core/Duration/minutesPerHour-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of minutes per hour.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"operator *","qualifiedName":"dart:core.Duration.operator *","href":"dart-core/Duration/operator_multiply.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Multiplies this Duration by the given factor and returns the result\nas a new Duration object.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"operator +","qualifiedName":"dart:core.Duration.operator +","href":"dart-core/Duration/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds this Duration and other and\nreturns the sum as a new Duration object.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"operator -","qualifiedName":"dart:core.Duration.operator -","href":"dart-core/Duration/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Subtracts other from this Duration and\nreturns the difference as a new Duration object.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"operator <","qualifiedName":"dart:core.Duration.operator <","href":"dart-core/Duration/operator_less.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this Duration is shorter than other.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"operator <=","qualifiedName":"dart:core.Duration.operator <=","href":"dart-core/Duration/operator_less_equal.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this Duration is shorter than or equal to other.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"operator ==","qualifiedName":"dart:core.Duration.operator ==","href":"dart-core/Duration/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether this Duration has the same length as other.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"operator >","qualifiedName":"dart:core.Duration.operator >","href":"dart-core/Duration/operator_greater.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this Duration is longer than other.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"operator >=","qualifiedName":"dart:core.Duration.operator >=","href":"dart-core/Duration/operator_greater_equal.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this Duration is longer than or equal to other.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"operator unary-","qualifiedName":"dart:core.Duration.operator unary-","href":"dart-core/Duration/operator_unary_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new Duration with the opposite direction of this Duration.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"operator ~/","qualifiedName":"dart:core.Duration.operator ~/","href":"dart-core/Duration/operator_truncate_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Divides this Duration by the given quotient and returns the truncated\nresult as a new Duration object.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"secondsPerDay","qualifiedName":"dart:core.Duration.secondsPerDay","href":"dart-core/Duration/secondsPerDay-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of seconds per day.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"secondsPerHour","qualifiedName":"dart:core.Duration.secondsPerHour","href":"dart-core/Duration/secondsPerHour-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of seconds per hour.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"secondsPerMinute","qualifiedName":"dart:core.Duration.secondsPerMinute","href":"dart-core/Duration/secondsPerMinute-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of seconds per minute.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"toString","qualifiedName":"dart:core.Duration.toString","href":"dart-core/Duration/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a string representation of this Duration.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"zero","qualifiedName":"dart:core.Duration.zero","href":"dart-core/Duration/zero-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"An empty duration, representing zero time.","enclosedBy":{"name":"Duration","kind":3,"href":"dart-core/Duration-class.html"}},{"name":"Enum","qualifiedName":"dart:core.Enum","href":"dart-core/Enum-class.html","kind":3,"packageRank":10,"desc":"An enumerated value.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"compareByIndex","qualifiedName":"dart:core.Enum.compareByIndex","href":"dart-core/Enum/compareByIndex.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Compares two enum values by their index.","enclosedBy":{"name":"Enum","kind":3,"href":"dart-core/Enum-class.html"}},{"name":"compareByName","qualifiedName":"dart:core.Enum.compareByName","href":"dart-core/Enum/compareByName.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Compares enum values by name.","enclosedBy":{"name":"Enum","kind":3,"href":"dart-core/Enum-class.html"}},{"name":"index","qualifiedName":"dart:core.Enum.index","href":"dart-core/Enum/index.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A numeric identifier for the enumerated value.","enclosedBy":{"name":"Enum","kind":3,"href":"dart-core/Enum-class.html"}},{"name":"EnumByName","qualifiedName":"dart:core.EnumByName","href":"dart-core/EnumByName.html","kind":6,"packageRank":10,"desc":"Access enum values by name.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"asNameMap","qualifiedName":"dart:core.EnumByName.asNameMap","href":"dart-core/EnumByName/asNameMap.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a map from the names of enum values to the values.","enclosedBy":{"name":"EnumByName","kind":6,"href":"dart-core/EnumByName.html"}},{"name":"byName","qualifiedName":"dart:core.EnumByName.byName","href":"dart-core/EnumByName/byName.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Finds the enum value in this list with name name.","enclosedBy":{"name":"EnumByName","kind":6,"href":"dart-core/EnumByName.html"}},{"name":"EnumName","qualifiedName":"dart:core.EnumName","href":"dart-core/EnumName.html","kind":6,"packageRank":10,"desc":"Access to the name of an enum value.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"name","qualifiedName":"dart:core.EnumName.name","href":"dart-core/EnumName/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The name of the enum value.","enclosedBy":{"name":"EnumName","kind":6,"href":"dart-core/EnumName.html"}},{"name":"Error","qualifiedName":"dart:core.Error","href":"dart-core/Error-class.html","kind":3,"packageRank":10,"desc":"Error objects thrown in the case of a program failure.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Error.new","qualifiedName":"dart:core.Error.Error.new","href":"dart-core/Error/Error.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Error","kind":3,"href":"dart-core/Error-class.html"}},{"name":"safeToString","qualifiedName":"dart:core.Error.safeToString","href":"dart-core/Error/safeToString.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Safely convert a value to a String description.","enclosedBy":{"name":"Error","kind":3,"href":"dart-core/Error-class.html"}},{"name":"stackTrace","qualifiedName":"dart:core.Error.stackTrace","href":"dart-core/Error/stackTrace.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The stack trace at the point where this error was first thrown.","enclosedBy":{"name":"Error","kind":3,"href":"dart-core/Error-class.html"}},{"name":"throwWithStackTrace","qualifiedName":"dart:core.Error.throwWithStackTrace","href":"dart-core/Error/throwWithStackTrace.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Throws error with associated stack trace stackTrace.","enclosedBy":{"name":"Error","kind":3,"href":"dart-core/Error-class.html"}},{"name":"Exception","qualifiedName":"dart:core.Exception","href":"dart-core/Exception-class.html","kind":3,"packageRank":10,"desc":"A marker interface implemented by all core library exceptions.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Exception.new","qualifiedName":"dart:core.Exception.Exception.new","href":"dart-core/Exception/Exception.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Exception","kind":3,"href":"dart-core/Exception-class.html"}},{"name":"Expando","qualifiedName":"dart:core.Expando","href":"dart-core/Expando-class.html","kind":3,"packageRank":10,"desc":"An Expando allows adding new properties to objects.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Expando.new","qualifiedName":"dart:core.Expando.Expando.new","href":"dart-core/Expando/Expando.html","kind":2,"packageRank":10,"desc":"Creates a new Expando. The optional name is only used for\ndebugging purposes and creating two different Expandos with the\nsame name yields two Expandos that work on different properties\nof the objects they are used on.","enclosedBy":{"name":"Expando","kind":3,"href":"dart-core/Expando-class.html"}},{"name":"name","qualifiedName":"dart:core.Expando.name","href":"dart-core/Expando/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The name of the this Expando as passed to the constructor.","enclosedBy":{"name":"Expando","kind":3,"href":"dart-core/Expando-class.html"}},{"name":"operator []","qualifiedName":"dart:core.Expando.operator []","href":"dart-core/Expando/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Gets the value of this Expando's property on the given object.","enclosedBy":{"name":"Expando","kind":3,"href":"dart-core/Expando-class.html"}},{"name":"operator []=","qualifiedName":"dart:core.Expando.operator []=","href":"dart-core/Expando/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets this Expando's property value on the given object to value.","enclosedBy":{"name":"Expando","kind":3,"href":"dart-core/Expando-class.html"}},{"name":"toString","qualifiedName":"dart:core.Expando.toString","href":"dart-core/Expando/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Expando toString method override.","enclosedBy":{"name":"Expando","kind":3,"href":"dart-core/Expando-class.html"}},{"name":"Finalizer","qualifiedName":"dart:core.Finalizer","href":"dart-core/Finalizer-class.html","kind":3,"packageRank":10,"desc":"A finalizer which can be attached to Dart objects.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Finalizer.new","qualifiedName":"dart:core.Finalizer.Finalizer.new","href":"dart-core/Finalizer/Finalizer.html","kind":2,"packageRank":10,"desc":"Creates a finalizer with the given finalization callback.","enclosedBy":{"name":"Finalizer","kind":3,"href":"dart-core/Finalizer-class.html"}},{"name":"attach","qualifiedName":"dart:core.Finalizer.attach","href":"dart-core/Finalizer/attach.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Attaches this finalizer to value.","enclosedBy":{"name":"Finalizer","kind":3,"href":"dart-core/Finalizer-class.html"}},{"name":"detach","qualifiedName":"dart:core.Finalizer.detach","href":"dart-core/Finalizer/detach.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Detaches this finalizer from values attached with detach.","enclosedBy":{"name":"Finalizer","kind":3,"href":"dart-core/Finalizer-class.html"}},{"name":"FormatException","qualifiedName":"dart:core.FormatException","href":"dart-core/FormatException-class.html","kind":3,"packageRank":10,"desc":"Exception thrown when a string or some other data does not have an expected\nformat and cannot be parsed or processed.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"FormatException.new","qualifiedName":"dart:core.FormatException.FormatException.new","href":"dart-core/FormatException/FormatException.html","kind":2,"packageRank":10,"desc":"Creates a new FormatException with an optional error message.","enclosedBy":{"name":"FormatException","kind":3,"href":"dart-core/FormatException-class.html"}},{"name":"message","qualifiedName":"dart:core.FormatException.message","href":"dart-core/FormatException/message.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A message describing the format error.","enclosedBy":{"name":"FormatException","kind":3,"href":"dart-core/FormatException-class.html"}},{"name":"offset","qualifiedName":"dart:core.FormatException.offset","href":"dart-core/FormatException/offset.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset in source where the error was detected.","enclosedBy":{"name":"FormatException","kind":3,"href":"dart-core/FormatException-class.html"}},{"name":"source","qualifiedName":"dart:core.FormatException.source","href":"dart-core/FormatException/source.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The actual source input which caused the error.","enclosedBy":{"name":"FormatException","kind":3,"href":"dart-core/FormatException-class.html"}},{"name":"toString","qualifiedName":"dart:core.FormatException.toString","href":"dart-core/FormatException/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a description of the format exception.","enclosedBy":{"name":"FormatException","kind":3,"href":"dart-core/FormatException-class.html"}},{"name":"Function","qualifiedName":"dart:core.Function","href":"dart-core/Function-class.html","kind":3,"packageRank":10,"desc":"A function value.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"apply","qualifiedName":"dart:core.Function.apply","href":"dart-core/Function/apply.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Dynamically call function with the specified arguments.","enclosedBy":{"name":"Function","kind":3,"href":"dart-core/Function-class.html"}},{"name":"hashCode","qualifiedName":"dart:core.Function.hashCode","href":"dart-core/Function/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A hash code value that is compatible with operator==.","enclosedBy":{"name":"Function","kind":3,"href":"dart-core/Function-class.html"}},{"name":"operator ==","qualifiedName":"dart:core.Function.operator ==","href":"dart-core/Function/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Test whether another object is equal to this function.","enclosedBy":{"name":"Function","kind":3,"href":"dart-core/Function-class.html"}},{"name":"IndexError","qualifiedName":"dart:core.IndexError","href":"dart-core/IndexError-class.html","kind":3,"packageRank":10,"desc":"A specialized RangeError used when an index is not in the range\n0..indexable.length-1.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"IndexError.new","qualifiedName":"dart:core.IndexError.IndexError.new","href":"dart-core/IndexError/IndexError.html","kind":2,"packageRank":10,"desc":"Creates a new IndexError stating that invalidValue is not a valid index\ninto indexable.","enclosedBy":{"name":"IndexError","kind":3,"href":"dart-core/IndexError-class.html"}},{"name":"IndexError.withLength","qualifiedName":"dart:core.IndexError.IndexError.withLength","href":"dart-core/IndexError/IndexError.withLength.html","kind":2,"packageRank":10,"desc":"Creates a new IndexError stating that invalidValue is not a valid index\ninto indexable.","enclosedBy":{"name":"IndexError","kind":3,"href":"dart-core/IndexError-class.html"}},{"name":"check","qualifiedName":"dart:core.IndexError.check","href":"dart-core/IndexError/check.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Check that index is a valid index into an indexable object.","enclosedBy":{"name":"IndexError","kind":3,"href":"dart-core/IndexError-class.html"}},{"name":"end","qualifiedName":"dart:core.IndexError.end","href":"dart-core/IndexError/end.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The maximum value that value is allowed to assume.","enclosedBy":{"name":"IndexError","kind":3,"href":"dart-core/IndexError-class.html"}},{"name":"indexable","qualifiedName":"dart:core.IndexError.indexable","href":"dart-core/IndexError/indexable.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The indexable object that invalidValue was not a valid index into.","enclosedBy":{"name":"IndexError","kind":3,"href":"dart-core/IndexError-class.html"}},{"name":"invalidValue","qualifiedName":"dart:core.IndexError.invalidValue","href":"dart-core/IndexError/invalidValue.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The invalid value.","enclosedBy":{"name":"IndexError","kind":3,"href":"dart-core/IndexError-class.html"}},{"name":"length","qualifiedName":"dart:core.IndexError.length","href":"dart-core/IndexError/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The length of indexable at the time of the error.","enclosedBy":{"name":"IndexError","kind":3,"href":"dart-core/IndexError-class.html"}},{"name":"start","qualifiedName":"dart:core.IndexError.start","href":"dart-core/IndexError/start.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The minimum value that value is allowed to assume.","enclosedBy":{"name":"IndexError","kind":3,"href":"dart-core/IndexError-class.html"}},{"name":"IntegerDivisionByZeroException","qualifiedName":"dart:core.IntegerDivisionByZeroException","href":"dart-core/IntegerDivisionByZeroException-class.html","kind":3,"packageRank":10,"desc":"","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"IntegerDivisionByZeroException.new","qualifiedName":"dart:core.IntegerDivisionByZeroException.IntegerDivisionByZeroException.new","href":"dart-core/IntegerDivisionByZeroException/IntegerDivisionByZeroException.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"IntegerDivisionByZeroException","kind":3,"href":"dart-core/IntegerDivisionByZeroException-class.html"}},{"name":"message","qualifiedName":"dart:core.IntegerDivisionByZeroException.message","href":"dart-core/IntegerDivisionByZeroException/message.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"IntegerDivisionByZeroException","kind":3,"href":"dart-core/IntegerDivisionByZeroException-class.html"}},{"name":"stackTrace","qualifiedName":"dart:core.IntegerDivisionByZeroException.stackTrace","href":"dart-core/IntegerDivisionByZeroException/stackTrace.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The stack trace at the point where this error was first thrown.","enclosedBy":{"name":"IntegerDivisionByZeroException","kind":3,"href":"dart-core/IntegerDivisionByZeroException-class.html"}},{"name":"toString","qualifiedName":"dart:core.IntegerDivisionByZeroException.toString","href":"dart-core/IntegerDivisionByZeroException/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"IntegerDivisionByZeroException","kind":3,"href":"dart-core/IntegerDivisionByZeroException-class.html"}},{"name":"Invocation","qualifiedName":"dart:core.Invocation","href":"dart-core/Invocation-class.html","kind":3,"packageRank":10,"desc":"Representation of the invocation of a member on an object.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Invocation.genericMethod","qualifiedName":"dart:core.Invocation.Invocation.genericMethod","href":"dart-core/Invocation/Invocation.genericMethod.html","kind":2,"packageRank":10,"desc":"Creates an invocation corresponding to a generic method invocation.","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"Invocation.getter","qualifiedName":"dart:core.Invocation.Invocation.getter","href":"dart-core/Invocation/Invocation.getter.html","kind":2,"packageRank":10,"desc":"Creates an invocation corresponding to a getter invocation.","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"Invocation.method","qualifiedName":"dart:core.Invocation.Invocation.method","href":"dart-core/Invocation/Invocation.method.html","kind":2,"packageRank":10,"desc":"Creates an invocation corresponding to a method invocation.","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"Invocation.new","qualifiedName":"dart:core.Invocation.Invocation.new","href":"dart-core/Invocation/Invocation.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"Invocation.setter","qualifiedName":"dart:core.Invocation.Invocation.setter","href":"dart-core/Invocation/Invocation.setter.html","kind":2,"packageRank":10,"desc":"Creates an invocation corresponding to a setter invocation.","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"isAccessor","qualifiedName":"dart:core.Invocation.isAccessor","href":"dart-core/Invocation/isAccessor.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the invocation was a getter or a setter call.","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"isGetter","qualifiedName":"dart:core.Invocation.isGetter","href":"dart-core/Invocation/isGetter.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the invocation was a getter call.\nIf so, all three types of arguments lists are empty.","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"isMethod","qualifiedName":"dart:core.Invocation.isMethod","href":"dart-core/Invocation/isMethod.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the invocation was a method call.","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"isSetter","qualifiedName":"dart:core.Invocation.isSetter","href":"dart-core/Invocation/isSetter.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the invocation was a setter call.","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"memberName","qualifiedName":"dart:core.Invocation.memberName","href":"dart-core/Invocation/memberName.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The name of the invoked member.","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"namedArguments","qualifiedName":"dart:core.Invocation.namedArguments","href":"dart-core/Invocation/namedArguments.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"An unmodifiable view of the named arguments of the call.","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"positionalArguments","qualifiedName":"dart:core.Invocation.positionalArguments","href":"dart-core/Invocation/positionalArguments.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"An unmodifiable view of the positional arguments of the call.","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"typeArguments","qualifiedName":"dart:core.Invocation.typeArguments","href":"dart-core/Invocation/typeArguments.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"An unmodifiable view of the type arguments of the call.","enclosedBy":{"name":"Invocation","kind":3,"href":"dart-core/Invocation-class.html"}},{"name":"Iterable","qualifiedName":"dart:core.Iterable","href":"dart-core/Iterable-class.html","kind":3,"packageRank":10,"desc":"A collection of values, or \"elements\", that can be accessed sequentially.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Iterable.empty","qualifiedName":"dart:core.Iterable.Iterable.empty","href":"dart-core/Iterable/Iterable.empty.html","kind":2,"packageRank":10,"desc":"Creates an empty iterable.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"Iterable.generate","qualifiedName":"dart:core.Iterable.Iterable.generate","href":"dart-core/Iterable/Iterable.generate.html","kind":2,"packageRank":10,"desc":"Creates an Iterable which generates its elements dynamically.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"Iterable.new","qualifiedName":"dart:core.Iterable.Iterable.new","href":"dart-core/Iterable/Iterable.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"Iterable.withIterator","qualifiedName":"dart:core.Iterable.Iterable.withIterator","href":"dart-core/Iterable/Iterable.withIterator.html","kind":2,"packageRank":10,"desc":"Creates an Iterable from the Iterator factory.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"any","qualifiedName":"dart:core.Iterable.any","href":"dart-core/Iterable/any.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Checks whether any element of this iterable satisfies test.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"cast","qualifiedName":"dart:core.Iterable.cast","href":"dart-core/Iterable/cast.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A view of this iterable as an iterable of R instances.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"castFrom","qualifiedName":"dart:core.Iterable.castFrom","href":"dart-core/Iterable/castFrom.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adapts source to be an Iterable&lt;T&gt;.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"contains","qualifiedName":"dart:core.Iterable.contains","href":"dart-core/Iterable/contains.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether the collection contains an element equal to element.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"elementAt","qualifiedName":"dart:core.Iterable.elementAt","href":"dart-core/Iterable/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the indexth element.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"every","qualifiedName":"dart:core.Iterable.every","href":"dart-core/Iterable/every.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Checks whether every element of this iterable satisfies test.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"expand","qualifiedName":"dart:core.Iterable.expand","href":"dart-core/Iterable/expand.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Expands each element of this Iterable into zero or more elements.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"first","qualifiedName":"dart:core.Iterable.first","href":"dart-core/Iterable/first.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The first element.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"firstWhere","qualifiedName":"dart:core.Iterable.firstWhere","href":"dart-core/Iterable/firstWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The first element that satisfies the given predicate test.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"fold","qualifiedName":"dart:core.Iterable.fold","href":"dart-core/Iterable/fold.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Reduces a collection to a single value by iteratively combining each\nelement of the collection with an existing value","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"followedBy","qualifiedName":"dart:core.Iterable.followedBy","href":"dart-core/Iterable/followedBy.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates the lazy concatenation of this iterable and other.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"forEach","qualifiedName":"dart:core.Iterable.forEach","href":"dart-core/Iterable/forEach.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Invokes action on each element of this iterable in iteration order.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"isEmpty","qualifiedName":"dart:core.Iterable.isEmpty","href":"dart-core/Iterable/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this collection has no elements.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:core.Iterable.isNotEmpty","href":"dart-core/Iterable/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this collection has at least one element.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"iterableToFullString","qualifiedName":"dart:core.Iterable.iterableToFullString","href":"dart-core/Iterable/iterableToFullString.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Converts an Iterable to a string.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"iterableToShortString","qualifiedName":"dart:core.Iterable.iterableToShortString","href":"dart-core/Iterable/iterableToShortString.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Convert an Iterable to a string like Iterable.toString.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"iterator","qualifiedName":"dart:core.Iterable.iterator","href":"dart-core/Iterable/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"join","qualifiedName":"dart:core.Iterable.join","href":"dart-core/Iterable/join.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Converts each element to a String and concatenates the strings.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"last","qualifiedName":"dart:core.Iterable.last","href":"dart-core/Iterable/last.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The last element.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"lastWhere","qualifiedName":"dart:core.Iterable.lastWhere","href":"dart-core/Iterable/lastWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The last element that satisfies the given predicate test.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"length","qualifiedName":"dart:core.Iterable.length","href":"dart-core/Iterable/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of elements in this Iterable.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"map","qualifiedName":"dart:core.Iterable.map","href":"dart-core/Iterable/map.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The current elements of this iterable modified by toElement.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"reduce","qualifiedName":"dart:core.Iterable.reduce","href":"dart-core/Iterable/reduce.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Reduces a collection to a single value by iteratively combining elements\nof the collection using the provided function.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"single","qualifiedName":"dart:core.Iterable.single","href":"dart-core/Iterable/single.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"singleWhere","qualifiedName":"dart:core.Iterable.singleWhere","href":"dart-core/Iterable/singleWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The single element that satisfies test.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"skip","qualifiedName":"dart:core.Iterable.skip","href":"dart-core/Iterable/skip.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates an Iterable that provides all but the first count elements.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"skipWhile","qualifiedName":"dart:core.Iterable.skipWhile","href":"dart-core/Iterable/skipWhile.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates an Iterable that skips leading elements while test is satisfied.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"take","qualifiedName":"dart:core.Iterable.take","href":"dart-core/Iterable/take.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a lazy iterable of the count first elements of this iterable.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"takeWhile","qualifiedName":"dart:core.Iterable.takeWhile","href":"dart-core/Iterable/takeWhile.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a lazy iterable of the leading elements satisfying test.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"toList","qualifiedName":"dart:core.Iterable.toList","href":"dart-core/Iterable/toList.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a List containing the elements of this Iterable.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"toSet","qualifiedName":"dart:core.Iterable.toSet","href":"dart-core/Iterable/toSet.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Set containing the same elements as this iterable.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"toString","qualifiedName":"dart:core.Iterable.toString","href":"dart-core/Iterable/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a string representation of (some of) the elements of this.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"where","qualifiedName":"dart:core.Iterable.where","href":"dart-core/Iterable/where.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new lazy Iterable with all elements that satisfy the\npredicate test.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"whereType","qualifiedName":"dart:core.Iterable.whereType","href":"dart-core/Iterable/whereType.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new lazy Iterable with all elements that have type T.","enclosedBy":{"name":"Iterable","kind":3,"href":"dart-core/Iterable-class.html"}},{"name":"Iterator","qualifiedName":"dart:core.Iterator","href":"dart-core/Iterator-class.html","kind":3,"packageRank":10,"desc":"An interface for getting items, one at a time, from an object.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"current","qualifiedName":"dart:core.Iterator.current","href":"dart-core/Iterator/current.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The current element.","enclosedBy":{"name":"Iterator","kind":3,"href":"dart-core/Iterator-class.html"}},{"name":"moveNext","qualifiedName":"dart:core.Iterator.moveNext","href":"dart-core/Iterator/moveNext.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Advances the iterator to the next element of the iteration.","enclosedBy":{"name":"Iterator","kind":3,"href":"dart-core/Iterator-class.html"}},{"name":"List","qualifiedName":"dart:core.List","href":"dart-core/List-class.html","kind":3,"packageRank":10,"desc":"An indexable collection of objects with a length.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"List.empty","qualifiedName":"dart:core.List.List.empty","href":"dart-core/List/List.empty.html","kind":2,"packageRank":10,"desc":"Creates a new empty list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"List.filled","qualifiedName":"dart:core.List.List.filled","href":"dart-core/List/List.filled.html","kind":2,"packageRank":10,"desc":"Creates a list of the given length with fill at each position.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"List.from","qualifiedName":"dart:core.List.List.from","href":"dart-core/List/List.from.html","kind":2,"packageRank":10,"desc":"Creates a list containing all elements.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"List.generate","qualifiedName":"dart:core.List.List.generate","href":"dart-core/List/List.generate.html","kind":2,"packageRank":10,"desc":"Generates a list of values.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"List.of","qualifiedName":"dart:core.List.List.of","href":"dart-core/List/List.of.html","kind":2,"packageRank":10,"desc":"Creates a list from elements.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"List.unmodifiable","qualifiedName":"dart:core.List.List.unmodifiable","href":"dart-core/List/List.unmodifiable.html","kind":2,"packageRank":10,"desc":"Creates an unmodifiable list containing all elements.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"add","qualifiedName":"dart:core.List.add","href":"dart-core/List/add.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds value to the end of this list,\nextending the length by one.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"addAll","qualifiedName":"dart:core.List.addAll","href":"dart-core/List/addAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Appends all objects of iterable to the end of this list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"asMap","qualifiedName":"dart:core.List.asMap","href":"dart-core/List/asMap.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"An unmodifiable Map view of this list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"cast","qualifiedName":"dart:core.List.cast","href":"dart-core/List/cast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a view of this list as a list of R instances.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"castFrom","qualifiedName":"dart:core.List.castFrom","href":"dart-core/List/castFrom.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adapts source to be a List&lt;T&gt;.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"clear","qualifiedName":"dart:core.List.clear","href":"dart-core/List/clear.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes all objects from this list; the length of the list becomes zero.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"copyRange","qualifiedName":"dart:core.List.copyRange","href":"dart-core/List/copyRange.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Copy a range of one list into another list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"fillRange","qualifiedName":"dart:core.List.fillRange","href":"dart-core/List/fillRange.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Overwrites a range of elements with fillValue.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"first","qualifiedName":"dart:core.List.first","href":"dart-core/List/first.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The first element.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"getRange","qualifiedName":"dart:core.List.getRange","href":"dart-core/List/getRange.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates an Iterable that iterates over a range of elements.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"indexOf","qualifiedName":"dart:core.List.indexOf","href":"dart-core/List/indexOf.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The first index of element in this list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"indexWhere","qualifiedName":"dart:core.List.indexWhere","href":"dart-core/List/indexWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The first index in the list that satisfies the provided test.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"insert","qualifiedName":"dart:core.List.insert","href":"dart-core/List/insert.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Inserts element at position index in this list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"insertAll","qualifiedName":"dart:core.List.insertAll","href":"dart-core/List/insertAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Inserts all objects of iterable at position index in this list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"last","qualifiedName":"dart:core.List.last","href":"dart-core/List/last.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The last element.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"lastIndexOf","qualifiedName":"dart:core.List.lastIndexOf","href":"dart-core/List/lastIndexOf.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The last index of element in this list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"lastIndexWhere","qualifiedName":"dart:core.List.lastIndexWhere","href":"dart-core/List/lastIndexWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The last index in the list that satisfies the provided test.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"length","qualifiedName":"dart:core.List.length","href":"dart-core/List/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of objects in this list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"operator +","qualifiedName":"dart:core.List.operator +","href":"dart-core/List/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the concatenation of this list and other.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"operator ==","qualifiedName":"dart:core.List.operator ==","href":"dart-core/List/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether this list is equal to other.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"operator []","qualifiedName":"dart:core.List.operator []","href":"dart-core/List/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The object at the given index in the list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"operator []=","qualifiedName":"dart:core.List.operator []=","href":"dart-core/List/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"remove","qualifiedName":"dart:core.List.remove","href":"dart-core/List/remove.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes the first occurrence of value from this list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"removeAt","qualifiedName":"dart:core.List.removeAt","href":"dart-core/List/removeAt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes the object at position index from this list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"removeLast","qualifiedName":"dart:core.List.removeLast","href":"dart-core/List/removeLast.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes and returns the last object in this list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"removeRange","qualifiedName":"dart:core.List.removeRange","href":"dart-core/List/removeRange.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes a range of elements from the list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"removeWhere","qualifiedName":"dart:core.List.removeWhere","href":"dart-core/List/removeWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes all objects from this list that satisfy test.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"replaceRange","qualifiedName":"dart:core.List.replaceRange","href":"dart-core/List/replaceRange.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Replaces a range of elements with the elements of replacements.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"retainWhere","qualifiedName":"dart:core.List.retainWhere","href":"dart-core/List/retainWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes all objects from this list that fail to satisfy test.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"reversed","qualifiedName":"dart:core.List.reversed","href":"dart-core/List/reversed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"An Iterable of the objects in this list in reverse order.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"setAll","qualifiedName":"dart:core.List.setAll","href":"dart-core/List/setAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Overwrites elements with the objects of iterable.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"setRange","qualifiedName":"dart:core.List.setRange","href":"dart-core/List/setRange.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Writes some elements of iterable into a range of this list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"shuffle","qualifiedName":"dart:core.List.shuffle","href":"dart-core/List/shuffle.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Shuffles the elements of this list randomly.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"sort","qualifiedName":"dart:core.List.sort","href":"dart-core/List/sort.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sorts this list according to the order specified by the compare function.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"sublist","qualifiedName":"dart:core.List.sublist","href":"dart-core/List/sublist.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new list containing the elements between start and end.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"writeIterable","qualifiedName":"dart:core.List.writeIterable","href":"dart-core/List/writeIterable.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Write the elements of an iterable into a list.","enclosedBy":{"name":"List","kind":3,"href":"dart-core/List-class.html"}},{"name":"Map","qualifiedName":"dart:core.Map","href":"dart-core/Map-class.html","kind":3,"packageRank":10,"desc":"A collection of key/value pairs, from which you retrieve a value\nusing its associated key.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Map.from","qualifiedName":"dart:core.Map.Map.from","href":"dart-core/Map/Map.from.html","kind":2,"packageRank":10,"desc":"Creates a LinkedHashMap with the same keys and values as other.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"Map.fromEntries","qualifiedName":"dart:core.Map.Map.fromEntries","href":"dart-core/Map/Map.fromEntries.html","kind":2,"packageRank":10,"desc":"Creates a new map and adds all entries.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"Map.fromIterable","qualifiedName":"dart:core.Map.Map.fromIterable","href":"dart-core/Map/Map.fromIterable.html","kind":2,"packageRank":10,"desc":"Creates a Map instance in which the keys and values are computed from the\niterable.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"Map.fromIterables","qualifiedName":"dart:core.Map.Map.fromIterables","href":"dart-core/Map/Map.fromIterables.html","kind":2,"packageRank":10,"desc":"Creates a map associating the given keys to the given values.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"Map.identity","qualifiedName":"dart:core.Map.Map.identity","href":"dart-core/Map/Map.identity.html","kind":2,"packageRank":10,"desc":"Creates an identity map with the default implementation, LinkedHashMap.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"Map.new","qualifiedName":"dart:core.Map.Map.new","href":"dart-core/Map/Map.html","kind":2,"packageRank":10,"desc":"Creates an empty LinkedHashMap.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"Map.of","qualifiedName":"dart:core.Map.Map.of","href":"dart-core/Map/Map.of.html","kind":2,"packageRank":10,"desc":"Creates a LinkedHashMap with the same keys and values as other.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"Map.unmodifiable","qualifiedName":"dart:core.Map.Map.unmodifiable","href":"dart-core/Map/Map.unmodifiable.html","kind":2,"packageRank":10,"desc":"Creates an unmodifiable hash-based map containing the entries of other.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"addAll","qualifiedName":"dart:core.Map.addAll","href":"dart-core/Map/addAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds all key/value pairs of other to this map.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"addEntries","qualifiedName":"dart:core.Map.addEntries","href":"dart-core/Map/addEntries.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds all key/value pairs of newEntries to this map.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"cast","qualifiedName":"dart:core.Map.cast","href":"dart-core/Map/cast.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Provides a view of this map as having RK keys and RV instances,\nif necessary.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"castFrom","qualifiedName":"dart:core.Map.castFrom","href":"dart-core/Map/castFrom.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adapts source to be a Map&lt;K2, V2&gt;.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"clear","qualifiedName":"dart:core.Map.clear","href":"dart-core/Map/clear.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes all entries from the map.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"containsKey","qualifiedName":"dart:core.Map.containsKey","href":"dart-core/Map/containsKey.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this map contains the given key.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"containsValue","qualifiedName":"dart:core.Map.containsValue","href":"dart-core/Map/containsValue.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this map contains the given value.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"entries","qualifiedName":"dart:core.Map.entries","href":"dart-core/Map/entries.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The map entries of this Map.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"forEach","qualifiedName":"dart:core.Map.forEach","href":"dart-core/Map/forEach.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Applies action to each key/value pair of the map.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"isEmpty","qualifiedName":"dart:core.Map.isEmpty","href":"dart-core/Map/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether there is no key/value pair in the map.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:core.Map.isNotEmpty","href":"dart-core/Map/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether there is at least one key/value pair in the map.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"keys","qualifiedName":"dart:core.Map.keys","href":"dart-core/Map/keys.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The keys of this Map.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"length","qualifiedName":"dart:core.Map.length","href":"dart-core/Map/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of key/value pairs in the map.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"map","qualifiedName":"dart:core.Map.map","href":"dart-core/Map/map.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new map where all entries of this map are transformed by\nthe given convert function.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"operator []","qualifiedName":"dart:core.Map.operator []","href":"dart-core/Map/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The value for the given key, or null if key is not in the map.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"operator []=","qualifiedName":"dart:core.Map.operator []=","href":"dart-core/Map/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Associates the key with the given value.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"putIfAbsent","qualifiedName":"dart:core.Map.putIfAbsent","href":"dart-core/Map/putIfAbsent.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Look up the value of key, or add a new entry if it isn't there.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"remove","qualifiedName":"dart:core.Map.remove","href":"dart-core/Map/remove.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes key and its associated value, if present, from the map.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"removeWhere","qualifiedName":"dart:core.Map.removeWhere","href":"dart-core/Map/removeWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes all entries of this map that satisfy the given test.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"update","qualifiedName":"dart:core.Map.update","href":"dart-core/Map/update.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Updates the value for the provided key.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"updateAll","qualifiedName":"dart:core.Map.updateAll","href":"dart-core/Map/updateAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Updates all values.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"values","qualifiedName":"dart:core.Map.values","href":"dart-core/Map/values.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The values of this Map.","enclosedBy":{"name":"Map","kind":3,"href":"dart-core/Map-class.html"}},{"name":"MapEntry","qualifiedName":"dart:core.MapEntry","href":"dart-core/MapEntry-class.html","kind":3,"packageRank":10,"desc":"A key/value pair representing an entry in a Map.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"MapEntry.new","qualifiedName":"dart:core.MapEntry.MapEntry.new","href":"dart-core/MapEntry/MapEntry.html","kind":2,"packageRank":10,"desc":"Creates an entry with key and value.","enclosedBy":{"name":"MapEntry","kind":3,"href":"dart-core/MapEntry-class.html"}},{"name":"key","qualifiedName":"dart:core.MapEntry.key","href":"dart-core/MapEntry/key.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The key of the entry.","enclosedBy":{"name":"MapEntry","kind":3,"href":"dart-core/MapEntry-class.html"}},{"name":"toString","qualifiedName":"dart:core.MapEntry.toString","href":"dart-core/MapEntry/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"String representation intended for debugging only.","enclosedBy":{"name":"MapEntry","kind":3,"href":"dart-core/MapEntry-class.html"}},{"name":"value","qualifiedName":"dart:core.MapEntry.value","href":"dart-core/MapEntry/value.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The value associated to key in a map.","enclosedBy":{"name":"MapEntry","kind":3,"href":"dart-core/MapEntry-class.html"}},{"name":"Match","qualifiedName":"dart:core.Match","href":"dart-core/Match-class.html","kind":3,"packageRank":10,"desc":"A result from searching within a string.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"end","qualifiedName":"dart:core.Match.end","href":"dart-core/Match/end.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The index in the string after the last character of the match.","enclosedBy":{"name":"Match","kind":3,"href":"dart-core/Match-class.html"}},{"name":"group","qualifiedName":"dart:core.Match.group","href":"dart-core/Match/group.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The string matched by the given group.","enclosedBy":{"name":"Match","kind":3,"href":"dart-core/Match-class.html"}},{"name":"groupCount","qualifiedName":"dart:core.Match.groupCount","href":"dart-core/Match/groupCount.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the number of captured groups in the match.","enclosedBy":{"name":"Match","kind":3,"href":"dart-core/Match-class.html"}},{"name":"groups","qualifiedName":"dart:core.Match.groups","href":"dart-core/Match/groups.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A list of the groups with the given indices.","enclosedBy":{"name":"Match","kind":3,"href":"dart-core/Match-class.html"}},{"name":"input","qualifiedName":"dart:core.Match.input","href":"dart-core/Match/input.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The string on which this match was computed.","enclosedBy":{"name":"Match","kind":3,"href":"dart-core/Match-class.html"}},{"name":"operator []","qualifiedName":"dart:core.Match.operator []","href":"dart-core/Match/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The string matched by the given group.","enclosedBy":{"name":"Match","kind":3,"href":"dart-core/Match-class.html"}},{"name":"pattern","qualifiedName":"dart:core.Match.pattern","href":"dart-core/Match/pattern.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The pattern used to search in input.","enclosedBy":{"name":"Match","kind":3,"href":"dart-core/Match-class.html"}},{"name":"start","qualifiedName":"dart:core.Match.start","href":"dart-core/Match/start.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The index in the string where the match starts.","enclosedBy":{"name":"Match","kind":3,"href":"dart-core/Match-class.html"}},{"name":"NoSuchMethodError","qualifiedName":"dart:core.NoSuchMethodError","href":"dart-core/NoSuchMethodError-class.html","kind":3,"packageRank":10,"desc":"Error thrown on an invalid function or method invocation.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"NoSuchMethodError.withInvocation","qualifiedName":"dart:core.NoSuchMethodError.NoSuchMethodError.withInvocation","href":"dart-core/NoSuchMethodError/NoSuchMethodError.withInvocation.html","kind":2,"packageRank":10,"desc":"Creates a NoSuchMethodError corresponding to a failed method call.","enclosedBy":{"name":"NoSuchMethodError","kind":3,"href":"dart-core/NoSuchMethodError-class.html"}},{"name":"toString","qualifiedName":"dart:core.NoSuchMethodError.toString","href":"dart-core/NoSuchMethodError/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"NoSuchMethodError","kind":3,"href":"dart-core/NoSuchMethodError-class.html"}},{"name":"Null","qualifiedName":"dart:core.Null","href":"dart-core/Null-class.html","kind":3,"packageRank":10,"desc":"The reserved word null denotes an object that is the sole instance of\nthis class.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"hashCode","qualifiedName":"dart:core.Null.hashCode","href":"dart-core/Null/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"Null","kind":3,"href":"dart-core/Null-class.html"}},{"name":"toString","qualifiedName":"dart:core.Null.toString","href":"dart-core/Null/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the string \"null\".","enclosedBy":{"name":"Null","kind":3,"href":"dart-core/Null-class.html"}},{"name":"Object","qualifiedName":"dart:core.Object","href":"dart-core/Object-class.html","kind":3,"packageRank":10,"desc":"The base class for all Dart objects except null.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Object.new","qualifiedName":"dart:core.Object.Object.new","href":"dart-core/Object/Object.html","kind":2,"packageRank":10,"desc":"Creates a new Object instance.","enclosedBy":{"name":"Object","kind":3,"href":"dart-core/Object-class.html"}},{"name":"hash","qualifiedName":"dart:core.Object.hash","href":"dart-core/Object/hash.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a combined hash code for a number of objects.","enclosedBy":{"name":"Object","kind":3,"href":"dart-core/Object-class.html"}},{"name":"hashAll","qualifiedName":"dart:core.Object.hashAll","href":"dart-core/Object/hashAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a combined hash code for a sequence of objects.","enclosedBy":{"name":"Object","kind":3,"href":"dart-core/Object-class.html"}},{"name":"hashAllUnordered","qualifiedName":"dart:core.Object.hashAllUnordered","href":"dart-core/Object/hashAllUnordered.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a combined hash code for a collection of objects.","enclosedBy":{"name":"Object","kind":3,"href":"dart-core/Object-class.html"}},{"name":"hashCode","qualifiedName":"dart:core.Object.hashCode","href":"dart-core/Object/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"Object","kind":3,"href":"dart-core/Object-class.html"}},{"name":"noSuchMethod","qualifiedName":"dart:core.Object.noSuchMethod","href":"dart-core/Object/noSuchMethod.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Invoked when a nonexistent method or property is accessed.","enclosedBy":{"name":"Object","kind":3,"href":"dart-core/Object-class.html"}},{"name":"operator ==","qualifiedName":"dart:core.Object.operator ==","href":"dart-core/Object/operator_equals.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"Object","kind":3,"href":"dart-core/Object-class.html"}},{"name":"runtimeType","qualifiedName":"dart:core.Object.runtimeType","href":"dart-core/Object/runtimeType.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A representation of the runtime type of the object.","enclosedBy":{"name":"Object","kind":3,"href":"dart-core/Object-class.html"}},{"name":"toString","qualifiedName":"dart:core.Object.toString","href":"dart-core/Object/toString.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Object","kind":3,"href":"dart-core/Object-class.html"}},{"name":"OutOfMemoryError","qualifiedName":"dart:core.OutOfMemoryError","href":"dart-core/OutOfMemoryError-class.html","kind":3,"packageRank":10,"desc":"Error that the platform can use in case of memory shortage.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"OutOfMemoryError.new","qualifiedName":"dart:core.OutOfMemoryError.OutOfMemoryError.new","href":"dart-core/OutOfMemoryError/OutOfMemoryError.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"OutOfMemoryError","kind":3,"href":"dart-core/OutOfMemoryError-class.html"}},{"name":"stackTrace","qualifiedName":"dart:core.OutOfMemoryError.stackTrace","href":"dart-core/OutOfMemoryError/stackTrace.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The stack trace at the point where this error was first thrown.","enclosedBy":{"name":"OutOfMemoryError","kind":3,"href":"dart-core/OutOfMemoryError-class.html"}},{"name":"toString","qualifiedName":"dart:core.OutOfMemoryError.toString","href":"dart-core/OutOfMemoryError/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"OutOfMemoryError","kind":3,"href":"dart-core/OutOfMemoryError-class.html"}},{"name":"Pattern","qualifiedName":"dart:core.Pattern","href":"dart-core/Pattern-class.html","kind":3,"packageRank":10,"desc":"An interface for basic searches within strings.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"allMatches","qualifiedName":"dart:core.Pattern.allMatches","href":"dart-core/Pattern/allMatches.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Matches this pattern against the string repeatedly.","enclosedBy":{"name":"Pattern","kind":3,"href":"dart-core/Pattern-class.html"}},{"name":"matchAsPrefix","qualifiedName":"dart:core.Pattern.matchAsPrefix","href":"dart-core/Pattern/matchAsPrefix.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Matches this pattern against the start of string.","enclosedBy":{"name":"Pattern","kind":3,"href":"dart-core/Pattern-class.html"}},{"name":"RangeError","qualifiedName":"dart:core.RangeError","href":"dart-core/RangeError-class.html","kind":3,"packageRank":10,"desc":"Error thrown due to an argument value being outside an accepted range.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"RangeError.index","qualifiedName":"dart:core.RangeError.RangeError.index","href":"dart-core/RangeError/RangeError.index.html","kind":2,"packageRank":10,"desc":"Creates a new RangeError stating that index is not a valid index\ninto indexable.","enclosedBy":{"name":"RangeError","kind":3,"href":"dart-core/RangeError-class.html"}},{"name":"RangeError.new","qualifiedName":"dart:core.RangeError.RangeError.new","href":"dart-core/RangeError/RangeError.html","kind":2,"packageRank":10,"desc":"Create a new RangeError with the given message.","enclosedBy":{"name":"RangeError","kind":3,"href":"dart-core/RangeError-class.html"}},{"name":"RangeError.range","qualifiedName":"dart:core.RangeError.RangeError.range","href":"dart-core/RangeError/RangeError.range.html","kind":2,"packageRank":10,"desc":"Create a new RangeError for a value being outside the valid range.","enclosedBy":{"name":"RangeError","kind":3,"href":"dart-core/RangeError-class.html"}},{"name":"RangeError.value","qualifiedName":"dart:core.RangeError.RangeError.value","href":"dart-core/RangeError/RangeError.value.html","kind":2,"packageRank":10,"desc":"Create a new RangeError with a message for the given value.","enclosedBy":{"name":"RangeError","kind":3,"href":"dart-core/RangeError-class.html"}},{"name":"checkNotNegative","qualifiedName":"dart:core.RangeError.checkNotNegative","href":"dart-core/RangeError/checkNotNegative.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Check that an integer value is non-negative.","enclosedBy":{"name":"RangeError","kind":3,"href":"dart-core/RangeError-class.html"}},{"name":"checkValidIndex","qualifiedName":"dart:core.RangeError.checkValidIndex","href":"dart-core/RangeError/checkValidIndex.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Check that index is a valid index into an indexable object.","enclosedBy":{"name":"RangeError","kind":3,"href":"dart-core/RangeError-class.html"}},{"name":"checkValidRange","qualifiedName":"dart:core.RangeError.checkValidRange","href":"dart-core/RangeError/checkValidRange.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Check that a range represents a slice of an indexable object.","enclosedBy":{"name":"RangeError","kind":3,"href":"dart-core/RangeError-class.html"}},{"name":"checkValueInInterval","qualifiedName":"dart:core.RangeError.checkValueInInterval","href":"dart-core/RangeError/checkValueInInterval.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Check that an integer value lies in a specific interval.","enclosedBy":{"name":"RangeError","kind":3,"href":"dart-core/RangeError-class.html"}},{"name":"end","qualifiedName":"dart:core.RangeError.end","href":"dart-core/RangeError/end.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The maximum value that value is allowed to assume.","enclosedBy":{"name":"RangeError","kind":3,"href":"dart-core/RangeError-class.html"}},{"name":"invalidValue","qualifiedName":"dart:core.RangeError.invalidValue","href":"dart-core/RangeError/invalidValue.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The invalid value.","enclosedBy":{"name":"RangeError","kind":3,"href":"dart-core/RangeError-class.html"}},{"name":"start","qualifiedName":"dart:core.RangeError.start","href":"dart-core/RangeError/start.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The minimum value that value is allowed to assume.","enclosedBy":{"name":"RangeError","kind":3,"href":"dart-core/RangeError-class.html"}},{"name":"Record","qualifiedName":"dart:core.Record","href":"dart-core/Record-class.html","kind":3,"packageRank":10,"desc":"A record value.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"hashCode","qualifiedName":"dart:core.Record.hashCode","href":"dart-core/Record/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A hash-code compatible with ==.","enclosedBy":{"name":"Record","kind":3,"href":"dart-core/Record-class.html"}},{"name":"operator ==","qualifiedName":"dart:core.Record.operator ==","href":"dart-core/Record/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Checks whether other has the same shape and equal fields to this record.","enclosedBy":{"name":"Record","kind":3,"href":"dart-core/Record-class.html"}},{"name":"runtimeType","qualifiedName":"dart:core.Record.runtimeType","href":"dart-core/Record/runtimeType.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A Type object representing the runtime type of a record.","enclosedBy":{"name":"Record","kind":3,"href":"dart-core/Record-class.html"}},{"name":"toString","qualifiedName":"dart:core.Record.toString","href":"dart-core/Record/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a string-representation of the record.","enclosedBy":{"name":"Record","kind":3,"href":"dart-core/Record-class.html"}},{"name":"RegExp","qualifiedName":"dart:core.RegExp","href":"dart-core/RegExp-class.html","kind":3,"packageRank":10,"desc":"A regular expression pattern.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"RegExp.new","qualifiedName":"dart:core.RegExp.RegExp.new","href":"dart-core/RegExp/RegExp.html","kind":2,"packageRank":10,"desc":"Constructs a regular expression.","enclosedBy":{"name":"RegExp","kind":3,"href":"dart-core/RegExp-class.html"}},{"name":"allMatches","qualifiedName":"dart:core.RegExp.allMatches","href":"dart-core/RegExp/allMatches.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Matches this pattern against the string repeatedly.","enclosedBy":{"name":"RegExp","kind":3,"href":"dart-core/RegExp-class.html"}},{"name":"escape","qualifiedName":"dart:core.RegExp.escape","href":"dart-core/RegExp/escape.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates regular expression syntax that matches the input text.","enclosedBy":{"name":"RegExp","kind":3,"href":"dart-core/RegExp-class.html"}},{"name":"firstMatch","qualifiedName":"dart:core.RegExp.firstMatch","href":"dart-core/RegExp/firstMatch.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Finds the first match of the regular expression in the string input.","enclosedBy":{"name":"RegExp","kind":3,"href":"dart-core/RegExp-class.html"}},{"name":"hasMatch","qualifiedName":"dart:core.RegExp.hasMatch","href":"dart-core/RegExp/hasMatch.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Checks whether this regular expression has a match in the input.","enclosedBy":{"name":"RegExp","kind":3,"href":"dart-core/RegExp-class.html"}},{"name":"isCaseSensitive","qualifiedName":"dart:core.RegExp.isCaseSensitive","href":"dart-core/RegExp/isCaseSensitive.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this regular expression is case sensitive.","enclosedBy":{"name":"RegExp","kind":3,"href":"dart-core/RegExp-class.html"}},{"name":"isDotAll","qualifiedName":"dart:core.RegExp.isDotAll","href":"dart-core/RegExp/isDotAll.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether \".\" in this regular expression matches line terminators.","enclosedBy":{"name":"RegExp","kind":3,"href":"dart-core/RegExp-class.html"}},{"name":"isMultiLine","qualifiedName":"dart:core.RegExp.isMultiLine","href":"dart-core/RegExp/isMultiLine.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this regular expression matches multiple lines.","enclosedBy":{"name":"RegExp","kind":3,"href":"dart-core/RegExp-class.html"}},{"name":"isUnicode","qualifiedName":"dart:core.RegExp.isUnicode","href":"dart-core/RegExp/isUnicode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this regular expression uses Unicode mode.","enclosedBy":{"name":"RegExp","kind":3,"href":"dart-core/RegExp-class.html"}},{"name":"pattern","qualifiedName":"dart:core.RegExp.pattern","href":"dart-core/RegExp/pattern.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The regular expression pattern source of this RegExp.","enclosedBy":{"name":"RegExp","kind":3,"href":"dart-core/RegExp-class.html"}},{"name":"stringMatch","qualifiedName":"dart:core.RegExp.stringMatch","href":"dart-core/RegExp/stringMatch.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Finds the string of the first match of this regular expression\nin input.","enclosedBy":{"name":"RegExp","kind":3,"href":"dart-core/RegExp-class.html"}},{"name":"RegExpMatch","qualifiedName":"dart:core.RegExpMatch","href":"dart-core/RegExpMatch-class.html","kind":3,"packageRank":10,"desc":"A regular expression match.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"groupNames","qualifiedName":"dart:core.RegExpMatch.groupNames","href":"dart-core/RegExpMatch/groupNames.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The names of the named capture groups of pattern.","enclosedBy":{"name":"RegExpMatch","kind":3,"href":"dart-core/RegExpMatch-class.html"}},{"name":"namedGroup","qualifiedName":"dart:core.RegExpMatch.namedGroup","href":"dart-core/RegExpMatch/namedGroup.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The string captured by the named capture group name.","enclosedBy":{"name":"RegExpMatch","kind":3,"href":"dart-core/RegExpMatch-class.html"}},{"name":"pattern","qualifiedName":"dart:core.RegExpMatch.pattern","href":"dart-core/RegExpMatch/pattern.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The pattern used to search in input.","enclosedBy":{"name":"RegExpMatch","kind":3,"href":"dart-core/RegExpMatch-class.html"}},{"name":"RuneIterator","qualifiedName":"dart:core.RuneIterator","href":"dart-core/RuneIterator-class.html","kind":3,"packageRank":10,"desc":"Iterator for reading runes (integer Unicode code points) of a Dart string.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"RuneIterator.at","qualifiedName":"dart:core.RuneIterator.RuneIterator.at","href":"dart-core/RuneIterator/RuneIterator.at.html","kind":2,"packageRank":10,"desc":"Create an iterator positioned before the indexth code unit of the string.","enclosedBy":{"name":"RuneIterator","kind":3,"href":"dart-core/RuneIterator-class.html"}},{"name":"RuneIterator.new","qualifiedName":"dart:core.RuneIterator.RuneIterator.new","href":"dart-core/RuneIterator/RuneIterator.html","kind":2,"packageRank":10,"desc":"Create an iterator positioned at the beginning of the string.","enclosedBy":{"name":"RuneIterator","kind":3,"href":"dart-core/RuneIterator-class.html"}},{"name":"current","qualifiedName":"dart:core.RuneIterator.current","href":"dart-core/RuneIterator/current.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The rune (integer Unicode code point) starting at the current position in\nthe string.","enclosedBy":{"name":"RuneIterator","kind":3,"href":"dart-core/RuneIterator-class.html"}},{"name":"currentAsString","qualifiedName":"dart:core.RuneIterator.currentAsString","href":"dart-core/RuneIterator/currentAsString.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A string containing the current rune.","enclosedBy":{"name":"RuneIterator","kind":3,"href":"dart-core/RuneIterator-class.html"}},{"name":"currentSize","qualifiedName":"dart:core.RuneIterator.currentSize","href":"dart-core/RuneIterator/currentSize.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of code units comprising the current rune.","enclosedBy":{"name":"RuneIterator","kind":3,"href":"dart-core/RuneIterator-class.html"}},{"name":"moveNext","qualifiedName":"dart:core.RuneIterator.moveNext","href":"dart-core/RuneIterator/moveNext.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Move to the next code point.","enclosedBy":{"name":"RuneIterator","kind":3,"href":"dart-core/RuneIterator-class.html"}},{"name":"movePrevious","qualifiedName":"dart:core.RuneIterator.movePrevious","href":"dart-core/RuneIterator/movePrevious.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Move back to the previous code point.","enclosedBy":{"name":"RuneIterator","kind":3,"href":"dart-core/RuneIterator-class.html"}},{"name":"rawIndex","qualifiedName":"dart:core.RuneIterator.rawIndex","href":"dart-core/RuneIterator/rawIndex.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The starting position of the current rune in the string.","enclosedBy":{"name":"RuneIterator","kind":3,"href":"dart-core/RuneIterator-class.html"}},{"name":"reset","qualifiedName":"dart:core.RuneIterator.reset","href":"dart-core/RuneIterator/reset.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Resets the iterator to the given index into the string.","enclosedBy":{"name":"RuneIterator","kind":3,"href":"dart-core/RuneIterator-class.html"}},{"name":"string","qualifiedName":"dart:core.RuneIterator.string","href":"dart-core/RuneIterator/string.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"String being iterated.","enclosedBy":{"name":"RuneIterator","kind":3,"href":"dart-core/RuneIterator-class.html"}},{"name":"Runes","qualifiedName":"dart:core.Runes","href":"dart-core/Runes-class.html","kind":3,"packageRank":10,"desc":"The runes (integer Unicode code points) of a String.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Runes.new","qualifiedName":"dart:core.Runes.Runes.new","href":"dart-core/Runes/Runes.html","kind":2,"packageRank":10,"desc":"Creates a Runes iterator for string.","enclosedBy":{"name":"Runes","kind":3,"href":"dart-core/Runes-class.html"}},{"name":"iterator","qualifiedName":"dart:core.Runes.iterator","href":"dart-core/Runes/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"Runes","kind":3,"href":"dart-core/Runes-class.html"}},{"name":"last","qualifiedName":"dart:core.Runes.last","href":"dart-core/Runes/last.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The last element.","enclosedBy":{"name":"Runes","kind":3,"href":"dart-core/Runes-class.html"}},{"name":"string","qualifiedName":"dart:core.Runes.string","href":"dart-core/Runes/string.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The string that this is the runes of.","enclosedBy":{"name":"Runes","kind":3,"href":"dart-core/Runes-class.html"}},{"name":"Set","qualifiedName":"dart:core.Set","href":"dart-core/Set-class.html","kind":3,"packageRank":10,"desc":"A collection of objects in which each object can occur only once.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Set.from","qualifiedName":"dart:core.Set.Set.from","href":"dart-core/Set/Set.from.html","kind":2,"packageRank":10,"desc":"Creates a Set that contains all elements.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"Set.identity","qualifiedName":"dart:core.Set.Set.identity","href":"dart-core/Set/Set.identity.html","kind":2,"packageRank":10,"desc":"Creates an empty identity Set.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"Set.new","qualifiedName":"dart:core.Set.Set.new","href":"dart-core/Set/Set.html","kind":2,"packageRank":10,"desc":"Creates an empty Set.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"Set.of","qualifiedName":"dart:core.Set.Set.of","href":"dart-core/Set/Set.of.html","kind":2,"packageRank":10,"desc":"Creates a Set from elements.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"Set.unmodifiable","qualifiedName":"dart:core.Set.Set.unmodifiable","href":"dart-core/Set/Set.unmodifiable.html","kind":2,"packageRank":10,"desc":"Creates an unmodifiable Set from elements.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"add","qualifiedName":"dart:core.Set.add","href":"dart-core/Set/add.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds value to the set.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"addAll","qualifiedName":"dart:core.Set.addAll","href":"dart-core/Set/addAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds all elements to this set.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"cast","qualifiedName":"dart:core.Set.cast","href":"dart-core/Set/cast.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Provides a view of this set as a set of R instances.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"castFrom","qualifiedName":"dart:core.Set.castFrom","href":"dart-core/Set/castFrom.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adapts source to be a Set&lt;T&gt;.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"clear","qualifiedName":"dart:core.Set.clear","href":"dart-core/Set/clear.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes all elements from the set.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"contains","qualifiedName":"dart:core.Set.contains","href":"dart-core/Set/contains.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether value is in the set.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"containsAll","qualifiedName":"dart:core.Set.containsAll","href":"dart-core/Set/containsAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this set contains all the elements of other.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"difference","qualifiedName":"dart:core.Set.difference","href":"dart-core/Set/difference.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new set with the elements of this that are not in other.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"intersection","qualifiedName":"dart:core.Set.intersection","href":"dart-core/Set/intersection.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new set which is the intersection between this set and other.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"iterator","qualifiedName":"dart:core.Set.iterator","href":"dart-core/Set/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"An iterator that iterates over the elements of this set.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"lookup","qualifiedName":"dart:core.Set.lookup","href":"dart-core/Set/lookup.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"If an object equal to object is in the set, return it.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"remove","qualifiedName":"dart:core.Set.remove","href":"dart-core/Set/remove.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes value from the set.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"removeAll","qualifiedName":"dart:core.Set.removeAll","href":"dart-core/Set/removeAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes each element of elements from this set.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"removeWhere","qualifiedName":"dart:core.Set.removeWhere","href":"dart-core/Set/removeWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes all elements of this set that satisfy test.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"retainAll","qualifiedName":"dart:core.Set.retainAll","href":"dart-core/Set/retainAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes all elements of this set that are not elements in elements.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"retainWhere","qualifiedName":"dart:core.Set.retainWhere","href":"dart-core/Set/retainWhere.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes all elements of this set that fail to satisfy test.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"toSet","qualifiedName":"dart:core.Set.toSet","href":"dart-core/Set/toSet.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a Set with the same elements and behavior as this Set.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"union","qualifiedName":"dart:core.Set.union","href":"dart-core/Set/union.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new set which contains all the elements of this set and other.","enclosedBy":{"name":"Set","kind":3,"href":"dart-core/Set-class.html"}},{"name":"Sink","qualifiedName":"dart:core.Sink","href":"dart-core/Sink-class.html","kind":3,"packageRank":10,"desc":"A generic destination for data.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"add","qualifiedName":"dart:core.Sink.add","href":"dart-core/Sink/add.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds data to the sink.","enclosedBy":{"name":"Sink","kind":3,"href":"dart-core/Sink-class.html"}},{"name":"close","qualifiedName":"dart:core.Sink.close","href":"dart-core/Sink/close.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Closes the sink.","enclosedBy":{"name":"Sink","kind":3,"href":"dart-core/Sink-class.html"}},{"name":"StackOverflowError","qualifiedName":"dart:core.StackOverflowError","href":"dart-core/StackOverflowError-class.html","kind":3,"packageRank":10,"desc":"Error that the platform can use in case of stack overflow.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"StackOverflowError.new","qualifiedName":"dart:core.StackOverflowError.StackOverflowError.new","href":"dart-core/StackOverflowError/StackOverflowError.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"StackOverflowError","kind":3,"href":"dart-core/StackOverflowError-class.html"}},{"name":"stackTrace","qualifiedName":"dart:core.StackOverflowError.stackTrace","href":"dart-core/StackOverflowError/stackTrace.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The stack trace at the point where this error was first thrown.","enclosedBy":{"name":"StackOverflowError","kind":3,"href":"dart-core/StackOverflowError-class.html"}},{"name":"toString","qualifiedName":"dart:core.StackOverflowError.toString","href":"dart-core/StackOverflowError/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"StackOverflowError","kind":3,"href":"dart-core/StackOverflowError-class.html"}},{"name":"StackTrace","qualifiedName":"dart:core.StackTrace","href":"dart-core/StackTrace-class.html","kind":3,"packageRank":10,"desc":"An interface implemented by all stack trace objects.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"StackTrace.fromString","qualifiedName":"dart:core.StackTrace.StackTrace.fromString","href":"dart-core/StackTrace/StackTrace.fromString.html","kind":2,"packageRank":10,"desc":"Create a StackTrace object from stackTraceString.","enclosedBy":{"name":"StackTrace","kind":3,"href":"dart-core/StackTrace-class.html"}},{"name":"current","qualifiedName":"dart:core.StackTrace.current","href":"dart-core/StackTrace/current.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns a representation of the current stack trace.","enclosedBy":{"name":"StackTrace","kind":3,"href":"dart-core/StackTrace-class.html"}},{"name":"empty","qualifiedName":"dart:core.StackTrace.empty","href":"dart-core/StackTrace/empty-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A stack trace object with no information.","enclosedBy":{"name":"StackTrace","kind":3,"href":"dart-core/StackTrace-class.html"}},{"name":"toString","qualifiedName":"dart:core.StackTrace.toString","href":"dart-core/StackTrace/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a String representation of the stack trace.","enclosedBy":{"name":"StackTrace","kind":3,"href":"dart-core/StackTrace-class.html"}},{"name":"StateError","qualifiedName":"dart:core.StateError","href":"dart-core/StateError-class.html","kind":3,"packageRank":10,"desc":"The operation was not allowed by the current state of the object.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"StateError.new","qualifiedName":"dart:core.StateError.StateError.new","href":"dart-core/StateError/StateError.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"StateError","kind":3,"href":"dart-core/StateError-class.html"}},{"name":"message","qualifiedName":"dart:core.StateError.message","href":"dart-core/StateError/message.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"StateError","kind":3,"href":"dart-core/StateError-class.html"}},{"name":"toString","qualifiedName":"dart:core.StateError.toString","href":"dart-core/StateError/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"StateError","kind":3,"href":"dart-core/StateError-class.html"}},{"name":"Stopwatch","qualifiedName":"dart:core.Stopwatch","href":"dart-core/Stopwatch-class.html","kind":3,"packageRank":10,"desc":"A stopwatch which measures time while it's running.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Stopwatch.new","qualifiedName":"dart:core.Stopwatch.Stopwatch.new","href":"dart-core/Stopwatch/Stopwatch.html","kind":2,"packageRank":10,"desc":"Creates a Stopwatch in stopped state with a zero elapsed count.","enclosedBy":{"name":"Stopwatch","kind":3,"href":"dart-core/Stopwatch-class.html"}},{"name":"elapsed","qualifiedName":"dart:core.Stopwatch.elapsed","href":"dart-core/Stopwatch/elapsed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The elapsedTicks counter converted to a Duration.","enclosedBy":{"name":"Stopwatch","kind":3,"href":"dart-core/Stopwatch-class.html"}},{"name":"elapsedMicroseconds","qualifiedName":"dart:core.Stopwatch.elapsedMicroseconds","href":"dart-core/Stopwatch/elapsedMicroseconds.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The elapsedTicks counter converted to microseconds.","enclosedBy":{"name":"Stopwatch","kind":3,"href":"dart-core/Stopwatch-class.html"}},{"name":"elapsedMilliseconds","qualifiedName":"dart:core.Stopwatch.elapsedMilliseconds","href":"dart-core/Stopwatch/elapsedMilliseconds.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The elapsedTicks counter converted to milliseconds.","enclosedBy":{"name":"Stopwatch","kind":3,"href":"dart-core/Stopwatch-class.html"}},{"name":"elapsedTicks","qualifiedName":"dart:core.Stopwatch.elapsedTicks","href":"dart-core/Stopwatch/elapsedTicks.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The elapsed number of clock ticks since calling start while the\nStopwatch is running.","enclosedBy":{"name":"Stopwatch","kind":3,"href":"dart-core/Stopwatch-class.html"}},{"name":"frequency","qualifiedName":"dart:core.Stopwatch.frequency","href":"dart-core/Stopwatch/frequency.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Frequency of the elapsed counter in Hz.","enclosedBy":{"name":"Stopwatch","kind":3,"href":"dart-core/Stopwatch-class.html"}},{"name":"isRunning","qualifiedName":"dart:core.Stopwatch.isRunning","href":"dart-core/Stopwatch/isRunning.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the Stopwatch is currently running.","enclosedBy":{"name":"Stopwatch","kind":3,"href":"dart-core/Stopwatch-class.html"}},{"name":"reset","qualifiedName":"dart:core.Stopwatch.reset","href":"dart-core/Stopwatch/reset.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Resets the elapsed count to zero.","enclosedBy":{"name":"Stopwatch","kind":3,"href":"dart-core/Stopwatch-class.html"}},{"name":"start","qualifiedName":"dart:core.Stopwatch.start","href":"dart-core/Stopwatch/start.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Starts the Stopwatch.","enclosedBy":{"name":"Stopwatch","kind":3,"href":"dart-core/Stopwatch-class.html"}},{"name":"stop","qualifiedName":"dart:core.Stopwatch.stop","href":"dart-core/Stopwatch/stop.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Stops the Stopwatch.","enclosedBy":{"name":"Stopwatch","kind":3,"href":"dart-core/Stopwatch-class.html"}},{"name":"String","qualifiedName":"dart:core.String","href":"dart-core/String-class.html","kind":3,"packageRank":10,"desc":"A sequence of UTF-16 code units.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"String.fromCharCode","qualifiedName":"dart:core.String.String.fromCharCode","href":"dart-core/String/String.fromCharCode.html","kind":2,"packageRank":10,"desc":"Allocates a new string containing the specified charCode.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"String.fromCharCodes","qualifiedName":"dart:core.String.String.fromCharCodes","href":"dart-core/String/String.fromCharCodes.html","kind":2,"packageRank":10,"desc":"Allocates a new string containing the specified charCodes.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"String.fromEnvironment","qualifiedName":"dart:core.String.String.fromEnvironment","href":"dart-core/String/String.fromEnvironment.html","kind":2,"packageRank":10,"desc":"Value for name in the compilation configuration environment declaration.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"codeUnitAt","qualifiedName":"dart:core.String.codeUnitAt","href":"dart-core/String/codeUnitAt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the 16-bit UTF-16 code unit at the given index.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"codeUnits","qualifiedName":"dart:core.String.codeUnits","href":"dart-core/String/codeUnits.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"An unmodifiable list of the UTF-16 code units of this string.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"compareTo","qualifiedName":"dart:core.String.compareTo","href":"dart-core/String/compareTo.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Compares this string to other.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"contains","qualifiedName":"dart:core.String.contains","href":"dart-core/String/contains.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this string contains a match of other.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"endsWith","qualifiedName":"dart:core.String.endsWith","href":"dart-core/String/endsWith.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this string ends with other.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"hashCode","qualifiedName":"dart:core.String.hashCode","href":"dart-core/String/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A hash code derived from the code units of the string.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"indexOf","qualifiedName":"dart:core.String.indexOf","href":"dart-core/String/indexOf.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the position of the first match of pattern in this string,\nstarting at start, inclusive:","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"isEmpty","qualifiedName":"dart:core.String.isEmpty","href":"dart-core/String/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this string is empty.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:core.String.isNotEmpty","href":"dart-core/String/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this string is not empty.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"lastIndexOf","qualifiedName":"dart:core.String.lastIndexOf","href":"dart-core/String/lastIndexOf.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The starting position of the last match pattern in this string.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"length","qualifiedName":"dart:core.String.length","href":"dart-core/String/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The length of the string.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"operator *","qualifiedName":"dart:core.String.operator *","href":"dart-core/String/operator_multiply.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new string by concatenating this string with itself a number\nof times.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"operator +","qualifiedName":"dart:core.String.operator +","href":"dart-core/String/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new string by concatenating this string with other.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"operator ==","qualifiedName":"dart:core.String.operator ==","href":"dart-core/String/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether other is a String with the same sequence of code units.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"operator []","qualifiedName":"dart:core.String.operator []","href":"dart-core/String/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The character (as a single-code-unit String) at the given index.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"padLeft","qualifiedName":"dart:core.String.padLeft","href":"dart-core/String/padLeft.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pads this string on the left if it is shorter than width.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"padRight","qualifiedName":"dart:core.String.padRight","href":"dart-core/String/padRight.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pads this string on the right if it is shorter than width.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"replaceAll","qualifiedName":"dart:core.String.replaceAll","href":"dart-core/String/replaceAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Replaces all substrings that match from with replace.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"replaceAllMapped","qualifiedName":"dart:core.String.replaceAllMapped","href":"dart-core/String/replaceAllMapped.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Replace all substrings that match from by a computed string.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"replaceFirst","qualifiedName":"dart:core.String.replaceFirst","href":"dart-core/String/replaceFirst.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new string with the first occurrence of from replaced by to.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"replaceFirstMapped","qualifiedName":"dart:core.String.replaceFirstMapped","href":"dart-core/String/replaceFirstMapped.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Replace the first occurrence of from in this string.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"replaceRange","qualifiedName":"dart:core.String.replaceRange","href":"dart-core/String/replaceRange.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Replaces the substring from start to end with replacement.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"runes","qualifiedName":"dart:core.String.runes","href":"dart-core/String/runes.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"An Iterable of Unicode code-points of this string.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"split","qualifiedName":"dart:core.String.split","href":"dart-core/String/split.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Splits the string at matches of pattern and returns a list of substrings.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"splitMapJoin","qualifiedName":"dart:core.String.splitMapJoin","href":"dart-core/String/splitMapJoin.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Splits the string, converts its parts, and combines them into a new\nstring.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"startsWith","qualifiedName":"dart:core.String.startsWith","href":"dart-core/String/startsWith.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this string starts with a match of pattern.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"substring","qualifiedName":"dart:core.String.substring","href":"dart-core/String/substring.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The substring of this string from start, inclusive, to end, exclusive.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"toLowerCase","qualifiedName":"dart:core.String.toLowerCase","href":"dart-core/String/toLowerCase.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Converts all characters in this string to lower case.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"toUpperCase","qualifiedName":"dart:core.String.toUpperCase","href":"dart-core/String/toUpperCase.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Converts all characters in this string to upper case.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"trim","qualifiedName":"dart:core.String.trim","href":"dart-core/String/trim.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The string without any leading and trailing whitespace.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"trimLeft","qualifiedName":"dart:core.String.trimLeft","href":"dart-core/String/trimLeft.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The string without any leading whitespace.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"trimRight","qualifiedName":"dart:core.String.trimRight","href":"dart-core/String/trimRight.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The string without any trailing whitespace.","enclosedBy":{"name":"String","kind":3,"href":"dart-core/String-class.html"}},{"name":"StringBuffer","qualifiedName":"dart:core.StringBuffer","href":"dart-core/StringBuffer-class.html","kind":3,"packageRank":10,"desc":"A class for concatenating strings efficiently.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"StringBuffer.new","qualifiedName":"dart:core.StringBuffer.StringBuffer.new","href":"dart-core/StringBuffer/StringBuffer.html","kind":2,"packageRank":10,"desc":"Creates a string buffer containing the provided content.","enclosedBy":{"name":"StringBuffer","kind":3,"href":"dart-core/StringBuffer-class.html"}},{"name":"clear","qualifiedName":"dart:core.StringBuffer.clear","href":"dart-core/StringBuffer/clear.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Clears the string buffer.","enclosedBy":{"name":"StringBuffer","kind":3,"href":"dart-core/StringBuffer-class.html"}},{"name":"isEmpty","qualifiedName":"dart:core.StringBuffer.isEmpty","href":"dart-core/StringBuffer/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns whether the buffer is empty. This is a constant-time operation.","enclosedBy":{"name":"StringBuffer","kind":3,"href":"dart-core/StringBuffer-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:core.StringBuffer.isNotEmpty","href":"dart-core/StringBuffer/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns whether the buffer is not empty. This is a constant-time\noperation.","enclosedBy":{"name":"StringBuffer","kind":3,"href":"dart-core/StringBuffer-class.html"}},{"name":"length","qualifiedName":"dart:core.StringBuffer.length","href":"dart-core/StringBuffer/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the length of the content that has been accumulated so far.\nThis is a constant-time operation.","enclosedBy":{"name":"StringBuffer","kind":3,"href":"dart-core/StringBuffer-class.html"}},{"name":"toString","qualifiedName":"dart:core.StringBuffer.toString","href":"dart-core/StringBuffer/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the contents of buffer as a single string.","enclosedBy":{"name":"StringBuffer","kind":3,"href":"dart-core/StringBuffer-class.html"}},{"name":"write","qualifiedName":"dart:core.StringBuffer.write","href":"dart-core/StringBuffer/write.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Writes the string representation of object.","enclosedBy":{"name":"StringBuffer","kind":3,"href":"dart-core/StringBuffer-class.html"}},{"name":"writeAll","qualifiedName":"dart:core.StringBuffer.writeAll","href":"dart-core/StringBuffer/writeAll.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Writes the elements of objects separated by separator.","enclosedBy":{"name":"StringBuffer","kind":3,"href":"dart-core/StringBuffer-class.html"}},{"name":"writeCharCode","qualifiedName":"dart:core.StringBuffer.writeCharCode","href":"dart-core/StringBuffer/writeCharCode.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Writes a string containing the character with code point charCode.","enclosedBy":{"name":"StringBuffer","kind":3,"href":"dart-core/StringBuffer-class.html"}},{"name":"writeln","qualifiedName":"dart:core.StringBuffer.writeln","href":"dart-core/StringBuffer/writeln.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Writes the string representation of object followed by a newline.","enclosedBy":{"name":"StringBuffer","kind":3,"href":"dart-core/StringBuffer-class.html"}},{"name":"StringSink","qualifiedName":"dart:core.StringSink","href":"dart-core/StringSink-class.html","kind":3,"packageRank":10,"desc":"","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"write","qualifiedName":"dart:core.StringSink.write","href":"dart-core/StringSink/write.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Writes the string representation of object.","enclosedBy":{"name":"StringSink","kind":3,"href":"dart-core/StringSink-class.html"}},{"name":"writeAll","qualifiedName":"dart:core.StringSink.writeAll","href":"dart-core/StringSink/writeAll.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Writes the elements of objects separated by separator.","enclosedBy":{"name":"StringSink","kind":3,"href":"dart-core/StringSink-class.html"}},{"name":"writeCharCode","qualifiedName":"dart:core.StringSink.writeCharCode","href":"dart-core/StringSink/writeCharCode.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Writes a string containing the character with code point charCode.","enclosedBy":{"name":"StringSink","kind":3,"href":"dart-core/StringSink-class.html"}},{"name":"writeln","qualifiedName":"dart:core.StringSink.writeln","href":"dart-core/StringSink/writeln.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Writes the string representation of object followed by a newline.","enclosedBy":{"name":"StringSink","kind":3,"href":"dart-core/StringSink-class.html"}},{"name":"Symbol","qualifiedName":"dart:core.Symbol","href":"dart-core/Symbol-class.html","kind":3,"packageRank":10,"desc":"Opaque name used by mirrors, invocations and Function.apply.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Symbol.new","qualifiedName":"dart:core.Symbol.Symbol.new","href":"dart-core/Symbol/Symbol.html","kind":2,"packageRank":10,"desc":"Constructs a new Symbol representing the provided name.","enclosedBy":{"name":"Symbol","kind":3,"href":"dart-core/Symbol-class.html"}},{"name":"empty","qualifiedName":"dart:core.Symbol.empty","href":"dart-core/Symbol/empty-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The empty symbol.","enclosedBy":{"name":"Symbol","kind":3,"href":"dart-core/Symbol-class.html"}},{"name":"hashCode","qualifiedName":"dart:core.Symbol.hashCode","href":"dart-core/Symbol/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns a hash code compatible with operator==.","enclosedBy":{"name":"Symbol","kind":3,"href":"dart-core/Symbol-class.html"}},{"name":"operator ==","qualifiedName":"dart:core.Symbol.operator ==","href":"dart-core/Symbol/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Symbols are equal to other symbols with an equal (==) name string.","enclosedBy":{"name":"Symbol","kind":3,"href":"dart-core/Symbol-class.html"}},{"name":"unaryMinus","qualifiedName":"dart:core.Symbol.unaryMinus","href":"dart-core/Symbol/unaryMinus-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The symbol corresponding to the name of the unary minus operator.","enclosedBy":{"name":"Symbol","kind":3,"href":"dart-core/Symbol-class.html"}},{"name":"Type","qualifiedName":"dart:core.Type","href":"dart-core/Type-class.html","kind":3,"packageRank":10,"desc":"Runtime representation of a type.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"hashCode","qualifiedName":"dart:core.Type.hashCode","href":"dart-core/Type/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A hash code for the type which is compatible with operator==.","enclosedBy":{"name":"Type","kind":3,"href":"dart-core/Type-class.html"}},{"name":"operator ==","qualifiedName":"dart:core.Type.operator ==","href":"dart-core/Type/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether other is a Type instance representing an equivalent type.","enclosedBy":{"name":"Type","kind":3,"href":"dart-core/Type-class.html"}},{"name":"toString","qualifiedName":"dart:core.Type.toString","href":"dart-core/Type/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a string which represents the underlying type.","enclosedBy":{"name":"Type","kind":3,"href":"dart-core/Type-class.html"}},{"name":"TypeError","qualifiedName":"dart:core.TypeError","href":"dart-core/TypeError-class.html","kind":3,"packageRank":10,"desc":"Error thrown by the runtime system when a dynamic type error happens.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"TypeError.new","qualifiedName":"dart:core.TypeError.TypeError.new","href":"dart-core/TypeError/TypeError.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"TypeError","kind":3,"href":"dart-core/TypeError-class.html"}},{"name":"UnimplementedError","qualifiedName":"dart:core.UnimplementedError","href":"dart-core/UnimplementedError-class.html","kind":3,"packageRank":10,"desc":"Thrown by operations that have not been implemented yet.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"UnimplementedError.new","qualifiedName":"dart:core.UnimplementedError.UnimplementedError.new","href":"dart-core/UnimplementedError/UnimplementedError.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"UnimplementedError","kind":3,"href":"dart-core/UnimplementedError-class.html"}},{"name":"message","qualifiedName":"dart:core.UnimplementedError.message","href":"dart-core/UnimplementedError/message.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"UnimplementedError","kind":3,"href":"dart-core/UnimplementedError-class.html"}},{"name":"toString","qualifiedName":"dart:core.UnimplementedError.toString","href":"dart-core/UnimplementedError/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"UnimplementedError","kind":3,"href":"dart-core/UnimplementedError-class.html"}},{"name":"UnsupportedError","qualifiedName":"dart:core.UnsupportedError","href":"dart-core/UnsupportedError-class.html","kind":3,"packageRank":10,"desc":"The operation was not allowed by the object.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"UnsupportedError.new","qualifiedName":"dart:core.UnsupportedError.UnsupportedError.new","href":"dart-core/UnsupportedError/UnsupportedError.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"UnsupportedError","kind":3,"href":"dart-core/UnsupportedError-class.html"}},{"name":"message","qualifiedName":"dart:core.UnsupportedError.message","href":"dart-core/UnsupportedError/message.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"UnsupportedError","kind":3,"href":"dart-core/UnsupportedError-class.html"}},{"name":"toString","qualifiedName":"dart:core.UnsupportedError.toString","href":"dart-core/UnsupportedError/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"UnsupportedError","kind":3,"href":"dart-core/UnsupportedError-class.html"}},{"name":"Uri","qualifiedName":"dart:core.Uri","href":"dart-core/Uri-class.html","kind":3,"packageRank":10,"desc":"A parsed URI, such as a URL.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"Uri.dataFromBytes","qualifiedName":"dart:core.Uri.Uri.dataFromBytes","href":"dart-core/Uri/Uri.dataFromBytes.html","kind":2,"packageRank":10,"desc":"Creates a data: URI containing an encoding of bytes.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"Uri.dataFromString","qualifiedName":"dart:core.Uri.Uri.dataFromString","href":"dart-core/Uri/Uri.dataFromString.html","kind":2,"packageRank":10,"desc":"Creates a data: URI containing the content string.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"Uri.directory","qualifiedName":"dart:core.Uri.Uri.directory","href":"dart-core/Uri/Uri.directory.html","kind":2,"packageRank":10,"desc":"Like Uri.file except that a non-empty URI path ends in a slash.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"Uri.file","qualifiedName":"dart:core.Uri.Uri.file","href":"dart-core/Uri/Uri.file.html","kind":2,"packageRank":10,"desc":"Creates a new file URI from an absolute or relative file path.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"Uri.http","qualifiedName":"dart:core.Uri.Uri.http","href":"dart-core/Uri/Uri.http.html","kind":2,"packageRank":10,"desc":"Creates a new http URI from authority, path and query.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"Uri.https","qualifiedName":"dart:core.Uri.Uri.https","href":"dart-core/Uri/Uri.https.html","kind":2,"packageRank":10,"desc":"Creates a new https URI from authority, path and query.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"Uri.new","qualifiedName":"dart:core.Uri.Uri.new","href":"dart-core/Uri/Uri.html","kind":2,"packageRank":10,"desc":"Creates a new URI from its components.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"authority","qualifiedName":"dart:core.Uri.authority","href":"dart-core/Uri/authority.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The authority component.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"base","qualifiedName":"dart:core.Uri.base","href":"dart-core/Uri/base.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The natural base URI for the current platform.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"data","qualifiedName":"dart:core.Uri.data","href":"dart-core/Uri/data.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Access the structure of a data: URI.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"decodeComponent","qualifiedName":"dart:core.Uri.decodeComponent","href":"dart-core/Uri/decodeComponent.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Decodes the percent-encoding in encodedComponent.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"decodeFull","qualifiedName":"dart:core.Uri.decodeFull","href":"dart-core/Uri/decodeFull.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Decodes the percent-encoding in uri.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"decodeQueryComponent","qualifiedName":"dart:core.Uri.decodeQueryComponent","href":"dart-core/Uri/decodeQueryComponent.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Decodes the percent-encoding in encodedComponent, converting\npluses to spaces.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"encodeComponent","qualifiedName":"dart:core.Uri.encodeComponent","href":"dart-core/Uri/encodeComponent.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Encode the string component using percent-encoding to make it\nsafe for literal use as a URI component.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"encodeFull","qualifiedName":"dart:core.Uri.encodeFull","href":"dart-core/Uri/encodeFull.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Encodes the string uri using percent-encoding to make it\nsafe for literal use as a full URI.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"encodeQueryComponent","qualifiedName":"dart:core.Uri.encodeQueryComponent","href":"dart-core/Uri/encodeQueryComponent.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Encodes the string component according to the HTML 4.01 rules\nfor encoding the posting of a HTML form as a query string\ncomponent.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"fragment","qualifiedName":"dart:core.Uri.fragment","href":"dart-core/Uri/fragment.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The fragment identifier component.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"hasAbsolutePath","qualifiedName":"dart:core.Uri.hasAbsolutePath","href":"dart-core/Uri/hasAbsolutePath.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the URI has an absolute path (starting with '/').","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"hasAuthority","qualifiedName":"dart:core.Uri.hasAuthority","href":"dart-core/Uri/hasAuthority.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the URI has an authority component.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"hasEmptyPath","qualifiedName":"dart:core.Uri.hasEmptyPath","href":"dart-core/Uri/hasEmptyPath.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the URI has an empty path.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"hasFragment","qualifiedName":"dart:core.Uri.hasFragment","href":"dart-core/Uri/hasFragment.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the URI has a fragment part.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"hasPort","qualifiedName":"dart:core.Uri.hasPort","href":"dart-core/Uri/hasPort.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the URI has an explicit port.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"hasQuery","qualifiedName":"dart:core.Uri.hasQuery","href":"dart-core/Uri/hasQuery.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the URI has a query part.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"hasScheme","qualifiedName":"dart:core.Uri.hasScheme","href":"dart-core/Uri/hasScheme.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the URI has a scheme component.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"hashCode","qualifiedName":"dart:core.Uri.hashCode","href":"dart-core/Uri/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns a hash code computed as toString().hashCode.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"host","qualifiedName":"dart:core.Uri.host","href":"dart-core/Uri/host.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The host part of the authority component.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"isAbsolute","qualifiedName":"dart:core.Uri.isAbsolute","href":"dart-core/Uri/isAbsolute.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the URI is absolute.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"isScheme","qualifiedName":"dart:core.Uri.isScheme","href":"dart-core/Uri/isScheme.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether the scheme of this Uri is scheme.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"normalizePath","qualifiedName":"dart:core.Uri.normalizePath","href":"dart-core/Uri/normalizePath.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a URI where the path has been normalized.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"operator ==","qualifiedName":"dart:core.Uri.operator ==","href":"dart-core/Uri/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A URI is equal to another URI with the same normalized representation.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"origin","qualifiedName":"dart:core.Uri.origin","href":"dart-core/Uri/origin.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the origin of the URI in the form scheme://host:port for the\nschemes http and https.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"parse","qualifiedName":"dart:core.Uri.parse","href":"dart-core/Uri/parse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new Uri object by parsing a URI string.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"parseIPv4Address","qualifiedName":"dart:core.Uri.parseIPv4Address","href":"dart-core/Uri/parseIPv4Address.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Parses the host as an IP version 4 (IPv4) address, returning the address\nas a list of 4 bytes in network byte order (big endian).","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"parseIPv6Address","qualifiedName":"dart:core.Uri.parseIPv6Address","href":"dart-core/Uri/parseIPv6Address.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Parses the host as an IP version 6 (IPv6) address.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"path","qualifiedName":"dart:core.Uri.path","href":"dart-core/Uri/path.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The path component.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"pathSegments","qualifiedName":"dart:core.Uri.pathSegments","href":"dart-core/Uri/pathSegments.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The URI path split into its segments.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"port","qualifiedName":"dart:core.Uri.port","href":"dart-core/Uri/port.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The port part of the authority component.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"query","qualifiedName":"dart:core.Uri.query","href":"dart-core/Uri/query.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The query component.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"queryParameters","qualifiedName":"dart:core.Uri.queryParameters","href":"dart-core/Uri/queryParameters.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The URI query split into a map according to the rules\nspecified for FORM post in the HTML 4.01 specification section\n17.13.4.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"queryParametersAll","qualifiedName":"dart:core.Uri.queryParametersAll","href":"dart-core/Uri/queryParametersAll.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the URI query split into a map according to the rules\nspecified for FORM post in the HTML 4.01 specification section\n17.13.4.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"removeFragment","qualifiedName":"dart:core.Uri.removeFragment","href":"dart-core/Uri/removeFragment.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Uri that differs from this only in not having a fragment.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"replace","qualifiedName":"dart:core.Uri.replace","href":"dart-core/Uri/replace.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new Uri based on this one, but with some parts replaced.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"resolve","qualifiedName":"dart:core.Uri.resolve","href":"dart-core/Uri/resolve.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Resolve reference as an URI relative to this.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"resolveUri","qualifiedName":"dart:core.Uri.resolveUri","href":"dart-core/Uri/resolveUri.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Resolve reference as a URI relative to this.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"scheme","qualifiedName":"dart:core.Uri.scheme","href":"dart-core/Uri/scheme.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The scheme component of the URI.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"splitQueryString","qualifiedName":"dart:core.Uri.splitQueryString","href":"dart-core/Uri/splitQueryString.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Splits the query into a map according to the rules\nspecified for FORM post in the HTML 4.01 specification section\n17.13.4.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"toFilePath","qualifiedName":"dart:core.Uri.toFilePath","href":"dart-core/Uri/toFilePath.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a file path from a file URI.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"toString","qualifiedName":"dart:core.Uri.toString","href":"dart-core/Uri/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The normalized string representation of the URI.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"tryParse","qualifiedName":"dart:core.Uri.tryParse","href":"dart-core/Uri/tryParse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new Uri object by parsing a URI string.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"userInfo","qualifiedName":"dart:core.Uri.userInfo","href":"dart-core/Uri/userInfo.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The user info part of the authority component.","enclosedBy":{"name":"Uri","kind":3,"href":"dart-core/Uri-class.html"}},{"name":"UriData","qualifiedName":"dart:core.UriData","href":"dart-core/UriData-class.html","kind":3,"packageRank":10,"desc":"A way to access the structure of a data: URI.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"UriData.fromBytes","qualifiedName":"dart:core.UriData.UriData.fromBytes","href":"dart-core/UriData/UriData.fromBytes.html","kind":2,"packageRank":10,"desc":"Creates a data: URI containing an encoding of bytes.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"UriData.fromString","qualifiedName":"dart:core.UriData.UriData.fromString","href":"dart-core/UriData/UriData.fromString.html","kind":2,"packageRank":10,"desc":"Creates a data: URI containing the content string.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"UriData.fromUri","qualifiedName":"dart:core.UriData.UriData.fromUri","href":"dart-core/UriData/UriData.fromUri.html","kind":2,"packageRank":10,"desc":"Creates a DataUri from a Uri which must have data as Uri.scheme.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"charset","qualifiedName":"dart:core.UriData.charset","href":"dart-core/UriData/charset.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The charset parameter of the media type.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"contentAsBytes","qualifiedName":"dart:core.UriData.contentAsBytes","href":"dart-core/UriData/contentAsBytes.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The content part of the data URI as bytes.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"contentAsString","qualifiedName":"dart:core.UriData.contentAsString","href":"dart-core/UriData/contentAsString.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a string from the content of the data URI.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"contentText","qualifiedName":"dart:core.UriData.contentText","href":"dart-core/UriData/contentText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The content part of the data URI, as its actual representation.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"isBase64","qualifiedName":"dart:core.UriData.isBase64","href":"dart-core/UriData/isBase64.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the data is Base64 encoded or not.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"isCharset","qualifiedName":"dart:core.UriData.isCharset","href":"dart-core/UriData/isCharset.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Checks whether the charset parameter of the mime type is charset.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"isEncoding","qualifiedName":"dart:core.UriData.isEncoding","href":"dart-core/UriData/isEncoding.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether the charset parameter represents encoding.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"isMimeType","qualifiedName":"dart:core.UriData.isMimeType","href":"dart-core/UriData/isMimeType.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether the UriData.mimeType is equal to mimeType.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"mimeType","qualifiedName":"dart:core.UriData.mimeType","href":"dart-core/UriData/mimeType.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The MIME type of the data URI.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"parameters","qualifiedName":"dart:core.UriData.parameters","href":"dart-core/UriData/parameters.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A map representing the parameters of the media type.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"parse","qualifiedName":"dart:core.UriData.parse","href":"dart-core/UriData/parse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Parses a string as a data URI.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"toString","qualifiedName":"dart:core.UriData.toString","href":"dart-core/UriData/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"uri","qualifiedName":"dart:core.UriData.uri","href":"dart-core/UriData/uri.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The Uri that this UriData is giving access to.","enclosedBy":{"name":"UriData","kind":3,"href":"dart-core/UriData-class.html"}},{"name":"WeakReference","qualifiedName":"dart:core.WeakReference","href":"dart-core/WeakReference-class.html","kind":3,"packageRank":10,"desc":"A weak reference to a Dart object.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"WeakReference.new","qualifiedName":"dart:core.WeakReference.WeakReference.new","href":"dart-core/WeakReference/WeakReference.html","kind":2,"packageRank":10,"desc":"Creates a WeakReference pointing to the given target.","enclosedBy":{"name":"WeakReference","kind":3,"href":"dart-core/WeakReference-class.html"}},{"name":"target","qualifiedName":"dart:core.WeakReference.target","href":"dart-core/WeakReference/target.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The current object weakly referenced by this WeakReference, if any.","enclosedBy":{"name":"WeakReference","kind":3,"href":"dart-core/WeakReference-class.html"}},{"name":"bool","qualifiedName":"dart:core.bool","href":"dart-core/bool-class.html","kind":3,"packageRank":10,"desc":"The reserved words true and false denote objects that are the only two\ninstances of this class.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"bool.fromEnvironment","qualifiedName":"dart:core.bool.bool.fromEnvironment","href":"dart-core/bool/bool.fromEnvironment.html","kind":2,"packageRank":10,"desc":"Boolean value for name in the compilation configuration environment.","enclosedBy":{"name":"bool","kind":3,"href":"dart-core/bool-class.html"}},{"name":"bool.hasEnvironment","qualifiedName":"dart:core.bool.bool.hasEnvironment","href":"dart-core/bool/bool.hasEnvironment.html","kind":2,"packageRank":10,"desc":"Whether name is declared in the compilation configuration environment.","enclosedBy":{"name":"bool","kind":3,"href":"dart-core/bool-class.html"}},{"name":"hashCode","qualifiedName":"dart:core.bool.hashCode","href":"dart-core/bool/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"bool","kind":3,"href":"dart-core/bool-class.html"}},{"name":"operator &","qualifiedName":"dart:core.bool.operator &","href":"dart-core/bool/operator_bitwise_and.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The logical conjunction (\"and\") of this and other.","enclosedBy":{"name":"bool","kind":3,"href":"dart-core/bool-class.html"}},{"name":"operator ^","qualifiedName":"dart:core.bool.operator ^","href":"dart-core/bool/operator_bitwise_exclusive_or.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The logical exclusive disjunction (\"exclusive or\") of this and other.","enclosedBy":{"name":"bool","kind":3,"href":"dart-core/bool-class.html"}},{"name":"operator |","qualifiedName":"dart:core.bool.operator |","href":"dart-core/bool/operator_bitwise_or.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The logical disjunction (\"inclusive or\") of this and other.","enclosedBy":{"name":"bool","kind":3,"href":"dart-core/bool-class.html"}},{"name":"parse","qualifiedName":"dart:core.bool.parse","href":"dart-core/bool/parse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Parses source as an, optionally case-insensitive, boolean literal.","enclosedBy":{"name":"bool","kind":3,"href":"dart-core/bool-class.html"}},{"name":"toString","qualifiedName":"dart:core.bool.toString","href":"dart-core/bool/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns either \"true\" for true and \"false\" for false.","enclosedBy":{"name":"bool","kind":3,"href":"dart-core/bool-class.html"}},{"name":"tryParse","qualifiedName":"dart:core.bool.tryParse","href":"dart-core/bool/tryParse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Parses source as an, optionally case-insensitive, boolean literal.","enclosedBy":{"name":"bool","kind":3,"href":"dart-core/bool-class.html"}},{"name":"deprecated","qualifiedName":"dart:core.deprecated","href":"dart-core/deprecated-constant.html","kind":19,"packageRank":10,"desc":"Marks a feature as Deprecated until the next release.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"double","qualifiedName":"dart:core.double","href":"dart-core/double-class.html","kind":3,"packageRank":10,"desc":"A double-precision floating point number.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"abs","qualifiedName":"dart:core.double.abs","href":"dart-core/double/abs.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The absolute value of this number.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"ceil","qualifiedName":"dart:core.double.ceil","href":"dart-core/double/ceil.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the least integer that is not smaller than this number.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"ceilToDouble","qualifiedName":"dart:core.double.ceilToDouble","href":"dart-core/double/ceilToDouble.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the least integer double value no smaller than this.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"floor","qualifiedName":"dart:core.double.floor","href":"dart-core/double/floor.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the greatest integer no greater than this number.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"floorToDouble","qualifiedName":"dart:core.double.floorToDouble","href":"dart-core/double/floorToDouble.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the greatest integer double value no greater than this.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"infinity","qualifiedName":"dart:core.double.infinity","href":"dart-core/double/infinity-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"maxFinite","qualifiedName":"dart:core.double.maxFinite","href":"dart-core/double/maxFinite-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"minPositive","qualifiedName":"dart:core.double.minPositive","href":"dart-core/double/minPositive-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"nan","qualifiedName":"dart:core.double.nan","href":"dart-core/double/nan-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"negativeInfinity","qualifiedName":"dart:core.double.negativeInfinity","href":"dart-core/double/negativeInfinity-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"operator %","qualifiedName":"dart:core.double.operator %","href":"dart-core/double/operator_modulo.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Euclidean modulo of this number by other.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"operator *","qualifiedName":"dart:core.double.operator *","href":"dart-core/double/operator_multiply.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Multiplies this number by other.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"operator +","qualifiedName":"dart:core.double.operator +","href":"dart-core/double/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Adds other to this number.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"operator -","qualifiedName":"dart:core.double.operator -","href":"dart-core/double/operator_minus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Subtracts other from this number.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"operator /","qualifiedName":"dart:core.double.operator /","href":"dart-core/double/operator_divide.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Divides this number by other.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"operator unary-","qualifiedName":"dart:core.double.operator unary-","href":"dart-core/double/operator_unary_minus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Subtracts other from this number.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"operator ~/","qualifiedName":"dart:core.double.operator ~/","href":"dart-core/double/operator_truncate_divide.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Truncating division operator.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"parse","qualifiedName":"dart:core.double.parse","href":"dart-core/double/parse.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Parse source as a double literal and return its value.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"remainder","qualifiedName":"dart:core.double.remainder","href":"dart-core/double/remainder.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The remainder of the truncating division of this by other.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"round","qualifiedName":"dart:core.double.round","href":"dart-core/double/round.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the integer closest to this number.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"roundToDouble","qualifiedName":"dart:core.double.roundToDouble","href":"dart-core/double/roundToDouble.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the integer double value closest to this.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"sign","qualifiedName":"dart:core.double.sign","href":"dart-core/double/sign.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The sign of the double's numerical value.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"toString","qualifiedName":"dart:core.double.toString","href":"dart-core/double/toString.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Provide a representation of this double value.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"truncate","qualifiedName":"dart:core.double.truncate","href":"dart-core/double/truncate.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the integer obtained by discarding any fractional\npart of this number.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"truncateToDouble","qualifiedName":"dart:core.double.truncateToDouble","href":"dart-core/double/truncateToDouble.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the integer double value obtained by discarding any fractional\ndigits from this.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"tryParse","qualifiedName":"dart:core.double.tryParse","href":"dart-core/double/tryParse.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Parse source as a double literal and return its value.","enclosedBy":{"name":"double","kind":3,"href":"dart-core/double-class.html"}},{"name":"identical","qualifiedName":"dart:core.identical","href":"dart-core/identical.html","kind":8,"packageRank":10,"desc":"Check whether two object references are to the same object.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"identityHashCode","qualifiedName":"dart:core.identityHashCode","href":"dart-core/identityHashCode.html","kind":8,"packageRank":10,"desc":"The identity hash code of object.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"int","qualifiedName":"dart:core.int","href":"dart-core/int-class.html","kind":3,"packageRank":10,"desc":"An integer number.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"abs","qualifiedName":"dart:core.int.abs","href":"dart-core/int/abs.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns the absolute value of this integer.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"bitLength","qualifiedName":"dart:core.int.bitLength","href":"dart-core/int/bitLength.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the minimum number of bits required to store this integer.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"ceil","qualifiedName":"dart:core.int.ceil","href":"dart-core/int/ceil.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns this.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"ceilToDouble","qualifiedName":"dart:core.int.ceilToDouble","href":"dart-core/int/ceilToDouble.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns this.toDouble().","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"floor","qualifiedName":"dart:core.int.floor","href":"dart-core/int/floor.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns this.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"floorToDouble","qualifiedName":"dart:core.int.floorToDouble","href":"dart-core/int/floorToDouble.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns this.toDouble().","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"gcd","qualifiedName":"dart:core.int.gcd","href":"dart-core/int/gcd.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the greatest common divisor of this integer and other.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"int.fromEnvironment","qualifiedName":"dart:core.int.int.fromEnvironment","href":"dart-core/int/int.fromEnvironment.html","kind":2,"packageRank":10,"desc":"Integer value for name in the compilation configuration environment.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"isEven","qualifiedName":"dart:core.int.isEven","href":"dart-core/int/isEven.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns true if and only if this integer is even.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"isOdd","qualifiedName":"dart:core.int.isOdd","href":"dart-core/int/isOdd.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns true if and only if this integer is odd.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"modInverse","qualifiedName":"dart:core.int.modInverse","href":"dart-core/int/modInverse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the modular multiplicative inverse of this integer\nmodulo modulus.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"modPow","qualifiedName":"dart:core.int.modPow","href":"dart-core/int/modPow.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns this integer to the power of exponent modulo modulus.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"operator &","qualifiedName":"dart:core.int.operator &","href":"dart-core/int/operator_bitwise_and.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Bit-wise and operator.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"operator <<","qualifiedName":"dart:core.int.operator <<","href":"dart-core/int/operator_shift_left.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Shift the bits of this integer to the left by shiftAmount.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"operator >>","qualifiedName":"dart:core.int.operator >>","href":"dart-core/int/operator_shift_right.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Shift the bits of this integer to the right by shiftAmount.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"operator >>>","qualifiedName":"dart:core.int.operator >>>","href":"dart-core/int/operator_triple_shift.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Bitwise unsigned right shift by shiftAmount bits.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"operator ^","qualifiedName":"dart:core.int.operator ^","href":"dart-core/int/operator_bitwise_exclusive_or.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Bit-wise exclusive-or operator.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"operator unary-","qualifiedName":"dart:core.int.operator unary-","href":"dart-core/int/operator_unary_minus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Return the negative value of this integer.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"operator |","qualifiedName":"dart:core.int.operator |","href":"dart-core/int/operator_bitwise_or.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Bit-wise or operator.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"operator ~","qualifiedName":"dart:core.int.operator ~","href":"dart-core/int/operator_bitwise_negate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The bit-wise negate operator.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"parse","qualifiedName":"dart:core.int.parse","href":"dart-core/int/parse.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Parse source as a, possibly signed, integer literal and return its value.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"round","qualifiedName":"dart:core.int.round","href":"dart-core/int/round.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns this.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"roundToDouble","qualifiedName":"dart:core.int.roundToDouble","href":"dart-core/int/roundToDouble.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns this.toDouble().","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"sign","qualifiedName":"dart:core.int.sign","href":"dart-core/int/sign.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the sign of this integer.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"toRadixString","qualifiedName":"dart:core.int.toRadixString","href":"dart-core/int/toRadixString.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Converts this int to a string representation in the given radix.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"toSigned","qualifiedName":"dart:core.int.toSigned","href":"dart-core/int/toSigned.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the least significant width bits of this integer, extending the\nhighest retained bit to the sign. This is the same as truncating the value\nto fit in width bits using an signed 2-s complement representation. The\nreturned value has the same bit value in all positions higher than width.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"toString","qualifiedName":"dart:core.int.toString","href":"dart-core/int/toString.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Returns a string representation of this integer.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"toUnsigned","qualifiedName":"dart:core.int.toUnsigned","href":"dart-core/int/toUnsigned.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the least significant width bits of this integer as a\nnon-negative number (i.e. unsigned representation).  The returned value has\nzeros in all bit positions higher than width.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"truncate","qualifiedName":"dart:core.int.truncate","href":"dart-core/int/truncate.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns this.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"truncateToDouble","qualifiedName":"dart:core.int.truncateToDouble","href":"dart-core/int/truncateToDouble.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns this.toDouble().","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"tryParse","qualifiedName":"dart:core.int.tryParse","href":"dart-core/int/tryParse.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Parse source as a, possibly signed, integer literal.","enclosedBy":{"name":"int","kind":3,"href":"dart-core/int-class.html"}},{"name":"num","qualifiedName":"dart:core.num","href":"dart-core/num-class.html","kind":3,"packageRank":10,"desc":"An integer or floating-point number.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"abs","qualifiedName":"dart:core.num.abs","href":"dart-core/num/abs.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The absolute value of this number.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"ceil","qualifiedName":"dart:core.num.ceil","href":"dart-core/num/ceil.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The least integer no smaller than this.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"ceilToDouble","qualifiedName":"dart:core.num.ceilToDouble","href":"dart-core/num/ceilToDouble.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the least double integer value no smaller than this.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"clamp","qualifiedName":"dart:core.num.clamp","href":"dart-core/num/clamp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns this num clamped to be in the range lowerLimit-upperLimit.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"compareTo","qualifiedName":"dart:core.num.compareTo","href":"dart-core/num/compareTo.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Compares this to other.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"floor","qualifiedName":"dart:core.num.floor","href":"dart-core/num/floor.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The greatest integer no greater than this number.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"floorToDouble","qualifiedName":"dart:core.num.floorToDouble","href":"dart-core/num/floorToDouble.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the greatest double integer value no greater than this.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"hashCode","qualifiedName":"dart:core.num.hashCode","href":"dart-core/num/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns a hash code for a numerical value.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"isFinite","qualifiedName":"dart:core.num.isFinite","href":"dart-core/num/isFinite.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this number is finite.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"isInfinite","qualifiedName":"dart:core.num.isInfinite","href":"dart-core/num/isInfinite.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this number is positive infinity or negative infinity.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"isNaN","qualifiedName":"dart:core.num.isNaN","href":"dart-core/num/isNaN.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this number is a Not-a-Number value.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"isNegative","qualifiedName":"dart:core.num.isNegative","href":"dart-core/num/isNegative.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this number is negative.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"operator %","qualifiedName":"dart:core.num.operator %","href":"dart-core/num/operator_modulo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Euclidean modulo of this number by other.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"operator *","qualifiedName":"dart:core.num.operator *","href":"dart-core/num/operator_multiply.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Multiplies this number by other.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"operator +","qualifiedName":"dart:core.num.operator +","href":"dart-core/num/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds other to this number.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"operator -","qualifiedName":"dart:core.num.operator -","href":"dart-core/num/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Subtracts other from this number.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"operator /","qualifiedName":"dart:core.num.operator /","href":"dart-core/num/operator_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Divides this number by other.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"operator <","qualifiedName":"dart:core.num.operator <","href":"dart-core/num/operator_less.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this number is numerically smaller than other.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"operator <=","qualifiedName":"dart:core.num.operator <=","href":"dart-core/num/operator_less_equal.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this number is numerically smaller than or equal to other.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"operator ==","qualifiedName":"dart:core.num.operator ==","href":"dart-core/num/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Test whether this value is numerically equal to other.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"operator >","qualifiedName":"dart:core.num.operator >","href":"dart-core/num/operator_greater.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this number is numerically greater than other.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"operator >=","qualifiedName":"dart:core.num.operator >=","href":"dart-core/num/operator_greater_equal.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this number is numerically greater than or equal to other.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"operator unary-","qualifiedName":"dart:core.num.operator unary-","href":"dart-core/num/operator_unary_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The negation of this value.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"operator ~/","qualifiedName":"dart:core.num.operator ~/","href":"dart-core/num/operator_truncate_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Truncating division operator.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"parse","qualifiedName":"dart:core.num.parse","href":"dart-core/num/parse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Parses a string containing a number literal into a number.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"remainder","qualifiedName":"dart:core.num.remainder","href":"dart-core/num/remainder.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The remainder of the truncating division of this by other.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"round","qualifiedName":"dart:core.num.round","href":"dart-core/num/round.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The integer closest to this number.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"roundToDouble","qualifiedName":"dart:core.num.roundToDouble","href":"dart-core/num/roundToDouble.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The double integer value closest to this value.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"sign","qualifiedName":"dart:core.num.sign","href":"dart-core/num/sign.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Negative one, zero or positive one depending on the sign and\nnumerical value of this number.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"toDouble","qualifiedName":"dart:core.num.toDouble","href":"dart-core/num/toDouble.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"This number as a double.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"toInt","qualifiedName":"dart:core.num.toInt","href":"dart-core/num/toInt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Truncates this num to an integer and returns the result as an int.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"toString","qualifiedName":"dart:core.num.toString","href":"dart-core/num/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The shortest string that correctly represents this number.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"toStringAsExponential","qualifiedName":"dart:core.num.toStringAsExponential","href":"dart-core/num/toStringAsExponential.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"An exponential string-representation of this number.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"toStringAsFixed","qualifiedName":"dart:core.num.toStringAsFixed","href":"dart-core/num/toStringAsFixed.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A decimal-point string-representation of this number.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"toStringAsPrecision","qualifiedName":"dart:core.num.toStringAsPrecision","href":"dart-core/num/toStringAsPrecision.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A string representation with precision significant digits.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"truncate","qualifiedName":"dart:core.num.truncate","href":"dart-core/num/truncate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The integer obtained by discarding any fractional digits from this.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"truncateToDouble","qualifiedName":"dart:core.num.truncateToDouble","href":"dart-core/num/truncateToDouble.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the double integer value obtained by discarding any fractional\ndigits from the double value of this.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"tryParse","qualifiedName":"dart:core.num.tryParse","href":"dart-core/num/tryParse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Parses a string containing a number literal into a number.","enclosedBy":{"name":"num","kind":3,"href":"dart-core/num-class.html"}},{"name":"override","qualifiedName":"dart:core.override","href":"dart-core/override-constant.html","kind":19,"packageRank":10,"desc":"Annotation on instance members which override an interface member.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"pragma","qualifiedName":"dart:core.pragma","href":"dart-core/pragma-class.html","kind":3,"packageRank":10,"desc":"A hint to tools.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"name","qualifiedName":"dart:core.pragma.name","href":"dart-core/pragma/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The name of the hint.","enclosedBy":{"name":"pragma","kind":3,"href":"dart-core/pragma-class.html"}},{"name":"options","qualifiedName":"dart:core.pragma.options","href":"dart-core/pragma/options.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Optional extra data parameterizing the hint.","enclosedBy":{"name":"pragma","kind":3,"href":"dart-core/pragma-class.html"}},{"name":"pragma.new","qualifiedName":"dart:core.pragma.pragma.new","href":"dart-core/pragma/pragma.html","kind":2,"packageRank":10,"desc":"Creates a hint named name with optional options.","enclosedBy":{"name":"pragma","kind":3,"href":"dart-core/pragma-class.html"}},{"name":"print","qualifiedName":"dart:core.print","href":"dart-core/print.html","kind":8,"packageRank":10,"desc":"Prints an object to the console.","enclosedBy":{"name":"dart:core","kind":9,"href":"dart-core/"}},{"name":"dart:developer","qualifiedName":"dart:developer","href":"dart-developer/","kind":9,"packageRank":10,"desc":"Interact with developer tools such as the debugger and inspector."},{"name":"Flow","qualifiedName":"dart:developer.Flow","href":"dart-developer/Flow-class.html","kind":3,"packageRank":10,"desc":"A class to represent Flow events.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"begin","qualifiedName":"dart:developer.Flow.begin","href":"dart-developer/Flow/begin.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A \"begin\" Flow event.","enclosedBy":{"name":"Flow","kind":3,"href":"dart-developer/Flow-class.html"}},{"name":"end","qualifiedName":"dart:developer.Flow.end","href":"dart-developer/Flow/end.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"An \"end\" Flow event.","enclosedBy":{"name":"Flow","kind":3,"href":"dart-developer/Flow-class.html"}},{"name":"id","qualifiedName":"dart:developer.Flow.id","href":"dart-developer/Flow/id.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The flow id of the flow event.","enclosedBy":{"name":"Flow","kind":3,"href":"dart-developer/Flow-class.html"}},{"name":"step","qualifiedName":"dart:developer.Flow.step","href":"dart-developer/Flow/step.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A \"step\" Flow event.","enclosedBy":{"name":"Flow","kind":3,"href":"dart-developer/Flow-class.html"}},{"name":"NativeRuntime","qualifiedName":"dart:developer.NativeRuntime","href":"dart-developer/NativeRuntime-class.html","kind":3,"packageRank":10,"desc":"Functionality available on the native runtime.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"buildId","qualifiedName":"dart:developer.NativeRuntime.buildId","href":"dart-developer/NativeRuntime/buildId.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The build ID for the running application.","enclosedBy":{"name":"NativeRuntime","kind":3,"href":"dart-developer/NativeRuntime-class.html"}},{"name":"stopStreamingTimeline","qualifiedName":"dart:developer.NativeRuntime.stopStreamingTimeline","href":"dart-developer/NativeRuntime/stopStreamingTimeline.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Finishes capturing of timeline data started by streamTimelineTo.","enclosedBy":{"name":"NativeRuntime","kind":3,"href":"dart-developer/NativeRuntime-class.html"}},{"name":"streamTimelineTo","qualifiedName":"dart:developer.NativeRuntime.streamTimelineTo","href":"dart-developer/NativeRuntime/streamTimelineTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Tells runtime to write timeline data using recorder.","enclosedBy":{"name":"NativeRuntime","kind":3,"href":"dart-developer/NativeRuntime-class.html"}},{"name":"writeHeapSnapshotToFile","qualifiedName":"dart:developer.NativeRuntime.writeHeapSnapshotToFile","href":"dart-developer/NativeRuntime/writeHeapSnapshotToFile.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Writes a snapshot of the heap to filepath.","enclosedBy":{"name":"NativeRuntime","kind":3,"href":"dart-developer/NativeRuntime-class.html"}},{"name":"Service","qualifiedName":"dart:developer.Service","href":"dart-developer/Service-class.html","kind":3,"packageRank":10,"desc":"Access information about the service protocol and control the web server\nthat provides access to the services provided by the Dart VM for\ndebugging and inspecting Dart programs.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"Service.new","qualifiedName":"dart:developer.Service.Service.new","href":"dart-developer/Service/Service.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Service","kind":3,"href":"dart-developer/Service-class.html"}},{"name":"controlWebServer","qualifiedName":"dart:developer.Service.controlWebServer","href":"dart-developer/Service/controlWebServer.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Control the web server that the service protocol is accessed through.\nenable is used as a toggle to enable or disable the web server\nservicing requests. If silenceOutput is provided and is true,\nthe server will not output information to the console.","enclosedBy":{"name":"Service","kind":3,"href":"dart-developer/Service-class.html"}},{"name":"getInfo","qualifiedName":"dart:developer.Service.getInfo","href":"dart-developer/Service/getInfo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Get information about the service protocol (version number and\nUri to access the service).","enclosedBy":{"name":"Service","kind":3,"href":"dart-developer/Service-class.html"}},{"name":"getIsolateID","qualifiedName":"dart:developer.Service.getIsolateID","href":"dart-developer/Service/getIsolateID.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a String token representing the ID of isolate.","enclosedBy":{"name":"Service","kind":3,"href":"dart-developer/Service-class.html"}},{"name":"getIsolateId","qualifiedName":"dart:developer.Service.getIsolateId","href":"dart-developer/Service/getIsolateId.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a String token representing the ID of isolate.","enclosedBy":{"name":"Service","kind":3,"href":"dart-developer/Service-class.html"}},{"name":"getObjectId","qualifiedName":"dart:developer.Service.getObjectId","href":"dart-developer/Service/getObjectId.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a String token representing the ID of object.","enclosedBy":{"name":"Service","kind":3,"href":"dart-developer/Service-class.html"}},{"name":"ServiceExtensionHandler","qualifiedName":"dart:developer.ServiceExtensionHandler","href":"dart-developer/ServiceExtensionHandler.html","kind":21,"packageRank":10,"desc":"A service protocol extension handler. Registered with registerExtension.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"ServiceExtensionResponse","qualifiedName":"dart:developer.ServiceExtensionResponse","href":"dart-developer/ServiceExtensionResponse-class.html","kind":3,"packageRank":10,"desc":"A response to a service protocol extension RPC.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"ServiceExtensionResponse.error","qualifiedName":"dart:developer.ServiceExtensionResponse.ServiceExtensionResponse.error","href":"dart-developer/ServiceExtensionResponse/ServiceExtensionResponse.error.html","kind":2,"packageRank":10,"desc":"Creates an error response to a service protocol extension RPC.","enclosedBy":{"name":"ServiceExtensionResponse","kind":3,"href":"dart-developer/ServiceExtensionResponse-class.html"}},{"name":"ServiceExtensionResponse.result","qualifiedName":"dart:developer.ServiceExtensionResponse.ServiceExtensionResponse.result","href":"dart-developer/ServiceExtensionResponse/ServiceExtensionResponse.result.html","kind":2,"packageRank":10,"desc":"Creates a successful response to a service protocol extension RPC.","enclosedBy":{"name":"ServiceExtensionResponse","kind":3,"href":"dart-developer/ServiceExtensionResponse-class.html"}},{"name":"errorCode","qualifiedName":"dart:developer.ServiceExtensionResponse.errorCode","href":"dart-developer/ServiceExtensionResponse/errorCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The error code associated with a failed service protocol extension RPC.","enclosedBy":{"name":"ServiceExtensionResponse","kind":3,"href":"dart-developer/ServiceExtensionResponse-class.html"}},{"name":"errorDetail","qualifiedName":"dart:developer.ServiceExtensionResponse.errorDetail","href":"dart-developer/ServiceExtensionResponse/errorDetail.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The details of a failed service protocol extension RPC.","enclosedBy":{"name":"ServiceExtensionResponse","kind":3,"href":"dart-developer/ServiceExtensionResponse-class.html"}},{"name":"extensionError","qualifiedName":"dart:developer.ServiceExtensionResponse.extensionError","href":"dart-developer/ServiceExtensionResponse/extensionError-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Generic extension error code.","enclosedBy":{"name":"ServiceExtensionResponse","kind":3,"href":"dart-developer/ServiceExtensionResponse-class.html"}},{"name":"extensionErrorMax","qualifiedName":"dart:developer.ServiceExtensionResponse.extensionErrorMax","href":"dart-developer/ServiceExtensionResponse/extensionErrorMax-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Maximum extension provided error code.","enclosedBy":{"name":"ServiceExtensionResponse","kind":3,"href":"dart-developer/ServiceExtensionResponse-class.html"}},{"name":"extensionErrorMin","qualifiedName":"dart:developer.ServiceExtensionResponse.extensionErrorMin","href":"dart-developer/ServiceExtensionResponse/extensionErrorMin-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Minimum extension provided error code.","enclosedBy":{"name":"ServiceExtensionResponse","kind":3,"href":"dart-developer/ServiceExtensionResponse-class.html"}},{"name":"invalidParams","qualifiedName":"dart:developer.ServiceExtensionResponse.invalidParams","href":"dart-developer/ServiceExtensionResponse/invalidParams-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Invalid method parameter(s) error code.","enclosedBy":{"name":"ServiceExtensionResponse","kind":3,"href":"dart-developer/ServiceExtensionResponse-class.html"}},{"name":"isError","qualifiedName":"dart:developer.ServiceExtensionResponse.isError","href":"dart-developer/ServiceExtensionResponse/isError.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Determines if this response represents an error.","enclosedBy":{"name":"ServiceExtensionResponse","kind":3,"href":"dart-developer/ServiceExtensionResponse-class.html"}},{"name":"result","qualifiedName":"dart:developer.ServiceExtensionResponse.result","href":"dart-developer/ServiceExtensionResponse/result.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The result of a successful service protocol extension RPC.","enclosedBy":{"name":"ServiceExtensionResponse","kind":3,"href":"dart-developer/ServiceExtensionResponse-class.html"}},{"name":"ServiceProtocolInfo","qualifiedName":"dart:developer.ServiceProtocolInfo","href":"dart-developer/ServiceProtocolInfo-class.html","kind":3,"packageRank":10,"desc":"Service protocol is the protocol that a client like the Observatory\ncould use to access the services provided by the Dart VM for\ndebugging and inspecting Dart programs. This class encapsulates the\nversion number and Uri for accessing this service.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"ServiceProtocolInfo.new","qualifiedName":"dart:developer.ServiceProtocolInfo.ServiceProtocolInfo.new","href":"dart-developer/ServiceProtocolInfo/ServiceProtocolInfo.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"ServiceProtocolInfo","kind":3,"href":"dart-developer/ServiceProtocolInfo-class.html"}},{"name":"majorVersion","qualifiedName":"dart:developer.ServiceProtocolInfo.majorVersion","href":"dart-developer/ServiceProtocolInfo/majorVersion.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The major version of the protocol. If the running Dart environment does\nnot support the service protocol, this is 0.","enclosedBy":{"name":"ServiceProtocolInfo","kind":3,"href":"dart-developer/ServiceProtocolInfo-class.html"}},{"name":"minorVersion","qualifiedName":"dart:developer.ServiceProtocolInfo.minorVersion","href":"dart-developer/ServiceProtocolInfo/minorVersion.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The minor version of the protocol. If the running Dart environment does\nnot support the service protocol, this is 0.","enclosedBy":{"name":"ServiceProtocolInfo","kind":3,"href":"dart-developer/ServiceProtocolInfo-class.html"}},{"name":"serverUri","qualifiedName":"dart:developer.ServiceProtocolInfo.serverUri","href":"dart-developer/ServiceProtocolInfo/serverUri.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The Uri to connect to the debugger client hosted by the service. If the\nweb server is not running, this will be null.","enclosedBy":{"name":"ServiceProtocolInfo","kind":3,"href":"dart-developer/ServiceProtocolInfo-class.html"}},{"name":"serverWebSocketUri","qualifiedName":"dart:developer.ServiceProtocolInfo.serverWebSocketUri","href":"dart-developer/ServiceProtocolInfo/serverWebSocketUri.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The Uri to connect to the service via web socket. If the web server is\nnot running, this will be null.","enclosedBy":{"name":"ServiceProtocolInfo","kind":3,"href":"dart-developer/ServiceProtocolInfo-class.html"}},{"name":"toString","qualifiedName":"dart:developer.ServiceProtocolInfo.toString","href":"dart-developer/ServiceProtocolInfo/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"ServiceProtocolInfo","kind":3,"href":"dart-developer/ServiceProtocolInfo-class.html"}},{"name":"Timeline","qualifiedName":"dart:developer.Timeline","href":"dart-developer/Timeline-class.html","kind":3,"packageRank":10,"desc":"Add to the timeline.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"finishSync","qualifiedName":"dart:developer.Timeline.finishSync","href":"dart-developer/Timeline/finishSync.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Finish the last synchronous operation that was started.","enclosedBy":{"name":"Timeline","kind":3,"href":"dart-developer/Timeline-class.html"}},{"name":"instantSync","qualifiedName":"dart:developer.Timeline.instantSync","href":"dart-developer/Timeline/instantSync.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Emit an instant event.","enclosedBy":{"name":"Timeline","kind":3,"href":"dart-developer/Timeline-class.html"}},{"name":"now","qualifiedName":"dart:developer.Timeline.now","href":"dart-developer/Timeline/now.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The current time stamp from the clock used by the timeline. Units are\nmicroseconds.","enclosedBy":{"name":"Timeline","kind":3,"href":"dart-developer/Timeline-class.html"}},{"name":"startSync","qualifiedName":"dart:developer.Timeline.startSync","href":"dart-developer/Timeline/startSync.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Start a synchronous operation labeled name. Optionally takes\na Map of arguments. This slice may also optionally be associated with\na Flow event. This operation must be finished before\nreturning to the event queue.","enclosedBy":{"name":"Timeline","kind":3,"href":"dart-developer/Timeline-class.html"}},{"name":"timeSync","qualifiedName":"dart:developer.Timeline.timeSync","href":"dart-developer/Timeline/timeSync.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A utility method to time a synchronous function. Internally calls\nfunction bracketed by calls to startSync and finishSync.","enclosedBy":{"name":"Timeline","kind":3,"href":"dart-developer/Timeline-class.html"}},{"name":"TimelineAsyncFunction","qualifiedName":"dart:developer.TimelineAsyncFunction","href":"dart-developer/TimelineAsyncFunction.html","kind":21,"packageRank":10,"desc":"","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"TimelineRecorder","qualifiedName":"dart:developer.TimelineRecorder","href":"dart-developer/TimelineRecorder.html","kind":5,"packageRank":10,"desc":"Types of timeline recorders supported by the VM.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"values","qualifiedName":"dart:developer.TimelineRecorder.values","href":"dart-developer/TimelineRecorder/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"TimelineRecorder","kind":5,"href":"dart-developer/TimelineRecorder.html"}},{"name":"TimelineStream","qualifiedName":"dart:developer.TimelineStream","href":"dart-developer/TimelineStream.html","kind":5,"packageRank":10,"desc":"Specific sets of events whose recording can be enabled separately.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"values","qualifiedName":"dart:developer.TimelineStream.values","href":"dart-developer/TimelineStream/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"TimelineStream","kind":5,"href":"dart-developer/TimelineStream.html"}},{"name":"TimelineSyncFunction","qualifiedName":"dart:developer.TimelineSyncFunction","href":"dart-developer/TimelineSyncFunction.html","kind":21,"packageRank":10,"desc":"A typedef for the function argument to Timeline.timeSync.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"TimelineTask","qualifiedName":"dart:developer.TimelineTask","href":"dart-developer/TimelineTask-class.html","kind":3,"packageRank":10,"desc":"An asynchronous task on the timeline. An asynchronous task can have many\n(nested) synchronous operations. Synchronous operations can live longer than\nthe current isolate event. To pass a TimelineTask to another isolate,\nyou must first call pass to get the task id and then construct a new\nTimelineTask in the other isolate.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"TimelineTask.new","qualifiedName":"dart:developer.TimelineTask.TimelineTask.new","href":"dart-developer/TimelineTask/TimelineTask.html","kind":2,"packageRank":10,"desc":"Create a task. The task ID will be set by the system.","enclosedBy":{"name":"TimelineTask","kind":3,"href":"dart-developer/TimelineTask-class.html"}},{"name":"TimelineTask.withTaskId","qualifiedName":"dart:developer.TimelineTask.TimelineTask.withTaskId","href":"dart-developer/TimelineTask/TimelineTask.withTaskId.html","kind":2,"packageRank":10,"desc":"Create a task with an explicit taskId. This is useful if you are\npassing a task from one isolate to another.","enclosedBy":{"name":"TimelineTask","kind":3,"href":"dart-developer/TimelineTask-class.html"}},{"name":"finish","qualifiedName":"dart:developer.TimelineTask.finish","href":"dart-developer/TimelineTask/finish.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Finish the last synchronous operation that was started.\nOptionally takes a Map of arguments.","enclosedBy":{"name":"TimelineTask","kind":3,"href":"dart-developer/TimelineTask-class.html"}},{"name":"instant","qualifiedName":"dart:developer.TimelineTask.instant","href":"dart-developer/TimelineTask/instant.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Emit an instant event for this task.\nOptionally takes a Map of arguments.","enclosedBy":{"name":"TimelineTask","kind":3,"href":"dart-developer/TimelineTask-class.html"}},{"name":"pass","qualifiedName":"dart:developer.TimelineTask.pass","href":"dart-developer/TimelineTask/pass.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Retrieve the TimelineTask's task id. Will throw an exception if the\nstack is not empty.","enclosedBy":{"name":"TimelineTask","kind":3,"href":"dart-developer/TimelineTask-class.html"}},{"name":"start","qualifiedName":"dart:developer.TimelineTask.start","href":"dart-developer/TimelineTask/start.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Start a synchronous operation within this task named name.\nOptionally takes a Map of arguments.","enclosedBy":{"name":"TimelineTask","kind":3,"href":"dart-developer/TimelineTask-class.html"}},{"name":"UserTag","qualifiedName":"dart:developer.UserTag","href":"dart-developer/UserTag-class.html","kind":3,"packageRank":10,"desc":"A UserTag can be used to group samples in the\nDevTools CPU profiler.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"UserTag.new","qualifiedName":"dart:developer.UserTag.UserTag.new","href":"dart-developer/UserTag/UserTag.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"UserTag","kind":3,"href":"dart-developer/UserTag-class.html"}},{"name":"defaultTag","qualifiedName":"dart:developer.UserTag.defaultTag","href":"dart-developer/UserTag/defaultTag.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The default UserTag with label 'Default'.","enclosedBy":{"name":"UserTag","kind":3,"href":"dart-developer/UserTag-class.html"}},{"name":"label","qualifiedName":"dart:developer.UserTag.label","href":"dart-developer/UserTag/label.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Label of this UserTag.","enclosedBy":{"name":"UserTag","kind":3,"href":"dart-developer/UserTag-class.html"}},{"name":"makeCurrent","qualifiedName":"dart:developer.UserTag.makeCurrent","href":"dart-developer/UserTag/makeCurrent.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Make this UserTag the current tag for the isolate. Returns the current\ntag before setting.","enclosedBy":{"name":"UserTag","kind":3,"href":"dart-developer/UserTag-class.html"}},{"name":"maxUserTags","qualifiedName":"dart:developer.UserTag.maxUserTags","href":"dart-developer/UserTag/maxUserTags-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The maximum number of UserTag instances that can be created by a program.","enclosedBy":{"name":"UserTag","kind":3,"href":"dart-developer/UserTag-class.html"}},{"name":"debugger","qualifiedName":"dart:developer.debugger","href":"dart-developer/debugger.html","kind":8,"packageRank":10,"desc":"If when is true, stop the program as if a breakpoint were hit at the\nfollowing statement.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"extensionStreamHasListener","qualifiedName":"dart:developer.extensionStreamHasListener","href":"dart-developer/extensionStreamHasListener.html","kind":20,"packageRank":10,"desc":"Whether the \"Extension\" stream currently has at least one listener.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"getCurrentTag","qualifiedName":"dart:developer.getCurrentTag","href":"dart-developer/getCurrentTag.html","kind":8,"packageRank":10,"desc":"Returns the current UserTag for the isolate.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"inspect","qualifiedName":"dart:developer.inspect","href":"dart-developer/inspect.html","kind":8,"packageRank":10,"desc":"Send a reference to object to any attached debuggers.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"log","qualifiedName":"dart:developer.log","href":"dart-developer/log.html","kind":8,"packageRank":10,"desc":"Emit a log event, which can can viewed using the DevTools\nLogging view.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"postEvent","qualifiedName":"dart:developer.postEvent","href":"dart-developer/postEvent.html","kind":8,"packageRank":10,"desc":"Post an event of eventKind with payload of eventData to the \"Extension\"\nevent stream.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"reachabilityBarrier","qualifiedName":"dart:developer.reachabilityBarrier","href":"dart-developer/reachabilityBarrier.html","kind":20,"packageRank":10,"desc":"Current reachability barrier state.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"registerExtension","qualifiedName":"dart:developer.registerExtension","href":"dart-developer/registerExtension.html","kind":8,"packageRank":10,"desc":"Register a ServiceExtensionHandler that will be invoked in this isolate\nfor method. NOTE: Service protocol extensions must be registered\nin each isolate.","enclosedBy":{"name":"dart:developer","kind":9,"href":"dart-developer/"}},{"name":"dart:ffi","qualifiedName":"dart:ffi","href":"dart-ffi/","kind":9,"packageRank":15,"desc":"Foreign Function Interface for interoperability with the C programming language."},{"name":"Abi","qualifiedName":"dart:ffi.Abi","href":"dart-ffi/Abi-class.html","kind":3,"packageRank":15,"desc":"An application binary interface (ABI).","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Abi.current","qualifiedName":"dart:ffi.Abi.Abi.current","href":"dart-ffi/Abi/Abi.current.html","kind":2,"packageRank":15,"desc":"The ABI the Dart VM is currently running on.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"androidArm","qualifiedName":"dart:ffi.Abi.androidArm","href":"dart-ffi/Abi/androidArm-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for Android on the Arm architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"androidArm64","qualifiedName":"dart:ffi.Abi.androidArm64","href":"dart-ffi/Abi/androidArm64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for Android on the Arm64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"androidIA32","qualifiedName":"dart:ffi.Abi.androidIA32","href":"dart-ffi/Abi/androidIA32-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for Android on the IA32 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"androidRiscv64","qualifiedName":"dart:ffi.Abi.androidRiscv64","href":"dart-ffi/Abi/androidRiscv64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for Android on 64-bit RISC-V.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"androidX64","qualifiedName":"dart:ffi.Abi.androidX64","href":"dart-ffi/Abi/androidX64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for Android on the X64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"fuchsiaArm64","qualifiedName":"dart:ffi.Abi.fuchsiaArm64","href":"dart-ffi/Abi/fuchsiaArm64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for Fuchsia on the Arm64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"fuchsiaRiscv64","qualifiedName":"dart:ffi.Abi.fuchsiaRiscv64","href":"dart-ffi/Abi/fuchsiaRiscv64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for Fuchsia on the Riscv64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"fuchsiaX64","qualifiedName":"dart:ffi.Abi.fuchsiaX64","href":"dart-ffi/Abi/fuchsiaX64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for Fuchsia on the X64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"iosArm","qualifiedName":"dart:ffi.Abi.iosArm","href":"dart-ffi/Abi/iosArm-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for iOS on the Arm architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"iosArm64","qualifiedName":"dart:ffi.Abi.iosArm64","href":"dart-ffi/Abi/iosArm64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for iOS on the Arm64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"iosX64","qualifiedName":"dart:ffi.Abi.iosX64","href":"dart-ffi/Abi/iosX64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for iOS on the X64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"linuxArm","qualifiedName":"dart:ffi.Abi.linuxArm","href":"dart-ffi/Abi/linuxArm-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for Linux on the Arm architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"linuxArm64","qualifiedName":"dart:ffi.Abi.linuxArm64","href":"dart-ffi/Abi/linuxArm64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for linux on the Arm64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"linuxIA32","qualifiedName":"dart:ffi.Abi.linuxIA32","href":"dart-ffi/Abi/linuxIA32-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for linux on the IA32 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"linuxRiscv32","qualifiedName":"dart:ffi.Abi.linuxRiscv32","href":"dart-ffi/Abi/linuxRiscv32-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for linux on 32-bit RISC-V.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"linuxRiscv64","qualifiedName":"dart:ffi.Abi.linuxRiscv64","href":"dart-ffi/Abi/linuxRiscv64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for linux on 64-bit RISC-V.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"linuxX64","qualifiedName":"dart:ffi.Abi.linuxX64","href":"dart-ffi/Abi/linuxX64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for linux on the X64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"macosArm64","qualifiedName":"dart:ffi.Abi.macosArm64","href":"dart-ffi/Abi/macosArm64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for MacOS on the Arm64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"macosX64","qualifiedName":"dart:ffi.Abi.macosX64","href":"dart-ffi/Abi/macosX64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for MacOS on the X64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"toString","qualifiedName":"dart:ffi.Abi.toString","href":"dart-ffi/Abi/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this ABI.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"values","qualifiedName":"dart:ffi.Abi.values","href":"dart-ffi/Abi/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The ABIs that the DartVM can run on.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"windowsArm64","qualifiedName":"dart:ffi.Abi.windowsArm64","href":"dart-ffi/Abi/windowsArm64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for Windows on the Arm64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"windowsIA32","qualifiedName":"dart:ffi.Abi.windowsIA32","href":"dart-ffi/Abi/windowsIA32-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for Windows on the IA32 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"windowsX64","qualifiedName":"dart:ffi.Abi.windowsX64","href":"dart-ffi/Abi/windowsX64-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The application binary interface for Windows on the X64 architecture.","enclosedBy":{"name":"Abi","kind":3,"href":"dart-ffi/Abi-class.html"}},{"name":"AbiSpecificInteger","qualifiedName":"dart:ffi.AbiSpecificInteger","href":"dart-ffi/AbiSpecificInteger-class.html","kind":3,"packageRank":15,"desc":"The supertype of all Abi-specific integer types.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"AbiSpecificInteger.new","qualifiedName":"dart:ffi.AbiSpecificInteger.AbiSpecificInteger.new","href":"dart-ffi/AbiSpecificInteger/AbiSpecificInteger.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"AbiSpecificInteger","kind":3,"href":"dart-ffi/AbiSpecificInteger-class.html"}},{"name":"AbiSpecificIntegerArray","qualifiedName":"dart:ffi.AbiSpecificIntegerArray","href":"dart-ffi/AbiSpecificIntegerArray.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of AbiSpecificInteger.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.AbiSpecificIntegerArray.elements","href":"dart-ffi/AbiSpecificIntegerArray/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"AbiSpecificIntegerArray","kind":6,"href":"dart-ffi/AbiSpecificIntegerArray.html"}},{"name":"operator []","qualifiedName":"dart:ffi.AbiSpecificIntegerArray.operator []","href":"dart-ffi/AbiSpecificIntegerArray/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"AbiSpecificIntegerArray","kind":6,"href":"dart-ffi/AbiSpecificIntegerArray.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.AbiSpecificIntegerArray.operator []=","href":"dart-ffi/AbiSpecificIntegerArray/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"AbiSpecificIntegerArray","kind":6,"href":"dart-ffi/AbiSpecificIntegerArray.html"}},{"name":"AbiSpecificIntegerMapping","qualifiedName":"dart:ffi.AbiSpecificIntegerMapping","href":"dart-ffi/AbiSpecificIntegerMapping-class.html","kind":3,"packageRank":15,"desc":"Mapping for a subtype of AbiSpecificInteger.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"AbiSpecificIntegerMapping.new","qualifiedName":"dart:ffi.AbiSpecificIntegerMapping.AbiSpecificIntegerMapping.new","href":"dart-ffi/AbiSpecificIntegerMapping/AbiSpecificIntegerMapping.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"AbiSpecificIntegerMapping","kind":3,"href":"dart-ffi/AbiSpecificIntegerMapping-class.html"}},{"name":"mapping","qualifiedName":"dart:ffi.AbiSpecificIntegerMapping.mapping","href":"dart-ffi/AbiSpecificIntegerMapping/mapping.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AbiSpecificIntegerMapping","kind":3,"href":"dart-ffi/AbiSpecificIntegerMapping-class.html"}},{"name":"AbiSpecificIntegerPointer","qualifiedName":"dart:ffi.AbiSpecificIntegerPointer","href":"dart-ffi/AbiSpecificIntegerPointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument\nAbiSpecificInteger.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elementAt","qualifiedName":"dart:ffi.AbiSpecificIntegerPointer.elementAt","href":"dart-ffi/AbiSpecificIntegerPointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"AbiSpecificIntegerPointer","kind":6,"href":"dart-ffi/AbiSpecificIntegerPointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.AbiSpecificIntegerPointer.operator +","href":"dart-ffi/AbiSpecificIntegerPointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth T after this one.","enclosedBy":{"name":"AbiSpecificIntegerPointer","kind":6,"href":"dart-ffi/AbiSpecificIntegerPointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.AbiSpecificIntegerPointer.operator -","href":"dart-ffi/AbiSpecificIntegerPointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth T before this one.","enclosedBy":{"name":"AbiSpecificIntegerPointer","kind":6,"href":"dart-ffi/AbiSpecificIntegerPointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.AbiSpecificIntegerPointer.operator []","href":"dart-ffi/AbiSpecificIntegerPointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The integer at address + sizeOf&lt;T&gt;() * index.","enclosedBy":{"name":"AbiSpecificIntegerPointer","kind":6,"href":"dart-ffi/AbiSpecificIntegerPointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.AbiSpecificIntegerPointer.operator []=","href":"dart-ffi/AbiSpecificIntegerPointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The integer at address + sizeOf&lt;T&gt;() * index.","enclosedBy":{"name":"AbiSpecificIntegerPointer","kind":6,"href":"dart-ffi/AbiSpecificIntegerPointer.html"}},{"name":"value","qualifiedName":"dart:ffi.AbiSpecificIntegerPointer.value","href":"dart-ffi/AbiSpecificIntegerPointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The integer at address.","enclosedBy":{"name":"AbiSpecificIntegerPointer","kind":6,"href":"dart-ffi/AbiSpecificIntegerPointer.html"}},{"name":"Allocator","qualifiedName":"dart:ffi.Allocator","href":"dart-ffi/Allocator-class.html","kind":3,"packageRank":15,"desc":"Manages memory on the native heap.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"allocate","qualifiedName":"dart:ffi.Allocator.allocate","href":"dart-ffi/Allocator/allocate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Allocates byteCount bytes of memory on the native heap.","enclosedBy":{"name":"Allocator","kind":3,"href":"dart-ffi/Allocator-class.html"}},{"name":"free","qualifiedName":"dart:ffi.Allocator.free","href":"dart-ffi/Allocator/free.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Releases memory allocated on the native heap.","enclosedBy":{"name":"Allocator","kind":3,"href":"dart-ffi/Allocator-class.html"}},{"name":"AllocatorAlloc","qualifiedName":"dart:ffi.AllocatorAlloc","href":"dart-ffi/AllocatorAlloc.html","kind":6,"packageRank":15,"desc":"Extension on Allocator to provide allocation with NativeType.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"call","qualifiedName":"dart:ffi.AllocatorAlloc.call","href":"dart-ffi/AllocatorAlloc/call.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Allocates sizeOf&lt;T&gt;() * count bytes of memory using allocate.","enclosedBy":{"name":"AllocatorAlloc","kind":6,"href":"dart-ffi/AllocatorAlloc.html"}},{"name":"Array","qualifiedName":"dart:ffi.Array","href":"dart-ffi/Array-class.html","kind":3,"packageRank":15,"desc":"A fixed-sized array of Ts.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Array.multi","qualifiedName":"dart:ffi.Array.Array.multi","href":"dart-ffi/Array/Array.multi.html","kind":2,"packageRank":15,"desc":"Annotation to specify Array dimensions in Structs.","enclosedBy":{"name":"Array","kind":3,"href":"dart-ffi/Array-class.html"}},{"name":"Array.new","qualifiedName":"dart:ffi.Array.Array.new","href":"dart-ffi/Array/Array.html","kind":2,"packageRank":15,"desc":"Annotation to specify Array dimensions in Structs.","enclosedBy":{"name":"Array","kind":3,"href":"dart-ffi/Array-class.html"}},{"name":"Array.variable","qualifiedName":"dart:ffi.Array.Array.variable","href":"dart-ffi/Array/Array.variable.html","kind":2,"packageRank":15,"desc":"Annotation to specify a variable length Array in Structs.","enclosedBy":{"name":"Array","kind":3,"href":"dart-ffi/Array-class.html"}},{"name":"Array.variableMulti","qualifiedName":"dart:ffi.Array.Array.variableMulti","href":"dart-ffi/Array/Array.variableMulti.html","kind":2,"packageRank":15,"desc":"Annotation to a variable length Array in Structs.","enclosedBy":{"name":"Array","kind":3,"href":"dart-ffi/Array-class.html"}},{"name":"Array.variableWithVariableDimension","qualifiedName":"dart:ffi.Array.Array.variableWithVariableDimension","href":"dart-ffi/Array/Array.variableWithVariableDimension.html","kind":2,"packageRank":15,"desc":"Annotation to specify a variable length Array with a configurable\nvariable dimension (dimension1) in Structs.","enclosedBy":{"name":"Array","kind":3,"href":"dart-ffi/Array-class.html"}},{"name":"ArrayAddress","qualifiedName":"dart:ffi.ArrayAddress","href":"dart-ffi/ArrayAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.ArrayAddress.address","href":"dart-ffi/ArrayAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"ArrayAddress","kind":6,"href":"dart-ffi/ArrayAddress.html"}},{"name":"ArrayArray","qualifiedName":"dart:ffi.ArrayArray","href":"dart-ffi/ArrayArray.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Array.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.ArrayArray.elements","href":"dart-ffi/ArrayArray/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"ArrayArray","kind":6,"href":"dart-ffi/ArrayArray.html"}},{"name":"operator []","qualifiedName":"dart:ffi.ArrayArray.operator []","href":"dart-ffi/ArrayArray/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ArrayArray","kind":6,"href":"dart-ffi/ArrayArray.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.ArrayArray.operator []=","href":"dart-ffi/ArrayArray/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ArrayArray","kind":6,"href":"dart-ffi/ArrayArray.html"}},{"name":"Bool","qualifiedName":"dart:ffi.Bool","href":"dart-ffi/Bool-class.html","kind":3,"packageRank":15,"desc":"Represents a native bool in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Bool.new","qualifiedName":"dart:ffi.Bool.Bool.new","href":"dart-ffi/Bool/Bool.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Bool","kind":3,"href":"dart-ffi/Bool-class.html"}},{"name":"BoolAddress","qualifiedName":"dart:ffi.BoolAddress","href":"dart-ffi/BoolAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.BoolAddress.address","href":"dart-ffi/BoolAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"BoolAddress","kind":6,"href":"dart-ffi/BoolAddress.html"}},{"name":"BoolArray","qualifiedName":"dart:ffi.BoolArray","href":"dart-ffi/BoolArray.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Bool.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.BoolArray.elements","href":"dart-ffi/BoolArray/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"BoolArray","kind":6,"href":"dart-ffi/BoolArray.html"}},{"name":"operator []","qualifiedName":"dart:ffi.BoolArray.operator []","href":"dart-ffi/BoolArray/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"BoolArray","kind":6,"href":"dart-ffi/BoolArray.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.BoolArray.operator []=","href":"dart-ffi/BoolArray/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"BoolArray","kind":6,"href":"dart-ffi/BoolArray.html"}},{"name":"BoolPointer","qualifiedName":"dart:ffi.BoolPointer","href":"dart-ffi/BoolPointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Bool.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elementAt","qualifiedName":"dart:ffi.BoolPointer.elementAt","href":"dart-ffi/BoolPointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"BoolPointer","kind":6,"href":"dart-ffi/BoolPointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.BoolPointer.operator +","href":"dart-ffi/BoolPointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Bool after this one.","enclosedBy":{"name":"BoolPointer","kind":6,"href":"dart-ffi/BoolPointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.BoolPointer.operator -","href":"dart-ffi/BoolPointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Bool before this one.","enclosedBy":{"name":"BoolPointer","kind":6,"href":"dart-ffi/BoolPointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.BoolPointer.operator []","href":"dart-ffi/BoolPointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The bool at address + sizeOf&lt;Bool&gt;() * index.","enclosedBy":{"name":"BoolPointer","kind":6,"href":"dart-ffi/BoolPointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.BoolPointer.operator []=","href":"dart-ffi/BoolPointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The bool at address + sizeOf&lt;Bool&gt;() * index.","enclosedBy":{"name":"BoolPointer","kind":6,"href":"dart-ffi/BoolPointer.html"}},{"name":"value","qualifiedName":"dart:ffi.BoolPointer.value","href":"dart-ffi/BoolPointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The bool at address.","enclosedBy":{"name":"BoolPointer","kind":6,"href":"dart-ffi/BoolPointer.html"}},{"name":"Char","qualifiedName":"dart:ffi.Char","href":"dart-ffi/Char-class.html","kind":3,"packageRank":15,"desc":"The C char type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Char.new","qualifiedName":"dart:ffi.Char.Char.new","href":"dart-ffi/Char/Char.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Char","kind":3,"href":"dart-ffi/Char-class.html"}},{"name":"DartRepresentationOf","qualifiedName":"dart:ffi.DartRepresentationOf","href":"dart-ffi/DartRepresentationOf-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"DartRepresentationOf.new","qualifiedName":"dart:ffi.DartRepresentationOf.DartRepresentationOf.new","href":"dart-ffi/DartRepresentationOf/DartRepresentationOf.html","kind":2,"packageRank":15,"desc":"Represents the Dart type corresponding to a NativeType.","enclosedBy":{"name":"DartRepresentationOf","kind":3,"href":"dart-ffi/DartRepresentationOf-class.html"}},{"name":"Dart_CObject","qualifiedName":"dart:ffi.Dart_CObject","href":"dart-ffi/Dart_CObject-class.html","kind":3,"packageRank":15,"desc":"Opaque, not exposing it's members.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Dart_CObject.new","qualifiedName":"dart:ffi.Dart_CObject.Dart_CObject.new","href":"dart-ffi/Dart_CObject/Dart_CObject.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Dart_CObject","kind":3,"href":"dart-ffi/Dart_CObject-class.html"}},{"name":"Dart_NativeMessageHandler","qualifiedName":"dart:ffi.Dart_NativeMessageHandler","href":"dart-ffi/Dart_NativeMessageHandler.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"DefaultAsset","qualifiedName":"dart:ffi.DefaultAsset","href":"dart-ffi/DefaultAsset-class.html","kind":3,"packageRank":15,"desc":"Annotation specifying the default asset ID for the current library.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"DefaultAsset.new","qualifiedName":"dart:ffi.DefaultAsset.DefaultAsset.new","href":"dart-ffi/DefaultAsset/DefaultAsset.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DefaultAsset","kind":3,"href":"dart-ffi/DefaultAsset-class.html"}},{"name":"id","qualifiedName":"dart:ffi.DefaultAsset.id","href":"dart-ffi/DefaultAsset/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The default asset name for Native external functions in this library.","enclosedBy":{"name":"DefaultAsset","kind":3,"href":"dart-ffi/DefaultAsset-class.html"}},{"name":"Double","qualifiedName":"dart:ffi.Double","href":"dart-ffi/Double-class.html","kind":3,"packageRank":15,"desc":"Represents a native 64 bit double in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Double.new","qualifiedName":"dart:ffi.Double.Double.new","href":"dart-ffi/Double/Double.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Double","kind":3,"href":"dart-ffi/Double-class.html"}},{"name":"DoubleAddress","qualifiedName":"dart:ffi.DoubleAddress","href":"dart-ffi/DoubleAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.DoubleAddress.address","href":"dart-ffi/DoubleAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"DoubleAddress","kind":6,"href":"dart-ffi/DoubleAddress.html"}},{"name":"DoubleArray","qualifiedName":"dart:ffi.DoubleArray","href":"dart-ffi/DoubleArray.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Double.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.DoubleArray.elements","href":"dart-ffi/DoubleArray/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"DoubleArray","kind":6,"href":"dart-ffi/DoubleArray.html"}},{"name":"operator []","qualifiedName":"dart:ffi.DoubleArray.operator []","href":"dart-ffi/DoubleArray/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"DoubleArray","kind":6,"href":"dart-ffi/DoubleArray.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.DoubleArray.operator []=","href":"dart-ffi/DoubleArray/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"DoubleArray","kind":6,"href":"dart-ffi/DoubleArray.html"}},{"name":"DoublePointer","qualifiedName":"dart:ffi.DoublePointer","href":"dart-ffi/DoublePointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Double.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"asTypedList","qualifiedName":"dart:ffi.DoublePointer.asTypedList","href":"dart-ffi/DoublePointer/asTypedList.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a typed list view backed by memory in the address space.","enclosedBy":{"name":"DoublePointer","kind":6,"href":"dart-ffi/DoublePointer.html"}},{"name":"elementAt","qualifiedName":"dart:ffi.DoublePointer.elementAt","href":"dart-ffi/DoublePointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"DoublePointer","kind":6,"href":"dart-ffi/DoublePointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.DoublePointer.operator +","href":"dart-ffi/DoublePointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Double after this one.","enclosedBy":{"name":"DoublePointer","kind":6,"href":"dart-ffi/DoublePointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.DoublePointer.operator -","href":"dart-ffi/DoublePointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Double before this one.","enclosedBy":{"name":"DoublePointer","kind":6,"href":"dart-ffi/DoublePointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.DoublePointer.operator []","href":"dart-ffi/DoublePointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The double at address + sizeOf&lt;Double&gt;() * index.","enclosedBy":{"name":"DoublePointer","kind":6,"href":"dart-ffi/DoublePointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.DoublePointer.operator []=","href":"dart-ffi/DoublePointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The double at address + sizeOf&lt;Double&gt;() * index.","enclosedBy":{"name":"DoublePointer","kind":6,"href":"dart-ffi/DoublePointer.html"}},{"name":"value","qualifiedName":"dart:ffi.DoublePointer.value","href":"dart-ffi/DoublePointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The double at address.","enclosedBy":{"name":"DoublePointer","kind":6,"href":"dart-ffi/DoublePointer.html"}},{"name":"DynamicLibrary","qualifiedName":"dart:ffi.DynamicLibrary","href":"dart-ffi/DynamicLibrary-class.html","kind":3,"packageRank":15,"desc":"A dynamically loaded native library.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"DynamicLibrary.executable","qualifiedName":"dart:ffi.DynamicLibrary.DynamicLibrary.executable","href":"dart-ffi/DynamicLibrary/DynamicLibrary.executable.html","kind":2,"packageRank":15,"desc":"Creates a DynamicLibrary containing all the symbols of the running\nexecutable.","enclosedBy":{"name":"DynamicLibrary","kind":3,"href":"dart-ffi/DynamicLibrary-class.html"}},{"name":"DynamicLibrary.open","qualifiedName":"dart:ffi.DynamicLibrary.DynamicLibrary.open","href":"dart-ffi/DynamicLibrary/DynamicLibrary.open.html","kind":2,"packageRank":15,"desc":"Loads a library file and provides access to its symbols.","enclosedBy":{"name":"DynamicLibrary","kind":3,"href":"dart-ffi/DynamicLibrary-class.html"}},{"name":"DynamicLibrary.process","qualifiedName":"dart:ffi.DynamicLibrary.DynamicLibrary.process","href":"dart-ffi/DynamicLibrary/DynamicLibrary.process.html","kind":2,"packageRank":15,"desc":"Creates a DynamicLibrary holding all global symbols.","enclosedBy":{"name":"DynamicLibrary","kind":3,"href":"dart-ffi/DynamicLibrary-class.html"}},{"name":"close","qualifiedName":"dart:ffi.DynamicLibrary.close","href":"dart-ffi/DynamicLibrary/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Closes this dynamic library.","enclosedBy":{"name":"DynamicLibrary","kind":3,"href":"dart-ffi/DynamicLibrary-class.html"}},{"name":"handle","qualifiedName":"dart:ffi.DynamicLibrary.handle","href":"dart-ffi/DynamicLibrary/handle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The opaque handle to the dynamic library.","enclosedBy":{"name":"DynamicLibrary","kind":3,"href":"dart-ffi/DynamicLibrary-class.html"}},{"name":"hashCode","qualifiedName":"dart:ffi.DynamicLibrary.hashCode","href":"dart-ffi/DynamicLibrary/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The hash code for a DynamicLibrary only depends on the loaded library.","enclosedBy":{"name":"DynamicLibrary","kind":3,"href":"dart-ffi/DynamicLibrary-class.html"}},{"name":"lookup","qualifiedName":"dart:ffi.DynamicLibrary.lookup","href":"dart-ffi/DynamicLibrary/lookup.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Looks up a symbol in the DynamicLibrary and returns its address in\nmemory.","enclosedBy":{"name":"DynamicLibrary","kind":3,"href":"dart-ffi/DynamicLibrary-class.html"}},{"name":"operator ==","qualifiedName":"dart:ffi.DynamicLibrary.operator ==","href":"dart-ffi/DynamicLibrary/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Dynamic libraries are equal if they load the same library.","enclosedBy":{"name":"DynamicLibrary","kind":3,"href":"dart-ffi/DynamicLibrary-class.html"}},{"name":"providesSymbol","qualifiedName":"dart:ffi.DynamicLibrary.providesSymbol","href":"dart-ffi/DynamicLibrary/providesSymbol.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Checks whether this dynamic library provides a symbol with the given\nname.","enclosedBy":{"name":"DynamicLibrary","kind":3,"href":"dart-ffi/DynamicLibrary-class.html"}},{"name":"DynamicLibraryExtension","qualifiedName":"dart:ffi.DynamicLibraryExtension","href":"dart-ffi/DynamicLibraryExtension.html","kind":6,"packageRank":15,"desc":"Method which must not be invoked dynamically.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"lookupFunction","qualifiedName":"dart:ffi.DynamicLibraryExtension.lookupFunction","href":"dart-ffi/DynamicLibraryExtension/lookupFunction.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Looks up a native function and returns it as a Dart function.","enclosedBy":{"name":"DynamicLibraryExtension","kind":6,"href":"dart-ffi/DynamicLibraryExtension.html"}},{"name":"Finalizable","qualifiedName":"dart:ffi.Finalizable","href":"dart-ffi/Finalizable-class.html","kind":3,"packageRank":15,"desc":"Marker interface for objects which should not be finalized too soon.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Float","qualifiedName":"dart:ffi.Float","href":"dart-ffi/Float-class.html","kind":3,"packageRank":15,"desc":"Represents a native 32 bit float in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Float.new","qualifiedName":"dart:ffi.Float.Float.new","href":"dart-ffi/Float/Float.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Float","kind":3,"href":"dart-ffi/Float-class.html"}},{"name":"Float32ListAddress","qualifiedName":"dart:ffi.Float32ListAddress","href":"dart-ffi/Float32ListAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.Float32ListAddress.address","href":"dart-ffi/Float32ListAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"Float32ListAddress","kind":6,"href":"dart-ffi/Float32ListAddress.html"}},{"name":"Float64ListAddress","qualifiedName":"dart:ffi.Float64ListAddress","href":"dart-ffi/Float64ListAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.Float64ListAddress.address","href":"dart-ffi/Float64ListAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"Float64ListAddress","kind":6,"href":"dart-ffi/Float64ListAddress.html"}},{"name":"FloatArray","qualifiedName":"dart:ffi.FloatArray","href":"dart-ffi/FloatArray.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Float.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.FloatArray.elements","href":"dart-ffi/FloatArray/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"FloatArray","kind":6,"href":"dart-ffi/FloatArray.html"}},{"name":"operator []","qualifiedName":"dart:ffi.FloatArray.operator []","href":"dart-ffi/FloatArray/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"FloatArray","kind":6,"href":"dart-ffi/FloatArray.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.FloatArray.operator []=","href":"dart-ffi/FloatArray/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"FloatArray","kind":6,"href":"dart-ffi/FloatArray.html"}},{"name":"FloatPointer","qualifiedName":"dart:ffi.FloatPointer","href":"dart-ffi/FloatPointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Float.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"asTypedList","qualifiedName":"dart:ffi.FloatPointer.asTypedList","href":"dart-ffi/FloatPointer/asTypedList.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a typed list view backed by memory in the address space.","enclosedBy":{"name":"FloatPointer","kind":6,"href":"dart-ffi/FloatPointer.html"}},{"name":"elementAt","qualifiedName":"dart:ffi.FloatPointer.elementAt","href":"dart-ffi/FloatPointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"FloatPointer","kind":6,"href":"dart-ffi/FloatPointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.FloatPointer.operator +","href":"dart-ffi/FloatPointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Float after this one.","enclosedBy":{"name":"FloatPointer","kind":6,"href":"dart-ffi/FloatPointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.FloatPointer.operator -","href":"dart-ffi/FloatPointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Float before this one.","enclosedBy":{"name":"FloatPointer","kind":6,"href":"dart-ffi/FloatPointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.FloatPointer.operator []","href":"dart-ffi/FloatPointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The float at address + sizeOf&lt;Float&gt;() * index.","enclosedBy":{"name":"FloatPointer","kind":6,"href":"dart-ffi/FloatPointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.FloatPointer.operator []=","href":"dart-ffi/FloatPointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The float at address + sizeOf&lt;Float&gt;() * index.","enclosedBy":{"name":"FloatPointer","kind":6,"href":"dart-ffi/FloatPointer.html"}},{"name":"value","qualifiedName":"dart:ffi.FloatPointer.value","href":"dart-ffi/FloatPointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The float at address.","enclosedBy":{"name":"FloatPointer","kind":6,"href":"dart-ffi/FloatPointer.html"}},{"name":"Handle","qualifiedName":"dart:ffi.Handle","href":"dart-ffi/Handle-class.html","kind":3,"packageRank":15,"desc":"Represents Dart_Handle from dart_api.h in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Int","qualifiedName":"dart:ffi.Int","href":"dart-ffi/Int-class.html","kind":3,"packageRank":15,"desc":"The C int type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Int.new","qualifiedName":"dart:ffi.Int.Int.new","href":"dart-ffi/Int/Int.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Int","kind":3,"href":"dart-ffi/Int-class.html"}},{"name":"Int8","qualifiedName":"dart:ffi.Int8","href":"dart-ffi/Int8-class.html","kind":3,"packageRank":15,"desc":"Represents a native signed 8 bit integer in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Int8.new","qualifiedName":"dart:ffi.Int8.Int8.new","href":"dart-ffi/Int8/Int8.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Int8","kind":3,"href":"dart-ffi/Int8-class.html"}},{"name":"Int8Array","qualifiedName":"dart:ffi.Int8Array","href":"dart-ffi/Int8Array.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Int8.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.Int8Array.elements","href":"dart-ffi/Int8Array/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"Int8Array","kind":6,"href":"dart-ffi/Int8Array.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Int8Array.operator []","href":"dart-ffi/Int8Array/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"Int8Array","kind":6,"href":"dart-ffi/Int8Array.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Int8Array.operator []=","href":"dart-ffi/Int8Array/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"Int8Array","kind":6,"href":"dart-ffi/Int8Array.html"}},{"name":"Int8ListAddress","qualifiedName":"dart:ffi.Int8ListAddress","href":"dart-ffi/Int8ListAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.Int8ListAddress.address","href":"dart-ffi/Int8ListAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"Int8ListAddress","kind":6,"href":"dart-ffi/Int8ListAddress.html"}},{"name":"Int8Pointer","qualifiedName":"dart:ffi.Int8Pointer","href":"dart-ffi/Int8Pointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Int8.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"asTypedList","qualifiedName":"dart:ffi.Int8Pointer.asTypedList","href":"dart-ffi/Int8Pointer/asTypedList.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a typed list view backed by memory in the address space.","enclosedBy":{"name":"Int8Pointer","kind":6,"href":"dart-ffi/Int8Pointer.html"}},{"name":"elementAt","qualifiedName":"dart:ffi.Int8Pointer.elementAt","href":"dart-ffi/Int8Pointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"Int8Pointer","kind":6,"href":"dart-ffi/Int8Pointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.Int8Pointer.operator +","href":"dart-ffi/Int8Pointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Int8 after this one.","enclosedBy":{"name":"Int8Pointer","kind":6,"href":"dart-ffi/Int8Pointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.Int8Pointer.operator -","href":"dart-ffi/Int8Pointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Int8 before this one.","enclosedBy":{"name":"Int8Pointer","kind":6,"href":"dart-ffi/Int8Pointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Int8Pointer.operator []","href":"dart-ffi/Int8Pointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 8-bit two's complement integer at address + sizeOf&lt;Int8&gt;() * index.","enclosedBy":{"name":"Int8Pointer","kind":6,"href":"dart-ffi/Int8Pointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Int8Pointer.operator []=","href":"dart-ffi/Int8Pointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 8-bit two's complement integer at address + sizeOf&lt;Int8&gt;() * index.","enclosedBy":{"name":"Int8Pointer","kind":6,"href":"dart-ffi/Int8Pointer.html"}},{"name":"value","qualifiedName":"dart:ffi.Int8Pointer.value","href":"dart-ffi/Int8Pointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The 8-bit two's complement integer at address.","enclosedBy":{"name":"Int8Pointer","kind":6,"href":"dart-ffi/Int8Pointer.html"}},{"name":"Int16","qualifiedName":"dart:ffi.Int16","href":"dart-ffi/Int16-class.html","kind":3,"packageRank":15,"desc":"Represents a native signed 16 bit integer in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Int16.new","qualifiedName":"dart:ffi.Int16.Int16.new","href":"dart-ffi/Int16/Int16.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Int16","kind":3,"href":"dart-ffi/Int16-class.html"}},{"name":"Int16Array","qualifiedName":"dart:ffi.Int16Array","href":"dart-ffi/Int16Array.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Int16.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.Int16Array.elements","href":"dart-ffi/Int16Array/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"Int16Array","kind":6,"href":"dart-ffi/Int16Array.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Int16Array.operator []","href":"dart-ffi/Int16Array/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"Int16Array","kind":6,"href":"dart-ffi/Int16Array.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Int16Array.operator []=","href":"dart-ffi/Int16Array/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"Int16Array","kind":6,"href":"dart-ffi/Int16Array.html"}},{"name":"Int16ListAddress","qualifiedName":"dart:ffi.Int16ListAddress","href":"dart-ffi/Int16ListAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.Int16ListAddress.address","href":"dart-ffi/Int16ListAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"Int16ListAddress","kind":6,"href":"dart-ffi/Int16ListAddress.html"}},{"name":"Int16Pointer","qualifiedName":"dart:ffi.Int16Pointer","href":"dart-ffi/Int16Pointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Int16.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"asTypedList","qualifiedName":"dart:ffi.Int16Pointer.asTypedList","href":"dart-ffi/Int16Pointer/asTypedList.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a typed list view backed by memory in the address space.","enclosedBy":{"name":"Int16Pointer","kind":6,"href":"dart-ffi/Int16Pointer.html"}},{"name":"elementAt","qualifiedName":"dart:ffi.Int16Pointer.elementAt","href":"dart-ffi/Int16Pointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"Int16Pointer","kind":6,"href":"dart-ffi/Int16Pointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.Int16Pointer.operator +","href":"dart-ffi/Int16Pointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Int16 after this one.","enclosedBy":{"name":"Int16Pointer","kind":6,"href":"dart-ffi/Int16Pointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.Int16Pointer.operator -","href":"dart-ffi/Int16Pointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Int16 before this one.","enclosedBy":{"name":"Int16Pointer","kind":6,"href":"dart-ffi/Int16Pointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Int16Pointer.operator []","href":"dart-ffi/Int16Pointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 16-bit two's complement integer at address + sizeOf&lt;Int16&gt;() * index.","enclosedBy":{"name":"Int16Pointer","kind":6,"href":"dart-ffi/Int16Pointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Int16Pointer.operator []=","href":"dart-ffi/Int16Pointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 16-bit two's complement integer at address + sizeOf&lt;Int16&gt;() * index.","enclosedBy":{"name":"Int16Pointer","kind":6,"href":"dart-ffi/Int16Pointer.html"}},{"name":"value","qualifiedName":"dart:ffi.Int16Pointer.value","href":"dart-ffi/Int16Pointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The 16-bit two's complement integer at address.","enclosedBy":{"name":"Int16Pointer","kind":6,"href":"dart-ffi/Int16Pointer.html"}},{"name":"Int32","qualifiedName":"dart:ffi.Int32","href":"dart-ffi/Int32-class.html","kind":3,"packageRank":15,"desc":"Represents a native signed 32 bit integer in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Int32.new","qualifiedName":"dart:ffi.Int32.Int32.new","href":"dart-ffi/Int32/Int32.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Int32","kind":3,"href":"dart-ffi/Int32-class.html"}},{"name":"Int32Array","qualifiedName":"dart:ffi.Int32Array","href":"dart-ffi/Int32Array.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Int32.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.Int32Array.elements","href":"dart-ffi/Int32Array/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"Int32Array","kind":6,"href":"dart-ffi/Int32Array.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Int32Array.operator []","href":"dart-ffi/Int32Array/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"Int32Array","kind":6,"href":"dart-ffi/Int32Array.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Int32Array.operator []=","href":"dart-ffi/Int32Array/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"Int32Array","kind":6,"href":"dart-ffi/Int32Array.html"}},{"name":"Int32ListAddress","qualifiedName":"dart:ffi.Int32ListAddress","href":"dart-ffi/Int32ListAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.Int32ListAddress.address","href":"dart-ffi/Int32ListAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"Int32ListAddress","kind":6,"href":"dart-ffi/Int32ListAddress.html"}},{"name":"Int32Pointer","qualifiedName":"dart:ffi.Int32Pointer","href":"dart-ffi/Int32Pointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Int32.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"asTypedList","qualifiedName":"dart:ffi.Int32Pointer.asTypedList","href":"dart-ffi/Int32Pointer/asTypedList.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a typed list view backed by memory in the address space.","enclosedBy":{"name":"Int32Pointer","kind":6,"href":"dart-ffi/Int32Pointer.html"}},{"name":"elementAt","qualifiedName":"dart:ffi.Int32Pointer.elementAt","href":"dart-ffi/Int32Pointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"Int32Pointer","kind":6,"href":"dart-ffi/Int32Pointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.Int32Pointer.operator +","href":"dart-ffi/Int32Pointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Int32 after this one.","enclosedBy":{"name":"Int32Pointer","kind":6,"href":"dart-ffi/Int32Pointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.Int32Pointer.operator -","href":"dart-ffi/Int32Pointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Int32 before this one.","enclosedBy":{"name":"Int32Pointer","kind":6,"href":"dart-ffi/Int32Pointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Int32Pointer.operator []","href":"dart-ffi/Int32Pointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 32-bit two's complement integer at address + sizeOf&lt;Int32&gt;() * index.","enclosedBy":{"name":"Int32Pointer","kind":6,"href":"dart-ffi/Int32Pointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Int32Pointer.operator []=","href":"dart-ffi/Int32Pointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 32-bit two's complement integer at address + sizeOf&lt;Int32&gt;() * index.","enclosedBy":{"name":"Int32Pointer","kind":6,"href":"dart-ffi/Int32Pointer.html"}},{"name":"value","qualifiedName":"dart:ffi.Int32Pointer.value","href":"dart-ffi/Int32Pointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The 32-bit two's complement integer at address.","enclosedBy":{"name":"Int32Pointer","kind":6,"href":"dart-ffi/Int32Pointer.html"}},{"name":"Int64","qualifiedName":"dart:ffi.Int64","href":"dart-ffi/Int64-class.html","kind":3,"packageRank":15,"desc":"Represents a native signed 64 bit integer in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Int64.new","qualifiedName":"dart:ffi.Int64.Int64.new","href":"dart-ffi/Int64/Int64.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Int64","kind":3,"href":"dart-ffi/Int64-class.html"}},{"name":"Int64Array","qualifiedName":"dart:ffi.Int64Array","href":"dart-ffi/Int64Array.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Int64.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.Int64Array.elements","href":"dart-ffi/Int64Array/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"Int64Array","kind":6,"href":"dart-ffi/Int64Array.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Int64Array.operator []","href":"dart-ffi/Int64Array/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"Int64Array","kind":6,"href":"dart-ffi/Int64Array.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Int64Array.operator []=","href":"dart-ffi/Int64Array/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"Int64Array","kind":6,"href":"dart-ffi/Int64Array.html"}},{"name":"Int64ListAddress","qualifiedName":"dart:ffi.Int64ListAddress","href":"dart-ffi/Int64ListAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.Int64ListAddress.address","href":"dart-ffi/Int64ListAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"Int64ListAddress","kind":6,"href":"dart-ffi/Int64ListAddress.html"}},{"name":"Int64Pointer","qualifiedName":"dart:ffi.Int64Pointer","href":"dart-ffi/Int64Pointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Int64.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"asTypedList","qualifiedName":"dart:ffi.Int64Pointer.asTypedList","href":"dart-ffi/Int64Pointer/asTypedList.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a typed list view backed by memory in the address space.","enclosedBy":{"name":"Int64Pointer","kind":6,"href":"dart-ffi/Int64Pointer.html"}},{"name":"elementAt","qualifiedName":"dart:ffi.Int64Pointer.elementAt","href":"dart-ffi/Int64Pointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"Int64Pointer","kind":6,"href":"dart-ffi/Int64Pointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.Int64Pointer.operator +","href":"dart-ffi/Int64Pointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Int64 after this one.","enclosedBy":{"name":"Int64Pointer","kind":6,"href":"dart-ffi/Int64Pointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.Int64Pointer.operator -","href":"dart-ffi/Int64Pointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Int64 before this one.","enclosedBy":{"name":"Int64Pointer","kind":6,"href":"dart-ffi/Int64Pointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Int64Pointer.operator []","href":"dart-ffi/Int64Pointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 64-bit two's complement integer at address + sizeOf&lt;Int64&gt;() * index.","enclosedBy":{"name":"Int64Pointer","kind":6,"href":"dart-ffi/Int64Pointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Int64Pointer.operator []=","href":"dart-ffi/Int64Pointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 64-bit two's complement integer at address + sizeOf&lt;Int64&gt;() * index.","enclosedBy":{"name":"Int64Pointer","kind":6,"href":"dart-ffi/Int64Pointer.html"}},{"name":"value","qualifiedName":"dart:ffi.Int64Pointer.value","href":"dart-ffi/Int64Pointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The 64-bit two's complement integer at address.","enclosedBy":{"name":"Int64Pointer","kind":6,"href":"dart-ffi/Int64Pointer.html"}},{"name":"IntAddress","qualifiedName":"dart:ffi.IntAddress","href":"dart-ffi/IntAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.IntAddress.address","href":"dart-ffi/IntAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"IntAddress","kind":6,"href":"dart-ffi/IntAddress.html"}},{"name":"IntPtr","qualifiedName":"dart:ffi.IntPtr","href":"dart-ffi/IntPtr-class.html","kind":3,"packageRank":15,"desc":"The C intptr_t type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"IntPtr.new","qualifiedName":"dart:ffi.IntPtr.IntPtr.new","href":"dart-ffi/IntPtr/IntPtr.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"IntPtr","kind":3,"href":"dart-ffi/IntPtr-class.html"}},{"name":"Long","qualifiedName":"dart:ffi.Long","href":"dart-ffi/Long-class.html","kind":3,"packageRank":15,"desc":"The C long int, aka. long, type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Long.new","qualifiedName":"dart:ffi.Long.Long.new","href":"dart-ffi/Long/Long.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Long","kind":3,"href":"dart-ffi/Long-class.html"}},{"name":"LongLong","qualifiedName":"dart:ffi.LongLong","href":"dart-ffi/LongLong-class.html","kind":3,"packageRank":15,"desc":"The C long long type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"LongLong.new","qualifiedName":"dart:ffi.LongLong.LongLong.new","href":"dart-ffi/LongLong/LongLong.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"LongLong","kind":3,"href":"dart-ffi/LongLong-class.html"}},{"name":"Native","qualifiedName":"dart:ffi.Native","href":"dart-ffi/Native-class.html","kind":3,"packageRank":15,"desc":"Annotation binding an external declaration to its native implementation.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Native.new","qualifiedName":"dart:ffi.Native.Native.new","href":"dart-ffi/Native/Native.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Native","kind":3,"href":"dart-ffi/Native-class.html"}},{"name":"addressOf","qualifiedName":"dart:ffi.Native.addressOf","href":"dart-ffi/Native/addressOf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The native address of the implementation of native.","enclosedBy":{"name":"Native","kind":3,"href":"dart-ffi/Native-class.html"}},{"name":"assetId","qualifiedName":"dart:ffi.Native.assetId","href":"dart-ffi/Native/assetId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The ID of the asset in which symbol is resolved, if not using the\ndefault.","enclosedBy":{"name":"Native","kind":3,"href":"dart-ffi/Native-class.html"}},{"name":"isLeaf","qualifiedName":"dart:ffi.Native.isLeaf","href":"dart-ffi/Native/isLeaf.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the function is a leaf function.","enclosedBy":{"name":"Native","kind":3,"href":"dart-ffi/Native-class.html"}},{"name":"symbol","qualifiedName":"dart:ffi.Native.symbol","href":"dart-ffi/Native/symbol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The native symbol to be resolved, if not using the default.","enclosedBy":{"name":"Native","kind":3,"href":"dart-ffi/Native-class.html"}},{"name":"NativeApi","qualifiedName":"dart:ffi.NativeApi","href":"dart-ffi/NativeApi-class.html","kind":3,"packageRank":15,"desc":"Utilities for accessing the Dart VM API from Dart code or\nfrom C code via dart_api_dl.h.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"closeNativePort","qualifiedName":"dart:ffi.NativeApi.closeNativePort","href":"dart-ffi/NativeApi/closeNativePort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A function pointer to\nbool Dart_CloseNativePort(Dart_Port native_port_id)\nin dart_native_api.h.","enclosedBy":{"name":"NativeApi","kind":3,"href":"dart-ffi/NativeApi-class.html"}},{"name":"initializeApiDLData","qualifiedName":"dart:ffi.NativeApi.initializeApiDLData","href":"dart-ffi/NativeApi/initializeApiDLData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Pass this to Dart_InitializeApiDL in your native code to enable using the\nsymbols in dart_api_dl.h.","enclosedBy":{"name":"NativeApi","kind":3,"href":"dart-ffi/NativeApi-class.html"}},{"name":"majorVersion","qualifiedName":"dart:ffi.NativeApi.majorVersion","href":"dart-ffi/NativeApi/majorVersion.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"On breaking changes the major version is increased.","enclosedBy":{"name":"NativeApi","kind":3,"href":"dart-ffi/NativeApi-class.html"}},{"name":"minorVersion","qualifiedName":"dart:ffi.NativeApi.minorVersion","href":"dart-ffi/NativeApi/minorVersion.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"On backwards compatible changes the minor version is increased.","enclosedBy":{"name":"NativeApi","kind":3,"href":"dart-ffi/NativeApi-class.html"}},{"name":"newNativePort","qualifiedName":"dart:ffi.NativeApi.newNativePort","href":"dart-ffi/NativeApi/newNativePort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A function pointer to","enclosedBy":{"name":"NativeApi","kind":3,"href":"dart-ffi/NativeApi-class.html"}},{"name":"postCObject","qualifiedName":"dart:ffi.NativeApi.postCObject","href":"dart-ffi/NativeApi/postCObject.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A function pointer to\nbool Dart_PostCObject(Dart_Port port_id, Dart_CObject* message)\nin dart_native_api.h.","enclosedBy":{"name":"NativeApi","kind":3,"href":"dart-ffi/NativeApi-class.html"}},{"name":"NativeCallable","qualifiedName":"dart:ffi.NativeCallable","href":"dart-ffi/NativeCallable-class.html","kind":3,"packageRank":15,"desc":"A native callable which listens for calls to a native function.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"NativeCallable.isolateGroupBound","qualifiedName":"dart:ffi.NativeCallable.NativeCallable.isolateGroupBound","href":"dart-ffi/NativeCallable/NativeCallable.isolateGroupBound.html","kind":2,"packageRank":15,"desc":"Constructs a NativeCallable that can be invoked from any thread.","enclosedBy":{"name":"NativeCallable","kind":3,"href":"dart-ffi/NativeCallable-class.html"}},{"name":"NativeCallable.isolateLocal","qualifiedName":"dart:ffi.NativeCallable.NativeCallable.isolateLocal","href":"dart-ffi/NativeCallable/NativeCallable.isolateLocal.html","kind":2,"packageRank":15,"desc":"Constructs a NativeCallable that must be invoked from the same thread\nthat created it.","enclosedBy":{"name":"NativeCallable","kind":3,"href":"dart-ffi/NativeCallable-class.html"}},{"name":"NativeCallable.listener","qualifiedName":"dart:ffi.NativeCallable.NativeCallable.listener","href":"dart-ffi/NativeCallable/NativeCallable.listener.html","kind":2,"packageRank":15,"desc":"Constructs a NativeCallable that can be invoked from any thread.","enclosedBy":{"name":"NativeCallable","kind":3,"href":"dart-ffi/NativeCallable-class.html"}},{"name":"close","qualifiedName":"dart:ffi.NativeCallable.close","href":"dart-ffi/NativeCallable/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Closes this callback and releases its resources.","enclosedBy":{"name":"NativeCallable","kind":3,"href":"dart-ffi/NativeCallable-class.html"}},{"name":"keepIsolateAlive","qualifiedName":"dart:ffi.NativeCallable.keepIsolateAlive","href":"dart-ffi/NativeCallable/keepIsolateAlive.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether this NativeCallable keeps its Isolate alive.","enclosedBy":{"name":"NativeCallable","kind":3,"href":"dart-ffi/NativeCallable-class.html"}},{"name":"nativeFunction","qualifiedName":"dart:ffi.NativeCallable.nativeFunction","href":"dart-ffi/NativeCallable/nativeFunction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The native function pointer which can be used to invoke the callback\npassed to the constructor.","enclosedBy":{"name":"NativeCallable","kind":3,"href":"dart-ffi/NativeCallable-class.html"}},{"name":"NativeFinalizer","qualifiedName":"dart:ffi.NativeFinalizer","href":"dart-ffi/NativeFinalizer-class.html","kind":3,"packageRank":15,"desc":"A native finalizer which can be attached to Dart objects.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"NativeFinalizer.new","qualifiedName":"dart:ffi.NativeFinalizer.NativeFinalizer.new","href":"dart-ffi/NativeFinalizer/NativeFinalizer.html","kind":2,"packageRank":15,"desc":"Creates a finalizer with the given finalization callback.","enclosedBy":{"name":"NativeFinalizer","kind":3,"href":"dart-ffi/NativeFinalizer-class.html"}},{"name":"attach","qualifiedName":"dart:ffi.NativeFinalizer.attach","href":"dart-ffi/NativeFinalizer/attach.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Attaches this finalizer to value.","enclosedBy":{"name":"NativeFinalizer","kind":3,"href":"dart-ffi/NativeFinalizer-class.html"}},{"name":"detach","qualifiedName":"dart:ffi.NativeFinalizer.detach","href":"dart-ffi/NativeFinalizer/detach.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Detaches this finalizer from values attached with detach.","enclosedBy":{"name":"NativeFinalizer","kind":3,"href":"dart-ffi/NativeFinalizer-class.html"}},{"name":"NativeFinalizerFunction","qualifiedName":"dart:ffi.NativeFinalizerFunction","href":"dart-ffi/NativeFinalizerFunction.html","kind":21,"packageRank":15,"desc":"The native function type for NativeFinalizers.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"NativeFunction","qualifiedName":"dart:ffi.NativeFunction","href":"dart-ffi/NativeFunction-class.html","kind":3,"packageRank":15,"desc":"Represents a function type in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"NativeFunctionPointer","qualifiedName":"dart:ffi.NativeFunctionPointer","href":"dart-ffi/NativeFunctionPointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument NativeFunction.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"asFunction","qualifiedName":"dart:ffi.NativeFunctionPointer.asFunction","href":"dart-ffi/NativeFunctionPointer/asFunction.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Convert to Dart function, automatically marshalling the arguments and\nreturn value.","enclosedBy":{"name":"NativeFunctionPointer","kind":6,"href":"dart-ffi/NativeFunctionPointer.html"}},{"name":"NativePort","qualifiedName":"dart:ffi.NativePort","href":"dart-ffi/NativePort.html","kind":6,"packageRank":15,"desc":"Extension to retrieve the native Dart_Port from a SendPort.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"nativePort","qualifiedName":"dart:ffi.NativePort.nativePort","href":"dart-ffi/NativePort/nativePort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The native port of this SendPort.","enclosedBy":{"name":"NativePort","kind":6,"href":"dart-ffi/NativePort.html"}},{"name":"NativeType","qualifiedName":"dart:ffi.NativeType","href":"dart-ffi/NativeType-class.html","kind":3,"packageRank":15,"desc":"NativeType's subtypes represent a native type in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Opaque","qualifiedName":"dart:ffi.Opaque","href":"dart-ffi/Opaque-class.html","kind":3,"packageRank":15,"desc":"Opaque's subtypes represent opaque types in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Opaque.new","qualifiedName":"dart:ffi.Opaque.Opaque.new","href":"dart-ffi/Opaque/Opaque.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Opaque","kind":3,"href":"dart-ffi/Opaque-class.html"}},{"name":"Packed","qualifiedName":"dart:ffi.Packed","href":"dart-ffi/Packed-class.html","kind":3,"packageRank":15,"desc":"Annotation to specify on Struct subtypes to indicate that its members\nneed to be packed.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Packed.new","qualifiedName":"dart:ffi.Packed.Packed.new","href":"dart-ffi/Packed/Packed.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Packed","kind":3,"href":"dart-ffi/Packed-class.html"}},{"name":"memberAlignment","qualifiedName":"dart:ffi.Packed.memberAlignment","href":"dart-ffi/Packed/memberAlignment.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Packed","kind":3,"href":"dart-ffi/Packed-class.html"}},{"name":"Pointer","qualifiedName":"dart:ffi.Pointer","href":"dart-ffi/Pointer-class.html","kind":3,"packageRank":15,"desc":"Represents a pointer into the native C memory. Cannot be extended.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Pointer.fromAddress","qualifiedName":"dart:ffi.Pointer.Pointer.fromAddress","href":"dart-ffi/Pointer/Pointer.fromAddress.html","kind":2,"packageRank":15,"desc":"Construction from raw integer.","enclosedBy":{"name":"Pointer","kind":3,"href":"dart-ffi/Pointer-class.html"}},{"name":"address","qualifiedName":"dart:ffi.Pointer.address","href":"dart-ffi/Pointer/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Access to the raw pointer value.\nOn 32-bit systems, the upper 32-bits of the result are 0.","enclosedBy":{"name":"Pointer","kind":3,"href":"dart-ffi/Pointer-class.html"}},{"name":"cast","qualifiedName":"dart:ffi.Pointer.cast","href":"dart-ffi/Pointer/cast.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reinterprets the address of this pointer as the address of a U.","enclosedBy":{"name":"Pointer","kind":3,"href":"dart-ffi/Pointer-class.html"}},{"name":"fromFunction","qualifiedName":"dart:ffi.Pointer.fromFunction","href":"dart-ffi/Pointer/fromFunction.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Convert Dart function to a C function pointer, automatically marshalling\nthe arguments and return value","enclosedBy":{"name":"Pointer","kind":3,"href":"dart-ffi/Pointer-class.html"}},{"name":"hashCode","qualifiedName":"dart:ffi.Pointer.hashCode","href":"dart-ffi/Pointer/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The hash code for a Pointer only depends on its address.","enclosedBy":{"name":"Pointer","kind":3,"href":"dart-ffi/Pointer-class.html"}},{"name":"operator ==","qualifiedName":"dart:ffi.Pointer.operator ==","href":"dart-ffi/Pointer/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Equality for Pointers only depends on their address.","enclosedBy":{"name":"Pointer","kind":3,"href":"dart-ffi/Pointer-class.html"}},{"name":"PointerArray","qualifiedName":"dart:ffi.PointerArray","href":"dart-ffi/PointerArray.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Pointer.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.PointerArray.elements","href":"dart-ffi/PointerArray/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"PointerArray","kind":6,"href":"dart-ffi/PointerArray.html"}},{"name":"operator []","qualifiedName":"dart:ffi.PointerArray.operator []","href":"dart-ffi/PointerArray/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"PointerArray","kind":6,"href":"dart-ffi/PointerArray.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.PointerArray.operator []=","href":"dart-ffi/PointerArray/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"PointerArray","kind":6,"href":"dart-ffi/PointerArray.html"}},{"name":"PointerPointer","qualifiedName":"dart:ffi.PointerPointer","href":"dart-ffi/PointerPointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Pointer.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elementAt","qualifiedName":"dart:ffi.PointerPointer.elementAt","href":"dart-ffi/PointerPointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"PointerPointer","kind":6,"href":"dart-ffi/PointerPointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.PointerPointer.operator +","href":"dart-ffi/PointerPointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Pointer&lt;T&gt; after this one.","enclosedBy":{"name":"PointerPointer","kind":6,"href":"dart-ffi/PointerPointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.PointerPointer.operator -","href":"dart-ffi/PointerPointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Pointer&lt;T&gt; before this one.","enclosedBy":{"name":"PointerPointer","kind":6,"href":"dart-ffi/PointerPointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.PointerPointer.operator []","href":"dart-ffi/PointerPointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Load a Dart value from this location offset by index.","enclosedBy":{"name":"PointerPointer","kind":6,"href":"dart-ffi/PointerPointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.PointerPointer.operator []=","href":"dart-ffi/PointerPointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Store a Dart value into this location offset by index.","enclosedBy":{"name":"PointerPointer","kind":6,"href":"dart-ffi/PointerPointer.html"}},{"name":"value","qualifiedName":"dart:ffi.PointerPointer.value","href":"dart-ffi/PointerPointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The pointer at address.","enclosedBy":{"name":"PointerPointer","kind":6,"href":"dart-ffi/PointerPointer.html"}},{"name":"Short","qualifiedName":"dart:ffi.Short","href":"dart-ffi/Short-class.html","kind":3,"packageRank":15,"desc":"The C short type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Short.new","qualifiedName":"dart:ffi.Short.Short.new","href":"dart-ffi/Short/Short.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Short","kind":3,"href":"dart-ffi/Short-class.html"}},{"name":"SignedChar","qualifiedName":"dart:ffi.SignedChar","href":"dart-ffi/SignedChar-class.html","kind":3,"packageRank":15,"desc":"The C signed char type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"SignedChar.new","qualifiedName":"dart:ffi.SignedChar.SignedChar.new","href":"dart-ffi/SignedChar/SignedChar.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SignedChar","kind":3,"href":"dart-ffi/SignedChar-class.html"}},{"name":"Size","qualifiedName":"dart:ffi.Size","href":"dart-ffi/Size-class.html","kind":3,"packageRank":15,"desc":"The C size_t type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Size.new","qualifiedName":"dart:ffi.Size.Size.new","href":"dart-ffi/Size/Size.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Size","kind":3,"href":"dart-ffi/Size-class.html"}},{"name":"SizedNativeType","qualifiedName":"dart:ffi.SizedNativeType","href":"dart-ffi/SizedNativeType-class.html","kind":3,"packageRank":15,"desc":"A NativeType with a known size.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Struct","qualifiedName":"dart:ffi.Struct","href":"dart-ffi/Struct-class.html","kind":3,"packageRank":15,"desc":"The supertype of all FFI struct types.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Struct.new","qualifiedName":"dart:ffi.Struct.Struct.new","href":"dart-ffi/Struct/Struct.html","kind":2,"packageRank":15,"desc":"Construct a reference to the nullptr.","enclosedBy":{"name":"Struct","kind":3,"href":"dart-ffi/Struct-class.html"}},{"name":"create","qualifiedName":"dart:ffi.Struct.create","href":"dart-ffi/Struct/create.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a struct view of bytes in typedData.","enclosedBy":{"name":"Struct","kind":3,"href":"dart-ffi/Struct-class.html"}},{"name":"StructAddress","qualifiedName":"dart:ffi.StructAddress","href":"dart-ffi/StructAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.StructAddress.address","href":"dart-ffi/StructAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"StructAddress","kind":6,"href":"dart-ffi/StructAddress.html"}},{"name":"StructArray","qualifiedName":"dart:ffi.StructArray","href":"dart-ffi/StructArray.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Struct.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.StructArray.elements","href":"dart-ffi/StructArray/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"StructArray","kind":6,"href":"dart-ffi/StructArray.html"}},{"name":"operator []","qualifiedName":"dart:ffi.StructArray.operator []","href":"dart-ffi/StructArray/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"This extension method must be invoked on a receiver of type Pointer&lt;T&gt;\nwhere T is a compile-time constant type.","enclosedBy":{"name":"StructArray","kind":6,"href":"dart-ffi/StructArray.html"}},{"name":"StructPointer","qualifiedName":"dart:ffi.StructPointer","href":"dart-ffi/StructPointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Struct.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elementAt","qualifiedName":"dart:ffi.StructPointer.elementAt","href":"dart-ffi/StructPointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account)","enclosedBy":{"name":"StructPointer","kind":6,"href":"dart-ffi/StructPointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.StructPointer.operator +","href":"dart-ffi/StructPointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth T after this one.","enclosedBy":{"name":"StructPointer","kind":6,"href":"dart-ffi/StructPointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.StructPointer.operator -","href":"dart-ffi/StructPointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth T before this one.","enclosedBy":{"name":"StructPointer","kind":6,"href":"dart-ffi/StructPointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.StructPointer.operator []","href":"dart-ffi/StructPointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a reference to access the fields of this struct backed by native\nmemory at address + sizeOf&lt;T&gt;() * index.","enclosedBy":{"name":"StructPointer","kind":6,"href":"dart-ffi/StructPointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.StructPointer.operator []=","href":"dart-ffi/StructPointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Copies the value struct into native memory, starting at\naddress * sizeOf&lt;T&gt;() * index.","enclosedBy":{"name":"StructPointer","kind":6,"href":"dart-ffi/StructPointer.html"}},{"name":"ref","qualifiedName":"dart:ffi.StructPointer.ref","href":"dart-ffi/StructPointer/ref.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A Dart view of the struct referenced by this pointer.","enclosedBy":{"name":"StructPointer","kind":6,"href":"dart-ffi/StructPointer.html"}},{"name":"refWithFinalizer","qualifiedName":"dart:ffi.StructPointer.refWithFinalizer","href":"dart-ffi/StructPointer/refWithFinalizer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A Dart view of the struct referenced by this pointer.","enclosedBy":{"name":"StructPointer","kind":6,"href":"dart-ffi/StructPointer.html"}},{"name":"Uint8","qualifiedName":"dart:ffi.Uint8","href":"dart-ffi/Uint8-class.html","kind":3,"packageRank":15,"desc":"Represents a native unsigned 8 bit integer in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Uint8.new","qualifiedName":"dart:ffi.Uint8.Uint8.new","href":"dart-ffi/Uint8/Uint8.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Uint8","kind":3,"href":"dart-ffi/Uint8-class.html"}},{"name":"Uint8Array","qualifiedName":"dart:ffi.Uint8Array","href":"dart-ffi/Uint8Array.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Uint8.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.Uint8Array.elements","href":"dart-ffi/Uint8Array/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"Uint8Array","kind":6,"href":"dart-ffi/Uint8Array.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Uint8Array.operator []","href":"dart-ffi/Uint8Array/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"Uint8Array","kind":6,"href":"dart-ffi/Uint8Array.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Uint8Array.operator []=","href":"dart-ffi/Uint8Array/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"Uint8Array","kind":6,"href":"dart-ffi/Uint8Array.html"}},{"name":"Uint8ListAddress","qualifiedName":"dart:ffi.Uint8ListAddress","href":"dart-ffi/Uint8ListAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.Uint8ListAddress.address","href":"dart-ffi/Uint8ListAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"Uint8ListAddress","kind":6,"href":"dart-ffi/Uint8ListAddress.html"}},{"name":"Uint8Pointer","qualifiedName":"dart:ffi.Uint8Pointer","href":"dart-ffi/Uint8Pointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Uint8.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"asTypedList","qualifiedName":"dart:ffi.Uint8Pointer.asTypedList","href":"dart-ffi/Uint8Pointer/asTypedList.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a typed list view backed by memory in the address space.","enclosedBy":{"name":"Uint8Pointer","kind":6,"href":"dart-ffi/Uint8Pointer.html"}},{"name":"elementAt","qualifiedName":"dart:ffi.Uint8Pointer.elementAt","href":"dart-ffi/Uint8Pointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"Uint8Pointer","kind":6,"href":"dart-ffi/Uint8Pointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.Uint8Pointer.operator +","href":"dart-ffi/Uint8Pointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Uint8 after this one.","enclosedBy":{"name":"Uint8Pointer","kind":6,"href":"dart-ffi/Uint8Pointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.Uint8Pointer.operator -","href":"dart-ffi/Uint8Pointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Uint8 before this one.","enclosedBy":{"name":"Uint8Pointer","kind":6,"href":"dart-ffi/Uint8Pointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Uint8Pointer.operator []","href":"dart-ffi/Uint8Pointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 8-bit unsigned integer at address + sizeOf&lt;Uint8&gt;() * index.","enclosedBy":{"name":"Uint8Pointer","kind":6,"href":"dart-ffi/Uint8Pointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Uint8Pointer.operator []=","href":"dart-ffi/Uint8Pointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 8-bit unsigned integer at address + sizeOf&lt;Uint8&gt;() * index.","enclosedBy":{"name":"Uint8Pointer","kind":6,"href":"dart-ffi/Uint8Pointer.html"}},{"name":"value","qualifiedName":"dart:ffi.Uint8Pointer.value","href":"dart-ffi/Uint8Pointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The 8-bit unsigned integer at address.","enclosedBy":{"name":"Uint8Pointer","kind":6,"href":"dart-ffi/Uint8Pointer.html"}},{"name":"Uint16","qualifiedName":"dart:ffi.Uint16","href":"dart-ffi/Uint16-class.html","kind":3,"packageRank":15,"desc":"Represents a native unsigned 16 bit integer in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Uint16.new","qualifiedName":"dart:ffi.Uint16.Uint16.new","href":"dart-ffi/Uint16/Uint16.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Uint16","kind":3,"href":"dart-ffi/Uint16-class.html"}},{"name":"Uint16Array","qualifiedName":"dart:ffi.Uint16Array","href":"dart-ffi/Uint16Array.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Uint16.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.Uint16Array.elements","href":"dart-ffi/Uint16Array/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"Uint16Array","kind":6,"href":"dart-ffi/Uint16Array.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Uint16Array.operator []","href":"dart-ffi/Uint16Array/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"Uint16Array","kind":6,"href":"dart-ffi/Uint16Array.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Uint16Array.operator []=","href":"dart-ffi/Uint16Array/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"Uint16Array","kind":6,"href":"dart-ffi/Uint16Array.html"}},{"name":"Uint16ListAddress","qualifiedName":"dart:ffi.Uint16ListAddress","href":"dart-ffi/Uint16ListAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.Uint16ListAddress.address","href":"dart-ffi/Uint16ListAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"Uint16ListAddress","kind":6,"href":"dart-ffi/Uint16ListAddress.html"}},{"name":"Uint16Pointer","qualifiedName":"dart:ffi.Uint16Pointer","href":"dart-ffi/Uint16Pointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Uint16.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"asTypedList","qualifiedName":"dart:ffi.Uint16Pointer.asTypedList","href":"dart-ffi/Uint16Pointer/asTypedList.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a typed list view backed by memory in the address space.","enclosedBy":{"name":"Uint16Pointer","kind":6,"href":"dart-ffi/Uint16Pointer.html"}},{"name":"elementAt","qualifiedName":"dart:ffi.Uint16Pointer.elementAt","href":"dart-ffi/Uint16Pointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"Uint16Pointer","kind":6,"href":"dart-ffi/Uint16Pointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.Uint16Pointer.operator +","href":"dart-ffi/Uint16Pointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Uint16 after this one.","enclosedBy":{"name":"Uint16Pointer","kind":6,"href":"dart-ffi/Uint16Pointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.Uint16Pointer.operator -","href":"dart-ffi/Uint16Pointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Uint16 before this one.","enclosedBy":{"name":"Uint16Pointer","kind":6,"href":"dart-ffi/Uint16Pointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Uint16Pointer.operator []","href":"dart-ffi/Uint16Pointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 16-bit unsigned integer at address + sizeOf&lt;Uint16&gt;() * index.","enclosedBy":{"name":"Uint16Pointer","kind":6,"href":"dart-ffi/Uint16Pointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Uint16Pointer.operator []=","href":"dart-ffi/Uint16Pointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 16-bit unsigned integer at address + sizeOf&lt;Uint16&gt;() * index.","enclosedBy":{"name":"Uint16Pointer","kind":6,"href":"dart-ffi/Uint16Pointer.html"}},{"name":"value","qualifiedName":"dart:ffi.Uint16Pointer.value","href":"dart-ffi/Uint16Pointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The 16-bit unsigned integer at address.","enclosedBy":{"name":"Uint16Pointer","kind":6,"href":"dart-ffi/Uint16Pointer.html"}},{"name":"Uint32","qualifiedName":"dart:ffi.Uint32","href":"dart-ffi/Uint32-class.html","kind":3,"packageRank":15,"desc":"Represents a native unsigned 32 bit integer in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Uint32.new","qualifiedName":"dart:ffi.Uint32.Uint32.new","href":"dart-ffi/Uint32/Uint32.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Uint32","kind":3,"href":"dart-ffi/Uint32-class.html"}},{"name":"Uint32Array","qualifiedName":"dart:ffi.Uint32Array","href":"dart-ffi/Uint32Array.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Uint32.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.Uint32Array.elements","href":"dart-ffi/Uint32Array/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"Uint32Array","kind":6,"href":"dart-ffi/Uint32Array.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Uint32Array.operator []","href":"dart-ffi/Uint32Array/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"Uint32Array","kind":6,"href":"dart-ffi/Uint32Array.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Uint32Array.operator []=","href":"dart-ffi/Uint32Array/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"Uint32Array","kind":6,"href":"dart-ffi/Uint32Array.html"}},{"name":"Uint32ListAddress","qualifiedName":"dart:ffi.Uint32ListAddress","href":"dart-ffi/Uint32ListAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.Uint32ListAddress.address","href":"dart-ffi/Uint32ListAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"Uint32ListAddress","kind":6,"href":"dart-ffi/Uint32ListAddress.html"}},{"name":"Uint32Pointer","qualifiedName":"dart:ffi.Uint32Pointer","href":"dart-ffi/Uint32Pointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Uint32.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"asTypedList","qualifiedName":"dart:ffi.Uint32Pointer.asTypedList","href":"dart-ffi/Uint32Pointer/asTypedList.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a typed list view backed by memory in the address space.","enclosedBy":{"name":"Uint32Pointer","kind":6,"href":"dart-ffi/Uint32Pointer.html"}},{"name":"elementAt","qualifiedName":"dart:ffi.Uint32Pointer.elementAt","href":"dart-ffi/Uint32Pointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"Uint32Pointer","kind":6,"href":"dart-ffi/Uint32Pointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.Uint32Pointer.operator +","href":"dart-ffi/Uint32Pointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Uint32 after this one.","enclosedBy":{"name":"Uint32Pointer","kind":6,"href":"dart-ffi/Uint32Pointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.Uint32Pointer.operator -","href":"dart-ffi/Uint32Pointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Uint32 before this one.","enclosedBy":{"name":"Uint32Pointer","kind":6,"href":"dart-ffi/Uint32Pointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Uint32Pointer.operator []","href":"dart-ffi/Uint32Pointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 32-bit unsigned integer at address + sizeOf&lt;Uint32&gt;() * index.","enclosedBy":{"name":"Uint32Pointer","kind":6,"href":"dart-ffi/Uint32Pointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Uint32Pointer.operator []=","href":"dart-ffi/Uint32Pointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 32-bit unsigned integer at address + sizeOf&lt;Uint32&gt;() * index.","enclosedBy":{"name":"Uint32Pointer","kind":6,"href":"dart-ffi/Uint32Pointer.html"}},{"name":"value","qualifiedName":"dart:ffi.Uint32Pointer.value","href":"dart-ffi/Uint32Pointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The 32-bit unsigned integer at address.","enclosedBy":{"name":"Uint32Pointer","kind":6,"href":"dart-ffi/Uint32Pointer.html"}},{"name":"Uint64","qualifiedName":"dart:ffi.Uint64","href":"dart-ffi/Uint64-class.html","kind":3,"packageRank":15,"desc":"Represents a native unsigned 64 bit integer in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Uint64.new","qualifiedName":"dart:ffi.Uint64.Uint64.new","href":"dart-ffi/Uint64/Uint64.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Uint64","kind":3,"href":"dart-ffi/Uint64-class.html"}},{"name":"Uint64Array","qualifiedName":"dart:ffi.Uint64Array","href":"dart-ffi/Uint64Array.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Uint64.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.Uint64Array.elements","href":"dart-ffi/Uint64Array/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"Uint64Array","kind":6,"href":"dart-ffi/Uint64Array.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Uint64Array.operator []","href":"dart-ffi/Uint64Array/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads a Dart value from this array at index.","enclosedBy":{"name":"Uint64Array","kind":6,"href":"dart-ffi/Uint64Array.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Uint64Array.operator []=","href":"dart-ffi/Uint64Array/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stores a Dart value in this array at index.","enclosedBy":{"name":"Uint64Array","kind":6,"href":"dart-ffi/Uint64Array.html"}},{"name":"Uint64ListAddress","qualifiedName":"dart:ffi.Uint64ListAddress","href":"dart-ffi/Uint64ListAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.Uint64ListAddress.address","href":"dart-ffi/Uint64ListAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"Uint64ListAddress","kind":6,"href":"dart-ffi/Uint64ListAddress.html"}},{"name":"Uint64Pointer","qualifiedName":"dart:ffi.Uint64Pointer","href":"dart-ffi/Uint64Pointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Uint64.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"asTypedList","qualifiedName":"dart:ffi.Uint64Pointer.asTypedList","href":"dart-ffi/Uint64Pointer/asTypedList.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a typed list view backed by memory in the address space.","enclosedBy":{"name":"Uint64Pointer","kind":6,"href":"dart-ffi/Uint64Pointer.html"}},{"name":"elementAt","qualifiedName":"dart:ffi.Uint64Pointer.elementAt","href":"dart-ffi/Uint64Pointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"Uint64Pointer","kind":6,"href":"dart-ffi/Uint64Pointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.Uint64Pointer.operator +","href":"dart-ffi/Uint64Pointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Uint64 after this one.","enclosedBy":{"name":"Uint64Pointer","kind":6,"href":"dart-ffi/Uint64Pointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.Uint64Pointer.operator -","href":"dart-ffi/Uint64Pointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth Uint64 before this one.","enclosedBy":{"name":"Uint64Pointer","kind":6,"href":"dart-ffi/Uint64Pointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.Uint64Pointer.operator []","href":"dart-ffi/Uint64Pointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 64-bit unsigned integer at address + sizeOf&lt;Uint64&gt;() * index.","enclosedBy":{"name":"Uint64Pointer","kind":6,"href":"dart-ffi/Uint64Pointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.Uint64Pointer.operator []=","href":"dart-ffi/Uint64Pointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The 64-bit unsigned integer at address + sizeOf&lt;Uint64&gt;() * index.","enclosedBy":{"name":"Uint64Pointer","kind":6,"href":"dart-ffi/Uint64Pointer.html"}},{"name":"value","qualifiedName":"dart:ffi.Uint64Pointer.value","href":"dart-ffi/Uint64Pointer/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The 64-bit unsigned integer at address.","enclosedBy":{"name":"Uint64Pointer","kind":6,"href":"dart-ffi/Uint64Pointer.html"}},{"name":"UintPtr","qualifiedName":"dart:ffi.UintPtr","href":"dart-ffi/UintPtr-class.html","kind":3,"packageRank":15,"desc":"The C uintptr_t type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"UintPtr.new","qualifiedName":"dart:ffi.UintPtr.UintPtr.new","href":"dart-ffi/UintPtr/UintPtr.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"UintPtr","kind":3,"href":"dart-ffi/UintPtr-class.html"}},{"name":"Union","qualifiedName":"dart:ffi.Union","href":"dart-ffi/Union-class.html","kind":3,"packageRank":15,"desc":"The supertype of all FFI union types.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Union.new","qualifiedName":"dart:ffi.Union.Union.new","href":"dart-ffi/Union/Union.html","kind":2,"packageRank":15,"desc":"Construct a reference to the nullptr.","enclosedBy":{"name":"Union","kind":3,"href":"dart-ffi/Union-class.html"}},{"name":"create","qualifiedName":"dart:ffi.Union.create","href":"dart-ffi/Union/create.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a union view of bytes in typedData.","enclosedBy":{"name":"Union","kind":3,"href":"dart-ffi/Union-class.html"}},{"name":"UnionAddress","qualifiedName":"dart:ffi.UnionAddress","href":"dart-ffi/UnionAddress.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"address","qualifiedName":"dart:ffi.UnionAddress.address","href":"dart-ffi/UnionAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The memory address of the underlying data.","enclosedBy":{"name":"UnionAddress","kind":6,"href":"dart-ffi/UnionAddress.html"}},{"name":"UnionArray","qualifiedName":"dart:ffi.UnionArray","href":"dart-ffi/UnionArray.html","kind":6,"packageRank":15,"desc":"Bounds checking indexing methods on Arrays of Union.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elements","qualifiedName":"dart:ffi.UnionArray.elements","href":"dart-ffi/UnionArray/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list view of the bytes of this array.","enclosedBy":{"name":"UnionArray","kind":6,"href":"dart-ffi/UnionArray.html"}},{"name":"operator []","qualifiedName":"dart:ffi.UnionArray.operator []","href":"dart-ffi/UnionArray/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"This extension method must be invoked on a receiver of type Pointer&lt;T&gt;\nwhere T is a compile-time constant type.","enclosedBy":{"name":"UnionArray","kind":6,"href":"dart-ffi/UnionArray.html"}},{"name":"UnionPointer","qualifiedName":"dart:ffi.UnionPointer","href":"dart-ffi/UnionPointer.html","kind":6,"packageRank":15,"desc":"Extension on Pointer specialized for the type argument Union.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"elementAt","qualifiedName":"dart:ffi.UnionPointer.elementAt","href":"dart-ffi/UnionPointer/elementAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Pointer arithmetic (takes element size into account).","enclosedBy":{"name":"UnionPointer","kind":6,"href":"dart-ffi/UnionPointer.html"}},{"name":"operator +","qualifiedName":"dart:ffi.UnionPointer.operator +","href":"dart-ffi/UnionPointer/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth T after this one.","enclosedBy":{"name":"UnionPointer","kind":6,"href":"dart-ffi/UnionPointer.html"}},{"name":"operator -","qualifiedName":"dart:ffi.UnionPointer.operator -","href":"dart-ffi/UnionPointer/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the offsetth T before this one.","enclosedBy":{"name":"UnionPointer","kind":6,"href":"dart-ffi/UnionPointer.html"}},{"name":"operator []","qualifiedName":"dart:ffi.UnionPointer.operator []","href":"dart-ffi/UnionPointer/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a reference to access the fields of this union backed by native\nmemory at address + sizeOf&lt;T&gt;() * index.","enclosedBy":{"name":"UnionPointer","kind":6,"href":"dart-ffi/UnionPointer.html"}},{"name":"operator []=","qualifiedName":"dart:ffi.UnionPointer.operator []=","href":"dart-ffi/UnionPointer/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Copies the value union into native memory, starting at\naddress * sizeOf&lt;T&gt;() * index.","enclosedBy":{"name":"UnionPointer","kind":6,"href":"dart-ffi/UnionPointer.html"}},{"name":"ref","qualifiedName":"dart:ffi.UnionPointer.ref","href":"dart-ffi/UnionPointer/ref.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A Dart view of the union referenced by this pointer.","enclosedBy":{"name":"UnionPointer","kind":6,"href":"dart-ffi/UnionPointer.html"}},{"name":"refWithFinalizer","qualifiedName":"dart:ffi.UnionPointer.refWithFinalizer","href":"dart-ffi/UnionPointer/refWithFinalizer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"A Dart view of the union referenced by this pointer.","enclosedBy":{"name":"UnionPointer","kind":6,"href":"dart-ffi/UnionPointer.html"}},{"name":"UnsignedChar","qualifiedName":"dart:ffi.UnsignedChar","href":"dart-ffi/UnsignedChar-class.html","kind":3,"packageRank":15,"desc":"The C unsigned char type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"UnsignedChar.new","qualifiedName":"dart:ffi.UnsignedChar.UnsignedChar.new","href":"dart-ffi/UnsignedChar/UnsignedChar.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"UnsignedChar","kind":3,"href":"dart-ffi/UnsignedChar-class.html"}},{"name":"UnsignedInt","qualifiedName":"dart:ffi.UnsignedInt","href":"dart-ffi/UnsignedInt-class.html","kind":3,"packageRank":15,"desc":"The C unsigned int type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"UnsignedInt.new","qualifiedName":"dart:ffi.UnsignedInt.UnsignedInt.new","href":"dart-ffi/UnsignedInt/UnsignedInt.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"UnsignedInt","kind":3,"href":"dart-ffi/UnsignedInt-class.html"}},{"name":"UnsignedLong","qualifiedName":"dart:ffi.UnsignedLong","href":"dart-ffi/UnsignedLong-class.html","kind":3,"packageRank":15,"desc":"The C unsigned long int, aka. unsigned long, type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"UnsignedLong.new","qualifiedName":"dart:ffi.UnsignedLong.UnsignedLong.new","href":"dart-ffi/UnsignedLong/UnsignedLong.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"UnsignedLong","kind":3,"href":"dart-ffi/UnsignedLong-class.html"}},{"name":"UnsignedLongLong","qualifiedName":"dart:ffi.UnsignedLongLong","href":"dart-ffi/UnsignedLongLong-class.html","kind":3,"packageRank":15,"desc":"The C unsigned long long type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"UnsignedLongLong.new","qualifiedName":"dart:ffi.UnsignedLongLong.UnsignedLongLong.new","href":"dart-ffi/UnsignedLongLong/UnsignedLongLong.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"UnsignedLongLong","kind":3,"href":"dart-ffi/UnsignedLongLong-class.html"}},{"name":"UnsignedShort","qualifiedName":"dart:ffi.UnsignedShort","href":"dart-ffi/UnsignedShort-class.html","kind":3,"packageRank":15,"desc":"The C unsigned short type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"UnsignedShort.new","qualifiedName":"dart:ffi.UnsignedShort.UnsignedShort.new","href":"dart-ffi/UnsignedShort/UnsignedShort.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"UnsignedShort","kind":3,"href":"dart-ffi/UnsignedShort-class.html"}},{"name":"VarArgs","qualifiedName":"dart:ffi.VarArgs","href":"dart-ffi/VarArgs-class.html","kind":3,"packageRank":15,"desc":"The types of variadic arguments passed in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"Void","qualifiedName":"dart:ffi.Void","href":"dart-ffi/Void-class.html","kind":3,"packageRank":15,"desc":"Represents a void type in C.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"WChar","qualifiedName":"dart:ffi.WChar","href":"dart-ffi/WChar-class.html","kind":3,"packageRank":15,"desc":"The C wchar_t type.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"WChar.new","qualifiedName":"dart:ffi.WChar.WChar.new","href":"dart-ffi/WChar/WChar.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"WChar","kind":3,"href":"dart-ffi/WChar-class.html"}},{"name":"nullptr","qualifiedName":"dart:ffi.nullptr","href":"dart-ffi/nullptr.html","kind":20,"packageRank":15,"desc":"Represents a pointer into the native C memory corresponding to 'NULL', e.g.\na pointer with address 0.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"sizeOf","qualifiedName":"dart:ffi.sizeOf","href":"dart-ffi/sizeOf.html","kind":8,"packageRank":15,"desc":"Number of bytes used by native type T.","enclosedBy":{"name":"dart:ffi","kind":9,"href":"dart-ffi/"}},{"name":"dart:html","qualifiedName":"dart:html","href":"dart-html/","kind":9,"packageRank":15,"desc":"HTML elements and other resources for web-based applications that need to\ninteract with the browser and the DOM (Document Object Model)."},{"name":"AbortPaymentEvent","qualifiedName":"dart:html.AbortPaymentEvent","href":"dart-html/AbortPaymentEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"AbortPaymentEvent.new","qualifiedName":"dart:html.AbortPaymentEvent.AbortPaymentEvent.new","href":"dart-html/AbortPaymentEvent/AbortPaymentEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"AbortPaymentEvent","kind":3,"href":"dart-html/AbortPaymentEvent-class.html"}},{"name":"respondWith","qualifiedName":"dart:html.AbortPaymentEvent.respondWith","href":"dart-html/AbortPaymentEvent/respondWith.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AbortPaymentEvent","kind":3,"href":"dart-html/AbortPaymentEvent-class.html"}},{"name":"AbsoluteOrientationSensor","qualifiedName":"dart:html.AbsoluteOrientationSensor","href":"dart-html/AbsoluteOrientationSensor-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"AbsoluteOrientationSensor.new","qualifiedName":"dart:html.AbsoluteOrientationSensor.AbsoluteOrientationSensor.new","href":"dart-html/AbsoluteOrientationSensor/AbsoluteOrientationSensor.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"AbsoluteOrientationSensor","kind":3,"href":"dart-html/AbsoluteOrientationSensor-class.html"}},{"name":"AbstractWorker","qualifiedName":"dart:html.AbstractWorker","href":"dart-html/AbstractWorker-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"errorEvent","qualifiedName":"dart:html.AbstractWorker.errorEvent","href":"dart-html/AbstractWorker/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of AbstractWorker.","enclosedBy":{"name":"AbstractWorker","kind":3,"href":"dart-html/AbstractWorker-class.html"}},{"name":"onError","qualifiedName":"dart:html.AbstractWorker.onError","href":"dart-html/AbstractWorker/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this AbstractWorker.","enclosedBy":{"name":"AbstractWorker","kind":3,"href":"dart-html/AbstractWorker-class.html"}},{"name":"Accelerometer","qualifiedName":"dart:html.Accelerometer","href":"dart-html/Accelerometer-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Accelerometer.new","qualifiedName":"dart:html.Accelerometer.Accelerometer.new","href":"dart-html/Accelerometer/Accelerometer.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Accelerometer","kind":3,"href":"dart-html/Accelerometer-class.html"}},{"name":"x","qualifiedName":"dart:html.Accelerometer.x","href":"dart-html/Accelerometer/x.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Accelerometer","kind":3,"href":"dart-html/Accelerometer-class.html"}},{"name":"y","qualifiedName":"dart:html.Accelerometer.y","href":"dart-html/Accelerometer/y.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Accelerometer","kind":3,"href":"dart-html/Accelerometer-class.html"}},{"name":"z","qualifiedName":"dart:html.Accelerometer.z","href":"dart-html/Accelerometer/z.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Accelerometer","kind":3,"href":"dart-html/Accelerometer-class.html"}},{"name":"AccessibleNode","qualifiedName":"dart:html.AccessibleNode","href":"dart-html/AccessibleNode-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"AccessibleNode.new","qualifiedName":"dart:html.AccessibleNode.AccessibleNode.new","href":"dart-html/AccessibleNode/AccessibleNode.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"accessibleClickEvent","qualifiedName":"dart:html.AccessibleNode.accessibleClickEvent","href":"dart-html/AccessibleNode/accessibleClickEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"accessibleContextMenuEvent","qualifiedName":"dart:html.AccessibleNode.accessibleContextMenuEvent","href":"dart-html/AccessibleNode/accessibleContextMenuEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"accessibleDecrementEvent","qualifiedName":"dart:html.AccessibleNode.accessibleDecrementEvent","href":"dart-html/AccessibleNode/accessibleDecrementEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"accessibleFocusEvent","qualifiedName":"dart:html.AccessibleNode.accessibleFocusEvent","href":"dart-html/AccessibleNode/accessibleFocusEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"accessibleIncrementEvent","qualifiedName":"dart:html.AccessibleNode.accessibleIncrementEvent","href":"dart-html/AccessibleNode/accessibleIncrementEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"accessibleScrollIntoViewEvent","qualifiedName":"dart:html.AccessibleNode.accessibleScrollIntoViewEvent","href":"dart-html/AccessibleNode/accessibleScrollIntoViewEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"activeDescendant","qualifiedName":"dart:html.AccessibleNode.activeDescendant","href":"dart-html/AccessibleNode/activeDescendant.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"appendChild","qualifiedName":"dart:html.AccessibleNode.appendChild","href":"dart-html/AccessibleNode/appendChild.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"atomic","qualifiedName":"dart:html.AccessibleNode.atomic","href":"dart-html/AccessibleNode/atomic.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"autocomplete","qualifiedName":"dart:html.AccessibleNode.autocomplete","href":"dart-html/AccessibleNode/autocomplete.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"busy","qualifiedName":"dart:html.AccessibleNode.busy","href":"dart-html/AccessibleNode/busy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"checked","qualifiedName":"dart:html.AccessibleNode.checked","href":"dart-html/AccessibleNode/checked.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"colCount","qualifiedName":"dart:html.AccessibleNode.colCount","href":"dart-html/AccessibleNode/colCount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"colIndex","qualifiedName":"dart:html.AccessibleNode.colIndex","href":"dart-html/AccessibleNode/colIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"colSpan","qualifiedName":"dart:html.AccessibleNode.colSpan","href":"dart-html/AccessibleNode/colSpan.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"controls","qualifiedName":"dart:html.AccessibleNode.controls","href":"dart-html/AccessibleNode/controls.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"current","qualifiedName":"dart:html.AccessibleNode.current","href":"dart-html/AccessibleNode/current.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"describedBy","qualifiedName":"dart:html.AccessibleNode.describedBy","href":"dart-html/AccessibleNode/describedBy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"details","qualifiedName":"dart:html.AccessibleNode.details","href":"dart-html/AccessibleNode/details.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"disabled","qualifiedName":"dart:html.AccessibleNode.disabled","href":"dart-html/AccessibleNode/disabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"errorMessage","qualifiedName":"dart:html.AccessibleNode.errorMessage","href":"dart-html/AccessibleNode/errorMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"expanded","qualifiedName":"dart:html.AccessibleNode.expanded","href":"dart-html/AccessibleNode/expanded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"flowTo","qualifiedName":"dart:html.AccessibleNode.flowTo","href":"dart-html/AccessibleNode/flowTo.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"hasPopUp","qualifiedName":"dart:html.AccessibleNode.hasPopUp","href":"dart-html/AccessibleNode/hasPopUp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"hidden","qualifiedName":"dart:html.AccessibleNode.hidden","href":"dart-html/AccessibleNode/hidden.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"invalid","qualifiedName":"dart:html.AccessibleNode.invalid","href":"dart-html/AccessibleNode/invalid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"keyShortcuts","qualifiedName":"dart:html.AccessibleNode.keyShortcuts","href":"dart-html/AccessibleNode/keyShortcuts.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"label","qualifiedName":"dart:html.AccessibleNode.label","href":"dart-html/AccessibleNode/label.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"labeledBy","qualifiedName":"dart:html.AccessibleNode.labeledBy","href":"dart-html/AccessibleNode/labeledBy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"level","qualifiedName":"dart:html.AccessibleNode.level","href":"dart-html/AccessibleNode/level.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"live","qualifiedName":"dart:html.AccessibleNode.live","href":"dart-html/AccessibleNode/live.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"modal","qualifiedName":"dart:html.AccessibleNode.modal","href":"dart-html/AccessibleNode/modal.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"multiline","qualifiedName":"dart:html.AccessibleNode.multiline","href":"dart-html/AccessibleNode/multiline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"multiselectable","qualifiedName":"dart:html.AccessibleNode.multiselectable","href":"dart-html/AccessibleNode/multiselectable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"onAccessibleClick","qualifiedName":"dart:html.AccessibleNode.onAccessibleClick","href":"dart-html/AccessibleNode/onAccessibleClick.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"onAccessibleContextMenu","qualifiedName":"dart:html.AccessibleNode.onAccessibleContextMenu","href":"dart-html/AccessibleNode/onAccessibleContextMenu.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"onAccessibleDecrement","qualifiedName":"dart:html.AccessibleNode.onAccessibleDecrement","href":"dart-html/AccessibleNode/onAccessibleDecrement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"onAccessibleFocus","qualifiedName":"dart:html.AccessibleNode.onAccessibleFocus","href":"dart-html/AccessibleNode/onAccessibleFocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"onAccessibleIncrement","qualifiedName":"dart:html.AccessibleNode.onAccessibleIncrement","href":"dart-html/AccessibleNode/onAccessibleIncrement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"onAccessibleScrollIntoView","qualifiedName":"dart:html.AccessibleNode.onAccessibleScrollIntoView","href":"dart-html/AccessibleNode/onAccessibleScrollIntoView.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"orientation","qualifiedName":"dart:html.AccessibleNode.orientation","href":"dart-html/AccessibleNode/orientation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"owns","qualifiedName":"dart:html.AccessibleNode.owns","href":"dart-html/AccessibleNode/owns.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"placeholder","qualifiedName":"dart:html.AccessibleNode.placeholder","href":"dart-html/AccessibleNode/placeholder.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"posInSet","qualifiedName":"dart:html.AccessibleNode.posInSet","href":"dart-html/AccessibleNode/posInSet.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"pressed","qualifiedName":"dart:html.AccessibleNode.pressed","href":"dart-html/AccessibleNode/pressed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"readOnly","qualifiedName":"dart:html.AccessibleNode.readOnly","href":"dart-html/AccessibleNode/readOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"relevant","qualifiedName":"dart:html.AccessibleNode.relevant","href":"dart-html/AccessibleNode/relevant.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"required","qualifiedName":"dart:html.AccessibleNode.required","href":"dart-html/AccessibleNode/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"role","qualifiedName":"dart:html.AccessibleNode.role","href":"dart-html/AccessibleNode/role.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"roleDescription","qualifiedName":"dart:html.AccessibleNode.roleDescription","href":"dart-html/AccessibleNode/roleDescription.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"rowCount","qualifiedName":"dart:html.AccessibleNode.rowCount","href":"dart-html/AccessibleNode/rowCount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"rowIndex","qualifiedName":"dart:html.AccessibleNode.rowIndex","href":"dart-html/AccessibleNode/rowIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"rowSpan","qualifiedName":"dart:html.AccessibleNode.rowSpan","href":"dart-html/AccessibleNode/rowSpan.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"selected","qualifiedName":"dart:html.AccessibleNode.selected","href":"dart-html/AccessibleNode/selected.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"setSize","qualifiedName":"dart:html.AccessibleNode.setSize","href":"dart-html/AccessibleNode/setSize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"sort","qualifiedName":"dart:html.AccessibleNode.sort","href":"dart-html/AccessibleNode/sort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"valueMax","qualifiedName":"dart:html.AccessibleNode.valueMax","href":"dart-html/AccessibleNode/valueMax.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"valueMin","qualifiedName":"dart:html.AccessibleNode.valueMin","href":"dart-html/AccessibleNode/valueMin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"valueNow","qualifiedName":"dart:html.AccessibleNode.valueNow","href":"dart-html/AccessibleNode/valueNow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"valueText","qualifiedName":"dart:html.AccessibleNode.valueText","href":"dart-html/AccessibleNode/valueText.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNode","kind":3,"href":"dart-html/AccessibleNode-class.html"}},{"name":"AccessibleNodeList","qualifiedName":"dart:html.AccessibleNodeList","href":"dart-html/AccessibleNodeList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"AccessibleNodeList.new","qualifiedName":"dart:html.AccessibleNodeList.AccessibleNodeList.new","href":"dart-html/AccessibleNodeList/AccessibleNodeList.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNodeList","kind":3,"href":"dart-html/AccessibleNodeList-class.html"}},{"name":"add","qualifiedName":"dart:html.AccessibleNodeList.add","href":"dart-html/AccessibleNodeList/add.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNodeList","kind":3,"href":"dart-html/AccessibleNodeList-class.html"}},{"name":"item","qualifiedName":"dart:html.AccessibleNodeList.item","href":"dart-html/AccessibleNodeList/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNodeList","kind":3,"href":"dart-html/AccessibleNodeList-class.html"}},{"name":"length","qualifiedName":"dart:html.AccessibleNodeList.length","href":"dart-html/AccessibleNodeList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNodeList","kind":3,"href":"dart-html/AccessibleNodeList-class.html"}},{"name":"remove","qualifiedName":"dart:html.AccessibleNodeList.remove","href":"dart-html/AccessibleNodeList/remove.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AccessibleNodeList","kind":3,"href":"dart-html/AccessibleNodeList-class.html"}},{"name":"AmbientLightSensor","qualifiedName":"dart:html.AmbientLightSensor","href":"dart-html/AmbientLightSensor-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"AmbientLightSensor.new","qualifiedName":"dart:html.AmbientLightSensor.AmbientLightSensor.new","href":"dart-html/AmbientLightSensor/AmbientLightSensor.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"AmbientLightSensor","kind":3,"href":"dart-html/AmbientLightSensor-class.html"}},{"name":"illuminance","qualifiedName":"dart:html.AmbientLightSensor.illuminance","href":"dart-html/AmbientLightSensor/illuminance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AmbientLightSensor","kind":3,"href":"dart-html/AmbientLightSensor-class.html"}},{"name":"AnchorElement","qualifiedName":"dart:html.AnchorElement","href":"dart-html/AnchorElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"AnchorElement.new","qualifiedName":"dart:html.AnchorElement.AnchorElement.new","href":"dart-html/AnchorElement/AnchorElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"download","qualifiedName":"dart:html.AnchorElement.download","href":"dart-html/AnchorElement/download.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"hash","qualifiedName":"dart:html.AnchorElement.hash","href":"dart-html/AnchorElement/hash.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"host","qualifiedName":"dart:html.AnchorElement.host","href":"dart-html/AnchorElement/host.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"hostname","qualifiedName":"dart:html.AnchorElement.hostname","href":"dart-html/AnchorElement/hostname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"href","qualifiedName":"dart:html.AnchorElement.href","href":"dart-html/AnchorElement/href.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"hreflang","qualifiedName":"dart:html.AnchorElement.hreflang","href":"dart-html/AnchorElement/hreflang.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"origin","qualifiedName":"dart:html.AnchorElement.origin","href":"dart-html/AnchorElement/origin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"password","qualifiedName":"dart:html.AnchorElement.password","href":"dart-html/AnchorElement/password.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"pathname","qualifiedName":"dart:html.AnchorElement.pathname","href":"dart-html/AnchorElement/pathname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"port","qualifiedName":"dart:html.AnchorElement.port","href":"dart-html/AnchorElement/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"protocol","qualifiedName":"dart:html.AnchorElement.protocol","href":"dart-html/AnchorElement/protocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"referrerPolicy","qualifiedName":"dart:html.AnchorElement.referrerPolicy","href":"dart-html/AnchorElement/referrerPolicy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"rel","qualifiedName":"dart:html.AnchorElement.rel","href":"dart-html/AnchorElement/rel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"search","qualifiedName":"dart:html.AnchorElement.search","href":"dart-html/AnchorElement/search.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"target","qualifiedName":"dart:html.AnchorElement.target","href":"dart-html/AnchorElement/target.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"toString","qualifiedName":"dart:html.AnchorElement.toString","href":"dart-html/AnchorElement/toString.html","kind":10,"overriddenDepth":4,"packageRank":15,"desc":"The string representation of this element.","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"type","qualifiedName":"dart:html.AnchorElement.type","href":"dart-html/AnchorElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"username","qualifiedName":"dart:html.AnchorElement.username","href":"dart-html/AnchorElement/username.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnchorElement","kind":3,"href":"dart-html/AnchorElement-class.html"}},{"name":"Animation","qualifiedName":"dart:html.Animation","href":"dart-html/Animation-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Animation.new","qualifiedName":"dart:html.Animation.Animation.new","href":"dart-html/Animation/Animation.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"cancel","qualifiedName":"dart:html.Animation.cancel","href":"dart-html/Animation/cancel.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"cancelEvent","qualifiedName":"dart:html.Animation.cancelEvent","href":"dart-html/Animation/cancelEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"currentTime","qualifiedName":"dart:html.Animation.currentTime","href":"dart-html/Animation/currentTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"effect","qualifiedName":"dart:html.Animation.effect","href":"dart-html/Animation/effect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"finish","qualifiedName":"dart:html.Animation.finish","href":"dart-html/Animation/finish.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"finishEvent","qualifiedName":"dart:html.Animation.finishEvent","href":"dart-html/Animation/finishEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"finished","qualifiedName":"dart:html.Animation.finished","href":"dart-html/Animation/finished.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"id","qualifiedName":"dart:html.Animation.id","href":"dart-html/Animation/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"onCancel","qualifiedName":"dart:html.Animation.onCancel","href":"dart-html/Animation/onCancel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"onFinish","qualifiedName":"dart:html.Animation.onFinish","href":"dart-html/Animation/onFinish.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"pause","qualifiedName":"dart:html.Animation.pause","href":"dart-html/Animation/pause.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"play","qualifiedName":"dart:html.Animation.play","href":"dart-html/Animation/play.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"playState","qualifiedName":"dart:html.Animation.playState","href":"dart-html/Animation/playState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"playbackRate","qualifiedName":"dart:html.Animation.playbackRate","href":"dart-html/Animation/playbackRate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"ready","qualifiedName":"dart:html.Animation.ready","href":"dart-html/Animation/ready.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"reverse","qualifiedName":"dart:html.Animation.reverse","href":"dart-html/Animation/reverse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"startTime","qualifiedName":"dart:html.Animation.startTime","href":"dart-html/Animation/startTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"supported","qualifiedName":"dart:html.Animation.supported","href":"dart-html/Animation/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"timeline","qualifiedName":"dart:html.Animation.timeline","href":"dart-html/Animation/timeline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Animation","kind":3,"href":"dart-html/Animation-class.html"}},{"name":"AnimationEffectReadOnly","qualifiedName":"dart:html.AnimationEffectReadOnly","href":"dart-html/AnimationEffectReadOnly-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getComputedTiming","qualifiedName":"dart:html.AnimationEffectReadOnly.getComputedTiming","href":"dart-html/AnimationEffectReadOnly/getComputedTiming.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectReadOnly","kind":3,"href":"dart-html/AnimationEffectReadOnly-class.html"}},{"name":"timing","qualifiedName":"dart:html.AnimationEffectReadOnly.timing","href":"dart-html/AnimationEffectReadOnly/timing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectReadOnly","kind":3,"href":"dart-html/AnimationEffectReadOnly-class.html"}},{"name":"AnimationEffectTiming","qualifiedName":"dart:html.AnimationEffectTiming","href":"dart-html/AnimationEffectTiming-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"delay","qualifiedName":"dart:html.AnimationEffectTiming.delay","href":"dart-html/AnimationEffectTiming/delay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTiming","kind":3,"href":"dart-html/AnimationEffectTiming-class.html"}},{"name":"direction","qualifiedName":"dart:html.AnimationEffectTiming.direction","href":"dart-html/AnimationEffectTiming/direction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTiming","kind":3,"href":"dart-html/AnimationEffectTiming-class.html"}},{"name":"duration","qualifiedName":"dart:html.AnimationEffectTiming.duration","href":"dart-html/AnimationEffectTiming/duration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTiming","kind":3,"href":"dart-html/AnimationEffectTiming-class.html"}},{"name":"easing","qualifiedName":"dart:html.AnimationEffectTiming.easing","href":"dart-html/AnimationEffectTiming/easing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTiming","kind":3,"href":"dart-html/AnimationEffectTiming-class.html"}},{"name":"endDelay","qualifiedName":"dart:html.AnimationEffectTiming.endDelay","href":"dart-html/AnimationEffectTiming/endDelay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTiming","kind":3,"href":"dart-html/AnimationEffectTiming-class.html"}},{"name":"fill","qualifiedName":"dart:html.AnimationEffectTiming.fill","href":"dart-html/AnimationEffectTiming/fill.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTiming","kind":3,"href":"dart-html/AnimationEffectTiming-class.html"}},{"name":"iterationStart","qualifiedName":"dart:html.AnimationEffectTiming.iterationStart","href":"dart-html/AnimationEffectTiming/iterationStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTiming","kind":3,"href":"dart-html/AnimationEffectTiming-class.html"}},{"name":"iterations","qualifiedName":"dart:html.AnimationEffectTiming.iterations","href":"dart-html/AnimationEffectTiming/iterations.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTiming","kind":3,"href":"dart-html/AnimationEffectTiming-class.html"}},{"name":"AnimationEffectTimingReadOnly","qualifiedName":"dart:html.AnimationEffectTimingReadOnly","href":"dart-html/AnimationEffectTimingReadOnly-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"delay","qualifiedName":"dart:html.AnimationEffectTimingReadOnly.delay","href":"dart-html/AnimationEffectTimingReadOnly/delay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTimingReadOnly","kind":3,"href":"dart-html/AnimationEffectTimingReadOnly-class.html"}},{"name":"direction","qualifiedName":"dart:html.AnimationEffectTimingReadOnly.direction","href":"dart-html/AnimationEffectTimingReadOnly/direction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTimingReadOnly","kind":3,"href":"dart-html/AnimationEffectTimingReadOnly-class.html"}},{"name":"duration","qualifiedName":"dart:html.AnimationEffectTimingReadOnly.duration","href":"dart-html/AnimationEffectTimingReadOnly/duration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTimingReadOnly","kind":3,"href":"dart-html/AnimationEffectTimingReadOnly-class.html"}},{"name":"easing","qualifiedName":"dart:html.AnimationEffectTimingReadOnly.easing","href":"dart-html/AnimationEffectTimingReadOnly/easing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTimingReadOnly","kind":3,"href":"dart-html/AnimationEffectTimingReadOnly-class.html"}},{"name":"endDelay","qualifiedName":"dart:html.AnimationEffectTimingReadOnly.endDelay","href":"dart-html/AnimationEffectTimingReadOnly/endDelay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTimingReadOnly","kind":3,"href":"dart-html/AnimationEffectTimingReadOnly-class.html"}},{"name":"fill","qualifiedName":"dart:html.AnimationEffectTimingReadOnly.fill","href":"dart-html/AnimationEffectTimingReadOnly/fill.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTimingReadOnly","kind":3,"href":"dart-html/AnimationEffectTimingReadOnly-class.html"}},{"name":"iterationStart","qualifiedName":"dart:html.AnimationEffectTimingReadOnly.iterationStart","href":"dart-html/AnimationEffectTimingReadOnly/iterationStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTimingReadOnly","kind":3,"href":"dart-html/AnimationEffectTimingReadOnly-class.html"}},{"name":"iterations","qualifiedName":"dart:html.AnimationEffectTimingReadOnly.iterations","href":"dart-html/AnimationEffectTimingReadOnly/iterations.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEffectTimingReadOnly","kind":3,"href":"dart-html/AnimationEffectTimingReadOnly-class.html"}},{"name":"AnimationEvent","qualifiedName":"dart:html.AnimationEvent","href":"dart-html/AnimationEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"AnimationEvent.new","qualifiedName":"dart:html.AnimationEvent.AnimationEvent.new","href":"dart-html/AnimationEvent/AnimationEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEvent","kind":3,"href":"dart-html/AnimationEvent-class.html"}},{"name":"animationName","qualifiedName":"dart:html.AnimationEvent.animationName","href":"dart-html/AnimationEvent/animationName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEvent","kind":3,"href":"dart-html/AnimationEvent-class.html"}},{"name":"elapsedTime","qualifiedName":"dart:html.AnimationEvent.elapsedTime","href":"dart-html/AnimationEvent/elapsedTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationEvent","kind":3,"href":"dart-html/AnimationEvent-class.html"}},{"name":"AnimationPlaybackEvent","qualifiedName":"dart:html.AnimationPlaybackEvent","href":"dart-html/AnimationPlaybackEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"AnimationPlaybackEvent.new","qualifiedName":"dart:html.AnimationPlaybackEvent.AnimationPlaybackEvent.new","href":"dart-html/AnimationPlaybackEvent/AnimationPlaybackEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationPlaybackEvent","kind":3,"href":"dart-html/AnimationPlaybackEvent-class.html"}},{"name":"currentTime","qualifiedName":"dart:html.AnimationPlaybackEvent.currentTime","href":"dart-html/AnimationPlaybackEvent/currentTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationPlaybackEvent","kind":3,"href":"dart-html/AnimationPlaybackEvent-class.html"}},{"name":"timelineTime","qualifiedName":"dart:html.AnimationPlaybackEvent.timelineTime","href":"dart-html/AnimationPlaybackEvent/timelineTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationPlaybackEvent","kind":3,"href":"dart-html/AnimationPlaybackEvent-class.html"}},{"name":"AnimationTimeline","qualifiedName":"dart:html.AnimationTimeline","href":"dart-html/AnimationTimeline-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"currentTime","qualifiedName":"dart:html.AnimationTimeline.currentTime","href":"dart-html/AnimationTimeline/currentTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationTimeline","kind":3,"href":"dart-html/AnimationTimeline-class.html"}},{"name":"AnimationWorkletGlobalScope","qualifiedName":"dart:html.AnimationWorkletGlobalScope","href":"dart-html/AnimationWorkletGlobalScope-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"registerAnimator","qualifiedName":"dart:html.AnimationWorkletGlobalScope.registerAnimator","href":"dart-html/AnimationWorkletGlobalScope/registerAnimator.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AnimationWorkletGlobalScope","kind":3,"href":"dart-html/AnimationWorkletGlobalScope-class.html"}},{"name":"ApplicationCache","qualifiedName":"dart:html.ApplicationCache","href":"dart-html/ApplicationCache-class.html","kind":3,"packageRank":15,"desc":"ApplicationCache is accessed via Window.applicationCache.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CHECKING","qualifiedName":"dart:html.ApplicationCache.CHECKING","href":"dart-html/ApplicationCache/CHECKING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"DOWNLOADING","qualifiedName":"dart:html.ApplicationCache.DOWNLOADING","href":"dart-html/ApplicationCache/DOWNLOADING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"IDLE","qualifiedName":"dart:html.ApplicationCache.IDLE","href":"dart-html/ApplicationCache/IDLE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"OBSOLETE","qualifiedName":"dart:html.ApplicationCache.OBSOLETE","href":"dart-html/ApplicationCache/OBSOLETE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"UNCACHED","qualifiedName":"dart:html.ApplicationCache.UNCACHED","href":"dart-html/ApplicationCache/UNCACHED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"UPDATEREADY","qualifiedName":"dart:html.ApplicationCache.UPDATEREADY","href":"dart-html/ApplicationCache/UPDATEREADY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"abort","qualifiedName":"dart:html.ApplicationCache.abort","href":"dart-html/ApplicationCache/abort.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"cachedEvent","qualifiedName":"dart:html.ApplicationCache.cachedEvent","href":"dart-html/ApplicationCache/cachedEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose cached events to event\nhandlers that are not necessarily instances of ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"checkingEvent","qualifiedName":"dart:html.ApplicationCache.checkingEvent","href":"dart-html/ApplicationCache/checkingEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose checking events to event\nhandlers that are not necessarily instances of ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"downloadingEvent","qualifiedName":"dart:html.ApplicationCache.downloadingEvent","href":"dart-html/ApplicationCache/downloadingEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose downloading events to event\nhandlers that are not necessarily instances of ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.ApplicationCache.errorEvent","href":"dart-html/ApplicationCache/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"noUpdateEvent","qualifiedName":"dart:html.ApplicationCache.noUpdateEvent","href":"dart-html/ApplicationCache/noUpdateEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose noupdate events to event\nhandlers that are not necessarily instances of ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"obsoleteEvent","qualifiedName":"dart:html.ApplicationCache.obsoleteEvent","href":"dart-html/ApplicationCache/obsoleteEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose obsolete events to event\nhandlers that are not necessarily instances of ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"onCached","qualifiedName":"dart:html.ApplicationCache.onCached","href":"dart-html/ApplicationCache/onCached.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of cached events handled by this ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"onChecking","qualifiedName":"dart:html.ApplicationCache.onChecking","href":"dart-html/ApplicationCache/onChecking.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of checking events handled by this ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"onDownloading","qualifiedName":"dart:html.ApplicationCache.onDownloading","href":"dart-html/ApplicationCache/onDownloading.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of downloading events handled by this ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"onError","qualifiedName":"dart:html.ApplicationCache.onError","href":"dart-html/ApplicationCache/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"onNoUpdate","qualifiedName":"dart:html.ApplicationCache.onNoUpdate","href":"dart-html/ApplicationCache/onNoUpdate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of noupdate events handled by this ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"onObsolete","qualifiedName":"dart:html.ApplicationCache.onObsolete","href":"dart-html/ApplicationCache/onObsolete.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of obsolete events handled by this ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"onProgress","qualifiedName":"dart:html.ApplicationCache.onProgress","href":"dart-html/ApplicationCache/onProgress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of progress events handled by this ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"onUpdateReady","qualifiedName":"dart:html.ApplicationCache.onUpdateReady","href":"dart-html/ApplicationCache/onUpdateReady.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of updateready events handled by this ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"progressEvent","qualifiedName":"dart:html.ApplicationCache.progressEvent","href":"dart-html/ApplicationCache/progressEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose progress events to event\nhandlers that are not necessarily instances of ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"status","qualifiedName":"dart:html.ApplicationCache.status","href":"dart-html/ApplicationCache/status.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"supported","qualifiedName":"dart:html.ApplicationCache.supported","href":"dart-html/ApplicationCache/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"swapCache","qualifiedName":"dart:html.ApplicationCache.swapCache","href":"dart-html/ApplicationCache/swapCache.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"update","qualifiedName":"dart:html.ApplicationCache.update","href":"dart-html/ApplicationCache/update.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"updateReadyEvent","qualifiedName":"dart:html.ApplicationCache.updateReadyEvent","href":"dart-html/ApplicationCache/updateReadyEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose updateready events to event\nhandlers that are not necessarily instances of ApplicationCache.","enclosedBy":{"name":"ApplicationCache","kind":3,"href":"dart-html/ApplicationCache-class.html"}},{"name":"ApplicationCacheErrorEvent","qualifiedName":"dart:html.ApplicationCacheErrorEvent","href":"dart-html/ApplicationCacheErrorEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ApplicationCacheErrorEvent.new","qualifiedName":"dart:html.ApplicationCacheErrorEvent.ApplicationCacheErrorEvent.new","href":"dart-html/ApplicationCacheErrorEvent/ApplicationCacheErrorEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCacheErrorEvent","kind":3,"href":"dart-html/ApplicationCacheErrorEvent-class.html"}},{"name":"message","qualifiedName":"dart:html.ApplicationCacheErrorEvent.message","href":"dart-html/ApplicationCacheErrorEvent/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCacheErrorEvent","kind":3,"href":"dart-html/ApplicationCacheErrorEvent-class.html"}},{"name":"reason","qualifiedName":"dart:html.ApplicationCacheErrorEvent.reason","href":"dart-html/ApplicationCacheErrorEvent/reason.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCacheErrorEvent","kind":3,"href":"dart-html/ApplicationCacheErrorEvent-class.html"}},{"name":"status","qualifiedName":"dart:html.ApplicationCacheErrorEvent.status","href":"dart-html/ApplicationCacheErrorEvent/status.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCacheErrorEvent","kind":3,"href":"dart-html/ApplicationCacheErrorEvent-class.html"}},{"name":"url","qualifiedName":"dart:html.ApplicationCacheErrorEvent.url","href":"dart-html/ApplicationCacheErrorEvent/url.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ApplicationCacheErrorEvent","kind":3,"href":"dart-html/ApplicationCacheErrorEvent-class.html"}},{"name":"AreaElement","qualifiedName":"dart:html.AreaElement","href":"dart-html/AreaElement-class.html","kind":3,"packageRank":15,"desc":"DOM Area Element, which links regions of an image map with a hyperlink.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"AreaElement.new","qualifiedName":"dart:html.AreaElement.AreaElement.new","href":"dart-html/AreaElement/AreaElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"alt","qualifiedName":"dart:html.AreaElement.alt","href":"dart-html/AreaElement/alt.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"coords","qualifiedName":"dart:html.AreaElement.coords","href":"dart-html/AreaElement/coords.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"download","qualifiedName":"dart:html.AreaElement.download","href":"dart-html/AreaElement/download.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"hash","qualifiedName":"dart:html.AreaElement.hash","href":"dart-html/AreaElement/hash.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"host","qualifiedName":"dart:html.AreaElement.host","href":"dart-html/AreaElement/host.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"hostname","qualifiedName":"dart:html.AreaElement.hostname","href":"dart-html/AreaElement/hostname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"href","qualifiedName":"dart:html.AreaElement.href","href":"dart-html/AreaElement/href.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"origin","qualifiedName":"dart:html.AreaElement.origin","href":"dart-html/AreaElement/origin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"password","qualifiedName":"dart:html.AreaElement.password","href":"dart-html/AreaElement/password.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"pathname","qualifiedName":"dart:html.AreaElement.pathname","href":"dart-html/AreaElement/pathname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"port","qualifiedName":"dart:html.AreaElement.port","href":"dart-html/AreaElement/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"protocol","qualifiedName":"dart:html.AreaElement.protocol","href":"dart-html/AreaElement/protocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"referrerPolicy","qualifiedName":"dart:html.AreaElement.referrerPolicy","href":"dart-html/AreaElement/referrerPolicy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"rel","qualifiedName":"dart:html.AreaElement.rel","href":"dart-html/AreaElement/rel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"search","qualifiedName":"dart:html.AreaElement.search","href":"dart-html/AreaElement/search.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"shape","qualifiedName":"dart:html.AreaElement.shape","href":"dart-html/AreaElement/shape.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"target","qualifiedName":"dart:html.AreaElement.target","href":"dart-html/AreaElement/target.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"toString","qualifiedName":"dart:html.AreaElement.toString","href":"dart-html/AreaElement/toString.html","kind":10,"overriddenDepth":4,"packageRank":15,"desc":"The string representation of this element.","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"username","qualifiedName":"dart:html.AreaElement.username","href":"dart-html/AreaElement/username.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AreaElement","kind":3,"href":"dart-html/AreaElement-class.html"}},{"name":"AudioElement","qualifiedName":"dart:html.AudioElement","href":"dart-html/AudioElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"AudioElement.new","qualifiedName":"dart:html.AudioElement.AudioElement.new","href":"dart-html/AudioElement/AudioElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"AudioElement","kind":3,"href":"dart-html/AudioElement-class.html"}},{"name":"AuthenticatorAssertionResponse","qualifiedName":"dart:html.AuthenticatorAssertionResponse","href":"dart-html/AuthenticatorAssertionResponse-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"authenticatorData","qualifiedName":"dart:html.AuthenticatorAssertionResponse.authenticatorData","href":"dart-html/AuthenticatorAssertionResponse/authenticatorData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AuthenticatorAssertionResponse","kind":3,"href":"dart-html/AuthenticatorAssertionResponse-class.html"}},{"name":"signature","qualifiedName":"dart:html.AuthenticatorAssertionResponse.signature","href":"dart-html/AuthenticatorAssertionResponse/signature.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AuthenticatorAssertionResponse","kind":3,"href":"dart-html/AuthenticatorAssertionResponse-class.html"}},{"name":"AuthenticatorAttestationResponse","qualifiedName":"dart:html.AuthenticatorAttestationResponse","href":"dart-html/AuthenticatorAttestationResponse-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"attestationObject","qualifiedName":"dart:html.AuthenticatorAttestationResponse.attestationObject","href":"dart-html/AuthenticatorAttestationResponse/attestationObject.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AuthenticatorAttestationResponse","kind":3,"href":"dart-html/AuthenticatorAttestationResponse-class.html"}},{"name":"AuthenticatorResponse","qualifiedName":"dart:html.AuthenticatorResponse","href":"dart-html/AuthenticatorResponse-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"clientDataJson","qualifiedName":"dart:html.AuthenticatorResponse.clientDataJson","href":"dart-html/AuthenticatorResponse/clientDataJson.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"AuthenticatorResponse","kind":3,"href":"dart-html/AuthenticatorResponse-class.html"}},{"name":"BRElement","qualifiedName":"dart:html.BRElement","href":"dart-html/BRElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BRElement.new","qualifiedName":"dart:html.BRElement.BRElement.new","href":"dart-html/BRElement/BRElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"BRElement","kind":3,"href":"dart-html/BRElement-class.html"}},{"name":"BackgroundFetchClickEvent","qualifiedName":"dart:html.BackgroundFetchClickEvent","href":"dart-html/BackgroundFetchClickEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BackgroundFetchClickEvent.new","qualifiedName":"dart:html.BackgroundFetchClickEvent.BackgroundFetchClickEvent.new","href":"dart-html/BackgroundFetchClickEvent/BackgroundFetchClickEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchClickEvent","kind":3,"href":"dart-html/BackgroundFetchClickEvent-class.html"}},{"name":"state","qualifiedName":"dart:html.BackgroundFetchClickEvent.state","href":"dart-html/BackgroundFetchClickEvent/state.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchClickEvent","kind":3,"href":"dart-html/BackgroundFetchClickEvent-class.html"}},{"name":"BackgroundFetchEvent","qualifiedName":"dart:html.BackgroundFetchEvent","href":"dart-html/BackgroundFetchEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BackgroundFetchEvent.new","qualifiedName":"dart:html.BackgroundFetchEvent.BackgroundFetchEvent.new","href":"dart-html/BackgroundFetchEvent/BackgroundFetchEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchEvent","kind":3,"href":"dart-html/BackgroundFetchEvent-class.html"}},{"name":"id","qualifiedName":"dart:html.BackgroundFetchEvent.id","href":"dart-html/BackgroundFetchEvent/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchEvent","kind":3,"href":"dart-html/BackgroundFetchEvent-class.html"}},{"name":"BackgroundFetchFailEvent","qualifiedName":"dart:html.BackgroundFetchFailEvent","href":"dart-html/BackgroundFetchFailEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BackgroundFetchFailEvent.new","qualifiedName":"dart:html.BackgroundFetchFailEvent.BackgroundFetchFailEvent.new","href":"dart-html/BackgroundFetchFailEvent/BackgroundFetchFailEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchFailEvent","kind":3,"href":"dart-html/BackgroundFetchFailEvent-class.html"}},{"name":"fetches","qualifiedName":"dart:html.BackgroundFetchFailEvent.fetches","href":"dart-html/BackgroundFetchFailEvent/fetches.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchFailEvent","kind":3,"href":"dart-html/BackgroundFetchFailEvent-class.html"}},{"name":"BackgroundFetchFetch","qualifiedName":"dart:html.BackgroundFetchFetch","href":"dart-html/BackgroundFetchFetch-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"request","qualifiedName":"dart:html.BackgroundFetchFetch.request","href":"dart-html/BackgroundFetchFetch/request.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchFetch","kind":3,"href":"dart-html/BackgroundFetchFetch-class.html"}},{"name":"BackgroundFetchManager","qualifiedName":"dart:html.BackgroundFetchManager","href":"dart-html/BackgroundFetchManager-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"fetch","qualifiedName":"dart:html.BackgroundFetchManager.fetch","href":"dart-html/BackgroundFetchManager/fetch.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchManager","kind":3,"href":"dart-html/BackgroundFetchManager-class.html"}},{"name":"get","qualifiedName":"dart:html.BackgroundFetchManager.get","href":"dart-html/BackgroundFetchManager/get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchManager","kind":3,"href":"dart-html/BackgroundFetchManager-class.html"}},{"name":"getIds","qualifiedName":"dart:html.BackgroundFetchManager.getIds","href":"dart-html/BackgroundFetchManager/getIds.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchManager","kind":3,"href":"dart-html/BackgroundFetchManager-class.html"}},{"name":"BackgroundFetchRegistration","qualifiedName":"dart:html.BackgroundFetchRegistration","href":"dart-html/BackgroundFetchRegistration-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"abort","qualifiedName":"dart:html.BackgroundFetchRegistration.abort","href":"dart-html/BackgroundFetchRegistration/abort.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchRegistration","kind":3,"href":"dart-html/BackgroundFetchRegistration-class.html"}},{"name":"downloadTotal","qualifiedName":"dart:html.BackgroundFetchRegistration.downloadTotal","href":"dart-html/BackgroundFetchRegistration/downloadTotal.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchRegistration","kind":3,"href":"dart-html/BackgroundFetchRegistration-class.html"}},{"name":"downloaded","qualifiedName":"dart:html.BackgroundFetchRegistration.downloaded","href":"dart-html/BackgroundFetchRegistration/downloaded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchRegistration","kind":3,"href":"dart-html/BackgroundFetchRegistration-class.html"}},{"name":"id","qualifiedName":"dart:html.BackgroundFetchRegistration.id","href":"dart-html/BackgroundFetchRegistration/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchRegistration","kind":3,"href":"dart-html/BackgroundFetchRegistration-class.html"}},{"name":"title","qualifiedName":"dart:html.BackgroundFetchRegistration.title","href":"dart-html/BackgroundFetchRegistration/title.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchRegistration","kind":3,"href":"dart-html/BackgroundFetchRegistration-class.html"}},{"name":"totalDownloadSize","qualifiedName":"dart:html.BackgroundFetchRegistration.totalDownloadSize","href":"dart-html/BackgroundFetchRegistration/totalDownloadSize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchRegistration","kind":3,"href":"dart-html/BackgroundFetchRegistration-class.html"}},{"name":"uploadTotal","qualifiedName":"dart:html.BackgroundFetchRegistration.uploadTotal","href":"dart-html/BackgroundFetchRegistration/uploadTotal.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchRegistration","kind":3,"href":"dart-html/BackgroundFetchRegistration-class.html"}},{"name":"uploaded","qualifiedName":"dart:html.BackgroundFetchRegistration.uploaded","href":"dart-html/BackgroundFetchRegistration/uploaded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchRegistration","kind":3,"href":"dart-html/BackgroundFetchRegistration-class.html"}},{"name":"BackgroundFetchSettledFetch","qualifiedName":"dart:html.BackgroundFetchSettledFetch","href":"dart-html/BackgroundFetchSettledFetch-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BackgroundFetchSettledFetch.new","qualifiedName":"dart:html.BackgroundFetchSettledFetch.BackgroundFetchSettledFetch.new","href":"dart-html/BackgroundFetchSettledFetch/BackgroundFetchSettledFetch.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchSettledFetch","kind":3,"href":"dart-html/BackgroundFetchSettledFetch-class.html"}},{"name":"response","qualifiedName":"dart:html.BackgroundFetchSettledFetch.response","href":"dart-html/BackgroundFetchSettledFetch/response.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchSettledFetch","kind":3,"href":"dart-html/BackgroundFetchSettledFetch-class.html"}},{"name":"BackgroundFetchedEvent","qualifiedName":"dart:html.BackgroundFetchedEvent","href":"dart-html/BackgroundFetchedEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BackgroundFetchedEvent.new","qualifiedName":"dart:html.BackgroundFetchedEvent.BackgroundFetchedEvent.new","href":"dart-html/BackgroundFetchedEvent/BackgroundFetchedEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchedEvent","kind":3,"href":"dart-html/BackgroundFetchedEvent-class.html"}},{"name":"fetches","qualifiedName":"dart:html.BackgroundFetchedEvent.fetches","href":"dart-html/BackgroundFetchedEvent/fetches.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchedEvent","kind":3,"href":"dart-html/BackgroundFetchedEvent-class.html"}},{"name":"updateUI","qualifiedName":"dart:html.BackgroundFetchedEvent.updateUI","href":"dart-html/BackgroundFetchedEvent/updateUI.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BackgroundFetchedEvent","kind":3,"href":"dart-html/BackgroundFetchedEvent-class.html"}},{"name":"BarProp","qualifiedName":"dart:html.BarProp","href":"dart-html/BarProp-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"visible","qualifiedName":"dart:html.BarProp.visible","href":"dart-html/BarProp/visible.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BarProp","kind":3,"href":"dart-html/BarProp-class.html"}},{"name":"BarcodeDetector","qualifiedName":"dart:html.BarcodeDetector","href":"dart-html/BarcodeDetector-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BarcodeDetector.new","qualifiedName":"dart:html.BarcodeDetector.BarcodeDetector.new","href":"dart-html/BarcodeDetector/BarcodeDetector.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"BarcodeDetector","kind":3,"href":"dart-html/BarcodeDetector-class.html"}},{"name":"detect","qualifiedName":"dart:html.BarcodeDetector.detect","href":"dart-html/BarcodeDetector/detect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BarcodeDetector","kind":3,"href":"dart-html/BarcodeDetector-class.html"}},{"name":"BaseElement","qualifiedName":"dart:html.BaseElement","href":"dart-html/BaseElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BaseElement.new","qualifiedName":"dart:html.BaseElement.BaseElement.new","href":"dart-html/BaseElement/BaseElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"BaseElement","kind":3,"href":"dart-html/BaseElement-class.html"}},{"name":"href","qualifiedName":"dart:html.BaseElement.href","href":"dart-html/BaseElement/href.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BaseElement","kind":3,"href":"dart-html/BaseElement-class.html"}},{"name":"target","qualifiedName":"dart:html.BaseElement.target","href":"dart-html/BaseElement/target.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BaseElement","kind":3,"href":"dart-html/BaseElement-class.html"}},{"name":"BatteryManager","qualifiedName":"dart:html.BatteryManager","href":"dart-html/BatteryManager-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"charging","qualifiedName":"dart:html.BatteryManager.charging","href":"dart-html/BatteryManager/charging.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BatteryManager","kind":3,"href":"dart-html/BatteryManager-class.html"}},{"name":"chargingTime","qualifiedName":"dart:html.BatteryManager.chargingTime","href":"dart-html/BatteryManager/chargingTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BatteryManager","kind":3,"href":"dart-html/BatteryManager-class.html"}},{"name":"dischargingTime","qualifiedName":"dart:html.BatteryManager.dischargingTime","href":"dart-html/BatteryManager/dischargingTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BatteryManager","kind":3,"href":"dart-html/BatteryManager-class.html"}},{"name":"level","qualifiedName":"dart:html.BatteryManager.level","href":"dart-html/BatteryManager/level.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BatteryManager","kind":3,"href":"dart-html/BatteryManager-class.html"}},{"name":"BeforeInstallPromptEvent","qualifiedName":"dart:html.BeforeInstallPromptEvent","href":"dart-html/BeforeInstallPromptEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BeforeInstallPromptEvent.new","qualifiedName":"dart:html.BeforeInstallPromptEvent.BeforeInstallPromptEvent.new","href":"dart-html/BeforeInstallPromptEvent/BeforeInstallPromptEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"BeforeInstallPromptEvent","kind":3,"href":"dart-html/BeforeInstallPromptEvent-class.html"}},{"name":"platforms","qualifiedName":"dart:html.BeforeInstallPromptEvent.platforms","href":"dart-html/BeforeInstallPromptEvent/platforms.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BeforeInstallPromptEvent","kind":3,"href":"dart-html/BeforeInstallPromptEvent-class.html"}},{"name":"prompt","qualifiedName":"dart:html.BeforeInstallPromptEvent.prompt","href":"dart-html/BeforeInstallPromptEvent/prompt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BeforeInstallPromptEvent","kind":3,"href":"dart-html/BeforeInstallPromptEvent-class.html"}},{"name":"userChoice","qualifiedName":"dart:html.BeforeInstallPromptEvent.userChoice","href":"dart-html/BeforeInstallPromptEvent/userChoice.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BeforeInstallPromptEvent","kind":3,"href":"dart-html/BeforeInstallPromptEvent-class.html"}},{"name":"BeforeUnloadEvent","qualifiedName":"dart:html.BeforeUnloadEvent","href":"dart-html/BeforeUnloadEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"returnValue","qualifiedName":"dart:html.BeforeUnloadEvent.returnValue","href":"dart-html/BeforeUnloadEvent/returnValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BeforeUnloadEvent","kind":3,"href":"dart-html/BeforeUnloadEvent-class.html"}},{"name":"Blob","qualifiedName":"dart:html.Blob","href":"dart-html/Blob-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Blob.new","qualifiedName":"dart:html.Blob.Blob.new","href":"dart-html/Blob/Blob.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Blob","kind":3,"href":"dart-html/Blob-class.html"}},{"name":"size","qualifiedName":"dart:html.Blob.size","href":"dart-html/Blob/size.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Blob","kind":3,"href":"dart-html/Blob-class.html"}},{"name":"slice","qualifiedName":"dart:html.Blob.slice","href":"dart-html/Blob/slice.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Blob","kind":3,"href":"dart-html/Blob-class.html"}},{"name":"type","qualifiedName":"dart:html.Blob.type","href":"dart-html/Blob/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Blob","kind":3,"href":"dart-html/Blob-class.html"}},{"name":"BlobCallback","qualifiedName":"dart:html.BlobCallback","href":"dart-html/BlobCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BlobEvent","qualifiedName":"dart:html.BlobEvent","href":"dart-html/BlobEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BlobEvent.new","qualifiedName":"dart:html.BlobEvent.BlobEvent.new","href":"dart-html/BlobEvent/BlobEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"BlobEvent","kind":3,"href":"dart-html/BlobEvent-class.html"}},{"name":"data","qualifiedName":"dart:html.BlobEvent.data","href":"dart-html/BlobEvent/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BlobEvent","kind":3,"href":"dart-html/BlobEvent-class.html"}},{"name":"timecode","qualifiedName":"dart:html.BlobEvent.timecode","href":"dart-html/BlobEvent/timecode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BlobEvent","kind":3,"href":"dart-html/BlobEvent-class.html"}},{"name":"BluetoothRemoteGattDescriptor","qualifiedName":"dart:html.BluetoothRemoteGattDescriptor","href":"dart-html/BluetoothRemoteGattDescriptor-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"characteristic","qualifiedName":"dart:html.BluetoothRemoteGattDescriptor.characteristic","href":"dart-html/BluetoothRemoteGattDescriptor/characteristic.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BluetoothRemoteGattDescriptor","kind":3,"href":"dart-html/BluetoothRemoteGattDescriptor-class.html"}},{"name":"readValue","qualifiedName":"dart:html.BluetoothRemoteGattDescriptor.readValue","href":"dart-html/BluetoothRemoteGattDescriptor/readValue.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BluetoothRemoteGattDescriptor","kind":3,"href":"dart-html/BluetoothRemoteGattDescriptor-class.html"}},{"name":"uuid","qualifiedName":"dart:html.BluetoothRemoteGattDescriptor.uuid","href":"dart-html/BluetoothRemoteGattDescriptor/uuid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BluetoothRemoteGattDescriptor","kind":3,"href":"dart-html/BluetoothRemoteGattDescriptor-class.html"}},{"name":"value","qualifiedName":"dart:html.BluetoothRemoteGattDescriptor.value","href":"dart-html/BluetoothRemoteGattDescriptor/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BluetoothRemoteGattDescriptor","kind":3,"href":"dart-html/BluetoothRemoteGattDescriptor-class.html"}},{"name":"writeValue","qualifiedName":"dart:html.BluetoothRemoteGattDescriptor.writeValue","href":"dart-html/BluetoothRemoteGattDescriptor/writeValue.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BluetoothRemoteGattDescriptor","kind":3,"href":"dart-html/BluetoothRemoteGattDescriptor-class.html"}},{"name":"Body","qualifiedName":"dart:html.Body","href":"dart-html/Body-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"arrayBuffer","qualifiedName":"dart:html.Body.arrayBuffer","href":"dart-html/Body/arrayBuffer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Body","kind":3,"href":"dart-html/Body-class.html"}},{"name":"blob","qualifiedName":"dart:html.Body.blob","href":"dart-html/Body/blob.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Body","kind":3,"href":"dart-html/Body-class.html"}},{"name":"bodyUsed","qualifiedName":"dart:html.Body.bodyUsed","href":"dart-html/Body/bodyUsed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Body","kind":3,"href":"dart-html/Body-class.html"}},{"name":"formData","qualifiedName":"dart:html.Body.formData","href":"dart-html/Body/formData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Body","kind":3,"href":"dart-html/Body-class.html"}},{"name":"json","qualifiedName":"dart:html.Body.json","href":"dart-html/Body/json.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Body","kind":3,"href":"dart-html/Body-class.html"}},{"name":"text","qualifiedName":"dart:html.Body.text","href":"dart-html/Body/text.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Body","kind":3,"href":"dart-html/Body-class.html"}},{"name":"BodyElement","qualifiedName":"dart:html.BodyElement","href":"dart-html/BodyElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BodyElement.new","qualifiedName":"dart:html.BodyElement.BodyElement.new","href":"dart-html/BodyElement/BodyElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"blurEvent","qualifiedName":"dart:html.BodyElement.blurEvent","href":"dart-html/BodyElement/blurEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose blur events to event\nhandlers that are not necessarily instances of BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.BodyElement.errorEvent","href":"dart-html/BodyElement/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"focusEvent","qualifiedName":"dart:html.BodyElement.focusEvent","href":"dart-html/BodyElement/focusEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose focus events to event\nhandlers that are not necessarily instances of BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"hashChangeEvent","qualifiedName":"dart:html.BodyElement.hashChangeEvent","href":"dart-html/BodyElement/hashChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose hashchange events to event\nhandlers that are not necessarily instances of BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"loadEvent","qualifiedName":"dart:html.BodyElement.loadEvent","href":"dart-html/BodyElement/loadEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose load events to event\nhandlers that are not necessarily instances of BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.BodyElement.messageEvent","href":"dart-html/BodyElement/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose message events to event\nhandlers that are not necessarily instances of BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"offlineEvent","qualifiedName":"dart:html.BodyElement.offlineEvent","href":"dart-html/BodyElement/offlineEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose offline events to event\nhandlers that are not necessarily instances of BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onBlur","qualifiedName":"dart:html.BodyElement.onBlur","href":"dart-html/BodyElement/onBlur.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of blur events handled by this BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onError","qualifiedName":"dart:html.BodyElement.onError","href":"dart-html/BodyElement/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onFocus","qualifiedName":"dart:html.BodyElement.onFocus","href":"dart-html/BodyElement/onFocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of focus events handled by this BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onHashChange","qualifiedName":"dart:html.BodyElement.onHashChange","href":"dart-html/BodyElement/onHashChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of hashchange events handled by this BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onLoad","qualifiedName":"dart:html.BodyElement.onLoad","href":"dart-html/BodyElement/onLoad.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of load events handled by this BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.BodyElement.onMessage","href":"dart-html/BodyElement/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of message events handled by this BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onOffline","qualifiedName":"dart:html.BodyElement.onOffline","href":"dart-html/BodyElement/onOffline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of offline events handled by this BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onOnline","qualifiedName":"dart:html.BodyElement.onOnline","href":"dart-html/BodyElement/onOnline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of online events handled by this BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onPopState","qualifiedName":"dart:html.BodyElement.onPopState","href":"dart-html/BodyElement/onPopState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of popstate events handled by this BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onResize","qualifiedName":"dart:html.BodyElement.onResize","href":"dart-html/BodyElement/onResize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of resize events handled by this BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onScroll","qualifiedName":"dart:html.BodyElement.onScroll","href":"dart-html/BodyElement/onScroll.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of scroll events handled by this Element.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onStorage","qualifiedName":"dart:html.BodyElement.onStorage","href":"dart-html/BodyElement/onStorage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of storage events handled by this BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onUnload","qualifiedName":"dart:html.BodyElement.onUnload","href":"dart-html/BodyElement/onUnload.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of unload events handled by this BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"onlineEvent","qualifiedName":"dart:html.BodyElement.onlineEvent","href":"dart-html/BodyElement/onlineEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose online events to event\nhandlers that are not necessarily instances of BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"popStateEvent","qualifiedName":"dart:html.BodyElement.popStateEvent","href":"dart-html/BodyElement/popStateEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose popstate events to event\nhandlers that are not necessarily instances of BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"resizeEvent","qualifiedName":"dart:html.BodyElement.resizeEvent","href":"dart-html/BodyElement/resizeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose resize events to event\nhandlers that are not necessarily instances of BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"scrollEvent","qualifiedName":"dart:html.BodyElement.scrollEvent","href":"dart-html/BodyElement/scrollEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"storageEvent","qualifiedName":"dart:html.BodyElement.storageEvent","href":"dart-html/BodyElement/storageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose storage events to event\nhandlers that are not necessarily instances of BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"unloadEvent","qualifiedName":"dart:html.BodyElement.unloadEvent","href":"dart-html/BodyElement/unloadEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose unload events to event\nhandlers that are not necessarily instances of BodyElement.","enclosedBy":{"name":"BodyElement","kind":3,"href":"dart-html/BodyElement-class.html"}},{"name":"BroadcastChannel","qualifiedName":"dart:html.BroadcastChannel","href":"dart-html/BroadcastChannel-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BroadcastChannel.new","qualifiedName":"dart:html.BroadcastChannel.BroadcastChannel.new","href":"dart-html/BroadcastChannel/BroadcastChannel.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"BroadcastChannel","kind":3,"href":"dart-html/BroadcastChannel-class.html"}},{"name":"close","qualifiedName":"dart:html.BroadcastChannel.close","href":"dart-html/BroadcastChannel/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BroadcastChannel","kind":3,"href":"dart-html/BroadcastChannel-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.BroadcastChannel.messageEvent","href":"dart-html/BroadcastChannel/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BroadcastChannel","kind":3,"href":"dart-html/BroadcastChannel-class.html"}},{"name":"name","qualifiedName":"dart:html.BroadcastChannel.name","href":"dart-html/BroadcastChannel/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BroadcastChannel","kind":3,"href":"dart-html/BroadcastChannel-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.BroadcastChannel.onMessage","href":"dart-html/BroadcastChannel/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BroadcastChannel","kind":3,"href":"dart-html/BroadcastChannel-class.html"}},{"name":"postMessage","qualifiedName":"dart:html.BroadcastChannel.postMessage","href":"dart-html/BroadcastChannel/postMessage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BroadcastChannel","kind":3,"href":"dart-html/BroadcastChannel-class.html"}},{"name":"BudgetState","qualifiedName":"dart:html.BudgetState","href":"dart-html/BudgetState-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"budgetAt","qualifiedName":"dart:html.BudgetState.budgetAt","href":"dart-html/BudgetState/budgetAt.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BudgetState","kind":3,"href":"dart-html/BudgetState-class.html"}},{"name":"time","qualifiedName":"dart:html.BudgetState.time","href":"dart-html/BudgetState/time.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BudgetState","kind":3,"href":"dart-html/BudgetState-class.html"}},{"name":"ButtonElement","qualifiedName":"dart:html.ButtonElement","href":"dart-html/ButtonElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ButtonElement.new","qualifiedName":"dart:html.ButtonElement.ButtonElement.new","href":"dart-html/ButtonElement/ButtonElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"autofocus","qualifiedName":"dart:html.ButtonElement.autofocus","href":"dart-html/ButtonElement/autofocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"checkValidity","qualifiedName":"dart:html.ButtonElement.checkValidity","href":"dart-html/ButtonElement/checkValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"disabled","qualifiedName":"dart:html.ButtonElement.disabled","href":"dart-html/ButtonElement/disabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"form","qualifiedName":"dart:html.ButtonElement.form","href":"dart-html/ButtonElement/form.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"formAction","qualifiedName":"dart:html.ButtonElement.formAction","href":"dart-html/ButtonElement/formAction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"formEnctype","qualifiedName":"dart:html.ButtonElement.formEnctype","href":"dart-html/ButtonElement/formEnctype.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"formMethod","qualifiedName":"dart:html.ButtonElement.formMethod","href":"dart-html/ButtonElement/formMethod.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"formNoValidate","qualifiedName":"dart:html.ButtonElement.formNoValidate","href":"dart-html/ButtonElement/formNoValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"formTarget","qualifiedName":"dart:html.ButtonElement.formTarget","href":"dart-html/ButtonElement/formTarget.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"labels","qualifiedName":"dart:html.ButtonElement.labels","href":"dart-html/ButtonElement/labels.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"name","qualifiedName":"dart:html.ButtonElement.name","href":"dart-html/ButtonElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"reportValidity","qualifiedName":"dart:html.ButtonElement.reportValidity","href":"dart-html/ButtonElement/reportValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"setCustomValidity","qualifiedName":"dart:html.ButtonElement.setCustomValidity","href":"dart-html/ButtonElement/setCustomValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"type","qualifiedName":"dart:html.ButtonElement.type","href":"dart-html/ButtonElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"validationMessage","qualifiedName":"dart:html.ButtonElement.validationMessage","href":"dart-html/ButtonElement/validationMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"validity","qualifiedName":"dart:html.ButtonElement.validity","href":"dart-html/ButtonElement/validity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"value","qualifiedName":"dart:html.ButtonElement.value","href":"dart-html/ButtonElement/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"willValidate","qualifiedName":"dart:html.ButtonElement.willValidate","href":"dart-html/ButtonElement/willValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonElement","kind":3,"href":"dart-html/ButtonElement-class.html"}},{"name":"ButtonInputElement","qualifiedName":"dart:html.ButtonInputElement","href":"dart-html/ButtonInputElement-class.html","kind":3,"packageRank":15,"desc":"A button, with no default behavior.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ButtonInputElement.new","qualifiedName":"dart:html.ButtonInputElement.ButtonInputElement.new","href":"dart-html/ButtonInputElement/ButtonInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ButtonInputElement","kind":3,"href":"dart-html/ButtonInputElement-class.html"}},{"name":"CDataSection","qualifiedName":"dart:html.CDataSection","href":"dart-html/CDataSection-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CacheStorage","qualifiedName":"dart:html.CacheStorage","href":"dart-html/CacheStorage-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"delete","qualifiedName":"dart:html.CacheStorage.delete","href":"dart-html/CacheStorage/delete.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CacheStorage","kind":3,"href":"dart-html/CacheStorage-class.html"}},{"name":"has","qualifiedName":"dart:html.CacheStorage.has","href":"dart-html/CacheStorage/has.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CacheStorage","kind":3,"href":"dart-html/CacheStorage-class.html"}},{"name":"keys","qualifiedName":"dart:html.CacheStorage.keys","href":"dart-html/CacheStorage/keys.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CacheStorage","kind":3,"href":"dart-html/CacheStorage-class.html"}},{"name":"match","qualifiedName":"dart:html.CacheStorage.match","href":"dart-html/CacheStorage/match.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CacheStorage","kind":3,"href":"dart-html/CacheStorage-class.html"}},{"name":"open","qualifiedName":"dart:html.CacheStorage.open","href":"dart-html/CacheStorage/open.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CacheStorage","kind":3,"href":"dart-html/CacheStorage-class.html"}},{"name":"CanMakePaymentEvent","qualifiedName":"dart:html.CanMakePaymentEvent","href":"dart-html/CanMakePaymentEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CanMakePaymentEvent.new","qualifiedName":"dart:html.CanMakePaymentEvent.CanMakePaymentEvent.new","href":"dart-html/CanMakePaymentEvent/CanMakePaymentEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CanMakePaymentEvent","kind":3,"href":"dart-html/CanMakePaymentEvent-class.html"}},{"name":"methodData","qualifiedName":"dart:html.CanMakePaymentEvent.methodData","href":"dart-html/CanMakePaymentEvent/methodData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanMakePaymentEvent","kind":3,"href":"dart-html/CanMakePaymentEvent-class.html"}},{"name":"modifiers","qualifiedName":"dart:html.CanMakePaymentEvent.modifiers","href":"dart-html/CanMakePaymentEvent/modifiers.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanMakePaymentEvent","kind":3,"href":"dart-html/CanMakePaymentEvent-class.html"}},{"name":"paymentRequestOrigin","qualifiedName":"dart:html.CanMakePaymentEvent.paymentRequestOrigin","href":"dart-html/CanMakePaymentEvent/paymentRequestOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanMakePaymentEvent","kind":3,"href":"dart-html/CanMakePaymentEvent-class.html"}},{"name":"respondWith","qualifiedName":"dart:html.CanMakePaymentEvent.respondWith","href":"dart-html/CanMakePaymentEvent/respondWith.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanMakePaymentEvent","kind":3,"href":"dart-html/CanMakePaymentEvent-class.html"}},{"name":"topLevelOrigin","qualifiedName":"dart:html.CanMakePaymentEvent.topLevelOrigin","href":"dart-html/CanMakePaymentEvent/topLevelOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanMakePaymentEvent","kind":3,"href":"dart-html/CanMakePaymentEvent-class.html"}},{"name":"CanvasCaptureMediaStreamTrack","qualifiedName":"dart:html.CanvasCaptureMediaStreamTrack","href":"dart-html/CanvasCaptureMediaStreamTrack-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"canvas","qualifiedName":"dart:html.CanvasCaptureMediaStreamTrack.canvas","href":"dart-html/CanvasCaptureMediaStreamTrack/canvas.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasCaptureMediaStreamTrack","kind":3,"href":"dart-html/CanvasCaptureMediaStreamTrack-class.html"}},{"name":"requestFrame","qualifiedName":"dart:html.CanvasCaptureMediaStreamTrack.requestFrame","href":"dart-html/CanvasCaptureMediaStreamTrack/requestFrame.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasCaptureMediaStreamTrack","kind":3,"href":"dart-html/CanvasCaptureMediaStreamTrack-class.html"}},{"name":"CanvasElement","qualifiedName":"dart:html.CanvasElement","href":"dart-html/CanvasElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CanvasElement.new","qualifiedName":"dart:html.CanvasElement.CanvasElement.new","href":"dart-html/CanvasElement/CanvasElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"captureStream","qualifiedName":"dart:html.CanvasElement.captureStream","href":"dart-html/CanvasElement/captureStream.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"context2D","qualifiedName":"dart:html.CanvasElement.context2D","href":"dart-html/CanvasElement/context2D.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"An API for drawing on this canvas.","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"getContext","qualifiedName":"dart:html.CanvasElement.getContext","href":"dart-html/CanvasElement/getContext.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"getContext3d","qualifiedName":"dart:html.CanvasElement.getContext3d","href":"dart-html/CanvasElement/getContext3d.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns a new Web GL context for this canvas.","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"height","qualifiedName":"dart:html.CanvasElement.height","href":"dart-html/CanvasElement/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The height of this canvas element in CSS pixels.","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"onWebGlContextLost","qualifiedName":"dart:html.CanvasElement.onWebGlContextLost","href":"dart-html/CanvasElement/onWebGlContextLost.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of webglcontextlost events handled by this CanvasElement.","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"onWebGlContextRestored","qualifiedName":"dart:html.CanvasElement.onWebGlContextRestored","href":"dart-html/CanvasElement/onWebGlContextRestored.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of webglcontextrestored events handled by this CanvasElement.","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"toBlob","qualifiedName":"dart:html.CanvasElement.toBlob","href":"dart-html/CanvasElement/toBlob.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"toDataUrl","qualifiedName":"dart:html.CanvasElement.toDataUrl","href":"dart-html/CanvasElement/toDataUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns a data URI containing a representation of the image in the\nformat specified by type (defaults to 'image/png').","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"transferControlToOffscreen","qualifiedName":"dart:html.CanvasElement.transferControlToOffscreen","href":"dart-html/CanvasElement/transferControlToOffscreen.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"webGlContextLostEvent","qualifiedName":"dart:html.CanvasElement.webGlContextLostEvent","href":"dart-html/CanvasElement/webGlContextLostEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose webglcontextlost events to event\nhandlers that are not necessarily instances of CanvasElement.","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"webGlContextRestoredEvent","qualifiedName":"dart:html.CanvasElement.webGlContextRestoredEvent","href":"dart-html/CanvasElement/webGlContextRestoredEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose webglcontextrestored events to event\nhandlers that are not necessarily instances of CanvasElement.","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"width","qualifiedName":"dart:html.CanvasElement.width","href":"dart-html/CanvasElement/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The width of this canvas element in CSS pixels.","enclosedBy":{"name":"CanvasElement","kind":3,"href":"dart-html/CanvasElement-class.html"}},{"name":"CanvasGradient","qualifiedName":"dart:html.CanvasGradient","href":"dart-html/CanvasGradient-class.html","kind":3,"packageRank":15,"desc":"An opaque canvas object representing a gradient.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addColorStop","qualifiedName":"dart:html.CanvasGradient.addColorStop","href":"dart-html/CanvasGradient/addColorStop.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Adds a color stop to this gradient at the offset.","enclosedBy":{"name":"CanvasGradient","kind":3,"href":"dart-html/CanvasGradient-class.html"}},{"name":"CanvasImageSource","qualifiedName":"dart:html.CanvasImageSource","href":"dart-html/CanvasImageSource-class.html","kind":3,"packageRank":15,"desc":"An object that can be drawn to a 2D canvas rendering context.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CanvasImageSource.new","qualifiedName":"dart:html.CanvasImageSource.CanvasImageSource.new","href":"dart-html/CanvasImageSource/CanvasImageSource.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasImageSource","kind":3,"href":"dart-html/CanvasImageSource-class.html"}},{"name":"CanvasPattern","qualifiedName":"dart:html.CanvasPattern","href":"dart-html/CanvasPattern-class.html","kind":3,"packageRank":15,"desc":"An opaque object representing a pattern of image, canvas, or video.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"setTransform","qualifiedName":"dart:html.CanvasPattern.setTransform","href":"dart-html/CanvasPattern/setTransform.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasPattern","kind":3,"href":"dart-html/CanvasPattern-class.html"}},{"name":"CanvasRenderingContext","qualifiedName":"dart:html.CanvasRenderingContext","href":"dart-html/CanvasRenderingContext-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CanvasRenderingContext.new","qualifiedName":"dart:html.CanvasRenderingContext.CanvasRenderingContext.new","href":"dart-html/CanvasRenderingContext/CanvasRenderingContext.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext","kind":3,"href":"dart-html/CanvasRenderingContext-class.html"}},{"name":"canvas","qualifiedName":"dart:html.CanvasRenderingContext.canvas","href":"dart-html/CanvasRenderingContext/canvas.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext","kind":3,"href":"dart-html/CanvasRenderingContext-class.html"}},{"name":"CanvasRenderingContext2D","qualifiedName":"dart:html.CanvasRenderingContext2D","href":"dart-html/CanvasRenderingContext2D-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addHitRegion","qualifiedName":"dart:html.CanvasRenderingContext2D.addHitRegion","href":"dart-html/CanvasRenderingContext2D/addHitRegion.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"arc","qualifiedName":"dart:html.CanvasRenderingContext2D.arc","href":"dart-html/CanvasRenderingContext2D/arc.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"arcTo","qualifiedName":"dart:html.CanvasRenderingContext2D.arcTo","href":"dart-html/CanvasRenderingContext2D/arcTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"backingStorePixelRatio","qualifiedName":"dart:html.CanvasRenderingContext2D.backingStorePixelRatio","href":"dart-html/CanvasRenderingContext2D/backingStorePixelRatio.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Deprecated always returns 1.0","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"beginPath","qualifiedName":"dart:html.CanvasRenderingContext2D.beginPath","href":"dart-html/CanvasRenderingContext2D/beginPath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"bezierCurveTo","qualifiedName":"dart:html.CanvasRenderingContext2D.bezierCurveTo","href":"dart-html/CanvasRenderingContext2D/bezierCurveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"canvas","qualifiedName":"dart:html.CanvasRenderingContext2D.canvas","href":"dart-html/CanvasRenderingContext2D/canvas.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"clearHitRegions","qualifiedName":"dart:html.CanvasRenderingContext2D.clearHitRegions","href":"dart-html/CanvasRenderingContext2D/clearHitRegions.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"clearRect","qualifiedName":"dart:html.CanvasRenderingContext2D.clearRect","href":"dart-html/CanvasRenderingContext2D/clearRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"clip","qualifiedName":"dart:html.CanvasRenderingContext2D.clip","href":"dart-html/CanvasRenderingContext2D/clip.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"closePath","qualifiedName":"dart:html.CanvasRenderingContext2D.closePath","href":"dart-html/CanvasRenderingContext2D/closePath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"createImageData","qualifiedName":"dart:html.CanvasRenderingContext2D.createImageData","href":"dart-html/CanvasRenderingContext2D/createImageData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"createImageDataFromImageData","qualifiedName":"dart:html.CanvasRenderingContext2D.createImageDataFromImageData","href":"dart-html/CanvasRenderingContext2D/createImageDataFromImageData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"createLinearGradient","qualifiedName":"dart:html.CanvasRenderingContext2D.createLinearGradient","href":"dart-html/CanvasRenderingContext2D/createLinearGradient.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"createPattern","qualifiedName":"dart:html.CanvasRenderingContext2D.createPattern","href":"dart-html/CanvasRenderingContext2D/createPattern.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"createPatternFromImage","qualifiedName":"dart:html.CanvasRenderingContext2D.createPatternFromImage","href":"dart-html/CanvasRenderingContext2D/createPatternFromImage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"createRadialGradient","qualifiedName":"dart:html.CanvasRenderingContext2D.createRadialGradient","href":"dart-html/CanvasRenderingContext2D/createRadialGradient.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"currentTransform","qualifiedName":"dart:html.CanvasRenderingContext2D.currentTransform","href":"dart-html/CanvasRenderingContext2D/currentTransform.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"direction","qualifiedName":"dart:html.CanvasRenderingContext2D.direction","href":"dart-html/CanvasRenderingContext2D/direction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"drawFocusIfNeeded","qualifiedName":"dart:html.CanvasRenderingContext2D.drawFocusIfNeeded","href":"dart-html/CanvasRenderingContext2D/drawFocusIfNeeded.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"drawImage","qualifiedName":"dart:html.CanvasRenderingContext2D.drawImage","href":"dart-html/CanvasRenderingContext2D/drawImage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Draws an image from a CanvasImageSource to this canvas.","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"drawImageScaled","qualifiedName":"dart:html.CanvasRenderingContext2D.drawImageScaled","href":"dart-html/CanvasRenderingContext2D/drawImageScaled.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Draws an image from a CanvasImageSource to an area of this canvas.","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"drawImageScaledFromSource","qualifiedName":"dart:html.CanvasRenderingContext2D.drawImageScaledFromSource","href":"dart-html/CanvasRenderingContext2D/drawImageScaledFromSource.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Draws an image from a CanvasImageSource to an area of this canvas.","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"drawImageToRect","qualifiedName":"dart:html.CanvasRenderingContext2D.drawImageToRect","href":"dart-html/CanvasRenderingContext2D/drawImageToRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Draws an image from a CanvasImageSource to an area of this canvas.","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"ellipse","qualifiedName":"dart:html.CanvasRenderingContext2D.ellipse","href":"dart-html/CanvasRenderingContext2D/ellipse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"fill","qualifiedName":"dart:html.CanvasRenderingContext2D.fill","href":"dart-html/CanvasRenderingContext2D/fill.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"fillRect","qualifiedName":"dart:html.CanvasRenderingContext2D.fillRect","href":"dart-html/CanvasRenderingContext2D/fillRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"fillStyle","qualifiedName":"dart:html.CanvasRenderingContext2D.fillStyle","href":"dart-html/CanvasRenderingContext2D/fillStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"fillText","qualifiedName":"dart:html.CanvasRenderingContext2D.fillText","href":"dart-html/CanvasRenderingContext2D/fillText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Draws text to the canvas.","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"filter","qualifiedName":"dart:html.CanvasRenderingContext2D.filter","href":"dart-html/CanvasRenderingContext2D/filter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"font","qualifiedName":"dart:html.CanvasRenderingContext2D.font","href":"dart-html/CanvasRenderingContext2D/font.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"getContextAttributes","qualifiedName":"dart:html.CanvasRenderingContext2D.getContextAttributes","href":"dart-html/CanvasRenderingContext2D/getContextAttributes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"getImageData","qualifiedName":"dart:html.CanvasRenderingContext2D.getImageData","href":"dart-html/CanvasRenderingContext2D/getImageData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"getLineDash","qualifiedName":"dart:html.CanvasRenderingContext2D.getLineDash","href":"dart-html/CanvasRenderingContext2D/getLineDash.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"globalAlpha","qualifiedName":"dart:html.CanvasRenderingContext2D.globalAlpha","href":"dart-html/CanvasRenderingContext2D/globalAlpha.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"globalCompositeOperation","qualifiedName":"dart:html.CanvasRenderingContext2D.globalCompositeOperation","href":"dart-html/CanvasRenderingContext2D/globalCompositeOperation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"imageSmoothingEnabled","qualifiedName":"dart:html.CanvasRenderingContext2D.imageSmoothingEnabled","href":"dart-html/CanvasRenderingContext2D/imageSmoothingEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether images and patterns on this canvas will be smoothed when this\ncanvas is scaled.","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"imageSmoothingQuality","qualifiedName":"dart:html.CanvasRenderingContext2D.imageSmoothingQuality","href":"dart-html/CanvasRenderingContext2D/imageSmoothingQuality.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"isContextLost","qualifiedName":"dart:html.CanvasRenderingContext2D.isContextLost","href":"dart-html/CanvasRenderingContext2D/isContextLost.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"isPointInPath","qualifiedName":"dart:html.CanvasRenderingContext2D.isPointInPath","href":"dart-html/CanvasRenderingContext2D/isPointInPath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"isPointInStroke","qualifiedName":"dart:html.CanvasRenderingContext2D.isPointInStroke","href":"dart-html/CanvasRenderingContext2D/isPointInStroke.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"lineCap","qualifiedName":"dart:html.CanvasRenderingContext2D.lineCap","href":"dart-html/CanvasRenderingContext2D/lineCap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"lineDashOffset","qualifiedName":"dart:html.CanvasRenderingContext2D.lineDashOffset","href":"dart-html/CanvasRenderingContext2D/lineDashOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"lineJoin","qualifiedName":"dart:html.CanvasRenderingContext2D.lineJoin","href":"dart-html/CanvasRenderingContext2D/lineJoin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"lineTo","qualifiedName":"dart:html.CanvasRenderingContext2D.lineTo","href":"dart-html/CanvasRenderingContext2D/lineTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"lineWidth","qualifiedName":"dart:html.CanvasRenderingContext2D.lineWidth","href":"dart-html/CanvasRenderingContext2D/lineWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"measureText","qualifiedName":"dart:html.CanvasRenderingContext2D.measureText","href":"dart-html/CanvasRenderingContext2D/measureText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"miterLimit","qualifiedName":"dart:html.CanvasRenderingContext2D.miterLimit","href":"dart-html/CanvasRenderingContext2D/miterLimit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"moveTo","qualifiedName":"dart:html.CanvasRenderingContext2D.moveTo","href":"dart-html/CanvasRenderingContext2D/moveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"putImageData","qualifiedName":"dart:html.CanvasRenderingContext2D.putImageData","href":"dart-html/CanvasRenderingContext2D/putImageData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"quadraticCurveTo","qualifiedName":"dart:html.CanvasRenderingContext2D.quadraticCurveTo","href":"dart-html/CanvasRenderingContext2D/quadraticCurveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"rect","qualifiedName":"dart:html.CanvasRenderingContext2D.rect","href":"dart-html/CanvasRenderingContext2D/rect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"removeHitRegion","qualifiedName":"dart:html.CanvasRenderingContext2D.removeHitRegion","href":"dart-html/CanvasRenderingContext2D/removeHitRegion.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"resetTransform","qualifiedName":"dart:html.CanvasRenderingContext2D.resetTransform","href":"dart-html/CanvasRenderingContext2D/resetTransform.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"restore","qualifiedName":"dart:html.CanvasRenderingContext2D.restore","href":"dart-html/CanvasRenderingContext2D/restore.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"rotate","qualifiedName":"dart:html.CanvasRenderingContext2D.rotate","href":"dart-html/CanvasRenderingContext2D/rotate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"save","qualifiedName":"dart:html.CanvasRenderingContext2D.save","href":"dart-html/CanvasRenderingContext2D/save.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"scale","qualifiedName":"dart:html.CanvasRenderingContext2D.scale","href":"dart-html/CanvasRenderingContext2D/scale.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"scrollPathIntoView","qualifiedName":"dart:html.CanvasRenderingContext2D.scrollPathIntoView","href":"dart-html/CanvasRenderingContext2D/scrollPathIntoView.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"setFillColorHsl","qualifiedName":"dart:html.CanvasRenderingContext2D.setFillColorHsl","href":"dart-html/CanvasRenderingContext2D/setFillColorHsl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the color used inside shapes.\nh is in degrees, 0-360.\ns, l are in percent, 0-100.\na is 0-1.","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"setFillColorRgb","qualifiedName":"dart:html.CanvasRenderingContext2D.setFillColorRgb","href":"dart-html/CanvasRenderingContext2D/setFillColorRgb.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the color used inside shapes.\nr, g, b are 0-255, a is 0-1.","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"setLineDash","qualifiedName":"dart:html.CanvasRenderingContext2D.setLineDash","href":"dart-html/CanvasRenderingContext2D/setLineDash.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"setStrokeColorHsl","qualifiedName":"dart:html.CanvasRenderingContext2D.setStrokeColorHsl","href":"dart-html/CanvasRenderingContext2D/setStrokeColorHsl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the color used for stroking shapes.\nh is in degrees, 0-360.\ns, l are in percent, 0-100.\na is 0-1.","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"setStrokeColorRgb","qualifiedName":"dart:html.CanvasRenderingContext2D.setStrokeColorRgb","href":"dart-html/CanvasRenderingContext2D/setStrokeColorRgb.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the color used for stroking shapes.\nr, g, b are 0-255, a is 0-1.","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"setTransform","qualifiedName":"dart:html.CanvasRenderingContext2D.setTransform","href":"dart-html/CanvasRenderingContext2D/setTransform.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"shadowBlur","qualifiedName":"dart:html.CanvasRenderingContext2D.shadowBlur","href":"dart-html/CanvasRenderingContext2D/shadowBlur.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"shadowColor","qualifiedName":"dart:html.CanvasRenderingContext2D.shadowColor","href":"dart-html/CanvasRenderingContext2D/shadowColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"shadowOffsetX","qualifiedName":"dart:html.CanvasRenderingContext2D.shadowOffsetX","href":"dart-html/CanvasRenderingContext2D/shadowOffsetX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"shadowOffsetY","qualifiedName":"dart:html.CanvasRenderingContext2D.shadowOffsetY","href":"dart-html/CanvasRenderingContext2D/shadowOffsetY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"stroke","qualifiedName":"dart:html.CanvasRenderingContext2D.stroke","href":"dart-html/CanvasRenderingContext2D/stroke.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"strokeRect","qualifiedName":"dart:html.CanvasRenderingContext2D.strokeRect","href":"dart-html/CanvasRenderingContext2D/strokeRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"strokeStyle","qualifiedName":"dart:html.CanvasRenderingContext2D.strokeStyle","href":"dart-html/CanvasRenderingContext2D/strokeStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"strokeText","qualifiedName":"dart:html.CanvasRenderingContext2D.strokeText","href":"dart-html/CanvasRenderingContext2D/strokeText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"textAlign","qualifiedName":"dart:html.CanvasRenderingContext2D.textAlign","href":"dart-html/CanvasRenderingContext2D/textAlign.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"textBaseline","qualifiedName":"dart:html.CanvasRenderingContext2D.textBaseline","href":"dart-html/CanvasRenderingContext2D/textBaseline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"transform","qualifiedName":"dart:html.CanvasRenderingContext2D.transform","href":"dart-html/CanvasRenderingContext2D/transform.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"translate","qualifiedName":"dart:html.CanvasRenderingContext2D.translate","href":"dart-html/CanvasRenderingContext2D/translate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CanvasRenderingContext2D","kind":3,"href":"dart-html/CanvasRenderingContext2D-class.html"}},{"name":"CharacterData","qualifiedName":"dart:html.CharacterData","href":"dart-html/CharacterData-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"after","qualifiedName":"dart:html.CharacterData.after","href":"dart-html/CharacterData/after.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"CharacterData","kind":3,"href":"dart-html/CharacterData-class.html"}},{"name":"appendData","qualifiedName":"dart:html.CharacterData.appendData","href":"dart-html/CharacterData/appendData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CharacterData","kind":3,"href":"dart-html/CharacterData-class.html"}},{"name":"before","qualifiedName":"dart:html.CharacterData.before","href":"dart-html/CharacterData/before.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"CharacterData","kind":3,"href":"dart-html/CharacterData-class.html"}},{"name":"data","qualifiedName":"dart:html.CharacterData.data","href":"dart-html/CharacterData/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CharacterData","kind":3,"href":"dart-html/CharacterData-class.html"}},{"name":"deleteData","qualifiedName":"dart:html.CharacterData.deleteData","href":"dart-html/CharacterData/deleteData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CharacterData","kind":3,"href":"dart-html/CharacterData-class.html"}},{"name":"insertData","qualifiedName":"dart:html.CharacterData.insertData","href":"dart-html/CharacterData/insertData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CharacterData","kind":3,"href":"dart-html/CharacterData-class.html"}},{"name":"length","qualifiedName":"dart:html.CharacterData.length","href":"dart-html/CharacterData/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CharacterData","kind":3,"href":"dart-html/CharacterData-class.html"}},{"name":"nextElementSibling","qualifiedName":"dart:html.CharacterData.nextElementSibling","href":"dart-html/CharacterData/nextElementSibling.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CharacterData","kind":3,"href":"dart-html/CharacterData-class.html"}},{"name":"previousElementSibling","qualifiedName":"dart:html.CharacterData.previousElementSibling","href":"dart-html/CharacterData/previousElementSibling.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CharacterData","kind":3,"href":"dart-html/CharacterData-class.html"}},{"name":"replaceData","qualifiedName":"dart:html.CharacterData.replaceData","href":"dart-html/CharacterData/replaceData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CharacterData","kind":3,"href":"dart-html/CharacterData-class.html"}},{"name":"substringData","qualifiedName":"dart:html.CharacterData.substringData","href":"dart-html/CharacterData/substringData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CharacterData","kind":3,"href":"dart-html/CharacterData-class.html"}},{"name":"CheckboxInputElement","qualifiedName":"dart:html.CheckboxInputElement","href":"dart-html/CheckboxInputElement-class.html","kind":3,"packageRank":15,"desc":"A boolean editor control.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CheckboxInputElement.new","qualifiedName":"dart:html.CheckboxInputElement.CheckboxInputElement.new","href":"dart-html/CheckboxInputElement/CheckboxInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CheckboxInputElement","kind":3,"href":"dart-html/CheckboxInputElement-class.html"}},{"name":"checked","qualifiedName":"dart:html.CheckboxInputElement.checked","href":"dart-html/CheckboxInputElement/checked.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CheckboxInputElement","kind":3,"href":"dart-html/CheckboxInputElement-class.html"}},{"name":"required","qualifiedName":"dart:html.CheckboxInputElement.required","href":"dart-html/CheckboxInputElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CheckboxInputElement","kind":3,"href":"dart-html/CheckboxInputElement-class.html"}},{"name":"ChildNode","qualifiedName":"dart:html.ChildNode","href":"dart-html/ChildNode-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"after","qualifiedName":"dart:html.ChildNode.after","href":"dart-html/ChildNode/after.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ChildNode","kind":3,"href":"dart-html/ChildNode-class.html"}},{"name":"before","qualifiedName":"dart:html.ChildNode.before","href":"dart-html/ChildNode/before.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ChildNode","kind":3,"href":"dart-html/ChildNode-class.html"}},{"name":"remove","qualifiedName":"dart:html.ChildNode.remove","href":"dart-html/ChildNode/remove.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ChildNode","kind":3,"href":"dart-html/ChildNode-class.html"}},{"name":"Client","qualifiedName":"dart:html.Client","href":"dart-html/Client-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"frameType","qualifiedName":"dart:html.Client.frameType","href":"dart-html/Client/frameType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Client","kind":3,"href":"dart-html/Client-class.html"}},{"name":"id","qualifiedName":"dart:html.Client.id","href":"dart-html/Client/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Client","kind":3,"href":"dart-html/Client-class.html"}},{"name":"postMessage","qualifiedName":"dart:html.Client.postMessage","href":"dart-html/Client/postMessage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Client","kind":3,"href":"dart-html/Client-class.html"}},{"name":"type","qualifiedName":"dart:html.Client.type","href":"dart-html/Client/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Client","kind":3,"href":"dart-html/Client-class.html"}},{"name":"url","qualifiedName":"dart:html.Client.url","href":"dart-html/Client/url.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Client","kind":3,"href":"dart-html/Client-class.html"}},{"name":"Clients","qualifiedName":"dart:html.Clients","href":"dart-html/Clients-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"claim","qualifiedName":"dart:html.Clients.claim","href":"dart-html/Clients/claim.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Clients","kind":3,"href":"dart-html/Clients-class.html"}},{"name":"get","qualifiedName":"dart:html.Clients.get","href":"dart-html/Clients/get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Clients","kind":3,"href":"dart-html/Clients-class.html"}},{"name":"matchAll","qualifiedName":"dart:html.Clients.matchAll","href":"dart-html/Clients/matchAll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Clients","kind":3,"href":"dart-html/Clients-class.html"}},{"name":"openWindow","qualifiedName":"dart:html.Clients.openWindow","href":"dart-html/Clients/openWindow.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Clients","kind":3,"href":"dart-html/Clients-class.html"}},{"name":"ClipboardEvent","qualifiedName":"dart:html.ClipboardEvent","href":"dart-html/ClipboardEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ClipboardEvent.new","qualifiedName":"dart:html.ClipboardEvent.ClipboardEvent.new","href":"dart-html/ClipboardEvent/ClipboardEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ClipboardEvent","kind":3,"href":"dart-html/ClipboardEvent-class.html"}},{"name":"clipboardData","qualifiedName":"dart:html.ClipboardEvent.clipboardData","href":"dart-html/ClipboardEvent/clipboardData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ClipboardEvent","kind":3,"href":"dart-html/ClipboardEvent-class.html"}},{"name":"CloseEvent","qualifiedName":"dart:html.CloseEvent","href":"dart-html/CloseEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CloseEvent.new","qualifiedName":"dart:html.CloseEvent.CloseEvent.new","href":"dart-html/CloseEvent/CloseEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CloseEvent","kind":3,"href":"dart-html/CloseEvent-class.html"}},{"name":"code","qualifiedName":"dart:html.CloseEvent.code","href":"dart-html/CloseEvent/code.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CloseEvent","kind":3,"href":"dart-html/CloseEvent-class.html"}},{"name":"reason","qualifiedName":"dart:html.CloseEvent.reason","href":"dart-html/CloseEvent/reason.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CloseEvent","kind":3,"href":"dart-html/CloseEvent-class.html"}},{"name":"wasClean","qualifiedName":"dart:html.CloseEvent.wasClean","href":"dart-html/CloseEvent/wasClean.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CloseEvent","kind":3,"href":"dart-html/CloseEvent-class.html"}},{"name":"Comment","qualifiedName":"dart:html.Comment","href":"dart-html/Comment-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Comment.new","qualifiedName":"dart:html.Comment.Comment.new","href":"dart-html/Comment/Comment.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Comment","kind":3,"href":"dart-html/Comment-class.html"}},{"name":"CompositionEvent","qualifiedName":"dart:html.CompositionEvent","href":"dart-html/CompositionEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CompositionEvent.new","qualifiedName":"dart:html.CompositionEvent.CompositionEvent.new","href":"dart-html/CompositionEvent/CompositionEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CompositionEvent","kind":3,"href":"dart-html/CompositionEvent-class.html"}},{"name":"data","qualifiedName":"dart:html.CompositionEvent.data","href":"dart-html/CompositionEvent/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CompositionEvent","kind":3,"href":"dart-html/CompositionEvent-class.html"}},{"name":"Console","qualifiedName":"dart:html.Console","href":"dart-html/Console-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"assertCondition","qualifiedName":"dart:html.Console.assertCondition","href":"dart-html/Console/assertCondition.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"clear","qualifiedName":"dart:html.Console.clear","href":"dart-html/Console/clear.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"count","qualifiedName":"dart:html.Console.count","href":"dart-html/Console/count.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"countReset","qualifiedName":"dart:html.Console.countReset","href":"dart-html/Console/countReset.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"debug","qualifiedName":"dart:html.Console.debug","href":"dart-html/Console/debug.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"dir","qualifiedName":"dart:html.Console.dir","href":"dart-html/Console/dir.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"dirxml","qualifiedName":"dart:html.Console.dirxml","href":"dart-html/Console/dirxml.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"error","qualifiedName":"dart:html.Console.error","href":"dart-html/Console/error.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"group","qualifiedName":"dart:html.Console.group","href":"dart-html/Console/group.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"groupCollapsed","qualifiedName":"dart:html.Console.groupCollapsed","href":"dart-html/Console/groupCollapsed.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"groupEnd","qualifiedName":"dart:html.Console.groupEnd","href":"dart-html/Console/groupEnd.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"info","qualifiedName":"dart:html.Console.info","href":"dart-html/Console/info.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"log","qualifiedName":"dart:html.Console.log","href":"dart-html/Console/log.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"markTimeline","qualifiedName":"dart:html.Console.markTimeline","href":"dart-html/Console/markTimeline.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"memory","qualifiedName":"dart:html.Console.memory","href":"dart-html/Console/memory.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"profile","qualifiedName":"dart:html.Console.profile","href":"dart-html/Console/profile.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"profileEnd","qualifiedName":"dart:html.Console.profileEnd","href":"dart-html/Console/profileEnd.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"table","qualifiedName":"dart:html.Console.table","href":"dart-html/Console/table.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"time","qualifiedName":"dart:html.Console.time","href":"dart-html/Console/time.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"timeEnd","qualifiedName":"dart:html.Console.timeEnd","href":"dart-html/Console/timeEnd.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"timeLog","qualifiedName":"dart:html.Console.timeLog","href":"dart-html/Console/timeLog.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"timeStamp","qualifiedName":"dart:html.Console.timeStamp","href":"dart-html/Console/timeStamp.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"trace","qualifiedName":"dart:html.Console.trace","href":"dart-html/Console/trace.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"warn","qualifiedName":"dart:html.Console.warn","href":"dart-html/Console/warn.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Console","kind":3,"href":"dart-html/Console-class.html"}},{"name":"ContentElement","qualifiedName":"dart:html.ContentElement","href":"dart-html/ContentElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ContentElement.new","qualifiedName":"dart:html.ContentElement.ContentElement.new","href":"dart-html/ContentElement/ContentElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ContentElement","kind":3,"href":"dart-html/ContentElement-class.html"}},{"name":"getDistributedNodes","qualifiedName":"dart:html.ContentElement.getDistributedNodes","href":"dart-html/ContentElement/getDistributedNodes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ContentElement","kind":3,"href":"dart-html/ContentElement-class.html"}},{"name":"select","qualifiedName":"dart:html.ContentElement.select","href":"dart-html/ContentElement/select.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ContentElement","kind":3,"href":"dart-html/ContentElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.ContentElement.supported","href":"dart-html/ContentElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"ContentElement","kind":3,"href":"dart-html/ContentElement-class.html"}},{"name":"CookieStore","qualifiedName":"dart:html.CookieStore","href":"dart-html/CookieStore-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getAll","qualifiedName":"dart:html.CookieStore.getAll","href":"dart-html/CookieStore/getAll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CookieStore","kind":3,"href":"dart-html/CookieStore-class.html"}},{"name":"set","qualifiedName":"dart:html.CookieStore.set","href":"dart-html/CookieStore/set.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CookieStore","kind":3,"href":"dart-html/CookieStore-class.html"}},{"name":"Coordinates","qualifiedName":"dart:html.Coordinates","href":"dart-html/Coordinates-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"accuracy","qualifiedName":"dart:html.Coordinates.accuracy","href":"dart-html/Coordinates/accuracy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Coordinates","kind":3,"href":"dart-html/Coordinates-class.html"}},{"name":"altitude","qualifiedName":"dart:html.Coordinates.altitude","href":"dart-html/Coordinates/altitude.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Coordinates","kind":3,"href":"dart-html/Coordinates-class.html"}},{"name":"altitudeAccuracy","qualifiedName":"dart:html.Coordinates.altitudeAccuracy","href":"dart-html/Coordinates/altitudeAccuracy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Coordinates","kind":3,"href":"dart-html/Coordinates-class.html"}},{"name":"heading","qualifiedName":"dart:html.Coordinates.heading","href":"dart-html/Coordinates/heading.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Coordinates","kind":3,"href":"dart-html/Coordinates-class.html"}},{"name":"latitude","qualifiedName":"dart:html.Coordinates.latitude","href":"dart-html/Coordinates/latitude.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Coordinates","kind":3,"href":"dart-html/Coordinates-class.html"}},{"name":"longitude","qualifiedName":"dart:html.Coordinates.longitude","href":"dart-html/Coordinates/longitude.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Coordinates","kind":3,"href":"dart-html/Coordinates-class.html"}},{"name":"speed","qualifiedName":"dart:html.Coordinates.speed","href":"dart-html/Coordinates/speed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Coordinates","kind":3,"href":"dart-html/Coordinates-class.html"}},{"name":"Credential","qualifiedName":"dart:html.Credential","href":"dart-html/Credential-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"id","qualifiedName":"dart:html.Credential.id","href":"dart-html/Credential/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Credential","kind":3,"href":"dart-html/Credential-class.html"}},{"name":"type","qualifiedName":"dart:html.Credential.type","href":"dart-html/Credential/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Credential","kind":3,"href":"dart-html/Credential-class.html"}},{"name":"CredentialUserData","qualifiedName":"dart:html.CredentialUserData","href":"dart-html/CredentialUserData-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"iconUrl","qualifiedName":"dart:html.CredentialUserData.iconUrl","href":"dart-html/CredentialUserData/iconUrl.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CredentialUserData","kind":3,"href":"dart-html/CredentialUserData-class.html"}},{"name":"name","qualifiedName":"dart:html.CredentialUserData.name","href":"dart-html/CredentialUserData/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CredentialUserData","kind":3,"href":"dart-html/CredentialUserData-class.html"}},{"name":"CredentialsContainer","qualifiedName":"dart:html.CredentialsContainer","href":"dart-html/CredentialsContainer-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"create","qualifiedName":"dart:html.CredentialsContainer.create","href":"dart-html/CredentialsContainer/create.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CredentialsContainer","kind":3,"href":"dart-html/CredentialsContainer-class.html"}},{"name":"get","qualifiedName":"dart:html.CredentialsContainer.get","href":"dart-html/CredentialsContainer/get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CredentialsContainer","kind":3,"href":"dart-html/CredentialsContainer-class.html"}},{"name":"preventSilentAccess","qualifiedName":"dart:html.CredentialsContainer.preventSilentAccess","href":"dart-html/CredentialsContainer/preventSilentAccess.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CredentialsContainer","kind":3,"href":"dart-html/CredentialsContainer-class.html"}},{"name":"requireUserMediation","qualifiedName":"dart:html.CredentialsContainer.requireUserMediation","href":"dart-html/CredentialsContainer/requireUserMediation.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CredentialsContainer","kind":3,"href":"dart-html/CredentialsContainer-class.html"}},{"name":"store","qualifiedName":"dart:html.CredentialsContainer.store","href":"dart-html/CredentialsContainer/store.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CredentialsContainer","kind":3,"href":"dart-html/CredentialsContainer-class.html"}},{"name":"Crypto","qualifiedName":"dart:html.Crypto","href":"dart-html/Crypto-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getRandomValues","qualifiedName":"dart:html.Crypto.getRandomValues","href":"dart-html/Crypto/getRandomValues.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Crypto","kind":3,"href":"dart-html/Crypto-class.html"}},{"name":"subtle","qualifiedName":"dart:html.Crypto.subtle","href":"dart-html/Crypto/subtle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Crypto","kind":3,"href":"dart-html/Crypto-class.html"}},{"name":"supported","qualifiedName":"dart:html.Crypto.supported","href":"dart-html/Crypto/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"Crypto","kind":3,"href":"dart-html/Crypto-class.html"}},{"name":"CryptoKey","qualifiedName":"dart:html.CryptoKey","href":"dart-html/CryptoKey-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"algorithm","qualifiedName":"dart:html.CryptoKey.algorithm","href":"dart-html/CryptoKey/algorithm.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CryptoKey","kind":3,"href":"dart-html/CryptoKey-class.html"}},{"name":"extractable","qualifiedName":"dart:html.CryptoKey.extractable","href":"dart-html/CryptoKey/extractable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CryptoKey","kind":3,"href":"dart-html/CryptoKey-class.html"}},{"name":"type","qualifiedName":"dart:html.CryptoKey.type","href":"dart-html/CryptoKey/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CryptoKey","kind":3,"href":"dart-html/CryptoKey-class.html"}},{"name":"usages","qualifiedName":"dart:html.CryptoKey.usages","href":"dart-html/CryptoKey/usages.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CryptoKey","kind":3,"href":"dart-html/CryptoKey-class.html"}},{"name":"Css","qualifiedName":"dart:html.Css","href":"dart-html/Css-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Hz","qualifiedName":"dart:html.Css.Hz","href":"dart-html/Css/Hz.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"ch","qualifiedName":"dart:html.Css.ch","href":"dart-html/Css/ch.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"cm","qualifiedName":"dart:html.Css.cm","href":"dart-html/Css/cm.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"deg","qualifiedName":"dart:html.Css.deg","href":"dart-html/Css/deg.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"dpcm","qualifiedName":"dart:html.Css.dpcm","href":"dart-html/Css/dpcm.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"dpi","qualifiedName":"dart:html.Css.dpi","href":"dart-html/Css/dpi.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"dppx","qualifiedName":"dart:html.Css.dppx","href":"dart-html/Css/dppx.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"em","qualifiedName":"dart:html.Css.em","href":"dart-html/Css/em.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"escape","qualifiedName":"dart:html.Css.escape","href":"dart-html/Css/escape.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"ex","qualifiedName":"dart:html.Css.ex","href":"dart-html/Css/ex.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"fr","qualifiedName":"dart:html.Css.fr","href":"dart-html/Css/fr.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"grad","qualifiedName":"dart:html.Css.grad","href":"dart-html/Css/grad.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"inch","qualifiedName":"dart:html.Css.inch","href":"dart-html/Css/inch.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"kHz","qualifiedName":"dart:html.Css.kHz","href":"dart-html/Css/kHz.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"mm","qualifiedName":"dart:html.Css.mm","href":"dart-html/Css/mm.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"ms","qualifiedName":"dart:html.Css.ms","href":"dart-html/Css/ms.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"number","qualifiedName":"dart:html.Css.number","href":"dart-html/Css/number.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"paintWorklet","qualifiedName":"dart:html.Css.paintWorklet","href":"dart-html/Css/paintWorklet.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"pc","qualifiedName":"dart:html.Css.pc","href":"dart-html/Css/pc.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"percent","qualifiedName":"dart:html.Css.percent","href":"dart-html/Css/percent.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"pt","qualifiedName":"dart:html.Css.pt","href":"dart-html/Css/pt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"px","qualifiedName":"dart:html.Css.px","href":"dart-html/Css/px.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"rad","qualifiedName":"dart:html.Css.rad","href":"dart-html/Css/rad.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"registerProperty","qualifiedName":"dart:html.Css.registerProperty","href":"dart-html/Css/registerProperty.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"rem","qualifiedName":"dart:html.Css.rem","href":"dart-html/Css/rem.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"s","qualifiedName":"dart:html.Css.s","href":"dart-html/Css/s.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"supports","qualifiedName":"dart:html.Css.supports","href":"dart-html/Css/supports.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"supportsCondition","qualifiedName":"dart:html.Css.supportsCondition","href":"dart-html/Css/supportsCondition.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"turn","qualifiedName":"dart:html.Css.turn","href":"dart-html/Css/turn.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"vh","qualifiedName":"dart:html.Css.vh","href":"dart-html/Css/vh.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"vmax","qualifiedName":"dart:html.Css.vmax","href":"dart-html/Css/vmax.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"vmin","qualifiedName":"dart:html.Css.vmin","href":"dart-html/Css/vmin.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"vw","qualifiedName":"dart:html.Css.vw","href":"dart-html/Css/vw.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Css","kind":3,"href":"dart-html/Css-class.html"}},{"name":"CssCharsetRule","qualifiedName":"dart:html.CssCharsetRule","href":"dart-html/CssCharsetRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"encoding","qualifiedName":"dart:html.CssCharsetRule.encoding","href":"dart-html/CssCharsetRule/encoding.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssCharsetRule","kind":3,"href":"dart-html/CssCharsetRule-class.html"}},{"name":"CssClassSet","qualifiedName":"dart:html.CssClassSet","href":"dart-html/CssClassSet-class.html","kind":3,"packageRank":15,"desc":"A Set that stores the CSS class names for an element.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssClassSet.new","qualifiedName":"dart:html.CssClassSet.CssClassSet.new","href":"dart-html/CssClassSet/CssClassSet.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssClassSet","kind":3,"href":"dart-html/CssClassSet-class.html"}},{"name":"add","qualifiedName":"dart:html.CssClassSet.add","href":"dart-html/CssClassSet/add.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Add the class value to element.","enclosedBy":{"name":"CssClassSet","kind":3,"href":"dart-html/CssClassSet-class.html"}},{"name":"addAll","qualifiedName":"dart:html.CssClassSet.addAll","href":"dart-html/CssClassSet/addAll.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Add all classes specified in iterable to element.","enclosedBy":{"name":"CssClassSet","kind":3,"href":"dart-html/CssClassSet-class.html"}},{"name":"contains","qualifiedName":"dart:html.CssClassSet.contains","href":"dart-html/CssClassSet/contains.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Determine if this element contains the class value.","enclosedBy":{"name":"CssClassSet","kind":3,"href":"dart-html/CssClassSet-class.html"}},{"name":"frozen","qualifiedName":"dart:html.CssClassSet.frozen","href":"dart-html/CssClassSet/frozen.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if classes cannot be added or removed from this\nCssClassSet.","enclosedBy":{"name":"CssClassSet","kind":3,"href":"dart-html/CssClassSet-class.html"}},{"name":"remove","qualifiedName":"dart:html.CssClassSet.remove","href":"dart-html/CssClassSet/remove.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Remove the class value from element, and return true on successful\nremoval.","enclosedBy":{"name":"CssClassSet","kind":3,"href":"dart-html/CssClassSet-class.html"}},{"name":"removeAll","qualifiedName":"dart:html.CssClassSet.removeAll","href":"dart-html/CssClassSet/removeAll.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Remove all classes specified in iterable from element.","enclosedBy":{"name":"CssClassSet","kind":3,"href":"dart-html/CssClassSet-class.html"}},{"name":"toggle","qualifiedName":"dart:html.CssClassSet.toggle","href":"dart-html/CssClassSet/toggle.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Adds the class value to the element if it is not on it, removes it if it\nis.","enclosedBy":{"name":"CssClassSet","kind":3,"href":"dart-html/CssClassSet-class.html"}},{"name":"toggleAll","qualifiedName":"dart:html.CssClassSet.toggleAll","href":"dart-html/CssClassSet/toggleAll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Toggles all classes specified in iterable on element.","enclosedBy":{"name":"CssClassSet","kind":3,"href":"dart-html/CssClassSet-class.html"}},{"name":"CssConditionRule","qualifiedName":"dart:html.CssConditionRule","href":"dart-html/CssConditionRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"conditionText","qualifiedName":"dart:html.CssConditionRule.conditionText","href":"dart-html/CssConditionRule/conditionText.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssConditionRule","kind":3,"href":"dart-html/CssConditionRule-class.html"}},{"name":"CssFontFaceRule","qualifiedName":"dart:html.CssFontFaceRule","href":"dart-html/CssFontFaceRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"style","qualifiedName":"dart:html.CssFontFaceRule.style","href":"dart-html/CssFontFaceRule/style.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssFontFaceRule","kind":3,"href":"dart-html/CssFontFaceRule-class.html"}},{"name":"CssGroupingRule","qualifiedName":"dart:html.CssGroupingRule","href":"dart-html/CssGroupingRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"cssRules","qualifiedName":"dart:html.CssGroupingRule.cssRules","href":"dart-html/CssGroupingRule/cssRules.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssGroupingRule","kind":3,"href":"dart-html/CssGroupingRule-class.html"}},{"name":"deleteRule","qualifiedName":"dart:html.CssGroupingRule.deleteRule","href":"dart-html/CssGroupingRule/deleteRule.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssGroupingRule","kind":3,"href":"dart-html/CssGroupingRule-class.html"}},{"name":"insertRule","qualifiedName":"dart:html.CssGroupingRule.insertRule","href":"dart-html/CssGroupingRule/insertRule.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssGroupingRule","kind":3,"href":"dart-html/CssGroupingRule-class.html"}},{"name":"CssImageValue","qualifiedName":"dart:html.CssImageValue","href":"dart-html/CssImageValue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"intrinsicHeight","qualifiedName":"dart:html.CssImageValue.intrinsicHeight","href":"dart-html/CssImageValue/intrinsicHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssImageValue","kind":3,"href":"dart-html/CssImageValue-class.html"}},{"name":"intrinsicRatio","qualifiedName":"dart:html.CssImageValue.intrinsicRatio","href":"dart-html/CssImageValue/intrinsicRatio.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssImageValue","kind":3,"href":"dart-html/CssImageValue-class.html"}},{"name":"intrinsicWidth","qualifiedName":"dart:html.CssImageValue.intrinsicWidth","href":"dart-html/CssImageValue/intrinsicWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssImageValue","kind":3,"href":"dart-html/CssImageValue-class.html"}},{"name":"CssImportRule","qualifiedName":"dart:html.CssImportRule","href":"dart-html/CssImportRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"href","qualifiedName":"dart:html.CssImportRule.href","href":"dart-html/CssImportRule/href.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssImportRule","kind":3,"href":"dart-html/CssImportRule-class.html"}},{"name":"media","qualifiedName":"dart:html.CssImportRule.media","href":"dart-html/CssImportRule/media.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssImportRule","kind":3,"href":"dart-html/CssImportRule-class.html"}},{"name":"styleSheet","qualifiedName":"dart:html.CssImportRule.styleSheet","href":"dart-html/CssImportRule/styleSheet.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssImportRule","kind":3,"href":"dart-html/CssImportRule-class.html"}},{"name":"CssKeyframeRule","qualifiedName":"dart:html.CssKeyframeRule","href":"dart-html/CssKeyframeRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"keyText","qualifiedName":"dart:html.CssKeyframeRule.keyText","href":"dart-html/CssKeyframeRule/keyText.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssKeyframeRule","kind":3,"href":"dart-html/CssKeyframeRule-class.html"}},{"name":"style","qualifiedName":"dart:html.CssKeyframeRule.style","href":"dart-html/CssKeyframeRule/style.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssKeyframeRule","kind":3,"href":"dart-html/CssKeyframeRule-class.html"}},{"name":"CssKeyframesRule","qualifiedName":"dart:html.CssKeyframesRule","href":"dart-html/CssKeyframesRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"appendRule","qualifiedName":"dart:html.CssKeyframesRule.appendRule","href":"dart-html/CssKeyframesRule/appendRule.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssKeyframesRule","kind":3,"href":"dart-html/CssKeyframesRule-class.html"}},{"name":"cssRules","qualifiedName":"dart:html.CssKeyframesRule.cssRules","href":"dart-html/CssKeyframesRule/cssRules.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssKeyframesRule","kind":3,"href":"dart-html/CssKeyframesRule-class.html"}},{"name":"deleteRule","qualifiedName":"dart:html.CssKeyframesRule.deleteRule","href":"dart-html/CssKeyframesRule/deleteRule.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssKeyframesRule","kind":3,"href":"dart-html/CssKeyframesRule-class.html"}},{"name":"findRule","qualifiedName":"dart:html.CssKeyframesRule.findRule","href":"dart-html/CssKeyframesRule/findRule.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssKeyframesRule","kind":3,"href":"dart-html/CssKeyframesRule-class.html"}},{"name":"name","qualifiedName":"dart:html.CssKeyframesRule.name","href":"dart-html/CssKeyframesRule/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssKeyframesRule","kind":3,"href":"dart-html/CssKeyframesRule-class.html"}},{"name":"CssKeywordValue","qualifiedName":"dart:html.CssKeywordValue","href":"dart-html/CssKeywordValue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssKeywordValue.new","qualifiedName":"dart:html.CssKeywordValue.CssKeywordValue.new","href":"dart-html/CssKeywordValue/CssKeywordValue.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssKeywordValue","kind":3,"href":"dart-html/CssKeywordValue-class.html"}},{"name":"value","qualifiedName":"dart:html.CssKeywordValue.value","href":"dart-html/CssKeywordValue/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssKeywordValue","kind":3,"href":"dart-html/CssKeywordValue-class.html"}},{"name":"CssMatrixComponent","qualifiedName":"dart:html.CssMatrixComponent","href":"dart-html/CssMatrixComponent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssMatrixComponent.new","qualifiedName":"dart:html.CssMatrixComponent.CssMatrixComponent.new","href":"dart-html/CssMatrixComponent/CssMatrixComponent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssMatrixComponent","kind":3,"href":"dart-html/CssMatrixComponent-class.html"}},{"name":"matrix","qualifiedName":"dart:html.CssMatrixComponent.matrix","href":"dart-html/CssMatrixComponent/matrix.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssMatrixComponent","kind":3,"href":"dart-html/CssMatrixComponent-class.html"}},{"name":"CssMediaRule","qualifiedName":"dart:html.CssMediaRule","href":"dart-html/CssMediaRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"media","qualifiedName":"dart:html.CssMediaRule.media","href":"dart-html/CssMediaRule/media.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssMediaRule","kind":3,"href":"dart-html/CssMediaRule-class.html"}},{"name":"CssNamespaceRule","qualifiedName":"dart:html.CssNamespaceRule","href":"dart-html/CssNamespaceRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"namespaceUri","qualifiedName":"dart:html.CssNamespaceRule.namespaceUri","href":"dart-html/CssNamespaceRule/namespaceUri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssNamespaceRule","kind":3,"href":"dart-html/CssNamespaceRule-class.html"}},{"name":"prefix","qualifiedName":"dart:html.CssNamespaceRule.prefix","href":"dart-html/CssNamespaceRule/prefix.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssNamespaceRule","kind":3,"href":"dart-html/CssNamespaceRule-class.html"}},{"name":"CssNumericValue","qualifiedName":"dart:html.CssNumericValue","href":"dart-html/CssNumericValue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"add","qualifiedName":"dart:html.CssNumericValue.add","href":"dart-html/CssNumericValue/add.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssNumericValue","kind":3,"href":"dart-html/CssNumericValue-class.html"}},{"name":"div","qualifiedName":"dart:html.CssNumericValue.div","href":"dart-html/CssNumericValue/div.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssNumericValue","kind":3,"href":"dart-html/CssNumericValue-class.html"}},{"name":"mul","qualifiedName":"dart:html.CssNumericValue.mul","href":"dart-html/CssNumericValue/mul.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssNumericValue","kind":3,"href":"dart-html/CssNumericValue-class.html"}},{"name":"parse","qualifiedName":"dart:html.CssNumericValue.parse","href":"dart-html/CssNumericValue/parse.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"CssNumericValue","kind":3,"href":"dart-html/CssNumericValue-class.html"}},{"name":"sub","qualifiedName":"dart:html.CssNumericValue.sub","href":"dart-html/CssNumericValue/sub.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssNumericValue","kind":3,"href":"dart-html/CssNumericValue-class.html"}},{"name":"to","qualifiedName":"dart:html.CssNumericValue.to","href":"dart-html/CssNumericValue/to.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssNumericValue","kind":3,"href":"dart-html/CssNumericValue-class.html"}},{"name":"CssPageRule","qualifiedName":"dart:html.CssPageRule","href":"dart-html/CssPageRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"selectorText","qualifiedName":"dart:html.CssPageRule.selectorText","href":"dart-html/CssPageRule/selectorText.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssPageRule","kind":3,"href":"dart-html/CssPageRule-class.html"}},{"name":"style","qualifiedName":"dart:html.CssPageRule.style","href":"dart-html/CssPageRule/style.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssPageRule","kind":3,"href":"dart-html/CssPageRule-class.html"}},{"name":"CssPerspective","qualifiedName":"dart:html.CssPerspective","href":"dart-html/CssPerspective-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssPerspective.new","qualifiedName":"dart:html.CssPerspective.CssPerspective.new","href":"dart-html/CssPerspective/CssPerspective.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssPerspective","kind":3,"href":"dart-html/CssPerspective-class.html"}},{"name":"length","qualifiedName":"dart:html.CssPerspective.length","href":"dart-html/CssPerspective/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssPerspective","kind":3,"href":"dart-html/CssPerspective-class.html"}},{"name":"CssPositionValue","qualifiedName":"dart:html.CssPositionValue","href":"dart-html/CssPositionValue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssPositionValue.new","qualifiedName":"dart:html.CssPositionValue.CssPositionValue.new","href":"dart-html/CssPositionValue/CssPositionValue.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssPositionValue","kind":3,"href":"dart-html/CssPositionValue-class.html"}},{"name":"x","qualifiedName":"dart:html.CssPositionValue.x","href":"dart-html/CssPositionValue/x.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssPositionValue","kind":3,"href":"dart-html/CssPositionValue-class.html"}},{"name":"y","qualifiedName":"dart:html.CssPositionValue.y","href":"dart-html/CssPositionValue/y.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssPositionValue","kind":3,"href":"dart-html/CssPositionValue-class.html"}},{"name":"CssRect","qualifiedName":"dart:html.CssRect","href":"dart-html/CssRect-class.html","kind":3,"packageRank":15,"desc":"A class for representing CSS dimensions.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssRect.new","qualifiedName":"dart:html.CssRect.CssRect.new","href":"dart-html/CssRect/CssRect.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"bottom","qualifiedName":"dart:html.CssRect.bottom","href":"dart-html/CssRect/bottom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The y-coordinate of the bottom edge.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"bottomLeft","qualifiedName":"dart:html.CssRect.bottomLeft","href":"dart-html/CssRect/bottomLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"bottomRight","qualifiedName":"dart:html.CssRect.bottomRight","href":"dart-html/CssRect/bottomRight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"boundingBox","qualifiedName":"dart:html.CssRect.boundingBox","href":"dart-html/CssRect/boundingBox.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns a new rectangle which completely contains this and other.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"containsPoint","qualifiedName":"dart:html.CssRect.containsPoint","href":"dart-html/CssRect/containsPoint.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Tests whether another is inside or along the edges of this.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"containsRectangle","qualifiedName":"dart:html.CssRect.containsRectangle","href":"dart-html/CssRect/containsRectangle.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Tests whether this entirely contains another.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"hashCode","qualifiedName":"dart:html.CssRect.hashCode","href":"dart-html/CssRect/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The hash code for this object.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"height","qualifiedName":"dart:html.CssRect.height","href":"dart-html/CssRect/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The height of this rectangle.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"intersection","qualifiedName":"dart:html.CssRect.intersection","href":"dart-html/CssRect/intersection.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Computes the intersection of this and other.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"intersects","qualifiedName":"dart:html.CssRect.intersects","href":"dart-html/CssRect/intersects.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns true if this intersects other.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"left","qualifiedName":"dart:html.CssRect.left","href":"dart-html/CssRect/left.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The x-coordinate of the left edge.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"operator ==","qualifiedName":"dart:html.CssRect.operator ==","href":"dart-html/CssRect/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The equality operator.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"right","qualifiedName":"dart:html.CssRect.right","href":"dart-html/CssRect/right.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The x-coordinate of the right edge.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"toString","qualifiedName":"dart:html.CssRect.toString","href":"dart-html/CssRect/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"top","qualifiedName":"dart:html.CssRect.top","href":"dart-html/CssRect/top.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The y-coordinate of the top edge.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"topLeft","qualifiedName":"dart:html.CssRect.topLeft","href":"dart-html/CssRect/topLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"topRight","qualifiedName":"dart:html.CssRect.topRight","href":"dart-html/CssRect/topRight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"width","qualifiedName":"dart:html.CssRect.width","href":"dart-html/CssRect/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The width of this rectangle.","enclosedBy":{"name":"CssRect","kind":3,"href":"dart-html/CssRect-class.html"}},{"name":"CssResourceValue","qualifiedName":"dart:html.CssResourceValue","href":"dart-html/CssResourceValue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"state","qualifiedName":"dart:html.CssResourceValue.state","href":"dart-html/CssResourceValue/state.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssResourceValue","kind":3,"href":"dart-html/CssResourceValue-class.html"}},{"name":"CssRotation","qualifiedName":"dart:html.CssRotation","href":"dart-html/CssRotation-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssRotation.new","qualifiedName":"dart:html.CssRotation.CssRotation.new","href":"dart-html/CssRotation/CssRotation.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRotation","kind":3,"href":"dart-html/CssRotation-class.html"}},{"name":"angle","qualifiedName":"dart:html.CssRotation.angle","href":"dart-html/CssRotation/angle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRotation","kind":3,"href":"dart-html/CssRotation-class.html"}},{"name":"x","qualifiedName":"dart:html.CssRotation.x","href":"dart-html/CssRotation/x.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRotation","kind":3,"href":"dart-html/CssRotation-class.html"}},{"name":"y","qualifiedName":"dart:html.CssRotation.y","href":"dart-html/CssRotation/y.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRotation","kind":3,"href":"dart-html/CssRotation-class.html"}},{"name":"z","qualifiedName":"dart:html.CssRotation.z","href":"dart-html/CssRotation/z.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRotation","kind":3,"href":"dart-html/CssRotation-class.html"}},{"name":"CssRule","qualifiedName":"dart:html.CssRule","href":"dart-html/CssRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CHARSET_RULE","qualifiedName":"dart:html.CssRule.CHARSET_RULE","href":"dart-html/CssRule/CHARSET_RULE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"FONT_FACE_RULE","qualifiedName":"dart:html.CssRule.FONT_FACE_RULE","href":"dart-html/CssRule/FONT_FACE_RULE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"IMPORT_RULE","qualifiedName":"dart:html.CssRule.IMPORT_RULE","href":"dart-html/CssRule/IMPORT_RULE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"KEYFRAMES_RULE","qualifiedName":"dart:html.CssRule.KEYFRAMES_RULE","href":"dart-html/CssRule/KEYFRAMES_RULE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"KEYFRAME_RULE","qualifiedName":"dart:html.CssRule.KEYFRAME_RULE","href":"dart-html/CssRule/KEYFRAME_RULE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"MEDIA_RULE","qualifiedName":"dart:html.CssRule.MEDIA_RULE","href":"dart-html/CssRule/MEDIA_RULE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"NAMESPACE_RULE","qualifiedName":"dart:html.CssRule.NAMESPACE_RULE","href":"dart-html/CssRule/NAMESPACE_RULE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"PAGE_RULE","qualifiedName":"dart:html.CssRule.PAGE_RULE","href":"dart-html/CssRule/PAGE_RULE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"STYLE_RULE","qualifiedName":"dart:html.CssRule.STYLE_RULE","href":"dart-html/CssRule/STYLE_RULE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"SUPPORTS_RULE","qualifiedName":"dart:html.CssRule.SUPPORTS_RULE","href":"dart-html/CssRule/SUPPORTS_RULE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"VIEWPORT_RULE","qualifiedName":"dart:html.CssRule.VIEWPORT_RULE","href":"dart-html/CssRule/VIEWPORT_RULE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"cssText","qualifiedName":"dart:html.CssRule.cssText","href":"dart-html/CssRule/cssText.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"parentRule","qualifiedName":"dart:html.CssRule.parentRule","href":"dart-html/CssRule/parentRule.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"parentStyleSheet","qualifiedName":"dart:html.CssRule.parentStyleSheet","href":"dart-html/CssRule/parentStyleSheet.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"type","qualifiedName":"dart:html.CssRule.type","href":"dart-html/CssRule/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssRule","kind":3,"href":"dart-html/CssRule-class.html"}},{"name":"CssScale","qualifiedName":"dart:html.CssScale","href":"dart-html/CssScale-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssScale.new","qualifiedName":"dart:html.CssScale.CssScale.new","href":"dart-html/CssScale/CssScale.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssScale","kind":3,"href":"dart-html/CssScale-class.html"}},{"name":"x","qualifiedName":"dart:html.CssScale.x","href":"dart-html/CssScale/x.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssScale","kind":3,"href":"dart-html/CssScale-class.html"}},{"name":"y","qualifiedName":"dart:html.CssScale.y","href":"dart-html/CssScale/y.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssScale","kind":3,"href":"dart-html/CssScale-class.html"}},{"name":"z","qualifiedName":"dart:html.CssScale.z","href":"dart-html/CssScale/z.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssScale","kind":3,"href":"dart-html/CssScale-class.html"}},{"name":"CssSkew","qualifiedName":"dart:html.CssSkew","href":"dart-html/CssSkew-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssSkew.new","qualifiedName":"dart:html.CssSkew.CssSkew.new","href":"dart-html/CssSkew/CssSkew.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssSkew","kind":3,"href":"dart-html/CssSkew-class.html"}},{"name":"ax","qualifiedName":"dart:html.CssSkew.ax","href":"dart-html/CssSkew/ax.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssSkew","kind":3,"href":"dart-html/CssSkew-class.html"}},{"name":"ay","qualifiedName":"dart:html.CssSkew.ay","href":"dart-html/CssSkew/ay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssSkew","kind":3,"href":"dart-html/CssSkew-class.html"}},{"name":"CssStyleDeclaration","qualifiedName":"dart:html.CssStyleDeclaration","href":"dart-html/CssStyleDeclaration-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssStyleDeclaration.css","qualifiedName":"dart:html.CssStyleDeclaration.CssStyleDeclaration.css","href":"dart-html/CssStyleDeclaration/CssStyleDeclaration.css.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"CssStyleDeclaration.new","qualifiedName":"dart:html.CssStyleDeclaration.CssStyleDeclaration.new","href":"dart-html/CssStyleDeclaration/CssStyleDeclaration.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"background","qualifiedName":"dart:html.CssStyleDeclaration.background","href":"dart-html/CssStyleDeclaration/background.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"backgroundAttachment","qualifiedName":"dart:html.CssStyleDeclaration.backgroundAttachment","href":"dart-html/CssStyleDeclaration/backgroundAttachment.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-attachment\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"backgroundColor","qualifiedName":"dart:html.CssStyleDeclaration.backgroundColor","href":"dart-html/CssStyleDeclaration/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-color\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"backgroundImage","qualifiedName":"dart:html.CssStyleDeclaration.backgroundImage","href":"dart-html/CssStyleDeclaration/backgroundImage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-image\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"backgroundPosition","qualifiedName":"dart:html.CssStyleDeclaration.backgroundPosition","href":"dart-html/CssStyleDeclaration/backgroundPosition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-position\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"backgroundRepeat","qualifiedName":"dart:html.CssStyleDeclaration.backgroundRepeat","href":"dart-html/CssStyleDeclaration/backgroundRepeat.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-repeat\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"border","qualifiedName":"dart:html.CssStyleDeclaration.border","href":"dart-html/CssStyleDeclaration/border.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderBottom","qualifiedName":"dart:html.CssStyleDeclaration.borderBottom","href":"dart-html/CssStyleDeclaration/borderBottom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-bottom\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderBottomColor","qualifiedName":"dart:html.CssStyleDeclaration.borderBottomColor","href":"dart-html/CssStyleDeclaration/borderBottomColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-bottom-color\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderBottomStyle","qualifiedName":"dart:html.CssStyleDeclaration.borderBottomStyle","href":"dart-html/CssStyleDeclaration/borderBottomStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-bottom-style\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderBottomWidth","qualifiedName":"dart:html.CssStyleDeclaration.borderBottomWidth","href":"dart-html/CssStyleDeclaration/borderBottomWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-bottom-width\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderCollapse","qualifiedName":"dart:html.CssStyleDeclaration.borderCollapse","href":"dart-html/CssStyleDeclaration/borderCollapse.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-collapse\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderColor","qualifiedName":"dart:html.CssStyleDeclaration.borderColor","href":"dart-html/CssStyleDeclaration/borderColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-color\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderLeft","qualifiedName":"dart:html.CssStyleDeclaration.borderLeft","href":"dart-html/CssStyleDeclaration/borderLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-left\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderLeftColor","qualifiedName":"dart:html.CssStyleDeclaration.borderLeftColor","href":"dart-html/CssStyleDeclaration/borderLeftColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-left-color\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderLeftStyle","qualifiedName":"dart:html.CssStyleDeclaration.borderLeftStyle","href":"dart-html/CssStyleDeclaration/borderLeftStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-left-style\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderLeftWidth","qualifiedName":"dart:html.CssStyleDeclaration.borderLeftWidth","href":"dart-html/CssStyleDeclaration/borderLeftWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-left-width\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderRight","qualifiedName":"dart:html.CssStyleDeclaration.borderRight","href":"dart-html/CssStyleDeclaration/borderRight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-right\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderRightColor","qualifiedName":"dart:html.CssStyleDeclaration.borderRightColor","href":"dart-html/CssStyleDeclaration/borderRightColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-right-color\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderRightStyle","qualifiedName":"dart:html.CssStyleDeclaration.borderRightStyle","href":"dart-html/CssStyleDeclaration/borderRightStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-right-style\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderRightWidth","qualifiedName":"dart:html.CssStyleDeclaration.borderRightWidth","href":"dart-html/CssStyleDeclaration/borderRightWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-right-width\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderSpacing","qualifiedName":"dart:html.CssStyleDeclaration.borderSpacing","href":"dart-html/CssStyleDeclaration/borderSpacing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-spacing\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderStyle","qualifiedName":"dart:html.CssStyleDeclaration.borderStyle","href":"dart-html/CssStyleDeclaration/borderStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-style\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderTop","qualifiedName":"dart:html.CssStyleDeclaration.borderTop","href":"dart-html/CssStyleDeclaration/borderTop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-top\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderTopColor","qualifiedName":"dart:html.CssStyleDeclaration.borderTopColor","href":"dart-html/CssStyleDeclaration/borderTopColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-top-color\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderTopStyle","qualifiedName":"dart:html.CssStyleDeclaration.borderTopStyle","href":"dart-html/CssStyleDeclaration/borderTopStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-top-style\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderTopWidth","qualifiedName":"dart:html.CssStyleDeclaration.borderTopWidth","href":"dart-html/CssStyleDeclaration/borderTopWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-top-width\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"borderWidth","qualifiedName":"dart:html.CssStyleDeclaration.borderWidth","href":"dart-html/CssStyleDeclaration/borderWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-width\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"bottom","qualifiedName":"dart:html.CssStyleDeclaration.bottom","href":"dart-html/CssStyleDeclaration/bottom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"bottom\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"captionSide","qualifiedName":"dart:html.CssStyleDeclaration.captionSide","href":"dart-html/CssStyleDeclaration/captionSide.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"caption-side\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"clear","qualifiedName":"dart:html.CssStyleDeclaration.clear","href":"dart-html/CssStyleDeclaration/clear.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"clear\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"clip","qualifiedName":"dart:html.CssStyleDeclaration.clip","href":"dart-html/CssStyleDeclaration/clip.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"clip\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"color","qualifiedName":"dart:html.CssStyleDeclaration.color","href":"dart-html/CssStyleDeclaration/color.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"color\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"content","qualifiedName":"dart:html.CssStyleDeclaration.content","href":"dart-html/CssStyleDeclaration/content.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"content\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"cssFloat","qualifiedName":"dart:html.CssStyleDeclaration.cssFloat","href":"dart-html/CssStyleDeclaration/cssFloat.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"cssText","qualifiedName":"dart:html.CssStyleDeclaration.cssText","href":"dart-html/CssStyleDeclaration/cssText.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"cursor","qualifiedName":"dart:html.CssStyleDeclaration.cursor","href":"dart-html/CssStyleDeclaration/cursor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"cursor\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"direction","qualifiedName":"dart:html.CssStyleDeclaration.direction","href":"dart-html/CssStyleDeclaration/direction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"direction\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"display","qualifiedName":"dart:html.CssStyleDeclaration.display","href":"dart-html/CssStyleDeclaration/display.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"display\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"emptyCells","qualifiedName":"dart:html.CssStyleDeclaration.emptyCells","href":"dart-html/CssStyleDeclaration/emptyCells.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"empty-cells\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"font","qualifiedName":"dart:html.CssStyleDeclaration.font","href":"dart-html/CssStyleDeclaration/font.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"fontFamily","qualifiedName":"dart:html.CssStyleDeclaration.fontFamily","href":"dart-html/CssStyleDeclaration/fontFamily.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-family\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"fontSize","qualifiedName":"dart:html.CssStyleDeclaration.fontSize","href":"dart-html/CssStyleDeclaration/fontSize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-size\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"fontStyle","qualifiedName":"dart:html.CssStyleDeclaration.fontStyle","href":"dart-html/CssStyleDeclaration/fontStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-style\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"fontVariant","qualifiedName":"dart:html.CssStyleDeclaration.fontVariant","href":"dart-html/CssStyleDeclaration/fontVariant.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-variant\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"fontWeight","qualifiedName":"dart:html.CssStyleDeclaration.fontWeight","href":"dart-html/CssStyleDeclaration/fontWeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-weight\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"getPropertyPriority","qualifiedName":"dart:html.CssStyleDeclaration.getPropertyPriority","href":"dart-html/CssStyleDeclaration/getPropertyPriority.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"getPropertyValue","qualifiedName":"dart:html.CssStyleDeclaration.getPropertyValue","href":"dart-html/CssStyleDeclaration/getPropertyValue.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the value of the property if the provided CSS property\nname is supported on this element and if the value is set. Otherwise\nreturns an empty string.","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"height","qualifiedName":"dart:html.CssStyleDeclaration.height","href":"dart-html/CssStyleDeclaration/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"height\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"item","qualifiedName":"dart:html.CssStyleDeclaration.item","href":"dart-html/CssStyleDeclaration/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"left","qualifiedName":"dart:html.CssStyleDeclaration.left","href":"dart-html/CssStyleDeclaration/left.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"left\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"length","qualifiedName":"dart:html.CssStyleDeclaration.length","href":"dart-html/CssStyleDeclaration/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"letterSpacing","qualifiedName":"dart:html.CssStyleDeclaration.letterSpacing","href":"dart-html/CssStyleDeclaration/letterSpacing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"letter-spacing\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"lineHeight","qualifiedName":"dart:html.CssStyleDeclaration.lineHeight","href":"dart-html/CssStyleDeclaration/lineHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"line-height\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"listStyle","qualifiedName":"dart:html.CssStyleDeclaration.listStyle","href":"dart-html/CssStyleDeclaration/listStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"list-style\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"listStyleImage","qualifiedName":"dart:html.CssStyleDeclaration.listStyleImage","href":"dart-html/CssStyleDeclaration/listStyleImage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"list-style-image\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"listStylePosition","qualifiedName":"dart:html.CssStyleDeclaration.listStylePosition","href":"dart-html/CssStyleDeclaration/listStylePosition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"list-style-position\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"listStyleType","qualifiedName":"dart:html.CssStyleDeclaration.listStyleType","href":"dart-html/CssStyleDeclaration/listStyleType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"list-style-type\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"margin","qualifiedName":"dart:html.CssStyleDeclaration.margin","href":"dart-html/CssStyleDeclaration/margin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"marginBottom","qualifiedName":"dart:html.CssStyleDeclaration.marginBottom","href":"dart-html/CssStyleDeclaration/marginBottom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-bottom\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"marginLeft","qualifiedName":"dart:html.CssStyleDeclaration.marginLeft","href":"dart-html/CssStyleDeclaration/marginLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-left\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"marginRight","qualifiedName":"dart:html.CssStyleDeclaration.marginRight","href":"dart-html/CssStyleDeclaration/marginRight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-right\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"marginTop","qualifiedName":"dart:html.CssStyleDeclaration.marginTop","href":"dart-html/CssStyleDeclaration/marginTop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-top\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"maxHeight","qualifiedName":"dart:html.CssStyleDeclaration.maxHeight","href":"dart-html/CssStyleDeclaration/maxHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"max-height\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"maxWidth","qualifiedName":"dart:html.CssStyleDeclaration.maxWidth","href":"dart-html/CssStyleDeclaration/maxWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"max-width\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"minHeight","qualifiedName":"dart:html.CssStyleDeclaration.minHeight","href":"dart-html/CssStyleDeclaration/minHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"min-height\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"minWidth","qualifiedName":"dart:html.CssStyleDeclaration.minWidth","href":"dart-html/CssStyleDeclaration/minWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"min-width\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"outline","qualifiedName":"dart:html.CssStyleDeclaration.outline","href":"dart-html/CssStyleDeclaration/outline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"outline\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"outlineColor","qualifiedName":"dart:html.CssStyleDeclaration.outlineColor","href":"dart-html/CssStyleDeclaration/outlineColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"outline-color\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"outlineStyle","qualifiedName":"dart:html.CssStyleDeclaration.outlineStyle","href":"dart-html/CssStyleDeclaration/outlineStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"outline-style\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"outlineWidth","qualifiedName":"dart:html.CssStyleDeclaration.outlineWidth","href":"dart-html/CssStyleDeclaration/outlineWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"outline-width\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"overflow","qualifiedName":"dart:html.CssStyleDeclaration.overflow","href":"dart-html/CssStyleDeclaration/overflow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"overflow\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"padding","qualifiedName":"dart:html.CssStyleDeclaration.padding","href":"dart-html/CssStyleDeclaration/padding.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"paddingBottom","qualifiedName":"dart:html.CssStyleDeclaration.paddingBottom","href":"dart-html/CssStyleDeclaration/paddingBottom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding-bottom\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"paddingLeft","qualifiedName":"dart:html.CssStyleDeclaration.paddingLeft","href":"dart-html/CssStyleDeclaration/paddingLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding-left\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"paddingRight","qualifiedName":"dart:html.CssStyleDeclaration.paddingRight","href":"dart-html/CssStyleDeclaration/paddingRight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding-right\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"paddingTop","qualifiedName":"dart:html.CssStyleDeclaration.paddingTop","href":"dart-html/CssStyleDeclaration/paddingTop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding-top\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"pageBreakAfter","qualifiedName":"dart:html.CssStyleDeclaration.pageBreakAfter","href":"dart-html/CssStyleDeclaration/pageBreakAfter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"page-break-after\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"pageBreakBefore","qualifiedName":"dart:html.CssStyleDeclaration.pageBreakBefore","href":"dart-html/CssStyleDeclaration/pageBreakBefore.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"page-break-before\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"pageBreakInside","qualifiedName":"dart:html.CssStyleDeclaration.pageBreakInside","href":"dart-html/CssStyleDeclaration/pageBreakInside.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"page-break-inside\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"parentRule","qualifiedName":"dart:html.CssStyleDeclaration.parentRule","href":"dart-html/CssStyleDeclaration/parentRule.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"position","qualifiedName":"dart:html.CssStyleDeclaration.position","href":"dart-html/CssStyleDeclaration/position.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"position\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"quotes","qualifiedName":"dart:html.CssStyleDeclaration.quotes","href":"dart-html/CssStyleDeclaration/quotes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"quotes\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"removeProperty","qualifiedName":"dart:html.CssStyleDeclaration.removeProperty","href":"dart-html/CssStyleDeclaration/removeProperty.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"right","qualifiedName":"dart:html.CssStyleDeclaration.right","href":"dart-html/CssStyleDeclaration/right.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"right\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"setProperty","qualifiedName":"dart:html.CssStyleDeclaration.setProperty","href":"dart-html/CssStyleDeclaration/setProperty.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"supportsProperty","qualifiedName":"dart:html.CssStyleDeclaration.supportsProperty","href":"dart-html/CssStyleDeclaration/supportsProperty.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if the provided CSS property name is supported on this\nelement.","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"supportsTransitions","qualifiedName":"dart:html.CssStyleDeclaration.supportsTransitions","href":"dart-html/CssStyleDeclaration/supportsTransitions.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks to see if CSS Transitions are supported.","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"tableLayout","qualifiedName":"dart:html.CssStyleDeclaration.tableLayout","href":"dart-html/CssStyleDeclaration/tableLayout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"table-layout\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"textAlign","qualifiedName":"dart:html.CssStyleDeclaration.textAlign","href":"dart-html/CssStyleDeclaration/textAlign.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-align\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"textDecoration","qualifiedName":"dart:html.CssStyleDeclaration.textDecoration","href":"dart-html/CssStyleDeclaration/textDecoration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-decoration\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"textIndent","qualifiedName":"dart:html.CssStyleDeclaration.textIndent","href":"dart-html/CssStyleDeclaration/textIndent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-indent\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"textTransform","qualifiedName":"dart:html.CssStyleDeclaration.textTransform","href":"dart-html/CssStyleDeclaration/textTransform.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-transform\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"top","qualifiedName":"dart:html.CssStyleDeclaration.top","href":"dart-html/CssStyleDeclaration/top.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"top\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"unicodeBidi","qualifiedName":"dart:html.CssStyleDeclaration.unicodeBidi","href":"dart-html/CssStyleDeclaration/unicodeBidi.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"unicode-bidi\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"verticalAlign","qualifiedName":"dart:html.CssStyleDeclaration.verticalAlign","href":"dart-html/CssStyleDeclaration/verticalAlign.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"vertical-align\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"visibility","qualifiedName":"dart:html.CssStyleDeclaration.visibility","href":"dart-html/CssStyleDeclaration/visibility.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"visibility\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"whiteSpace","qualifiedName":"dart:html.CssStyleDeclaration.whiteSpace","href":"dart-html/CssStyleDeclaration/whiteSpace.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"white-space\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"width","qualifiedName":"dart:html.CssStyleDeclaration.width","href":"dart-html/CssStyleDeclaration/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"width\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"wordSpacing","qualifiedName":"dart:html.CssStyleDeclaration.wordSpacing","href":"dart-html/CssStyleDeclaration/wordSpacing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"word-spacing\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"zIndex","qualifiedName":"dart:html.CssStyleDeclaration.zIndex","href":"dart-html/CssStyleDeclaration/zIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"z-index\"","enclosedBy":{"name":"CssStyleDeclaration","kind":3,"href":"dart-html/CssStyleDeclaration-class.html"}},{"name":"CssStyleDeclarationBase","qualifiedName":"dart:html.CssStyleDeclarationBase","href":"dart-html/CssStyleDeclarationBase-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssStyleDeclarationBase.new","qualifiedName":"dart:html.CssStyleDeclarationBase.CssStyleDeclarationBase.new","href":"dart-html/CssStyleDeclarationBase/CssStyleDeclarationBase.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"alignContent","qualifiedName":"dart:html.CssStyleDeclarationBase.alignContent","href":"dart-html/CssStyleDeclarationBase/alignContent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"align-content\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"alignItems","qualifiedName":"dart:html.CssStyleDeclarationBase.alignItems","href":"dart-html/CssStyleDeclarationBase/alignItems.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"align-items\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"alignSelf","qualifiedName":"dart:html.CssStyleDeclarationBase.alignSelf","href":"dart-html/CssStyleDeclarationBase/alignSelf.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"align-self\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"animation","qualifiedName":"dart:html.CssStyleDeclarationBase.animation","href":"dart-html/CssStyleDeclarationBase/animation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"animation\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"animationDelay","qualifiedName":"dart:html.CssStyleDeclarationBase.animationDelay","href":"dart-html/CssStyleDeclarationBase/animationDelay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"animation-delay\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"animationDirection","qualifiedName":"dart:html.CssStyleDeclarationBase.animationDirection","href":"dart-html/CssStyleDeclarationBase/animationDirection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"animation-direction\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"animationDuration","qualifiedName":"dart:html.CssStyleDeclarationBase.animationDuration","href":"dart-html/CssStyleDeclarationBase/animationDuration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"animation-duration\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"animationFillMode","qualifiedName":"dart:html.CssStyleDeclarationBase.animationFillMode","href":"dart-html/CssStyleDeclarationBase/animationFillMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"animation-fill-mode\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"animationIterationCount","qualifiedName":"dart:html.CssStyleDeclarationBase.animationIterationCount","href":"dart-html/CssStyleDeclarationBase/animationIterationCount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"animation-iteration-count\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"animationName","qualifiedName":"dart:html.CssStyleDeclarationBase.animationName","href":"dart-html/CssStyleDeclarationBase/animationName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"animation-name\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"animationPlayState","qualifiedName":"dart:html.CssStyleDeclarationBase.animationPlayState","href":"dart-html/CssStyleDeclarationBase/animationPlayState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"animation-play-state\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"animationTimingFunction","qualifiedName":"dart:html.CssStyleDeclarationBase.animationTimingFunction","href":"dart-html/CssStyleDeclarationBase/animationTimingFunction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"animation-timing-function\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"appRegion","qualifiedName":"dart:html.CssStyleDeclarationBase.appRegion","href":"dart-html/CssStyleDeclarationBase/appRegion.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"app-region\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"appearance","qualifiedName":"dart:html.CssStyleDeclarationBase.appearance","href":"dart-html/CssStyleDeclarationBase/appearance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"appearance\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"aspectRatio","qualifiedName":"dart:html.CssStyleDeclarationBase.aspectRatio","href":"dart-html/CssStyleDeclarationBase/aspectRatio.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"aspect-ratio\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backfaceVisibility","qualifiedName":"dart:html.CssStyleDeclarationBase.backfaceVisibility","href":"dart-html/CssStyleDeclarationBase/backfaceVisibility.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"backface-visibility\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"background","qualifiedName":"dart:html.CssStyleDeclarationBase.background","href":"dart-html/CssStyleDeclarationBase/background.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundAttachment","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundAttachment","href":"dart-html/CssStyleDeclarationBase/backgroundAttachment.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-attachment\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundBlendMode","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundBlendMode","href":"dart-html/CssStyleDeclarationBase/backgroundBlendMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-blend-mode\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundClip","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundClip","href":"dart-html/CssStyleDeclarationBase/backgroundClip.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-clip\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundColor","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundColor","href":"dart-html/CssStyleDeclarationBase/backgroundColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundComposite","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundComposite","href":"dart-html/CssStyleDeclarationBase/backgroundComposite.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-composite\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundImage","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundImage","href":"dart-html/CssStyleDeclarationBase/backgroundImage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-image\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundOrigin","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundOrigin","href":"dart-html/CssStyleDeclarationBase/backgroundOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-origin\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundPosition","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundPosition","href":"dart-html/CssStyleDeclarationBase/backgroundPosition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-position\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundPositionX","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundPositionX","href":"dart-html/CssStyleDeclarationBase/backgroundPositionX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-position-x\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundPositionY","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundPositionY","href":"dart-html/CssStyleDeclarationBase/backgroundPositionY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-position-y\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundRepeat","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundRepeat","href":"dart-html/CssStyleDeclarationBase/backgroundRepeat.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-repeat\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundRepeatX","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundRepeatX","href":"dart-html/CssStyleDeclarationBase/backgroundRepeatX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-repeat-x\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundRepeatY","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundRepeatY","href":"dart-html/CssStyleDeclarationBase/backgroundRepeatY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-repeat-y\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"backgroundSize","qualifiedName":"dart:html.CssStyleDeclarationBase.backgroundSize","href":"dart-html/CssStyleDeclarationBase/backgroundSize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"background-size\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"border","qualifiedName":"dart:html.CssStyleDeclarationBase.border","href":"dart-html/CssStyleDeclarationBase/border.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderAfter","qualifiedName":"dart:html.CssStyleDeclarationBase.borderAfter","href":"dart-html/CssStyleDeclarationBase/borderAfter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-after\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderAfterColor","qualifiedName":"dart:html.CssStyleDeclarationBase.borderAfterColor","href":"dart-html/CssStyleDeclarationBase/borderAfterColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-after-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderAfterStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.borderAfterStyle","href":"dart-html/CssStyleDeclarationBase/borderAfterStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-after-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderAfterWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.borderAfterWidth","href":"dart-html/CssStyleDeclarationBase/borderAfterWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-after-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderBefore","qualifiedName":"dart:html.CssStyleDeclarationBase.borderBefore","href":"dart-html/CssStyleDeclarationBase/borderBefore.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-before\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderBeforeColor","qualifiedName":"dart:html.CssStyleDeclarationBase.borderBeforeColor","href":"dart-html/CssStyleDeclarationBase/borderBeforeColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-before-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderBeforeStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.borderBeforeStyle","href":"dart-html/CssStyleDeclarationBase/borderBeforeStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-before-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderBeforeWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.borderBeforeWidth","href":"dart-html/CssStyleDeclarationBase/borderBeforeWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-before-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderBottom","qualifiedName":"dart:html.CssStyleDeclarationBase.borderBottom","href":"dart-html/CssStyleDeclarationBase/borderBottom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-bottom\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderBottomColor","qualifiedName":"dart:html.CssStyleDeclarationBase.borderBottomColor","href":"dart-html/CssStyleDeclarationBase/borderBottomColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-bottom-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderBottomLeftRadius","qualifiedName":"dart:html.CssStyleDeclarationBase.borderBottomLeftRadius","href":"dart-html/CssStyleDeclarationBase/borderBottomLeftRadius.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-bottom-left-radius\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderBottomRightRadius","qualifiedName":"dart:html.CssStyleDeclarationBase.borderBottomRightRadius","href":"dart-html/CssStyleDeclarationBase/borderBottomRightRadius.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-bottom-right-radius\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderBottomStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.borderBottomStyle","href":"dart-html/CssStyleDeclarationBase/borderBottomStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-bottom-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderBottomWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.borderBottomWidth","href":"dart-html/CssStyleDeclarationBase/borderBottomWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-bottom-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderCollapse","qualifiedName":"dart:html.CssStyleDeclarationBase.borderCollapse","href":"dart-html/CssStyleDeclarationBase/borderCollapse.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-collapse\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderColor","qualifiedName":"dart:html.CssStyleDeclarationBase.borderColor","href":"dart-html/CssStyleDeclarationBase/borderColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderEnd","qualifiedName":"dart:html.CssStyleDeclarationBase.borderEnd","href":"dart-html/CssStyleDeclarationBase/borderEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-end\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderEndColor","qualifiedName":"dart:html.CssStyleDeclarationBase.borderEndColor","href":"dart-html/CssStyleDeclarationBase/borderEndColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-end-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderEndStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.borderEndStyle","href":"dart-html/CssStyleDeclarationBase/borderEndStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-end-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderEndWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.borderEndWidth","href":"dart-html/CssStyleDeclarationBase/borderEndWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-end-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderFit","qualifiedName":"dart:html.CssStyleDeclarationBase.borderFit","href":"dart-html/CssStyleDeclarationBase/borderFit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-fit\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderHorizontalSpacing","qualifiedName":"dart:html.CssStyleDeclarationBase.borderHorizontalSpacing","href":"dart-html/CssStyleDeclarationBase/borderHorizontalSpacing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-horizontal-spacing\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderImage","qualifiedName":"dart:html.CssStyleDeclarationBase.borderImage","href":"dart-html/CssStyleDeclarationBase/borderImage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-image\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderImageOutset","qualifiedName":"dart:html.CssStyleDeclarationBase.borderImageOutset","href":"dart-html/CssStyleDeclarationBase/borderImageOutset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-image-outset\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderImageRepeat","qualifiedName":"dart:html.CssStyleDeclarationBase.borderImageRepeat","href":"dart-html/CssStyleDeclarationBase/borderImageRepeat.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-image-repeat\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderImageSlice","qualifiedName":"dart:html.CssStyleDeclarationBase.borderImageSlice","href":"dart-html/CssStyleDeclarationBase/borderImageSlice.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-image-slice\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderImageSource","qualifiedName":"dart:html.CssStyleDeclarationBase.borderImageSource","href":"dart-html/CssStyleDeclarationBase/borderImageSource.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-image-source\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderImageWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.borderImageWidth","href":"dart-html/CssStyleDeclarationBase/borderImageWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-image-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderLeft","qualifiedName":"dart:html.CssStyleDeclarationBase.borderLeft","href":"dart-html/CssStyleDeclarationBase/borderLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-left\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderLeftColor","qualifiedName":"dart:html.CssStyleDeclarationBase.borderLeftColor","href":"dart-html/CssStyleDeclarationBase/borderLeftColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-left-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderLeftStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.borderLeftStyle","href":"dart-html/CssStyleDeclarationBase/borderLeftStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-left-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderLeftWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.borderLeftWidth","href":"dart-html/CssStyleDeclarationBase/borderLeftWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-left-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderRadius","qualifiedName":"dart:html.CssStyleDeclarationBase.borderRadius","href":"dart-html/CssStyleDeclarationBase/borderRadius.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-radius\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderRight","qualifiedName":"dart:html.CssStyleDeclarationBase.borderRight","href":"dart-html/CssStyleDeclarationBase/borderRight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-right\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderRightColor","qualifiedName":"dart:html.CssStyleDeclarationBase.borderRightColor","href":"dart-html/CssStyleDeclarationBase/borderRightColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-right-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderRightStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.borderRightStyle","href":"dart-html/CssStyleDeclarationBase/borderRightStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-right-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderRightWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.borderRightWidth","href":"dart-html/CssStyleDeclarationBase/borderRightWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-right-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderSpacing","qualifiedName":"dart:html.CssStyleDeclarationBase.borderSpacing","href":"dart-html/CssStyleDeclarationBase/borderSpacing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-spacing\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderStart","qualifiedName":"dart:html.CssStyleDeclarationBase.borderStart","href":"dart-html/CssStyleDeclarationBase/borderStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-start\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderStartColor","qualifiedName":"dart:html.CssStyleDeclarationBase.borderStartColor","href":"dart-html/CssStyleDeclarationBase/borderStartColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-start-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderStartStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.borderStartStyle","href":"dart-html/CssStyleDeclarationBase/borderStartStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-start-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderStartWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.borderStartWidth","href":"dart-html/CssStyleDeclarationBase/borderStartWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-start-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.borderStyle","href":"dart-html/CssStyleDeclarationBase/borderStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderTop","qualifiedName":"dart:html.CssStyleDeclarationBase.borderTop","href":"dart-html/CssStyleDeclarationBase/borderTop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-top\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderTopColor","qualifiedName":"dart:html.CssStyleDeclarationBase.borderTopColor","href":"dart-html/CssStyleDeclarationBase/borderTopColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-top-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderTopLeftRadius","qualifiedName":"dart:html.CssStyleDeclarationBase.borderTopLeftRadius","href":"dart-html/CssStyleDeclarationBase/borderTopLeftRadius.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-top-left-radius\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderTopRightRadius","qualifiedName":"dart:html.CssStyleDeclarationBase.borderTopRightRadius","href":"dart-html/CssStyleDeclarationBase/borderTopRightRadius.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-top-right-radius\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderTopStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.borderTopStyle","href":"dart-html/CssStyleDeclarationBase/borderTopStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-top-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderTopWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.borderTopWidth","href":"dart-html/CssStyleDeclarationBase/borderTopWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-top-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderVerticalSpacing","qualifiedName":"dart:html.CssStyleDeclarationBase.borderVerticalSpacing","href":"dart-html/CssStyleDeclarationBase/borderVerticalSpacing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-vertical-spacing\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"borderWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.borderWidth","href":"dart-html/CssStyleDeclarationBase/borderWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"border-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"bottom","qualifiedName":"dart:html.CssStyleDeclarationBase.bottom","href":"dart-html/CssStyleDeclarationBase/bottom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"bottom\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"boxAlign","qualifiedName":"dart:html.CssStyleDeclarationBase.boxAlign","href":"dart-html/CssStyleDeclarationBase/boxAlign.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"box-align\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"boxDecorationBreak","qualifiedName":"dart:html.CssStyleDeclarationBase.boxDecorationBreak","href":"dart-html/CssStyleDeclarationBase/boxDecorationBreak.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"box-decoration-break\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"boxDirection","qualifiedName":"dart:html.CssStyleDeclarationBase.boxDirection","href":"dart-html/CssStyleDeclarationBase/boxDirection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"box-direction\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"boxFlex","qualifiedName":"dart:html.CssStyleDeclarationBase.boxFlex","href":"dart-html/CssStyleDeclarationBase/boxFlex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"box-flex\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"boxFlexGroup","qualifiedName":"dart:html.CssStyleDeclarationBase.boxFlexGroup","href":"dart-html/CssStyleDeclarationBase/boxFlexGroup.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"box-flex-group\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"boxLines","qualifiedName":"dart:html.CssStyleDeclarationBase.boxLines","href":"dart-html/CssStyleDeclarationBase/boxLines.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"box-lines\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"boxOrdinalGroup","qualifiedName":"dart:html.CssStyleDeclarationBase.boxOrdinalGroup","href":"dart-html/CssStyleDeclarationBase/boxOrdinalGroup.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"box-ordinal-group\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"boxOrient","qualifiedName":"dart:html.CssStyleDeclarationBase.boxOrient","href":"dart-html/CssStyleDeclarationBase/boxOrient.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"box-orient\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"boxPack","qualifiedName":"dart:html.CssStyleDeclarationBase.boxPack","href":"dart-html/CssStyleDeclarationBase/boxPack.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"box-pack\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"boxReflect","qualifiedName":"dart:html.CssStyleDeclarationBase.boxReflect","href":"dart-html/CssStyleDeclarationBase/boxReflect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"box-reflect\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"boxShadow","qualifiedName":"dart:html.CssStyleDeclarationBase.boxShadow","href":"dart-html/CssStyleDeclarationBase/boxShadow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"box-shadow\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"boxSizing","qualifiedName":"dart:html.CssStyleDeclarationBase.boxSizing","href":"dart-html/CssStyleDeclarationBase/boxSizing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"box-sizing\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"captionSide","qualifiedName":"dart:html.CssStyleDeclarationBase.captionSide","href":"dart-html/CssStyleDeclarationBase/captionSide.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"caption-side\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"clear","qualifiedName":"dart:html.CssStyleDeclarationBase.clear","href":"dart-html/CssStyleDeclarationBase/clear.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"clear\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"clip","qualifiedName":"dart:html.CssStyleDeclarationBase.clip","href":"dart-html/CssStyleDeclarationBase/clip.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"clip\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"clipPath","qualifiedName":"dart:html.CssStyleDeclarationBase.clipPath","href":"dart-html/CssStyleDeclarationBase/clipPath.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"clip-path\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"color","qualifiedName":"dart:html.CssStyleDeclarationBase.color","href":"dart-html/CssStyleDeclarationBase/color.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columnBreakAfter","qualifiedName":"dart:html.CssStyleDeclarationBase.columnBreakAfter","href":"dart-html/CssStyleDeclarationBase/columnBreakAfter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"column-break-after\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columnBreakBefore","qualifiedName":"dart:html.CssStyleDeclarationBase.columnBreakBefore","href":"dart-html/CssStyleDeclarationBase/columnBreakBefore.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"column-break-before\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columnBreakInside","qualifiedName":"dart:html.CssStyleDeclarationBase.columnBreakInside","href":"dart-html/CssStyleDeclarationBase/columnBreakInside.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"column-break-inside\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columnCount","qualifiedName":"dart:html.CssStyleDeclarationBase.columnCount","href":"dart-html/CssStyleDeclarationBase/columnCount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"column-count\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columnFill","qualifiedName":"dart:html.CssStyleDeclarationBase.columnFill","href":"dart-html/CssStyleDeclarationBase/columnFill.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"column-fill\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columnGap","qualifiedName":"dart:html.CssStyleDeclarationBase.columnGap","href":"dart-html/CssStyleDeclarationBase/columnGap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"column-gap\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columnRule","qualifiedName":"dart:html.CssStyleDeclarationBase.columnRule","href":"dart-html/CssStyleDeclarationBase/columnRule.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"column-rule\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columnRuleColor","qualifiedName":"dart:html.CssStyleDeclarationBase.columnRuleColor","href":"dart-html/CssStyleDeclarationBase/columnRuleColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"column-rule-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columnRuleStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.columnRuleStyle","href":"dart-html/CssStyleDeclarationBase/columnRuleStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"column-rule-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columnRuleWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.columnRuleWidth","href":"dart-html/CssStyleDeclarationBase/columnRuleWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"column-rule-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columnSpan","qualifiedName":"dart:html.CssStyleDeclarationBase.columnSpan","href":"dart-html/CssStyleDeclarationBase/columnSpan.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"column-span\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columnWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.columnWidth","href":"dart-html/CssStyleDeclarationBase/columnWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"column-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"columns","qualifiedName":"dart:html.CssStyleDeclarationBase.columns","href":"dart-html/CssStyleDeclarationBase/columns.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"columns\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"content","qualifiedName":"dart:html.CssStyleDeclarationBase.content","href":"dart-html/CssStyleDeclarationBase/content.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"content\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"counterIncrement","qualifiedName":"dart:html.CssStyleDeclarationBase.counterIncrement","href":"dart-html/CssStyleDeclarationBase/counterIncrement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"counter-increment\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"counterReset","qualifiedName":"dart:html.CssStyleDeclarationBase.counterReset","href":"dart-html/CssStyleDeclarationBase/counterReset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"counter-reset\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"cursor","qualifiedName":"dart:html.CssStyleDeclarationBase.cursor","href":"dart-html/CssStyleDeclarationBase/cursor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"cursor\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"direction","qualifiedName":"dart:html.CssStyleDeclarationBase.direction","href":"dart-html/CssStyleDeclarationBase/direction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"direction\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"display","qualifiedName":"dart:html.CssStyleDeclarationBase.display","href":"dart-html/CssStyleDeclarationBase/display.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"display\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"emptyCells","qualifiedName":"dart:html.CssStyleDeclarationBase.emptyCells","href":"dart-html/CssStyleDeclarationBase/emptyCells.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"empty-cells\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"filter","qualifiedName":"dart:html.CssStyleDeclarationBase.filter","href":"dart-html/CssStyleDeclarationBase/filter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"filter\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"flex","qualifiedName":"dart:html.CssStyleDeclarationBase.flex","href":"dart-html/CssStyleDeclarationBase/flex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"flex\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"flexBasis","qualifiedName":"dart:html.CssStyleDeclarationBase.flexBasis","href":"dart-html/CssStyleDeclarationBase/flexBasis.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"flex-basis\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"flexDirection","qualifiedName":"dart:html.CssStyleDeclarationBase.flexDirection","href":"dart-html/CssStyleDeclarationBase/flexDirection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"flex-direction\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"flexFlow","qualifiedName":"dart:html.CssStyleDeclarationBase.flexFlow","href":"dart-html/CssStyleDeclarationBase/flexFlow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"flex-flow\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"flexGrow","qualifiedName":"dart:html.CssStyleDeclarationBase.flexGrow","href":"dart-html/CssStyleDeclarationBase/flexGrow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"flex-grow\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"flexShrink","qualifiedName":"dart:html.CssStyleDeclarationBase.flexShrink","href":"dart-html/CssStyleDeclarationBase/flexShrink.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"flex-shrink\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"flexWrap","qualifiedName":"dart:html.CssStyleDeclarationBase.flexWrap","href":"dart-html/CssStyleDeclarationBase/flexWrap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"flex-wrap\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"float","qualifiedName":"dart:html.CssStyleDeclarationBase.float","href":"dart-html/CssStyleDeclarationBase/float.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"float\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"font","qualifiedName":"dart:html.CssStyleDeclarationBase.font","href":"dart-html/CssStyleDeclarationBase/font.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"fontFamily","qualifiedName":"dart:html.CssStyleDeclarationBase.fontFamily","href":"dart-html/CssStyleDeclarationBase/fontFamily.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-family\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"fontFeatureSettings","qualifiedName":"dart:html.CssStyleDeclarationBase.fontFeatureSettings","href":"dart-html/CssStyleDeclarationBase/fontFeatureSettings.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-feature-settings\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"fontKerning","qualifiedName":"dart:html.CssStyleDeclarationBase.fontKerning","href":"dart-html/CssStyleDeclarationBase/fontKerning.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-kerning\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"fontSize","qualifiedName":"dart:html.CssStyleDeclarationBase.fontSize","href":"dart-html/CssStyleDeclarationBase/fontSize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-size\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"fontSizeDelta","qualifiedName":"dart:html.CssStyleDeclarationBase.fontSizeDelta","href":"dart-html/CssStyleDeclarationBase/fontSizeDelta.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-size-delta\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"fontSmoothing","qualifiedName":"dart:html.CssStyleDeclarationBase.fontSmoothing","href":"dart-html/CssStyleDeclarationBase/fontSmoothing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-smoothing\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"fontStretch","qualifiedName":"dart:html.CssStyleDeclarationBase.fontStretch","href":"dart-html/CssStyleDeclarationBase/fontStretch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-stretch\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"fontStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.fontStyle","href":"dart-html/CssStyleDeclarationBase/fontStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"fontVariant","qualifiedName":"dart:html.CssStyleDeclarationBase.fontVariant","href":"dart-html/CssStyleDeclarationBase/fontVariant.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-variant\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"fontVariantLigatures","qualifiedName":"dart:html.CssStyleDeclarationBase.fontVariantLigatures","href":"dart-html/CssStyleDeclarationBase/fontVariantLigatures.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-variant-ligatures\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"fontWeight","qualifiedName":"dart:html.CssStyleDeclarationBase.fontWeight","href":"dart-html/CssStyleDeclarationBase/fontWeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"font-weight\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gap","qualifiedName":"dart:html.CssStyleDeclarationBase.gap","href":"dart-html/CssStyleDeclarationBase/gap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"gap\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"getPropertyValue","qualifiedName":"dart:html.CssStyleDeclarationBase.getPropertyValue","href":"dart-html/CssStyleDeclarationBase/getPropertyValue.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"grid","qualifiedName":"dart:html.CssStyleDeclarationBase.grid","href":"dart-html/CssStyleDeclarationBase/grid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridArea","qualifiedName":"dart:html.CssStyleDeclarationBase.gridArea","href":"dart-html/CssStyleDeclarationBase/gridArea.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-area\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridAutoColumns","qualifiedName":"dart:html.CssStyleDeclarationBase.gridAutoColumns","href":"dart-html/CssStyleDeclarationBase/gridAutoColumns.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-auto-columns\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridAutoFlow","qualifiedName":"dart:html.CssStyleDeclarationBase.gridAutoFlow","href":"dart-html/CssStyleDeclarationBase/gridAutoFlow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-auto-flow\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridAutoRows","qualifiedName":"dart:html.CssStyleDeclarationBase.gridAutoRows","href":"dart-html/CssStyleDeclarationBase/gridAutoRows.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-auto-rows\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridColumn","qualifiedName":"dart:html.CssStyleDeclarationBase.gridColumn","href":"dart-html/CssStyleDeclarationBase/gridColumn.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-column\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridColumnEnd","qualifiedName":"dart:html.CssStyleDeclarationBase.gridColumnEnd","href":"dart-html/CssStyleDeclarationBase/gridColumnEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-column-end\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridColumnStart","qualifiedName":"dart:html.CssStyleDeclarationBase.gridColumnStart","href":"dart-html/CssStyleDeclarationBase/gridColumnStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-column-start\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridRow","qualifiedName":"dart:html.CssStyleDeclarationBase.gridRow","href":"dart-html/CssStyleDeclarationBase/gridRow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-row\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridRowEnd","qualifiedName":"dart:html.CssStyleDeclarationBase.gridRowEnd","href":"dart-html/CssStyleDeclarationBase/gridRowEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-row-end\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridRowStart","qualifiedName":"dart:html.CssStyleDeclarationBase.gridRowStart","href":"dart-html/CssStyleDeclarationBase/gridRowStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-row-start\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridTemplate","qualifiedName":"dart:html.CssStyleDeclarationBase.gridTemplate","href":"dart-html/CssStyleDeclarationBase/gridTemplate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-template\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridTemplateAreas","qualifiedName":"dart:html.CssStyleDeclarationBase.gridTemplateAreas","href":"dart-html/CssStyleDeclarationBase/gridTemplateAreas.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-template-areas\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridTemplateColumns","qualifiedName":"dart:html.CssStyleDeclarationBase.gridTemplateColumns","href":"dart-html/CssStyleDeclarationBase/gridTemplateColumns.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-template-columns\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"gridTemplateRows","qualifiedName":"dart:html.CssStyleDeclarationBase.gridTemplateRows","href":"dart-html/CssStyleDeclarationBase/gridTemplateRows.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"grid-template-rows\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"height","qualifiedName":"dart:html.CssStyleDeclarationBase.height","href":"dart-html/CssStyleDeclarationBase/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"height\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"highlight","qualifiedName":"dart:html.CssStyleDeclarationBase.highlight","href":"dart-html/CssStyleDeclarationBase/highlight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"highlight\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"hyphenateCharacter","qualifiedName":"dart:html.CssStyleDeclarationBase.hyphenateCharacter","href":"dart-html/CssStyleDeclarationBase/hyphenateCharacter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"hyphenate-character\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"imageRendering","qualifiedName":"dart:html.CssStyleDeclarationBase.imageRendering","href":"dart-html/CssStyleDeclarationBase/imageRendering.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"image-rendering\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"isolation","qualifiedName":"dart:html.CssStyleDeclarationBase.isolation","href":"dart-html/CssStyleDeclarationBase/isolation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"isolation\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"justifyContent","qualifiedName":"dart:html.CssStyleDeclarationBase.justifyContent","href":"dart-html/CssStyleDeclarationBase/justifyContent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"justify-content\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"justifySelf","qualifiedName":"dart:html.CssStyleDeclarationBase.justifySelf","href":"dart-html/CssStyleDeclarationBase/justifySelf.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"justify-self\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"left","qualifiedName":"dart:html.CssStyleDeclarationBase.left","href":"dart-html/CssStyleDeclarationBase/left.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"left\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"letterSpacing","qualifiedName":"dart:html.CssStyleDeclarationBase.letterSpacing","href":"dart-html/CssStyleDeclarationBase/letterSpacing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"letter-spacing\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"lineBoxContain","qualifiedName":"dart:html.CssStyleDeclarationBase.lineBoxContain","href":"dart-html/CssStyleDeclarationBase/lineBoxContain.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"line-box-contain\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"lineBreak","qualifiedName":"dart:html.CssStyleDeclarationBase.lineBreak","href":"dart-html/CssStyleDeclarationBase/lineBreak.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"line-break\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"lineClamp","qualifiedName":"dart:html.CssStyleDeclarationBase.lineClamp","href":"dart-html/CssStyleDeclarationBase/lineClamp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"line-clamp\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"lineHeight","qualifiedName":"dart:html.CssStyleDeclarationBase.lineHeight","href":"dart-html/CssStyleDeclarationBase/lineHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"line-height\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"listStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.listStyle","href":"dart-html/CssStyleDeclarationBase/listStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"list-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"listStyleImage","qualifiedName":"dart:html.CssStyleDeclarationBase.listStyleImage","href":"dart-html/CssStyleDeclarationBase/listStyleImage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"list-style-image\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"listStylePosition","qualifiedName":"dart:html.CssStyleDeclarationBase.listStylePosition","href":"dart-html/CssStyleDeclarationBase/listStylePosition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"list-style-position\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"listStyleType","qualifiedName":"dart:html.CssStyleDeclarationBase.listStyleType","href":"dart-html/CssStyleDeclarationBase/listStyleType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"list-style-type\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"locale","qualifiedName":"dart:html.CssStyleDeclarationBase.locale","href":"dart-html/CssStyleDeclarationBase/locale.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"locale\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"logicalHeight","qualifiedName":"dart:html.CssStyleDeclarationBase.logicalHeight","href":"dart-html/CssStyleDeclarationBase/logicalHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"logical-height\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"logicalWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.logicalWidth","href":"dart-html/CssStyleDeclarationBase/logicalWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"logical-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"margin","qualifiedName":"dart:html.CssStyleDeclarationBase.margin","href":"dart-html/CssStyleDeclarationBase/margin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginAfter","qualifiedName":"dart:html.CssStyleDeclarationBase.marginAfter","href":"dart-html/CssStyleDeclarationBase/marginAfter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-after\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginAfterCollapse","qualifiedName":"dart:html.CssStyleDeclarationBase.marginAfterCollapse","href":"dart-html/CssStyleDeclarationBase/marginAfterCollapse.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-after-collapse\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginBefore","qualifiedName":"dart:html.CssStyleDeclarationBase.marginBefore","href":"dart-html/CssStyleDeclarationBase/marginBefore.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-before\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginBeforeCollapse","qualifiedName":"dart:html.CssStyleDeclarationBase.marginBeforeCollapse","href":"dart-html/CssStyleDeclarationBase/marginBeforeCollapse.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-before-collapse\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginBottom","qualifiedName":"dart:html.CssStyleDeclarationBase.marginBottom","href":"dart-html/CssStyleDeclarationBase/marginBottom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-bottom\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginBottomCollapse","qualifiedName":"dart:html.CssStyleDeclarationBase.marginBottomCollapse","href":"dart-html/CssStyleDeclarationBase/marginBottomCollapse.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-bottom-collapse\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginCollapse","qualifiedName":"dart:html.CssStyleDeclarationBase.marginCollapse","href":"dart-html/CssStyleDeclarationBase/marginCollapse.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-collapse\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginEnd","qualifiedName":"dart:html.CssStyleDeclarationBase.marginEnd","href":"dart-html/CssStyleDeclarationBase/marginEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-end\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginLeft","qualifiedName":"dart:html.CssStyleDeclarationBase.marginLeft","href":"dart-html/CssStyleDeclarationBase/marginLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-left\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginRight","qualifiedName":"dart:html.CssStyleDeclarationBase.marginRight","href":"dart-html/CssStyleDeclarationBase/marginRight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-right\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginStart","qualifiedName":"dart:html.CssStyleDeclarationBase.marginStart","href":"dart-html/CssStyleDeclarationBase/marginStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-start\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginTop","qualifiedName":"dart:html.CssStyleDeclarationBase.marginTop","href":"dart-html/CssStyleDeclarationBase/marginTop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-top\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"marginTopCollapse","qualifiedName":"dart:html.CssStyleDeclarationBase.marginTopCollapse","href":"dart-html/CssStyleDeclarationBase/marginTopCollapse.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"margin-top-collapse\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"mask","qualifiedName":"dart:html.CssStyleDeclarationBase.mask","href":"dart-html/CssStyleDeclarationBase/mask.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskBoxImage","qualifiedName":"dart:html.CssStyleDeclarationBase.maskBoxImage","href":"dart-html/CssStyleDeclarationBase/maskBoxImage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-box-image\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskBoxImageOutset","qualifiedName":"dart:html.CssStyleDeclarationBase.maskBoxImageOutset","href":"dart-html/CssStyleDeclarationBase/maskBoxImageOutset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-box-image-outset\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskBoxImageRepeat","qualifiedName":"dart:html.CssStyleDeclarationBase.maskBoxImageRepeat","href":"dart-html/CssStyleDeclarationBase/maskBoxImageRepeat.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-box-image-repeat\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskBoxImageSlice","qualifiedName":"dart:html.CssStyleDeclarationBase.maskBoxImageSlice","href":"dart-html/CssStyleDeclarationBase/maskBoxImageSlice.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-box-image-slice\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskBoxImageSource","qualifiedName":"dart:html.CssStyleDeclarationBase.maskBoxImageSource","href":"dart-html/CssStyleDeclarationBase/maskBoxImageSource.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-box-image-source\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskBoxImageWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.maskBoxImageWidth","href":"dart-html/CssStyleDeclarationBase/maskBoxImageWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-box-image-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskClip","qualifiedName":"dart:html.CssStyleDeclarationBase.maskClip","href":"dart-html/CssStyleDeclarationBase/maskClip.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-clip\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskComposite","qualifiedName":"dart:html.CssStyleDeclarationBase.maskComposite","href":"dart-html/CssStyleDeclarationBase/maskComposite.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-composite\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskImage","qualifiedName":"dart:html.CssStyleDeclarationBase.maskImage","href":"dart-html/CssStyleDeclarationBase/maskImage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-image\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskOrigin","qualifiedName":"dart:html.CssStyleDeclarationBase.maskOrigin","href":"dart-html/CssStyleDeclarationBase/maskOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-origin\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskPosition","qualifiedName":"dart:html.CssStyleDeclarationBase.maskPosition","href":"dart-html/CssStyleDeclarationBase/maskPosition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-position\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskPositionX","qualifiedName":"dart:html.CssStyleDeclarationBase.maskPositionX","href":"dart-html/CssStyleDeclarationBase/maskPositionX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-position-x\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskPositionY","qualifiedName":"dart:html.CssStyleDeclarationBase.maskPositionY","href":"dart-html/CssStyleDeclarationBase/maskPositionY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-position-y\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskRepeat","qualifiedName":"dart:html.CssStyleDeclarationBase.maskRepeat","href":"dart-html/CssStyleDeclarationBase/maskRepeat.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-repeat\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskRepeatX","qualifiedName":"dart:html.CssStyleDeclarationBase.maskRepeatX","href":"dart-html/CssStyleDeclarationBase/maskRepeatX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-repeat-x\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskRepeatY","qualifiedName":"dart:html.CssStyleDeclarationBase.maskRepeatY","href":"dart-html/CssStyleDeclarationBase/maskRepeatY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-repeat-y\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskSize","qualifiedName":"dart:html.CssStyleDeclarationBase.maskSize","href":"dart-html/CssStyleDeclarationBase/maskSize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-size\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maskSourceType","qualifiedName":"dart:html.CssStyleDeclarationBase.maskSourceType","href":"dart-html/CssStyleDeclarationBase/maskSourceType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mask-source-type\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maxHeight","qualifiedName":"dart:html.CssStyleDeclarationBase.maxHeight","href":"dart-html/CssStyleDeclarationBase/maxHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"max-height\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maxLogicalHeight","qualifiedName":"dart:html.CssStyleDeclarationBase.maxLogicalHeight","href":"dart-html/CssStyleDeclarationBase/maxLogicalHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"max-logical-height\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maxLogicalWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.maxLogicalWidth","href":"dart-html/CssStyleDeclarationBase/maxLogicalWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"max-logical-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maxWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.maxWidth","href":"dart-html/CssStyleDeclarationBase/maxWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"max-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"maxZoom","qualifiedName":"dart:html.CssStyleDeclarationBase.maxZoom","href":"dart-html/CssStyleDeclarationBase/maxZoom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"max-zoom\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"minHeight","qualifiedName":"dart:html.CssStyleDeclarationBase.minHeight","href":"dart-html/CssStyleDeclarationBase/minHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"min-height\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"minLogicalHeight","qualifiedName":"dart:html.CssStyleDeclarationBase.minLogicalHeight","href":"dart-html/CssStyleDeclarationBase/minLogicalHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"min-logical-height\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"minLogicalWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.minLogicalWidth","href":"dart-html/CssStyleDeclarationBase/minLogicalWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"min-logical-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"minWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.minWidth","href":"dart-html/CssStyleDeclarationBase/minWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"min-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"minZoom","qualifiedName":"dart:html.CssStyleDeclarationBase.minZoom","href":"dart-html/CssStyleDeclarationBase/minZoom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"min-zoom\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"mixBlendMode","qualifiedName":"dart:html.CssStyleDeclarationBase.mixBlendMode","href":"dart-html/CssStyleDeclarationBase/mixBlendMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"mix-blend-mode\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"objectFit","qualifiedName":"dart:html.CssStyleDeclarationBase.objectFit","href":"dart-html/CssStyleDeclarationBase/objectFit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"object-fit\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"objectPosition","qualifiedName":"dart:html.CssStyleDeclarationBase.objectPosition","href":"dart-html/CssStyleDeclarationBase/objectPosition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"object-position\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"opacity","qualifiedName":"dart:html.CssStyleDeclarationBase.opacity","href":"dart-html/CssStyleDeclarationBase/opacity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"opacity\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"order","qualifiedName":"dart:html.CssStyleDeclarationBase.order","href":"dart-html/CssStyleDeclarationBase/order.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"order\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"orientation","qualifiedName":"dart:html.CssStyleDeclarationBase.orientation","href":"dart-html/CssStyleDeclarationBase/orientation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"orientation\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"orphans","qualifiedName":"dart:html.CssStyleDeclarationBase.orphans","href":"dart-html/CssStyleDeclarationBase/orphans.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"orphans\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"outline","qualifiedName":"dart:html.CssStyleDeclarationBase.outline","href":"dart-html/CssStyleDeclarationBase/outline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"outline\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"outlineColor","qualifiedName":"dart:html.CssStyleDeclarationBase.outlineColor","href":"dart-html/CssStyleDeclarationBase/outlineColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"outline-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"outlineOffset","qualifiedName":"dart:html.CssStyleDeclarationBase.outlineOffset","href":"dart-html/CssStyleDeclarationBase/outlineOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"outline-offset\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"outlineStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.outlineStyle","href":"dart-html/CssStyleDeclarationBase/outlineStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"outline-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"outlineWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.outlineWidth","href":"dart-html/CssStyleDeclarationBase/outlineWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"outline-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"overflow","qualifiedName":"dart:html.CssStyleDeclarationBase.overflow","href":"dart-html/CssStyleDeclarationBase/overflow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"overflow\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"overflowWrap","qualifiedName":"dart:html.CssStyleDeclarationBase.overflowWrap","href":"dart-html/CssStyleDeclarationBase/overflowWrap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"overflow-wrap\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"overflowX","qualifiedName":"dart:html.CssStyleDeclarationBase.overflowX","href":"dart-html/CssStyleDeclarationBase/overflowX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"overflow-x\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"overflowY","qualifiedName":"dart:html.CssStyleDeclarationBase.overflowY","href":"dart-html/CssStyleDeclarationBase/overflowY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"overflow-y\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"padding","qualifiedName":"dart:html.CssStyleDeclarationBase.padding","href":"dart-html/CssStyleDeclarationBase/padding.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"paddingAfter","qualifiedName":"dart:html.CssStyleDeclarationBase.paddingAfter","href":"dart-html/CssStyleDeclarationBase/paddingAfter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding-after\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"paddingBefore","qualifiedName":"dart:html.CssStyleDeclarationBase.paddingBefore","href":"dart-html/CssStyleDeclarationBase/paddingBefore.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding-before\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"paddingBottom","qualifiedName":"dart:html.CssStyleDeclarationBase.paddingBottom","href":"dart-html/CssStyleDeclarationBase/paddingBottom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding-bottom\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"paddingEnd","qualifiedName":"dart:html.CssStyleDeclarationBase.paddingEnd","href":"dart-html/CssStyleDeclarationBase/paddingEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding-end\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"paddingLeft","qualifiedName":"dart:html.CssStyleDeclarationBase.paddingLeft","href":"dart-html/CssStyleDeclarationBase/paddingLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding-left\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"paddingRight","qualifiedName":"dart:html.CssStyleDeclarationBase.paddingRight","href":"dart-html/CssStyleDeclarationBase/paddingRight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding-right\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"paddingStart","qualifiedName":"dart:html.CssStyleDeclarationBase.paddingStart","href":"dart-html/CssStyleDeclarationBase/paddingStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding-start\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"paddingTop","qualifiedName":"dart:html.CssStyleDeclarationBase.paddingTop","href":"dart-html/CssStyleDeclarationBase/paddingTop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"padding-top\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"page","qualifiedName":"dart:html.CssStyleDeclarationBase.page","href":"dart-html/CssStyleDeclarationBase/page.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"page\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"pageBreakAfter","qualifiedName":"dart:html.CssStyleDeclarationBase.pageBreakAfter","href":"dart-html/CssStyleDeclarationBase/pageBreakAfter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"page-break-after\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"pageBreakBefore","qualifiedName":"dart:html.CssStyleDeclarationBase.pageBreakBefore","href":"dart-html/CssStyleDeclarationBase/pageBreakBefore.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"page-break-before\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"pageBreakInside","qualifiedName":"dart:html.CssStyleDeclarationBase.pageBreakInside","href":"dart-html/CssStyleDeclarationBase/pageBreakInside.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"page-break-inside\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"perspective","qualifiedName":"dart:html.CssStyleDeclarationBase.perspective","href":"dart-html/CssStyleDeclarationBase/perspective.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"perspective\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"perspectiveOrigin","qualifiedName":"dart:html.CssStyleDeclarationBase.perspectiveOrigin","href":"dart-html/CssStyleDeclarationBase/perspectiveOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"perspective-origin\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"perspectiveOriginX","qualifiedName":"dart:html.CssStyleDeclarationBase.perspectiveOriginX","href":"dart-html/CssStyleDeclarationBase/perspectiveOriginX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"perspective-origin-x\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"perspectiveOriginY","qualifiedName":"dart:html.CssStyleDeclarationBase.perspectiveOriginY","href":"dart-html/CssStyleDeclarationBase/perspectiveOriginY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"perspective-origin-y\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"pointerEvents","qualifiedName":"dart:html.CssStyleDeclarationBase.pointerEvents","href":"dart-html/CssStyleDeclarationBase/pointerEvents.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"pointer-events\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"position","qualifiedName":"dart:html.CssStyleDeclarationBase.position","href":"dart-html/CssStyleDeclarationBase/position.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"position\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"printColorAdjust","qualifiedName":"dart:html.CssStyleDeclarationBase.printColorAdjust","href":"dart-html/CssStyleDeclarationBase/printColorAdjust.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"print-color-adjust\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"quotes","qualifiedName":"dart:html.CssStyleDeclarationBase.quotes","href":"dart-html/CssStyleDeclarationBase/quotes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"quotes\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"resize","qualifiedName":"dart:html.CssStyleDeclarationBase.resize","href":"dart-html/CssStyleDeclarationBase/resize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"resize\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"right","qualifiedName":"dart:html.CssStyleDeclarationBase.right","href":"dart-html/CssStyleDeclarationBase/right.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"right\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"rowGap","qualifiedName":"dart:html.CssStyleDeclarationBase.rowGap","href":"dart-html/CssStyleDeclarationBase/rowGap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"row-gap\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"rtlOrdering","qualifiedName":"dart:html.CssStyleDeclarationBase.rtlOrdering","href":"dart-html/CssStyleDeclarationBase/rtlOrdering.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"rtl-ordering\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"rubyPosition","qualifiedName":"dart:html.CssStyleDeclarationBase.rubyPosition","href":"dart-html/CssStyleDeclarationBase/rubyPosition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"ruby-position\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"scrollBehavior","qualifiedName":"dart:html.CssStyleDeclarationBase.scrollBehavior","href":"dart-html/CssStyleDeclarationBase/scrollBehavior.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"scroll-behavior\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"setProperty","qualifiedName":"dart:html.CssStyleDeclarationBase.setProperty","href":"dart-html/CssStyleDeclarationBase/setProperty.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"shapeImageThreshold","qualifiedName":"dart:html.CssStyleDeclarationBase.shapeImageThreshold","href":"dart-html/CssStyleDeclarationBase/shapeImageThreshold.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"shape-image-threshold\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"shapeMargin","qualifiedName":"dart:html.CssStyleDeclarationBase.shapeMargin","href":"dart-html/CssStyleDeclarationBase/shapeMargin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"shape-margin\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"shapeOutside","qualifiedName":"dart:html.CssStyleDeclarationBase.shapeOutside","href":"dart-html/CssStyleDeclarationBase/shapeOutside.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"shape-outside\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"size","qualifiedName":"dart:html.CssStyleDeclarationBase.size","href":"dart-html/CssStyleDeclarationBase/size.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"size\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"speak","qualifiedName":"dart:html.CssStyleDeclarationBase.speak","href":"dart-html/CssStyleDeclarationBase/speak.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"speak\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"src","qualifiedName":"dart:html.CssStyleDeclarationBase.src","href":"dart-html/CssStyleDeclarationBase/src.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"src\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"tabSize","qualifiedName":"dart:html.CssStyleDeclarationBase.tabSize","href":"dart-html/CssStyleDeclarationBase/tabSize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"tab-size\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"tableLayout","qualifiedName":"dart:html.CssStyleDeclarationBase.tableLayout","href":"dart-html/CssStyleDeclarationBase/tableLayout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"table-layout\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"tapHighlightColor","qualifiedName":"dart:html.CssStyleDeclarationBase.tapHighlightColor","href":"dart-html/CssStyleDeclarationBase/tapHighlightColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"tap-highlight-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textAlign","qualifiedName":"dart:html.CssStyleDeclarationBase.textAlign","href":"dart-html/CssStyleDeclarationBase/textAlign.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-align\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textAlignLast","qualifiedName":"dart:html.CssStyleDeclarationBase.textAlignLast","href":"dart-html/CssStyleDeclarationBase/textAlignLast.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-align-last\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textCombine","qualifiedName":"dart:html.CssStyleDeclarationBase.textCombine","href":"dart-html/CssStyleDeclarationBase/textCombine.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-combine\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textDecoration","qualifiedName":"dart:html.CssStyleDeclarationBase.textDecoration","href":"dart-html/CssStyleDeclarationBase/textDecoration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-decoration\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textDecorationColor","qualifiedName":"dart:html.CssStyleDeclarationBase.textDecorationColor","href":"dart-html/CssStyleDeclarationBase/textDecorationColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-decoration-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textDecorationLine","qualifiedName":"dart:html.CssStyleDeclarationBase.textDecorationLine","href":"dart-html/CssStyleDeclarationBase/textDecorationLine.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-decoration-line\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textDecorationStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.textDecorationStyle","href":"dart-html/CssStyleDeclarationBase/textDecorationStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-decoration-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textDecorationsInEffect","qualifiedName":"dart:html.CssStyleDeclarationBase.textDecorationsInEffect","href":"dart-html/CssStyleDeclarationBase/textDecorationsInEffect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-decorations-in-effect\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textEmphasis","qualifiedName":"dart:html.CssStyleDeclarationBase.textEmphasis","href":"dart-html/CssStyleDeclarationBase/textEmphasis.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-emphasis\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textEmphasisColor","qualifiedName":"dart:html.CssStyleDeclarationBase.textEmphasisColor","href":"dart-html/CssStyleDeclarationBase/textEmphasisColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-emphasis-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textEmphasisPosition","qualifiedName":"dart:html.CssStyleDeclarationBase.textEmphasisPosition","href":"dart-html/CssStyleDeclarationBase/textEmphasisPosition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-emphasis-position\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textEmphasisStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.textEmphasisStyle","href":"dart-html/CssStyleDeclarationBase/textEmphasisStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-emphasis-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textFillColor","qualifiedName":"dart:html.CssStyleDeclarationBase.textFillColor","href":"dart-html/CssStyleDeclarationBase/textFillColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-fill-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textIndent","qualifiedName":"dart:html.CssStyleDeclarationBase.textIndent","href":"dart-html/CssStyleDeclarationBase/textIndent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-indent\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textJustify","qualifiedName":"dart:html.CssStyleDeclarationBase.textJustify","href":"dart-html/CssStyleDeclarationBase/textJustify.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-justify\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textLineThroughColor","qualifiedName":"dart:html.CssStyleDeclarationBase.textLineThroughColor","href":"dart-html/CssStyleDeclarationBase/textLineThroughColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-line-through-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textLineThroughMode","qualifiedName":"dart:html.CssStyleDeclarationBase.textLineThroughMode","href":"dart-html/CssStyleDeclarationBase/textLineThroughMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-line-through-mode\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textLineThroughStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.textLineThroughStyle","href":"dart-html/CssStyleDeclarationBase/textLineThroughStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-line-through-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textLineThroughWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.textLineThroughWidth","href":"dart-html/CssStyleDeclarationBase/textLineThroughWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-line-through-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textOrientation","qualifiedName":"dart:html.CssStyleDeclarationBase.textOrientation","href":"dart-html/CssStyleDeclarationBase/textOrientation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-orientation\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textOverflow","qualifiedName":"dart:html.CssStyleDeclarationBase.textOverflow","href":"dart-html/CssStyleDeclarationBase/textOverflow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-overflow\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textOverlineColor","qualifiedName":"dart:html.CssStyleDeclarationBase.textOverlineColor","href":"dart-html/CssStyleDeclarationBase/textOverlineColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-overline-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textOverlineMode","qualifiedName":"dart:html.CssStyleDeclarationBase.textOverlineMode","href":"dart-html/CssStyleDeclarationBase/textOverlineMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-overline-mode\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textOverlineStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.textOverlineStyle","href":"dart-html/CssStyleDeclarationBase/textOverlineStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-overline-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textOverlineWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.textOverlineWidth","href":"dart-html/CssStyleDeclarationBase/textOverlineWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-overline-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textRendering","qualifiedName":"dart:html.CssStyleDeclarationBase.textRendering","href":"dart-html/CssStyleDeclarationBase/textRendering.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-rendering\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textSecurity","qualifiedName":"dart:html.CssStyleDeclarationBase.textSecurity","href":"dart-html/CssStyleDeclarationBase/textSecurity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-security\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textShadow","qualifiedName":"dart:html.CssStyleDeclarationBase.textShadow","href":"dart-html/CssStyleDeclarationBase/textShadow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-shadow\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textStroke","qualifiedName":"dart:html.CssStyleDeclarationBase.textStroke","href":"dart-html/CssStyleDeclarationBase/textStroke.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-stroke\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textStrokeColor","qualifiedName":"dart:html.CssStyleDeclarationBase.textStrokeColor","href":"dart-html/CssStyleDeclarationBase/textStrokeColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-stroke-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textStrokeWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.textStrokeWidth","href":"dart-html/CssStyleDeclarationBase/textStrokeWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-stroke-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textTransform","qualifiedName":"dart:html.CssStyleDeclarationBase.textTransform","href":"dart-html/CssStyleDeclarationBase/textTransform.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-transform\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textUnderlineColor","qualifiedName":"dart:html.CssStyleDeclarationBase.textUnderlineColor","href":"dart-html/CssStyleDeclarationBase/textUnderlineColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-underline-color\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textUnderlineMode","qualifiedName":"dart:html.CssStyleDeclarationBase.textUnderlineMode","href":"dart-html/CssStyleDeclarationBase/textUnderlineMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-underline-mode\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textUnderlinePosition","qualifiedName":"dart:html.CssStyleDeclarationBase.textUnderlinePosition","href":"dart-html/CssStyleDeclarationBase/textUnderlinePosition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-underline-position\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textUnderlineStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.textUnderlineStyle","href":"dart-html/CssStyleDeclarationBase/textUnderlineStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-underline-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"textUnderlineWidth","qualifiedName":"dart:html.CssStyleDeclarationBase.textUnderlineWidth","href":"dart-html/CssStyleDeclarationBase/textUnderlineWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"text-underline-width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"top","qualifiedName":"dart:html.CssStyleDeclarationBase.top","href":"dart-html/CssStyleDeclarationBase/top.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"top\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"touchAction","qualifiedName":"dart:html.CssStyleDeclarationBase.touchAction","href":"dart-html/CssStyleDeclarationBase/touchAction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"touch-action\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"touchActionDelay","qualifiedName":"dart:html.CssStyleDeclarationBase.touchActionDelay","href":"dart-html/CssStyleDeclarationBase/touchActionDelay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"touch-action-delay\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"transform","qualifiedName":"dart:html.CssStyleDeclarationBase.transform","href":"dart-html/CssStyleDeclarationBase/transform.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"transform\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"transformOrigin","qualifiedName":"dart:html.CssStyleDeclarationBase.transformOrigin","href":"dart-html/CssStyleDeclarationBase/transformOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"transform-origin\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"transformOriginX","qualifiedName":"dart:html.CssStyleDeclarationBase.transformOriginX","href":"dart-html/CssStyleDeclarationBase/transformOriginX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"transform-origin-x\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"transformOriginY","qualifiedName":"dart:html.CssStyleDeclarationBase.transformOriginY","href":"dart-html/CssStyleDeclarationBase/transformOriginY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"transform-origin-y\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"transformOriginZ","qualifiedName":"dart:html.CssStyleDeclarationBase.transformOriginZ","href":"dart-html/CssStyleDeclarationBase/transformOriginZ.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"transform-origin-z\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"transformStyle","qualifiedName":"dart:html.CssStyleDeclarationBase.transformStyle","href":"dart-html/CssStyleDeclarationBase/transformStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"transform-style\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"transition","qualifiedName":"dart:html.CssStyleDeclarationBase.transition","href":"dart-html/CssStyleDeclarationBase/transition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"transition\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"transitionDelay","qualifiedName":"dart:html.CssStyleDeclarationBase.transitionDelay","href":"dart-html/CssStyleDeclarationBase/transitionDelay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"transition-delay\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"transitionDuration","qualifiedName":"dart:html.CssStyleDeclarationBase.transitionDuration","href":"dart-html/CssStyleDeclarationBase/transitionDuration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"transition-duration\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"transitionProperty","qualifiedName":"dart:html.CssStyleDeclarationBase.transitionProperty","href":"dart-html/CssStyleDeclarationBase/transitionProperty.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"transition-property\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"transitionTimingFunction","qualifiedName":"dart:html.CssStyleDeclarationBase.transitionTimingFunction","href":"dart-html/CssStyleDeclarationBase/transitionTimingFunction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"transition-timing-function\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"unicodeBidi","qualifiedName":"dart:html.CssStyleDeclarationBase.unicodeBidi","href":"dart-html/CssStyleDeclarationBase/unicodeBidi.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"unicode-bidi\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"unicodeRange","qualifiedName":"dart:html.CssStyleDeclarationBase.unicodeRange","href":"dart-html/CssStyleDeclarationBase/unicodeRange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"unicode-range\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"userDrag","qualifiedName":"dart:html.CssStyleDeclarationBase.userDrag","href":"dart-html/CssStyleDeclarationBase/userDrag.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"user-drag\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"userModify","qualifiedName":"dart:html.CssStyleDeclarationBase.userModify","href":"dart-html/CssStyleDeclarationBase/userModify.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"user-modify\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"userSelect","qualifiedName":"dart:html.CssStyleDeclarationBase.userSelect","href":"dart-html/CssStyleDeclarationBase/userSelect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"user-select\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"userZoom","qualifiedName":"dart:html.CssStyleDeclarationBase.userZoom","href":"dart-html/CssStyleDeclarationBase/userZoom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"user-zoom\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"verticalAlign","qualifiedName":"dart:html.CssStyleDeclarationBase.verticalAlign","href":"dart-html/CssStyleDeclarationBase/verticalAlign.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"vertical-align\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"visibility","qualifiedName":"dart:html.CssStyleDeclarationBase.visibility","href":"dart-html/CssStyleDeclarationBase/visibility.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"visibility\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"whiteSpace","qualifiedName":"dart:html.CssStyleDeclarationBase.whiteSpace","href":"dart-html/CssStyleDeclarationBase/whiteSpace.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"white-space\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"widows","qualifiedName":"dart:html.CssStyleDeclarationBase.widows","href":"dart-html/CssStyleDeclarationBase/widows.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"widows\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"width","qualifiedName":"dart:html.CssStyleDeclarationBase.width","href":"dart-html/CssStyleDeclarationBase/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"width\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"willChange","qualifiedName":"dart:html.CssStyleDeclarationBase.willChange","href":"dart-html/CssStyleDeclarationBase/willChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"will-change\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"wordBreak","qualifiedName":"dart:html.CssStyleDeclarationBase.wordBreak","href":"dart-html/CssStyleDeclarationBase/wordBreak.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"word-break\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"wordSpacing","qualifiedName":"dart:html.CssStyleDeclarationBase.wordSpacing","href":"dart-html/CssStyleDeclarationBase/wordSpacing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"word-spacing\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"wordWrap","qualifiedName":"dart:html.CssStyleDeclarationBase.wordWrap","href":"dart-html/CssStyleDeclarationBase/wordWrap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"word-wrap\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"wrapFlow","qualifiedName":"dart:html.CssStyleDeclarationBase.wrapFlow","href":"dart-html/CssStyleDeclarationBase/wrapFlow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"wrap-flow\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"wrapThrough","qualifiedName":"dart:html.CssStyleDeclarationBase.wrapThrough","href":"dart-html/CssStyleDeclarationBase/wrapThrough.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"wrap-through\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"writingMode","qualifiedName":"dart:html.CssStyleDeclarationBase.writingMode","href":"dart-html/CssStyleDeclarationBase/writingMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"writing-mode\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"zIndex","qualifiedName":"dart:html.CssStyleDeclarationBase.zIndex","href":"dart-html/CssStyleDeclarationBase/zIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"z-index\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"zoom","qualifiedName":"dart:html.CssStyleDeclarationBase.zoom","href":"dart-html/CssStyleDeclarationBase/zoom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the value of \"zoom\"","enclosedBy":{"name":"CssStyleDeclarationBase","kind":3,"href":"dart-html/CssStyleDeclarationBase-class.html"}},{"name":"CssStyleRule","qualifiedName":"dart:html.CssStyleRule","href":"dart-html/CssStyleRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"selectorText","qualifiedName":"dart:html.CssStyleRule.selectorText","href":"dart-html/CssStyleRule/selectorText.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleRule","kind":3,"href":"dart-html/CssStyleRule-class.html"}},{"name":"style","qualifiedName":"dart:html.CssStyleRule.style","href":"dart-html/CssStyleRule/style.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleRule","kind":3,"href":"dart-html/CssStyleRule-class.html"}},{"name":"CssStyleSheet","qualifiedName":"dart:html.CssStyleSheet","href":"dart-html/CssStyleSheet-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addRule","qualifiedName":"dart:html.CssStyleSheet.addRule","href":"dart-html/CssStyleSheet/addRule.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleSheet","kind":3,"href":"dart-html/CssStyleSheet-class.html"}},{"name":"cssRules","qualifiedName":"dart:html.CssStyleSheet.cssRules","href":"dart-html/CssStyleSheet/cssRules.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleSheet","kind":3,"href":"dart-html/CssStyleSheet-class.html"}},{"name":"deleteRule","qualifiedName":"dart:html.CssStyleSheet.deleteRule","href":"dart-html/CssStyleSheet/deleteRule.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleSheet","kind":3,"href":"dart-html/CssStyleSheet-class.html"}},{"name":"insertRule","qualifiedName":"dart:html.CssStyleSheet.insertRule","href":"dart-html/CssStyleSheet/insertRule.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleSheet","kind":3,"href":"dart-html/CssStyleSheet-class.html"}},{"name":"ownerRule","qualifiedName":"dart:html.CssStyleSheet.ownerRule","href":"dart-html/CssStyleSheet/ownerRule.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleSheet","kind":3,"href":"dart-html/CssStyleSheet-class.html"}},{"name":"removeRule","qualifiedName":"dart:html.CssStyleSheet.removeRule","href":"dart-html/CssStyleSheet/removeRule.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleSheet","kind":3,"href":"dart-html/CssStyleSheet-class.html"}},{"name":"rules","qualifiedName":"dart:html.CssStyleSheet.rules","href":"dart-html/CssStyleSheet/rules.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleSheet","kind":3,"href":"dart-html/CssStyleSheet-class.html"}},{"name":"CssStyleValue","qualifiedName":"dart:html.CssStyleValue","href":"dart-html/CssStyleValue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"parse","qualifiedName":"dart:html.CssStyleValue.parse","href":"dart-html/CssStyleValue/parse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssStyleValue","kind":3,"href":"dart-html/CssStyleValue-class.html"}},{"name":"CssSupportsRule","qualifiedName":"dart:html.CssSupportsRule","href":"dart-html/CssSupportsRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssTransformComponent","qualifiedName":"dart:html.CssTransformComponent","href":"dart-html/CssTransformComponent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"is2D","qualifiedName":"dart:html.CssTransformComponent.is2D","href":"dart-html/CssTransformComponent/is2D.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssTransformComponent","kind":3,"href":"dart-html/CssTransformComponent-class.html"}},{"name":"CssTransformValue","qualifiedName":"dart:html.CssTransformValue","href":"dart-html/CssTransformValue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssTransformValue.new","qualifiedName":"dart:html.CssTransformValue.CssTransformValue.new","href":"dart-html/CssTransformValue/CssTransformValue.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssTransformValue","kind":3,"href":"dart-html/CssTransformValue-class.html"}},{"name":"componentAtIndex","qualifiedName":"dart:html.CssTransformValue.componentAtIndex","href":"dart-html/CssTransformValue/componentAtIndex.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssTransformValue","kind":3,"href":"dart-html/CssTransformValue-class.html"}},{"name":"is2D","qualifiedName":"dart:html.CssTransformValue.is2D","href":"dart-html/CssTransformValue/is2D.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssTransformValue","kind":3,"href":"dart-html/CssTransformValue-class.html"}},{"name":"length","qualifiedName":"dart:html.CssTransformValue.length","href":"dart-html/CssTransformValue/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssTransformValue","kind":3,"href":"dart-html/CssTransformValue-class.html"}},{"name":"toMatrix","qualifiedName":"dart:html.CssTransformValue.toMatrix","href":"dart-html/CssTransformValue/toMatrix.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssTransformValue","kind":3,"href":"dart-html/CssTransformValue-class.html"}},{"name":"CssTranslation","qualifiedName":"dart:html.CssTranslation","href":"dart-html/CssTranslation-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssTranslation.new","qualifiedName":"dart:html.CssTranslation.CssTranslation.new","href":"dart-html/CssTranslation/CssTranslation.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssTranslation","kind":3,"href":"dart-html/CssTranslation-class.html"}},{"name":"x","qualifiedName":"dart:html.CssTranslation.x","href":"dart-html/CssTranslation/x.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssTranslation","kind":3,"href":"dart-html/CssTranslation-class.html"}},{"name":"y","qualifiedName":"dart:html.CssTranslation.y","href":"dart-html/CssTranslation/y.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssTranslation","kind":3,"href":"dart-html/CssTranslation-class.html"}},{"name":"z","qualifiedName":"dart:html.CssTranslation.z","href":"dart-html/CssTranslation/z.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssTranslation","kind":3,"href":"dart-html/CssTranslation-class.html"}},{"name":"CssUnitValue","qualifiedName":"dart:html.CssUnitValue","href":"dart-html/CssUnitValue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssUnitValue.new","qualifiedName":"dart:html.CssUnitValue.CssUnitValue.new","href":"dart-html/CssUnitValue/CssUnitValue.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssUnitValue","kind":3,"href":"dart-html/CssUnitValue-class.html"}},{"name":"type","qualifiedName":"dart:html.CssUnitValue.type","href":"dart-html/CssUnitValue/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssUnitValue","kind":3,"href":"dart-html/CssUnitValue-class.html"}},{"name":"unit","qualifiedName":"dart:html.CssUnitValue.unit","href":"dart-html/CssUnitValue/unit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssUnitValue","kind":3,"href":"dart-html/CssUnitValue-class.html"}},{"name":"value","qualifiedName":"dart:html.CssUnitValue.value","href":"dart-html/CssUnitValue/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssUnitValue","kind":3,"href":"dart-html/CssUnitValue-class.html"}},{"name":"CssUnparsedValue","qualifiedName":"dart:html.CssUnparsedValue","href":"dart-html/CssUnparsedValue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"fragmentAtIndex","qualifiedName":"dart:html.CssUnparsedValue.fragmentAtIndex","href":"dart-html/CssUnparsedValue/fragmentAtIndex.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssUnparsedValue","kind":3,"href":"dart-html/CssUnparsedValue-class.html"}},{"name":"length","qualifiedName":"dart:html.CssUnparsedValue.length","href":"dart-html/CssUnparsedValue/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssUnparsedValue","kind":3,"href":"dart-html/CssUnparsedValue-class.html"}},{"name":"CssVariableReferenceValue","qualifiedName":"dart:html.CssVariableReferenceValue","href":"dart-html/CssVariableReferenceValue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"fallback","qualifiedName":"dart:html.CssVariableReferenceValue.fallback","href":"dart-html/CssVariableReferenceValue/fallback.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssVariableReferenceValue","kind":3,"href":"dart-html/CssVariableReferenceValue-class.html"}},{"name":"variable","qualifiedName":"dart:html.CssVariableReferenceValue.variable","href":"dart-html/CssVariableReferenceValue/variable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssVariableReferenceValue","kind":3,"href":"dart-html/CssVariableReferenceValue-class.html"}},{"name":"CssViewportRule","qualifiedName":"dart:html.CssViewportRule","href":"dart-html/CssViewportRule-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"style","qualifiedName":"dart:html.CssViewportRule.style","href":"dart-html/CssViewportRule/style.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssViewportRule","kind":3,"href":"dart-html/CssViewportRule-class.html"}},{"name":"CssurlImageValue","qualifiedName":"dart:html.CssurlImageValue","href":"dart-html/CssurlImageValue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CssurlImageValue.new","qualifiedName":"dart:html.CssurlImageValue.CssurlImageValue.new","href":"dart-html/CssurlImageValue/CssurlImageValue.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CssurlImageValue","kind":3,"href":"dart-html/CssurlImageValue-class.html"}},{"name":"url","qualifiedName":"dart:html.CssurlImageValue.url","href":"dart-html/CssurlImageValue/url.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CssurlImageValue","kind":3,"href":"dart-html/CssurlImageValue-class.html"}},{"name":"CustomElementConstructor","qualifiedName":"dart:html.CustomElementConstructor","href":"dart-html/CustomElementConstructor.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CustomElementRegistry","qualifiedName":"dart:html.CustomElementRegistry","href":"dart-html/CustomElementRegistry-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"define","qualifiedName":"dart:html.CustomElementRegistry.define","href":"dart-html/CustomElementRegistry/define.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CustomElementRegistry","kind":3,"href":"dart-html/CustomElementRegistry-class.html"}},{"name":"get","qualifiedName":"dart:html.CustomElementRegistry.get","href":"dart-html/CustomElementRegistry/get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CustomElementRegistry","kind":3,"href":"dart-html/CustomElementRegistry-class.html"}},{"name":"whenDefined","qualifiedName":"dart:html.CustomElementRegistry.whenDefined","href":"dart-html/CustomElementRegistry/whenDefined.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CustomElementRegistry","kind":3,"href":"dart-html/CustomElementRegistry-class.html"}},{"name":"CustomEvent","qualifiedName":"dart:html.CustomEvent","href":"dart-html/CustomEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CustomEvent.new","qualifiedName":"dart:html.CustomEvent.CustomEvent.new","href":"dart-html/CustomEvent/CustomEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CustomEvent","kind":3,"href":"dart-html/CustomEvent-class.html"}},{"name":"detail","qualifiedName":"dart:html.CustomEvent.detail","href":"dart-html/CustomEvent/detail.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"CustomEvent","kind":3,"href":"dart-html/CustomEvent-class.html"}},{"name":"CustomStream","qualifiedName":"dart:html.CustomStream","href":"dart-html/CustomStream-class.html","kind":3,"packageRank":15,"desc":"A stream of custom events, which enables the user to \"fire\" (add) their own\ncustom events to a stream.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CustomStream.new","qualifiedName":"dart:html.CustomStream.CustomStream.new","href":"dart-html/CustomStream/CustomStream.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CustomStream","kind":3,"href":"dart-html/CustomStream-class.html"}},{"name":"add","qualifiedName":"dart:html.CustomStream.add","href":"dart-html/CustomStream/add.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Add the following custom event to the stream for dispatching to interested\nlisteners.","enclosedBy":{"name":"CustomStream","kind":3,"href":"dart-html/CustomStream-class.html"}},{"name":"DListElement","qualifiedName":"dart:html.DListElement","href":"dart-html/DListElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DListElement.new","qualifiedName":"dart:html.DListElement.DListElement.new","href":"dart-html/DListElement/DListElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DListElement","kind":3,"href":"dart-html/DListElement-class.html"}},{"name":"DataElement","qualifiedName":"dart:html.DataElement","href":"dart-html/DataElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"value","qualifiedName":"dart:html.DataElement.value","href":"dart-html/DataElement/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataElement","kind":3,"href":"dart-html/DataElement-class.html"}},{"name":"DataListElement","qualifiedName":"dart:html.DataListElement","href":"dart-html/DataListElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DataListElement.new","qualifiedName":"dart:html.DataListElement.DataListElement.new","href":"dart-html/DataListElement/DataListElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DataListElement","kind":3,"href":"dart-html/DataListElement-class.html"}},{"name":"options","qualifiedName":"dart:html.DataListElement.options","href":"dart-html/DataListElement/options.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataListElement","kind":3,"href":"dart-html/DataListElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.DataListElement.supported","href":"dart-html/DataListElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"DataListElement","kind":3,"href":"dart-html/DataListElement-class.html"}},{"name":"DataTransfer","qualifiedName":"dart:html.DataTransfer","href":"dart-html/DataTransfer-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DataTransfer.new","qualifiedName":"dart:html.DataTransfer.DataTransfer.new","href":"dart-html/DataTransfer/DataTransfer.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransfer","kind":3,"href":"dart-html/DataTransfer-class.html"}},{"name":"clearData","qualifiedName":"dart:html.DataTransfer.clearData","href":"dart-html/DataTransfer/clearData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransfer","kind":3,"href":"dart-html/DataTransfer-class.html"}},{"name":"dropEffect","qualifiedName":"dart:html.DataTransfer.dropEffect","href":"dart-html/DataTransfer/dropEffect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransfer","kind":3,"href":"dart-html/DataTransfer-class.html"}},{"name":"effectAllowed","qualifiedName":"dart:html.DataTransfer.effectAllowed","href":"dart-html/DataTransfer/effectAllowed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransfer","kind":3,"href":"dart-html/DataTransfer-class.html"}},{"name":"files","qualifiedName":"dart:html.DataTransfer.files","href":"dart-html/DataTransfer/files.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransfer","kind":3,"href":"dart-html/DataTransfer-class.html"}},{"name":"getData","qualifiedName":"dart:html.DataTransfer.getData","href":"dart-html/DataTransfer/getData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransfer","kind":3,"href":"dart-html/DataTransfer-class.html"}},{"name":"items","qualifiedName":"dart:html.DataTransfer.items","href":"dart-html/DataTransfer/items.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransfer","kind":3,"href":"dart-html/DataTransfer-class.html"}},{"name":"setData","qualifiedName":"dart:html.DataTransfer.setData","href":"dart-html/DataTransfer/setData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransfer","kind":3,"href":"dart-html/DataTransfer-class.html"}},{"name":"setDragImage","qualifiedName":"dart:html.DataTransfer.setDragImage","href":"dart-html/DataTransfer/setDragImage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransfer","kind":3,"href":"dart-html/DataTransfer-class.html"}},{"name":"types","qualifiedName":"dart:html.DataTransfer.types","href":"dart-html/DataTransfer/types.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransfer","kind":3,"href":"dart-html/DataTransfer-class.html"}},{"name":"DataTransferItem","qualifiedName":"dart:html.DataTransferItem","href":"dart-html/DataTransferItem-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getAsEntry","qualifiedName":"dart:html.DataTransferItem.getAsEntry","href":"dart-html/DataTransferItem/getAsEntry.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransferItem","kind":3,"href":"dart-html/DataTransferItem-class.html"}},{"name":"getAsFile","qualifiedName":"dart:html.DataTransferItem.getAsFile","href":"dart-html/DataTransferItem/getAsFile.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransferItem","kind":3,"href":"dart-html/DataTransferItem-class.html"}},{"name":"kind","qualifiedName":"dart:html.DataTransferItem.kind","href":"dart-html/DataTransferItem/kind.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransferItem","kind":3,"href":"dart-html/DataTransferItem-class.html"}},{"name":"type","qualifiedName":"dart:html.DataTransferItem.type","href":"dart-html/DataTransferItem/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransferItem","kind":3,"href":"dart-html/DataTransferItem-class.html"}},{"name":"DataTransferItemList","qualifiedName":"dart:html.DataTransferItemList","href":"dart-html/DataTransferItemList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"add","qualifiedName":"dart:html.DataTransferItemList.add","href":"dart-html/DataTransferItemList/add.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransferItemList","kind":3,"href":"dart-html/DataTransferItemList-class.html"}},{"name":"addData","qualifiedName":"dart:html.DataTransferItemList.addData","href":"dart-html/DataTransferItemList/addData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransferItemList","kind":3,"href":"dart-html/DataTransferItemList-class.html"}},{"name":"addFile","qualifiedName":"dart:html.DataTransferItemList.addFile","href":"dart-html/DataTransferItemList/addFile.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransferItemList","kind":3,"href":"dart-html/DataTransferItemList-class.html"}},{"name":"clear","qualifiedName":"dart:html.DataTransferItemList.clear","href":"dart-html/DataTransferItemList/clear.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransferItemList","kind":3,"href":"dart-html/DataTransferItemList-class.html"}},{"name":"item","qualifiedName":"dart:html.DataTransferItemList.item","href":"dart-html/DataTransferItemList/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransferItemList","kind":3,"href":"dart-html/DataTransferItemList-class.html"}},{"name":"length","qualifiedName":"dart:html.DataTransferItemList.length","href":"dart-html/DataTransferItemList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransferItemList","kind":3,"href":"dart-html/DataTransferItemList-class.html"}},{"name":"operator []","qualifiedName":"dart:html.DataTransferItemList.operator []","href":"dart-html/DataTransferItemList/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransferItemList","kind":3,"href":"dart-html/DataTransferItemList-class.html"}},{"name":"remove","qualifiedName":"dart:html.DataTransferItemList.remove","href":"dart-html/DataTransferItemList/remove.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DataTransferItemList","kind":3,"href":"dart-html/DataTransferItemList-class.html"}},{"name":"DateInputElement","qualifiedName":"dart:html.DateInputElement","href":"dart-html/DateInputElement-class.html","kind":3,"packageRank":15,"desc":"A date (year, month, day) with no time zone.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DateInputElement.new","qualifiedName":"dart:html.DateInputElement.DateInputElement.new","href":"dart-html/DateInputElement/DateInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DateInputElement","kind":3,"href":"dart-html/DateInputElement-class.html"}},{"name":"readOnly","qualifiedName":"dart:html.DateInputElement.readOnly","href":"dart-html/DateInputElement/readOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DateInputElement","kind":3,"href":"dart-html/DateInputElement-class.html"}},{"name":"required","qualifiedName":"dart:html.DateInputElement.required","href":"dart-html/DateInputElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DateInputElement","kind":3,"href":"dart-html/DateInputElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.DateInputElement.supported","href":"dart-html/DateInputElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this input type is supported on the current platform.","enclosedBy":{"name":"DateInputElement","kind":3,"href":"dart-html/DateInputElement-class.html"}},{"name":"valueAsDate","qualifiedName":"dart:html.DateInputElement.valueAsDate","href":"dart-html/DateInputElement/valueAsDate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DateInputElement","kind":3,"href":"dart-html/DateInputElement-class.html"}},{"name":"DecodeErrorCallback","qualifiedName":"dart:html.DecodeErrorCallback","href":"dart-html/DecodeErrorCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DecodeSuccessCallback","qualifiedName":"dart:html.DecodeSuccessCallback","href":"dart-html/DecodeSuccessCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DedicatedWorkerGlobalScope","qualifiedName":"dart:html.DedicatedWorkerGlobalScope","href":"dart-html/DedicatedWorkerGlobalScope-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PERSISTENT","qualifiedName":"dart:html.DedicatedWorkerGlobalScope.PERSISTENT","href":"dart-html/DedicatedWorkerGlobalScope/PERSISTENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DedicatedWorkerGlobalScope","kind":3,"href":"dart-html/DedicatedWorkerGlobalScope-class.html"}},{"name":"TEMPORARY","qualifiedName":"dart:html.DedicatedWorkerGlobalScope.TEMPORARY","href":"dart-html/DedicatedWorkerGlobalScope/TEMPORARY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DedicatedWorkerGlobalScope","kind":3,"href":"dart-html/DedicatedWorkerGlobalScope-class.html"}},{"name":"close","qualifiedName":"dart:html.DedicatedWorkerGlobalScope.close","href":"dart-html/DedicatedWorkerGlobalScope/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DedicatedWorkerGlobalScope","kind":3,"href":"dart-html/DedicatedWorkerGlobalScope-class.html"}},{"name":"instance","qualifiedName":"dart:html.DedicatedWorkerGlobalScope.instance","href":"dart-html/DedicatedWorkerGlobalScope/instance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DedicatedWorkerGlobalScope","kind":3,"href":"dart-html/DedicatedWorkerGlobalScope-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.DedicatedWorkerGlobalScope.messageEvent","href":"dart-html/DedicatedWorkerGlobalScope/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose message events to event\nhandlers that are not necessarily instances of DedicatedWorkerGlobalScope.","enclosedBy":{"name":"DedicatedWorkerGlobalScope","kind":3,"href":"dart-html/DedicatedWorkerGlobalScope-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.DedicatedWorkerGlobalScope.onMessage","href":"dart-html/DedicatedWorkerGlobalScope/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of message events handled by this DedicatedWorkerGlobalScope.","enclosedBy":{"name":"DedicatedWorkerGlobalScope","kind":3,"href":"dart-html/DedicatedWorkerGlobalScope-class.html"}},{"name":"postMessage","qualifiedName":"dart:html.DedicatedWorkerGlobalScope.postMessage","href":"dart-html/DedicatedWorkerGlobalScope/postMessage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DedicatedWorkerGlobalScope","kind":3,"href":"dart-html/DedicatedWorkerGlobalScope-class.html"}},{"name":"requestFileSystemSync","qualifiedName":"dart:html.DedicatedWorkerGlobalScope.requestFileSystemSync","href":"dart-html/DedicatedWorkerGlobalScope/requestFileSystemSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DedicatedWorkerGlobalScope","kind":3,"href":"dart-html/DedicatedWorkerGlobalScope-class.html"}},{"name":"resolveLocalFileSystemSyncUrl","qualifiedName":"dart:html.DedicatedWorkerGlobalScope.resolveLocalFileSystemSyncUrl","href":"dart-html/DedicatedWorkerGlobalScope/resolveLocalFileSystemSyncUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DedicatedWorkerGlobalScope","kind":3,"href":"dart-html/DedicatedWorkerGlobalScope-class.html"}},{"name":"DeprecatedStorageInfo","qualifiedName":"dart:html.DeprecatedStorageInfo","href":"dart-html/DeprecatedStorageInfo-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PERSISTENT","qualifiedName":"dart:html.DeprecatedStorageInfo.PERSISTENT","href":"dart-html/DeprecatedStorageInfo/PERSISTENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeprecatedStorageInfo","kind":3,"href":"dart-html/DeprecatedStorageInfo-class.html"}},{"name":"TEMPORARY","qualifiedName":"dart:html.DeprecatedStorageInfo.TEMPORARY","href":"dart-html/DeprecatedStorageInfo/TEMPORARY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeprecatedStorageInfo","kind":3,"href":"dart-html/DeprecatedStorageInfo-class.html"}},{"name":"queryUsageAndQuota","qualifiedName":"dart:html.DeprecatedStorageInfo.queryUsageAndQuota","href":"dart-html/DeprecatedStorageInfo/queryUsageAndQuota.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeprecatedStorageInfo","kind":3,"href":"dart-html/DeprecatedStorageInfo-class.html"}},{"name":"requestQuota","qualifiedName":"dart:html.DeprecatedStorageInfo.requestQuota","href":"dart-html/DeprecatedStorageInfo/requestQuota.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeprecatedStorageInfo","kind":3,"href":"dart-html/DeprecatedStorageInfo-class.html"}},{"name":"DeprecatedStorageQuota","qualifiedName":"dart:html.DeprecatedStorageQuota","href":"dart-html/DeprecatedStorageQuota-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"queryUsageAndQuota","qualifiedName":"dart:html.DeprecatedStorageQuota.queryUsageAndQuota","href":"dart-html/DeprecatedStorageQuota/queryUsageAndQuota.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeprecatedStorageQuota","kind":3,"href":"dart-html/DeprecatedStorageQuota-class.html"}},{"name":"requestQuota","qualifiedName":"dart:html.DeprecatedStorageQuota.requestQuota","href":"dart-html/DeprecatedStorageQuota/requestQuota.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeprecatedStorageQuota","kind":3,"href":"dart-html/DeprecatedStorageQuota-class.html"}},{"name":"DeprecationReport","qualifiedName":"dart:html.DeprecationReport","href":"dart-html/DeprecationReport-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"lineNumber","qualifiedName":"dart:html.DeprecationReport.lineNumber","href":"dart-html/DeprecationReport/lineNumber.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeprecationReport","kind":3,"href":"dart-html/DeprecationReport-class.html"}},{"name":"message","qualifiedName":"dart:html.DeprecationReport.message","href":"dart-html/DeprecationReport/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeprecationReport","kind":3,"href":"dart-html/DeprecationReport-class.html"}},{"name":"sourceFile","qualifiedName":"dart:html.DeprecationReport.sourceFile","href":"dart-html/DeprecationReport/sourceFile.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeprecationReport","kind":3,"href":"dart-html/DeprecationReport-class.html"}},{"name":"DetailsElement","qualifiedName":"dart:html.DetailsElement","href":"dart-html/DetailsElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DetailsElement.new","qualifiedName":"dart:html.DetailsElement.DetailsElement.new","href":"dart-html/DetailsElement/DetailsElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DetailsElement","kind":3,"href":"dart-html/DetailsElement-class.html"}},{"name":"open","qualifiedName":"dart:html.DetailsElement.open","href":"dart-html/DetailsElement/open.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DetailsElement","kind":3,"href":"dart-html/DetailsElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.DetailsElement.supported","href":"dart-html/DetailsElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"DetailsElement","kind":3,"href":"dart-html/DetailsElement-class.html"}},{"name":"DetectedBarcode","qualifiedName":"dart:html.DetectedBarcode","href":"dart-html/DetectedBarcode-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DetectedBarcode.new","qualifiedName":"dart:html.DetectedBarcode.DetectedBarcode.new","href":"dart-html/DetectedBarcode/DetectedBarcode.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DetectedBarcode","kind":3,"href":"dart-html/DetectedBarcode-class.html"}},{"name":"boundingBox","qualifiedName":"dart:html.DetectedBarcode.boundingBox","href":"dart-html/DetectedBarcode/boundingBox.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DetectedBarcode","kind":3,"href":"dart-html/DetectedBarcode-class.html"}},{"name":"cornerPoints","qualifiedName":"dart:html.DetectedBarcode.cornerPoints","href":"dart-html/DetectedBarcode/cornerPoints.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DetectedBarcode","kind":3,"href":"dart-html/DetectedBarcode-class.html"}},{"name":"rawValue","qualifiedName":"dart:html.DetectedBarcode.rawValue","href":"dart-html/DetectedBarcode/rawValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DetectedBarcode","kind":3,"href":"dart-html/DetectedBarcode-class.html"}},{"name":"DetectedFace","qualifiedName":"dart:html.DetectedFace","href":"dart-html/DetectedFace-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DetectedFace.new","qualifiedName":"dart:html.DetectedFace.DetectedFace.new","href":"dart-html/DetectedFace/DetectedFace.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DetectedFace","kind":3,"href":"dart-html/DetectedFace-class.html"}},{"name":"boundingBox","qualifiedName":"dart:html.DetectedFace.boundingBox","href":"dart-html/DetectedFace/boundingBox.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DetectedFace","kind":3,"href":"dart-html/DetectedFace-class.html"}},{"name":"landmarks","qualifiedName":"dart:html.DetectedFace.landmarks","href":"dart-html/DetectedFace/landmarks.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DetectedFace","kind":3,"href":"dart-html/DetectedFace-class.html"}},{"name":"DetectedText","qualifiedName":"dart:html.DetectedText","href":"dart-html/DetectedText-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DetectedText.new","qualifiedName":"dart:html.DetectedText.DetectedText.new","href":"dart-html/DetectedText/DetectedText.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DetectedText","kind":3,"href":"dart-html/DetectedText-class.html"}},{"name":"boundingBox","qualifiedName":"dart:html.DetectedText.boundingBox","href":"dart-html/DetectedText/boundingBox.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DetectedText","kind":3,"href":"dart-html/DetectedText-class.html"}},{"name":"cornerPoints","qualifiedName":"dart:html.DetectedText.cornerPoints","href":"dart-html/DetectedText/cornerPoints.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DetectedText","kind":3,"href":"dart-html/DetectedText-class.html"}},{"name":"rawValue","qualifiedName":"dart:html.DetectedText.rawValue","href":"dart-html/DetectedText/rawValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DetectedText","kind":3,"href":"dart-html/DetectedText-class.html"}},{"name":"DeviceAcceleration","qualifiedName":"dart:html.DeviceAcceleration","href":"dart-html/DeviceAcceleration-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"x","qualifiedName":"dart:html.DeviceAcceleration.x","href":"dart-html/DeviceAcceleration/x.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceAcceleration","kind":3,"href":"dart-html/DeviceAcceleration-class.html"}},{"name":"y","qualifiedName":"dart:html.DeviceAcceleration.y","href":"dart-html/DeviceAcceleration/y.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceAcceleration","kind":3,"href":"dart-html/DeviceAcceleration-class.html"}},{"name":"z","qualifiedName":"dart:html.DeviceAcceleration.z","href":"dart-html/DeviceAcceleration/z.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceAcceleration","kind":3,"href":"dart-html/DeviceAcceleration-class.html"}},{"name":"DeviceMotionEvent","qualifiedName":"dart:html.DeviceMotionEvent","href":"dart-html/DeviceMotionEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DeviceMotionEvent.new","qualifiedName":"dart:html.DeviceMotionEvent.DeviceMotionEvent.new","href":"dart-html/DeviceMotionEvent/DeviceMotionEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceMotionEvent","kind":3,"href":"dart-html/DeviceMotionEvent-class.html"}},{"name":"acceleration","qualifiedName":"dart:html.DeviceMotionEvent.acceleration","href":"dart-html/DeviceMotionEvent/acceleration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceMotionEvent","kind":3,"href":"dart-html/DeviceMotionEvent-class.html"}},{"name":"accelerationIncludingGravity","qualifiedName":"dart:html.DeviceMotionEvent.accelerationIncludingGravity","href":"dart-html/DeviceMotionEvent/accelerationIncludingGravity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceMotionEvent","kind":3,"href":"dart-html/DeviceMotionEvent-class.html"}},{"name":"interval","qualifiedName":"dart:html.DeviceMotionEvent.interval","href":"dart-html/DeviceMotionEvent/interval.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceMotionEvent","kind":3,"href":"dart-html/DeviceMotionEvent-class.html"}},{"name":"rotationRate","qualifiedName":"dart:html.DeviceMotionEvent.rotationRate","href":"dart-html/DeviceMotionEvent/rotationRate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceMotionEvent","kind":3,"href":"dart-html/DeviceMotionEvent-class.html"}},{"name":"DeviceOrientationEvent","qualifiedName":"dart:html.DeviceOrientationEvent","href":"dart-html/DeviceOrientationEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DeviceOrientationEvent.new","qualifiedName":"dart:html.DeviceOrientationEvent.DeviceOrientationEvent.new","href":"dart-html/DeviceOrientationEvent/DeviceOrientationEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceOrientationEvent","kind":3,"href":"dart-html/DeviceOrientationEvent-class.html"}},{"name":"absolute","qualifiedName":"dart:html.DeviceOrientationEvent.absolute","href":"dart-html/DeviceOrientationEvent/absolute.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceOrientationEvent","kind":3,"href":"dart-html/DeviceOrientationEvent-class.html"}},{"name":"alpha","qualifiedName":"dart:html.DeviceOrientationEvent.alpha","href":"dart-html/DeviceOrientationEvent/alpha.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceOrientationEvent","kind":3,"href":"dart-html/DeviceOrientationEvent-class.html"}},{"name":"beta","qualifiedName":"dart:html.DeviceOrientationEvent.beta","href":"dart-html/DeviceOrientationEvent/beta.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceOrientationEvent","kind":3,"href":"dart-html/DeviceOrientationEvent-class.html"}},{"name":"gamma","qualifiedName":"dart:html.DeviceOrientationEvent.gamma","href":"dart-html/DeviceOrientationEvent/gamma.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceOrientationEvent","kind":3,"href":"dart-html/DeviceOrientationEvent-class.html"}},{"name":"DeviceRotationRate","qualifiedName":"dart:html.DeviceRotationRate","href":"dart-html/DeviceRotationRate-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"alpha","qualifiedName":"dart:html.DeviceRotationRate.alpha","href":"dart-html/DeviceRotationRate/alpha.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceRotationRate","kind":3,"href":"dart-html/DeviceRotationRate-class.html"}},{"name":"beta","qualifiedName":"dart:html.DeviceRotationRate.beta","href":"dart-html/DeviceRotationRate/beta.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceRotationRate","kind":3,"href":"dart-html/DeviceRotationRate-class.html"}},{"name":"gamma","qualifiedName":"dart:html.DeviceRotationRate.gamma","href":"dart-html/DeviceRotationRate/gamma.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DeviceRotationRate","kind":3,"href":"dart-html/DeviceRotationRate-class.html"}},{"name":"DialogElement","qualifiedName":"dart:html.DialogElement","href":"dart-html/DialogElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"close","qualifiedName":"dart:html.DialogElement.close","href":"dart-html/DialogElement/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DialogElement","kind":3,"href":"dart-html/DialogElement-class.html"}},{"name":"open","qualifiedName":"dart:html.DialogElement.open","href":"dart-html/DialogElement/open.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DialogElement","kind":3,"href":"dart-html/DialogElement-class.html"}},{"name":"returnValue","qualifiedName":"dart:html.DialogElement.returnValue","href":"dart-html/DialogElement/returnValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DialogElement","kind":3,"href":"dart-html/DialogElement-class.html"}},{"name":"show","qualifiedName":"dart:html.DialogElement.show","href":"dart-html/DialogElement/show.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DialogElement","kind":3,"href":"dart-html/DialogElement-class.html"}},{"name":"showModal","qualifiedName":"dart:html.DialogElement.showModal","href":"dart-html/DialogElement/showModal.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DialogElement","kind":3,"href":"dart-html/DialogElement-class.html"}},{"name":"Dimension","qualifiedName":"dart:html.Dimension","href":"dart-html/Dimension-class.html","kind":3,"packageRank":15,"desc":"Class representing a\nlength measurement\nin CSS.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Dimension.cm","qualifiedName":"dart:html.Dimension.Dimension.cm","href":"dart-html/Dimension/Dimension.cm.html","kind":2,"packageRank":15,"desc":"Set this CSS Dimension to a centimeter value.","enclosedBy":{"name":"Dimension","kind":3,"href":"dart-html/Dimension-class.html"}},{"name":"Dimension.css","qualifiedName":"dart:html.Dimension.Dimension.css","href":"dart-html/Dimension/Dimension.css.html","kind":2,"packageRank":15,"desc":"Construct a Dimension object from the valid, simple CSS string cssValue\nthat represents a distance measurement.","enclosedBy":{"name":"Dimension","kind":3,"href":"dart-html/Dimension-class.html"}},{"name":"Dimension.em","qualifiedName":"dart:html.Dimension.Dimension.em","href":"dart-html/Dimension/Dimension.em.html","kind":2,"packageRank":15,"desc":"Set this CSS Dimension to the specified number of ems.","enclosedBy":{"name":"Dimension","kind":3,"href":"dart-html/Dimension-class.html"}},{"name":"Dimension.ex","qualifiedName":"dart:html.Dimension.Dimension.ex","href":"dart-html/Dimension/Dimension.ex.html","kind":2,"packageRank":15,"desc":"Set this CSS Dimension to the specified number of x-heights.","enclosedBy":{"name":"Dimension","kind":3,"href":"dart-html/Dimension-class.html"}},{"name":"Dimension.inch","qualifiedName":"dart:html.Dimension.Dimension.inch","href":"dart-html/Dimension/Dimension.inch.html","kind":2,"packageRank":15,"desc":"Set this CSS Dimension to an inch value.","enclosedBy":{"name":"Dimension","kind":3,"href":"dart-html/Dimension-class.html"}},{"name":"Dimension.mm","qualifiedName":"dart:html.Dimension.Dimension.mm","href":"dart-html/Dimension/Dimension.mm.html","kind":2,"packageRank":15,"desc":"Set this CSS Dimension to a millimeter value.","enclosedBy":{"name":"Dimension","kind":3,"href":"dart-html/Dimension-class.html"}},{"name":"Dimension.pc","qualifiedName":"dart:html.Dimension.Dimension.pc","href":"dart-html/Dimension/Dimension.pc.html","kind":2,"packageRank":15,"desc":"Set this CSS Dimension to a pica value.","enclosedBy":{"name":"Dimension","kind":3,"href":"dart-html/Dimension-class.html"}},{"name":"Dimension.percent","qualifiedName":"dart:html.Dimension.Dimension.percent","href":"dart-html/Dimension/Dimension.percent.html","kind":2,"packageRank":15,"desc":"Set this CSS Dimension to a percentage value.","enclosedBy":{"name":"Dimension","kind":3,"href":"dart-html/Dimension-class.html"}},{"name":"Dimension.pt","qualifiedName":"dart:html.Dimension.Dimension.pt","href":"dart-html/Dimension/Dimension.pt.html","kind":2,"packageRank":15,"desc":"Set this CSS Dimension to a point value.","enclosedBy":{"name":"Dimension","kind":3,"href":"dart-html/Dimension-class.html"}},{"name":"Dimension.px","qualifiedName":"dart:html.Dimension.Dimension.px","href":"dart-html/Dimension/Dimension.px.html","kind":2,"packageRank":15,"desc":"Set this CSS Dimension to a pixel value.","enclosedBy":{"name":"Dimension","kind":3,"href":"dart-html/Dimension-class.html"}},{"name":"toString","qualifiedName":"dart:html.Dimension.toString","href":"dart-html/Dimension/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Print out the CSS String representation of this value.","enclosedBy":{"name":"Dimension","kind":3,"href":"dart-html/Dimension-class.html"}},{"name":"value","qualifiedName":"dart:html.Dimension.value","href":"dart-html/Dimension/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Return a unitless, numerical value of this CSS value.","enclosedBy":{"name":"Dimension","kind":3,"href":"dart-html/Dimension-class.html"}},{"name":"DirectoryEntry","qualifiedName":"dart:html.DirectoryEntry","href":"dart-html/DirectoryEntry-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"createDirectory","qualifiedName":"dart:html.DirectoryEntry.createDirectory","href":"dart-html/DirectoryEntry/createDirectory.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Create a new directory with the specified path. If exclusive is true,\nthe returned Future will complete with an error if a directory already\nexists with the specified path.","enclosedBy":{"name":"DirectoryEntry","kind":3,"href":"dart-html/DirectoryEntry-class.html"}},{"name":"createFile","qualifiedName":"dart:html.DirectoryEntry.createFile","href":"dart-html/DirectoryEntry/createFile.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Create a new file with the specified path. If exclusive is true,\nthe returned Future will complete with an error if a file already\nexists at the specified path.","enclosedBy":{"name":"DirectoryEntry","kind":3,"href":"dart-html/DirectoryEntry-class.html"}},{"name":"createReader","qualifiedName":"dart:html.DirectoryEntry.createReader","href":"dart-html/DirectoryEntry/createReader.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DirectoryEntry","kind":3,"href":"dart-html/DirectoryEntry-class.html"}},{"name":"getDirectory","qualifiedName":"dart:html.DirectoryEntry.getDirectory","href":"dart-html/DirectoryEntry/getDirectory.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Retrieve an already existing directory entry. The returned future will\nresult in an error if a directory at path does not exist or if the item\nat path is not a directory.","enclosedBy":{"name":"DirectoryEntry","kind":3,"href":"dart-html/DirectoryEntry-class.html"}},{"name":"getFile","qualifiedName":"dart:html.DirectoryEntry.getFile","href":"dart-html/DirectoryEntry/getFile.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Retrieve an already existing file entry. The returned future will\nresult in an error if a file at path does not exist or if the item at\npath is not a file.","enclosedBy":{"name":"DirectoryEntry","kind":3,"href":"dart-html/DirectoryEntry-class.html"}},{"name":"removeRecursively","qualifiedName":"dart:html.DirectoryEntry.removeRecursively","href":"dart-html/DirectoryEntry/removeRecursively.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DirectoryEntry","kind":3,"href":"dart-html/DirectoryEntry-class.html"}},{"name":"DirectoryReader","qualifiedName":"dart:html.DirectoryReader","href":"dart-html/DirectoryReader-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"readEntries","qualifiedName":"dart:html.DirectoryReader.readEntries","href":"dart-html/DirectoryReader/readEntries.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DirectoryReader","kind":3,"href":"dart-html/DirectoryReader-class.html"}},{"name":"DivElement","qualifiedName":"dart:html.DivElement","href":"dart-html/DivElement-class.html","kind":3,"packageRank":15,"desc":"A generic container for content on an HTML page;\ncorresponds to the &lt;div&gt; tag.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DivElement.new","qualifiedName":"dart:html.DivElement.DivElement.new","href":"dart-html/DivElement/DivElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DivElement","kind":3,"href":"dart-html/DivElement-class.html"}},{"name":"Document","qualifiedName":"dart:html.Document","href":"dart-html/Document-class.html","kind":3,"packageRank":15,"desc":"The base class for all documents.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Document.new","qualifiedName":"dart:html.Document.Document.new","href":"dart-html/Document/Document.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"activeElement","qualifiedName":"dart:html.Document.activeElement","href":"dart-html/Document/activeElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"addressSpace","qualifiedName":"dart:html.Document.addressSpace","href":"dart-html/Document/addressSpace.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"adoptNode","qualifiedName":"dart:html.Document.adoptNode","href":"dart-html/Document/adoptNode.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"contentType","qualifiedName":"dart:html.Document.contentType","href":"dart-html/Document/contentType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"cookie","qualifiedName":"dart:html.Document.cookie","href":"dart-html/Document/cookie.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"createDocumentFragment","qualifiedName":"dart:html.Document.createDocumentFragment","href":"dart-html/Document/createDocumentFragment.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"createElement","qualifiedName":"dart:html.Document.createElement","href":"dart-html/Document/createElement.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"createElementNS","qualifiedName":"dart:html.Document.createElementNS","href":"dart-html/Document/createElementNS.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"createRange","qualifiedName":"dart:html.Document.createRange","href":"dart-html/Document/createRange.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"currentScript","qualifiedName":"dart:html.Document.currentScript","href":"dart-html/Document/currentScript.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"documentElement","qualifiedName":"dart:html.Document.documentElement","href":"dart-html/Document/documentElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"domain","qualifiedName":"dart:html.Document.domain","href":"dart-html/Document/domain.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"elementsFromPoint","qualifiedName":"dart:html.Document.elementsFromPoint","href":"dart-html/Document/elementsFromPoint.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"execCommand","qualifiedName":"dart:html.Document.execCommand","href":"dart-html/Document/execCommand.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"exitFullscreen","qualifiedName":"dart:html.Document.exitFullscreen","href":"dart-html/Document/exitFullscreen.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"exitPointerLock","qualifiedName":"dart:html.Document.exitPointerLock","href":"dart-html/Document/exitPointerLock.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"fonts","qualifiedName":"dart:html.Document.fonts","href":"dart-html/Document/fonts.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"fullscreenElement","qualifiedName":"dart:html.Document.fullscreenElement","href":"dart-html/Document/fullscreenElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"fullscreenEnabled","qualifiedName":"dart:html.Document.fullscreenEnabled","href":"dart-html/Document/fullscreenEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"getAnimations","qualifiedName":"dart:html.Document.getAnimations","href":"dart-html/Document/getAnimations.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"getElementById","qualifiedName":"dart:html.Document.getElementById","href":"dart-html/Document/getElementById.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"getElementsByClassName","qualifiedName":"dart:html.Document.getElementsByClassName","href":"dart-html/Document/getElementsByClassName.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"getElementsByName","qualifiedName":"dart:html.Document.getElementsByName","href":"dart-html/Document/getElementsByName.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"getElementsByTagName","qualifiedName":"dart:html.Document.getElementsByTagName","href":"dart-html/Document/getElementsByTagName.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"hidden","qualifiedName":"dart:html.Document.hidden","href":"dart-html/Document/hidden.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"implementation","qualifiedName":"dart:html.Document.implementation","href":"dart-html/Document/implementation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"importNode","qualifiedName":"dart:html.Document.importNode","href":"dart-html/Document/importNode.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onAbort","qualifiedName":"dart:html.Document.onAbort","href":"dart-html/Document/onAbort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of abort events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onBeforeCopy","qualifiedName":"dart:html.Document.onBeforeCopy","href":"dart-html/Document/onBeforeCopy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of beforecopy events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onBeforeCut","qualifiedName":"dart:html.Document.onBeforeCut","href":"dart-html/Document/onBeforeCut.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of beforecut events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onBeforePaste","qualifiedName":"dart:html.Document.onBeforePaste","href":"dart-html/Document/onBeforePaste.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of beforepaste events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onBlur","qualifiedName":"dart:html.Document.onBlur","href":"dart-html/Document/onBlur.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of blur events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onCanPlay","qualifiedName":"dart:html.Document.onCanPlay","href":"dart-html/Document/onCanPlay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onCanPlayThrough","qualifiedName":"dart:html.Document.onCanPlayThrough","href":"dart-html/Document/onCanPlayThrough.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onChange","qualifiedName":"dart:html.Document.onChange","href":"dart-html/Document/onChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of change events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onClick","qualifiedName":"dart:html.Document.onClick","href":"dart-html/Document/onClick.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of click events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onContextMenu","qualifiedName":"dart:html.Document.onContextMenu","href":"dart-html/Document/onContextMenu.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of contextmenu events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onCopy","qualifiedName":"dart:html.Document.onCopy","href":"dart-html/Document/onCopy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of copy events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onCut","qualifiedName":"dart:html.Document.onCut","href":"dart-html/Document/onCut.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of cut events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onDoubleClick","qualifiedName":"dart:html.Document.onDoubleClick","href":"dart-html/Document/onDoubleClick.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of doubleclick events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onDrag","qualifiedName":"dart:html.Document.onDrag","href":"dart-html/Document/onDrag.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of drag events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onDragEnd","qualifiedName":"dart:html.Document.onDragEnd","href":"dart-html/Document/onDragEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of dragend events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onDragEnter","qualifiedName":"dart:html.Document.onDragEnter","href":"dart-html/Document/onDragEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of dragenter events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onDragLeave","qualifiedName":"dart:html.Document.onDragLeave","href":"dart-html/Document/onDragLeave.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of dragleave events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onDragOver","qualifiedName":"dart:html.Document.onDragOver","href":"dart-html/Document/onDragOver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of dragover events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onDragStart","qualifiedName":"dart:html.Document.onDragStart","href":"dart-html/Document/onDragStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of dragstart events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onDrop","qualifiedName":"dart:html.Document.onDrop","href":"dart-html/Document/onDrop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of drop events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onDurationChange","qualifiedName":"dart:html.Document.onDurationChange","href":"dart-html/Document/onDurationChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onEmptied","qualifiedName":"dart:html.Document.onEmptied","href":"dart-html/Document/onEmptied.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onEnded","qualifiedName":"dart:html.Document.onEnded","href":"dart-html/Document/onEnded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onError","qualifiedName":"dart:html.Document.onError","href":"dart-html/Document/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onFocus","qualifiedName":"dart:html.Document.onFocus","href":"dart-html/Document/onFocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of focus events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onFullscreenChange","qualifiedName":"dart:html.Document.onFullscreenChange","href":"dart-html/Document/onFullscreenChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of fullscreenchange events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onFullscreenError","qualifiedName":"dart:html.Document.onFullscreenError","href":"dart-html/Document/onFullscreenError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of fullscreenerror events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onInput","qualifiedName":"dart:html.Document.onInput","href":"dart-html/Document/onInput.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of input events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onInvalid","qualifiedName":"dart:html.Document.onInvalid","href":"dart-html/Document/onInvalid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of invalid events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onKeyDown","qualifiedName":"dart:html.Document.onKeyDown","href":"dart-html/Document/onKeyDown.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of keydown events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onKeyPress","qualifiedName":"dart:html.Document.onKeyPress","href":"dart-html/Document/onKeyPress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of keypress events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onKeyUp","qualifiedName":"dart:html.Document.onKeyUp","href":"dart-html/Document/onKeyUp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of keyup events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onLoad","qualifiedName":"dart:html.Document.onLoad","href":"dart-html/Document/onLoad.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of load events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onLoadedData","qualifiedName":"dart:html.Document.onLoadedData","href":"dart-html/Document/onLoadedData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onLoadedMetadata","qualifiedName":"dart:html.Document.onLoadedMetadata","href":"dart-html/Document/onLoadedMetadata.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onMouseDown","qualifiedName":"dart:html.Document.onMouseDown","href":"dart-html/Document/onMouseDown.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mousedown events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onMouseEnter","qualifiedName":"dart:html.Document.onMouseEnter","href":"dart-html/Document/onMouseEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseenter events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onMouseLeave","qualifiedName":"dart:html.Document.onMouseLeave","href":"dart-html/Document/onMouseLeave.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseleave events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onMouseMove","qualifiedName":"dart:html.Document.onMouseMove","href":"dart-html/Document/onMouseMove.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mousemove events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onMouseOut","qualifiedName":"dart:html.Document.onMouseOut","href":"dart-html/Document/onMouseOut.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseout events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onMouseOver","qualifiedName":"dart:html.Document.onMouseOver","href":"dart-html/Document/onMouseOver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseover events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onMouseUp","qualifiedName":"dart:html.Document.onMouseUp","href":"dart-html/Document/onMouseUp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseup events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onMouseWheel","qualifiedName":"dart:html.Document.onMouseWheel","href":"dart-html/Document/onMouseWheel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mousewheel events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onPaste","qualifiedName":"dart:html.Document.onPaste","href":"dart-html/Document/onPaste.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of paste events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onPause","qualifiedName":"dart:html.Document.onPause","href":"dart-html/Document/onPause.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onPlay","qualifiedName":"dart:html.Document.onPlay","href":"dart-html/Document/onPlay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onPlaying","qualifiedName":"dart:html.Document.onPlaying","href":"dart-html/Document/onPlaying.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onPointerLockChange","qualifiedName":"dart:html.Document.onPointerLockChange","href":"dart-html/Document/onPointerLockChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onPointerLockError","qualifiedName":"dart:html.Document.onPointerLockError","href":"dart-html/Document/onPointerLockError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onRateChange","qualifiedName":"dart:html.Document.onRateChange","href":"dart-html/Document/onRateChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onReadyStateChange","qualifiedName":"dart:html.Document.onReadyStateChange","href":"dart-html/Document/onReadyStateChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of readystatechange events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onReset","qualifiedName":"dart:html.Document.onReset","href":"dart-html/Document/onReset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of reset events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onResize","qualifiedName":"dart:html.Document.onResize","href":"dart-html/Document/onResize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onScroll","qualifiedName":"dart:html.Document.onScroll","href":"dart-html/Document/onScroll.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of scroll events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onSearch","qualifiedName":"dart:html.Document.onSearch","href":"dart-html/Document/onSearch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of search events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onSecurityPolicyViolation","qualifiedName":"dart:html.Document.onSecurityPolicyViolation","href":"dart-html/Document/onSecurityPolicyViolation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of securitypolicyviolation events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onSeeked","qualifiedName":"dart:html.Document.onSeeked","href":"dart-html/Document/onSeeked.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onSeeking","qualifiedName":"dart:html.Document.onSeeking","href":"dart-html/Document/onSeeking.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onSelect","qualifiedName":"dart:html.Document.onSelect","href":"dart-html/Document/onSelect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of select events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onSelectStart","qualifiedName":"dart:html.Document.onSelectStart","href":"dart-html/Document/onSelectStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of selectstart events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onSelectionChange","qualifiedName":"dart:html.Document.onSelectionChange","href":"dart-html/Document/onSelectionChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of selectionchange events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onStalled","qualifiedName":"dart:html.Document.onStalled","href":"dart-html/Document/onStalled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onSubmit","qualifiedName":"dart:html.Document.onSubmit","href":"dart-html/Document/onSubmit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of submit events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onSuspend","qualifiedName":"dart:html.Document.onSuspend","href":"dart-html/Document/onSuspend.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onTimeUpdate","qualifiedName":"dart:html.Document.onTimeUpdate","href":"dart-html/Document/onTimeUpdate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onTouchCancel","qualifiedName":"dart:html.Document.onTouchCancel","href":"dart-html/Document/onTouchCancel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchcancel events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onTouchEnd","qualifiedName":"dart:html.Document.onTouchEnd","href":"dart-html/Document/onTouchEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchend events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onTouchMove","qualifiedName":"dart:html.Document.onTouchMove","href":"dart-html/Document/onTouchMove.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchmove events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onTouchStart","qualifiedName":"dart:html.Document.onTouchStart","href":"dart-html/Document/onTouchStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchstart events handled by this Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onVolumeChange","qualifiedName":"dart:html.Document.onVolumeChange","href":"dart-html/Document/onVolumeChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"onWaiting","qualifiedName":"dart:html.Document.onWaiting","href":"dart-html/Document/onWaiting.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"origin","qualifiedName":"dart:html.Document.origin","href":"dart-html/Document/origin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"pointerLockChangeEvent","qualifiedName":"dart:html.Document.pointerLockChangeEvent","href":"dart-html/Document/pointerLockChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"pointerLockElement","qualifiedName":"dart:html.Document.pointerLockElement","href":"dart-html/Document/pointerLockElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"pointerLockErrorEvent","qualifiedName":"dart:html.Document.pointerLockErrorEvent","href":"dart-html/Document/pointerLockErrorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"queryCommandEnabled","qualifiedName":"dart:html.Document.queryCommandEnabled","href":"dart-html/Document/queryCommandEnabled.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"queryCommandIndeterm","qualifiedName":"dart:html.Document.queryCommandIndeterm","href":"dart-html/Document/queryCommandIndeterm.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"queryCommandState","qualifiedName":"dart:html.Document.queryCommandState","href":"dart-html/Document/queryCommandState.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"queryCommandSupported","qualifiedName":"dart:html.Document.queryCommandSupported","href":"dart-html/Document/queryCommandSupported.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"queryCommandValue","qualifiedName":"dart:html.Document.queryCommandValue","href":"dart-html/Document/queryCommandValue.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"querySelector","qualifiedName":"dart:html.Document.querySelector","href":"dart-html/Document/querySelector.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Finds the first descendant element of this document that matches the\nspecified group of selectors.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"querySelectorAll","qualifiedName":"dart:html.Document.querySelectorAll","href":"dart-html/Document/querySelectorAll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Finds all descendant elements of this document that match the specified\ngroup of selectors.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"readyState","qualifiedName":"dart:html.Document.readyState","href":"dart-html/Document/readyState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"readyStateChangeEvent","qualifiedName":"dart:html.Document.readyStateChangeEvent","href":"dart-html/Document/readyStateChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose readystatechange events to event\nhandlers that are not necessarily instances of Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"rootElement","qualifiedName":"dart:html.Document.rootElement","href":"dart-html/Document/rootElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"rootScroller","qualifiedName":"dart:html.Document.rootScroller","href":"dart-html/Document/rootScroller.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"scrollingElement","qualifiedName":"dart:html.Document.scrollingElement","href":"dart-html/Document/scrollingElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"securityPolicyViolationEvent","qualifiedName":"dart:html.Document.securityPolicyViolationEvent","href":"dart-html/Document/securityPolicyViolationEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose securitypolicyviolation events to event\nhandlers that are not necessarily instances of Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"selectionChangeEvent","qualifiedName":"dart:html.Document.selectionChangeEvent","href":"dart-html/Document/selectionChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose selectionchange events to event\nhandlers that are not necessarily instances of Document.","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"suborigin","qualifiedName":"dart:html.Document.suborigin","href":"dart-html/Document/suborigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"timeline","qualifiedName":"dart:html.Document.timeline","href":"dart-html/Document/timeline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"visibilityState","qualifiedName":"dart:html.Document.visibilityState","href":"dart-html/Document/visibilityState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"window","qualifiedName":"dart:html.Document.window","href":"dart-html/Document/window.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Document","kind":3,"href":"dart-html/Document-class.html"}},{"name":"DocumentFragment","qualifiedName":"dart:html.DocumentFragment","href":"dart-html/DocumentFragment-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DocumentFragment.html","qualifiedName":"dart:html.DocumentFragment.DocumentFragment.html","href":"dart-html/DocumentFragment/DocumentFragment.html.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentFragment","kind":3,"href":"dart-html/DocumentFragment-class.html"}},{"name":"DocumentFragment.new","qualifiedName":"dart:html.DocumentFragment.DocumentFragment.new","href":"dart-html/DocumentFragment/DocumentFragment.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentFragment","kind":3,"href":"dart-html/DocumentFragment-class.html"}},{"name":"DocumentFragment.svg","qualifiedName":"dart:html.DocumentFragment.DocumentFragment.svg","href":"dart-html/DocumentFragment/DocumentFragment.svg.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentFragment","kind":3,"href":"dart-html/DocumentFragment-class.html"}},{"name":"appendHtml","qualifiedName":"dart:html.DocumentFragment.appendHtml","href":"dart-html/DocumentFragment/appendHtml.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Parses the specified text as HTML and adds the resulting node after the\nlast child of this document fragment.","enclosedBy":{"name":"DocumentFragment","kind":3,"href":"dart-html/DocumentFragment-class.html"}},{"name":"appendText","qualifiedName":"dart:html.DocumentFragment.appendText","href":"dart-html/DocumentFragment/appendText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Adds the specified text as a text node after the last child of this\ndocument fragment.","enclosedBy":{"name":"DocumentFragment","kind":3,"href":"dart-html/DocumentFragment-class.html"}},{"name":"children","qualifiedName":"dart:html.DocumentFragment.children","href":"dart-html/DocumentFragment/children.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentFragment","kind":3,"href":"dart-html/DocumentFragment-class.html"}},{"name":"getElementById","qualifiedName":"dart:html.DocumentFragment.getElementById","href":"dart-html/DocumentFragment/getElementById.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentFragment","kind":3,"href":"dart-html/DocumentFragment-class.html"}},{"name":"innerHtml","qualifiedName":"dart:html.DocumentFragment.innerHtml","href":"dart-html/DocumentFragment/innerHtml.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentFragment","kind":3,"href":"dart-html/DocumentFragment-class.html"}},{"name":"querySelector","qualifiedName":"dart:html.DocumentFragment.querySelector","href":"dart-html/DocumentFragment/querySelector.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Finds the first descendant element of this document fragment that matches\nthe specified group of selectors.","enclosedBy":{"name":"DocumentFragment","kind":3,"href":"dart-html/DocumentFragment-class.html"}},{"name":"querySelectorAll","qualifiedName":"dart:html.DocumentFragment.querySelectorAll","href":"dart-html/DocumentFragment/querySelectorAll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Finds all descendant elements of this document fragment that match the\nspecified group of selectors.","enclosedBy":{"name":"DocumentFragment","kind":3,"href":"dart-html/DocumentFragment-class.html"}},{"name":"setInnerHtml","qualifiedName":"dart:html.DocumentFragment.setInnerHtml","href":"dart-html/DocumentFragment/setInnerHtml.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentFragment","kind":3,"href":"dart-html/DocumentFragment-class.html"}},{"name":"DocumentOrShadowRoot","qualifiedName":"dart:html.DocumentOrShadowRoot","href":"dart-html/DocumentOrShadowRoot-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"activeElement","qualifiedName":"dart:html.DocumentOrShadowRoot.activeElement","href":"dart-html/DocumentOrShadowRoot/activeElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentOrShadowRoot","kind":3,"href":"dart-html/DocumentOrShadowRoot-class.html"}},{"name":"elementFromPoint","qualifiedName":"dart:html.DocumentOrShadowRoot.elementFromPoint","href":"dart-html/DocumentOrShadowRoot/elementFromPoint.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentOrShadowRoot","kind":3,"href":"dart-html/DocumentOrShadowRoot-class.html"}},{"name":"elementsFromPoint","qualifiedName":"dart:html.DocumentOrShadowRoot.elementsFromPoint","href":"dart-html/DocumentOrShadowRoot/elementsFromPoint.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentOrShadowRoot","kind":3,"href":"dart-html/DocumentOrShadowRoot-class.html"}},{"name":"fullscreenElement","qualifiedName":"dart:html.DocumentOrShadowRoot.fullscreenElement","href":"dart-html/DocumentOrShadowRoot/fullscreenElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentOrShadowRoot","kind":3,"href":"dart-html/DocumentOrShadowRoot-class.html"}},{"name":"getSelection","qualifiedName":"dart:html.DocumentOrShadowRoot.getSelection","href":"dart-html/DocumentOrShadowRoot/getSelection.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentOrShadowRoot","kind":3,"href":"dart-html/DocumentOrShadowRoot-class.html"}},{"name":"pointerLockElement","qualifiedName":"dart:html.DocumentOrShadowRoot.pointerLockElement","href":"dart-html/DocumentOrShadowRoot/pointerLockElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentOrShadowRoot","kind":3,"href":"dart-html/DocumentOrShadowRoot-class.html"}},{"name":"styleSheets","qualifiedName":"dart:html.DocumentOrShadowRoot.styleSheets","href":"dart-html/DocumentOrShadowRoot/styleSheets.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentOrShadowRoot","kind":3,"href":"dart-html/DocumentOrShadowRoot-class.html"}},{"name":"DocumentTimeline","qualifiedName":"dart:html.DocumentTimeline","href":"dart-html/DocumentTimeline-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DocumentTimeline.new","qualifiedName":"dart:html.DocumentTimeline.DocumentTimeline.new","href":"dart-html/DocumentTimeline/DocumentTimeline.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DocumentTimeline","kind":3,"href":"dart-html/DocumentTimeline-class.html"}},{"name":"DomError","qualifiedName":"dart:html.DomError","href":"dart-html/DomError-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DomError.new","qualifiedName":"dart:html.DomError.DomError.new","href":"dart-html/DomError/DomError.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DomError","kind":3,"href":"dart-html/DomError-class.html"}},{"name":"message","qualifiedName":"dart:html.DomError.message","href":"dart-html/DomError/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomError","kind":3,"href":"dart-html/DomError-class.html"}},{"name":"name","qualifiedName":"dart:html.DomError.name","href":"dart-html/DomError/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomError","kind":3,"href":"dart-html/DomError-class.html"}},{"name":"DomException","qualifiedName":"dart:html.DomException","href":"dart-html/DomException-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ABORT","qualifiedName":"dart:html.DomException.ABORT","href":"dart-html/DomException/ABORT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"CONSTRAINT","qualifiedName":"dart:html.DomException.CONSTRAINT","href":"dart-html/DomException/CONSTRAINT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"DATA_CLONE","qualifiedName":"dart:html.DomException.DATA_CLONE","href":"dart-html/DomException/DATA_CLONE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"ENCODING","qualifiedName":"dart:html.DomException.ENCODING","href":"dart-html/DomException/ENCODING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"HIERARCHY_REQUEST","qualifiedName":"dart:html.DomException.HIERARCHY_REQUEST","href":"dart-html/DomException/HIERARCHY_REQUEST-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"INDEX_SIZE","qualifiedName":"dart:html.DomException.INDEX_SIZE","href":"dart-html/DomException/INDEX_SIZE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"INVALID_ACCESS","qualifiedName":"dart:html.DomException.INVALID_ACCESS","href":"dart-html/DomException/INVALID_ACCESS-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"INVALID_CHARACTER","qualifiedName":"dart:html.DomException.INVALID_CHARACTER","href":"dart-html/DomException/INVALID_CHARACTER-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"INVALID_MODIFICATION","qualifiedName":"dart:html.DomException.INVALID_MODIFICATION","href":"dart-html/DomException/INVALID_MODIFICATION-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"INVALID_NODE_TYPE","qualifiedName":"dart:html.DomException.INVALID_NODE_TYPE","href":"dart-html/DomException/INVALID_NODE_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"INVALID_STATE","qualifiedName":"dart:html.DomException.INVALID_STATE","href":"dart-html/DomException/INVALID_STATE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"NAMESPACE","qualifiedName":"dart:html.DomException.NAMESPACE","href":"dart-html/DomException/NAMESPACE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"NETWORK","qualifiedName":"dart:html.DomException.NETWORK","href":"dart-html/DomException/NETWORK-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"NOT_ALLOWED","qualifiedName":"dart:html.DomException.NOT_ALLOWED","href":"dart-html/DomException/NOT_ALLOWED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"NOT_FOUND","qualifiedName":"dart:html.DomException.NOT_FOUND","href":"dart-html/DomException/NOT_FOUND-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"NOT_READABLE","qualifiedName":"dart:html.DomException.NOT_READABLE","href":"dart-html/DomException/NOT_READABLE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"NOT_SUPPORTED","qualifiedName":"dart:html.DomException.NOT_SUPPORTED","href":"dart-html/DomException/NOT_SUPPORTED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"NO_MODIFICATION_ALLOWED","qualifiedName":"dart:html.DomException.NO_MODIFICATION_ALLOWED","href":"dart-html/DomException/NO_MODIFICATION_ALLOWED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"OPERATION","qualifiedName":"dart:html.DomException.OPERATION","href":"dart-html/DomException/OPERATION-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"QUOTA_EXCEEDED","qualifiedName":"dart:html.DomException.QUOTA_EXCEEDED","href":"dart-html/DomException/QUOTA_EXCEEDED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"READ_ONLY","qualifiedName":"dart:html.DomException.READ_ONLY","href":"dart-html/DomException/READ_ONLY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"SECURITY","qualifiedName":"dart:html.DomException.SECURITY","href":"dart-html/DomException/SECURITY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"SYNTAX","qualifiedName":"dart:html.DomException.SYNTAX","href":"dart-html/DomException/SYNTAX-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"TIMEOUT","qualifiedName":"dart:html.DomException.TIMEOUT","href":"dart-html/DomException/TIMEOUT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"TRANSACTION_INACTIVE","qualifiedName":"dart:html.DomException.TRANSACTION_INACTIVE","href":"dart-html/DomException/TRANSACTION_INACTIVE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"TYPE_ERROR","qualifiedName":"dart:html.DomException.TYPE_ERROR","href":"dart-html/DomException/TYPE_ERROR-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"TYPE_MISMATCH","qualifiedName":"dart:html.DomException.TYPE_MISMATCH","href":"dart-html/DomException/TYPE_MISMATCH-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"UNKNOWN","qualifiedName":"dart:html.DomException.UNKNOWN","href":"dart-html/DomException/UNKNOWN-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"URL_MISMATCH","qualifiedName":"dart:html.DomException.URL_MISMATCH","href":"dart-html/DomException/URL_MISMATCH-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"VERSION","qualifiedName":"dart:html.DomException.VERSION","href":"dart-html/DomException/VERSION-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"WRONG_DOCUMENT","qualifiedName":"dart:html.DomException.WRONG_DOCUMENT","href":"dart-html/DomException/WRONG_DOCUMENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"message","qualifiedName":"dart:html.DomException.message","href":"dart-html/DomException/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"name","qualifiedName":"dart:html.DomException.name","href":"dart-html/DomException/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"toString","qualifiedName":"dart:html.DomException.toString","href":"dart-html/DomException/toString.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"DomException","kind":3,"href":"dart-html/DomException-class.html"}},{"name":"DomImplementation","qualifiedName":"dart:html.DomImplementation","href":"dart-html/DomImplementation-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"createDocument","qualifiedName":"dart:html.DomImplementation.createDocument","href":"dart-html/DomImplementation/createDocument.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomImplementation","kind":3,"href":"dart-html/DomImplementation-class.html"}},{"name":"createDocumentType","qualifiedName":"dart:html.DomImplementation.createDocumentType","href":"dart-html/DomImplementation/createDocumentType.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomImplementation","kind":3,"href":"dart-html/DomImplementation-class.html"}},{"name":"createHtmlDocument","qualifiedName":"dart:html.DomImplementation.createHtmlDocument","href":"dart-html/DomImplementation/createHtmlDocument.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomImplementation","kind":3,"href":"dart-html/DomImplementation-class.html"}},{"name":"hasFeature","qualifiedName":"dart:html.DomImplementation.hasFeature","href":"dart-html/DomImplementation/hasFeature.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomImplementation","kind":3,"href":"dart-html/DomImplementation-class.html"}},{"name":"DomIterator","qualifiedName":"dart:html.DomIterator","href":"dart-html/DomIterator-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"next","qualifiedName":"dart:html.DomIterator.next","href":"dart-html/DomIterator/next.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomIterator","kind":3,"href":"dart-html/DomIterator-class.html"}},{"name":"DomMatrix","qualifiedName":"dart:html.DomMatrix","href":"dart-html/DomMatrix-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DomMatrix.new","qualifiedName":"dart:html.DomMatrix.DomMatrix.new","href":"dart-html/DomMatrix/DomMatrix.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"a","qualifiedName":"dart:html.DomMatrix.a","href":"dart-html/DomMatrix/a.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"b","qualifiedName":"dart:html.DomMatrix.b","href":"dart-html/DomMatrix/b.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"c","qualifiedName":"dart:html.DomMatrix.c","href":"dart-html/DomMatrix/c.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"d","qualifiedName":"dart:html.DomMatrix.d","href":"dart-html/DomMatrix/d.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"e","qualifiedName":"dart:html.DomMatrix.e","href":"dart-html/DomMatrix/e.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"f","qualifiedName":"dart:html.DomMatrix.f","href":"dart-html/DomMatrix/f.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"fromFloat32Array","qualifiedName":"dart:html.DomMatrix.fromFloat32Array","href":"dart-html/DomMatrix/fromFloat32Array.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"fromFloat64Array","qualifiedName":"dart:html.DomMatrix.fromFloat64Array","href":"dart-html/DomMatrix/fromFloat64Array.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"fromMatrix","qualifiedName":"dart:html.DomMatrix.fromMatrix","href":"dart-html/DomMatrix/fromMatrix.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"invertSelf","qualifiedName":"dart:html.DomMatrix.invertSelf","href":"dart-html/DomMatrix/invertSelf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m11","qualifiedName":"dart:html.DomMatrix.m11","href":"dart-html/DomMatrix/m11.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m12","qualifiedName":"dart:html.DomMatrix.m12","href":"dart-html/DomMatrix/m12.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m13","qualifiedName":"dart:html.DomMatrix.m13","href":"dart-html/DomMatrix/m13.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m14","qualifiedName":"dart:html.DomMatrix.m14","href":"dart-html/DomMatrix/m14.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m21","qualifiedName":"dart:html.DomMatrix.m21","href":"dart-html/DomMatrix/m21.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m22","qualifiedName":"dart:html.DomMatrix.m22","href":"dart-html/DomMatrix/m22.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m23","qualifiedName":"dart:html.DomMatrix.m23","href":"dart-html/DomMatrix/m23.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m24","qualifiedName":"dart:html.DomMatrix.m24","href":"dart-html/DomMatrix/m24.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m31","qualifiedName":"dart:html.DomMatrix.m31","href":"dart-html/DomMatrix/m31.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m32","qualifiedName":"dart:html.DomMatrix.m32","href":"dart-html/DomMatrix/m32.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m33","qualifiedName":"dart:html.DomMatrix.m33","href":"dart-html/DomMatrix/m33.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m34","qualifiedName":"dart:html.DomMatrix.m34","href":"dart-html/DomMatrix/m34.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m41","qualifiedName":"dart:html.DomMatrix.m41","href":"dart-html/DomMatrix/m41.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m42","qualifiedName":"dart:html.DomMatrix.m42","href":"dart-html/DomMatrix/m42.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m43","qualifiedName":"dart:html.DomMatrix.m43","href":"dart-html/DomMatrix/m43.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"m44","qualifiedName":"dart:html.DomMatrix.m44","href":"dart-html/DomMatrix/m44.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"multiplySelf","qualifiedName":"dart:html.DomMatrix.multiplySelf","href":"dart-html/DomMatrix/multiplySelf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"preMultiplySelf","qualifiedName":"dart:html.DomMatrix.preMultiplySelf","href":"dart-html/DomMatrix/preMultiplySelf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"rotateAxisAngleSelf","qualifiedName":"dart:html.DomMatrix.rotateAxisAngleSelf","href":"dart-html/DomMatrix/rotateAxisAngleSelf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"rotateFromVectorSelf","qualifiedName":"dart:html.DomMatrix.rotateFromVectorSelf","href":"dart-html/DomMatrix/rotateFromVectorSelf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"rotateSelf","qualifiedName":"dart:html.DomMatrix.rotateSelf","href":"dart-html/DomMatrix/rotateSelf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"scale3dSelf","qualifiedName":"dart:html.DomMatrix.scale3dSelf","href":"dart-html/DomMatrix/scale3dSelf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"scaleSelf","qualifiedName":"dart:html.DomMatrix.scaleSelf","href":"dart-html/DomMatrix/scaleSelf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"setMatrixValue","qualifiedName":"dart:html.DomMatrix.setMatrixValue","href":"dart-html/DomMatrix/setMatrixValue.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"skewXSelf","qualifiedName":"dart:html.DomMatrix.skewXSelf","href":"dart-html/DomMatrix/skewXSelf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"skewYSelf","qualifiedName":"dart:html.DomMatrix.skewYSelf","href":"dart-html/DomMatrix/skewYSelf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"translateSelf","qualifiedName":"dart:html.DomMatrix.translateSelf","href":"dart-html/DomMatrix/translateSelf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrix","kind":3,"href":"dart-html/DomMatrix-class.html"}},{"name":"DomMatrixReadOnly","qualifiedName":"dart:html.DomMatrixReadOnly","href":"dart-html/DomMatrixReadOnly-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DomMatrixReadOnly.new","qualifiedName":"dart:html.DomMatrixReadOnly.DomMatrixReadOnly.new","href":"dart-html/DomMatrixReadOnly/DomMatrixReadOnly.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"a","qualifiedName":"dart:html.DomMatrixReadOnly.a","href":"dart-html/DomMatrixReadOnly/a.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"b","qualifiedName":"dart:html.DomMatrixReadOnly.b","href":"dart-html/DomMatrixReadOnly/b.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"c","qualifiedName":"dart:html.DomMatrixReadOnly.c","href":"dart-html/DomMatrixReadOnly/c.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"d","qualifiedName":"dart:html.DomMatrixReadOnly.d","href":"dart-html/DomMatrixReadOnly/d.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"e","qualifiedName":"dart:html.DomMatrixReadOnly.e","href":"dart-html/DomMatrixReadOnly/e.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"f","qualifiedName":"dart:html.DomMatrixReadOnly.f","href":"dart-html/DomMatrixReadOnly/f.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"flipX","qualifiedName":"dart:html.DomMatrixReadOnly.flipX","href":"dart-html/DomMatrixReadOnly/flipX.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"flipY","qualifiedName":"dart:html.DomMatrixReadOnly.flipY","href":"dart-html/DomMatrixReadOnly/flipY.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"fromFloat32Array","qualifiedName":"dart:html.DomMatrixReadOnly.fromFloat32Array","href":"dart-html/DomMatrixReadOnly/fromFloat32Array.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"fromFloat64Array","qualifiedName":"dart:html.DomMatrixReadOnly.fromFloat64Array","href":"dart-html/DomMatrixReadOnly/fromFloat64Array.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"fromMatrix","qualifiedName":"dart:html.DomMatrixReadOnly.fromMatrix","href":"dart-html/DomMatrixReadOnly/fromMatrix.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"inverse","qualifiedName":"dart:html.DomMatrixReadOnly.inverse","href":"dart-html/DomMatrixReadOnly/inverse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"is2D","qualifiedName":"dart:html.DomMatrixReadOnly.is2D","href":"dart-html/DomMatrixReadOnly/is2D.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"isIdentity","qualifiedName":"dart:html.DomMatrixReadOnly.isIdentity","href":"dart-html/DomMatrixReadOnly/isIdentity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m11","qualifiedName":"dart:html.DomMatrixReadOnly.m11","href":"dart-html/DomMatrixReadOnly/m11.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m12","qualifiedName":"dart:html.DomMatrixReadOnly.m12","href":"dart-html/DomMatrixReadOnly/m12.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m13","qualifiedName":"dart:html.DomMatrixReadOnly.m13","href":"dart-html/DomMatrixReadOnly/m13.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m14","qualifiedName":"dart:html.DomMatrixReadOnly.m14","href":"dart-html/DomMatrixReadOnly/m14.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m21","qualifiedName":"dart:html.DomMatrixReadOnly.m21","href":"dart-html/DomMatrixReadOnly/m21.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m22","qualifiedName":"dart:html.DomMatrixReadOnly.m22","href":"dart-html/DomMatrixReadOnly/m22.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m23","qualifiedName":"dart:html.DomMatrixReadOnly.m23","href":"dart-html/DomMatrixReadOnly/m23.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m24","qualifiedName":"dart:html.DomMatrixReadOnly.m24","href":"dart-html/DomMatrixReadOnly/m24.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m31","qualifiedName":"dart:html.DomMatrixReadOnly.m31","href":"dart-html/DomMatrixReadOnly/m31.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m32","qualifiedName":"dart:html.DomMatrixReadOnly.m32","href":"dart-html/DomMatrixReadOnly/m32.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m33","qualifiedName":"dart:html.DomMatrixReadOnly.m33","href":"dart-html/DomMatrixReadOnly/m33.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m34","qualifiedName":"dart:html.DomMatrixReadOnly.m34","href":"dart-html/DomMatrixReadOnly/m34.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m41","qualifiedName":"dart:html.DomMatrixReadOnly.m41","href":"dart-html/DomMatrixReadOnly/m41.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m42","qualifiedName":"dart:html.DomMatrixReadOnly.m42","href":"dart-html/DomMatrixReadOnly/m42.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m43","qualifiedName":"dart:html.DomMatrixReadOnly.m43","href":"dart-html/DomMatrixReadOnly/m43.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"m44","qualifiedName":"dart:html.DomMatrixReadOnly.m44","href":"dart-html/DomMatrixReadOnly/m44.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"multiply","qualifiedName":"dart:html.DomMatrixReadOnly.multiply","href":"dart-html/DomMatrixReadOnly/multiply.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"rotate","qualifiedName":"dart:html.DomMatrixReadOnly.rotate","href":"dart-html/DomMatrixReadOnly/rotate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"rotateAxisAngle","qualifiedName":"dart:html.DomMatrixReadOnly.rotateAxisAngle","href":"dart-html/DomMatrixReadOnly/rotateAxisAngle.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"rotateFromVector","qualifiedName":"dart:html.DomMatrixReadOnly.rotateFromVector","href":"dart-html/DomMatrixReadOnly/rotateFromVector.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"scale","qualifiedName":"dart:html.DomMatrixReadOnly.scale","href":"dart-html/DomMatrixReadOnly/scale.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"scale3d","qualifiedName":"dart:html.DomMatrixReadOnly.scale3d","href":"dart-html/DomMatrixReadOnly/scale3d.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"skewX","qualifiedName":"dart:html.DomMatrixReadOnly.skewX","href":"dart-html/DomMatrixReadOnly/skewX.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"skewY","qualifiedName":"dart:html.DomMatrixReadOnly.skewY","href":"dart-html/DomMatrixReadOnly/skewY.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"toFloat32Array","qualifiedName":"dart:html.DomMatrixReadOnly.toFloat32Array","href":"dart-html/DomMatrixReadOnly/toFloat32Array.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"toFloat64Array","qualifiedName":"dart:html.DomMatrixReadOnly.toFloat64Array","href":"dart-html/DomMatrixReadOnly/toFloat64Array.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"transformPoint","qualifiedName":"dart:html.DomMatrixReadOnly.transformPoint","href":"dart-html/DomMatrixReadOnly/transformPoint.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"translate","qualifiedName":"dart:html.DomMatrixReadOnly.translate","href":"dart-html/DomMatrixReadOnly/translate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomMatrixReadOnly","kind":3,"href":"dart-html/DomMatrixReadOnly-class.html"}},{"name":"DomParser","qualifiedName":"dart:html.DomParser","href":"dart-html/DomParser-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DomParser.new","qualifiedName":"dart:html.DomParser.DomParser.new","href":"dart-html/DomParser/DomParser.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DomParser","kind":3,"href":"dart-html/DomParser-class.html"}},{"name":"parseFromString","qualifiedName":"dart:html.DomParser.parseFromString","href":"dart-html/DomParser/parseFromString.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomParser","kind":3,"href":"dart-html/DomParser-class.html"}},{"name":"DomPoint","qualifiedName":"dart:html.DomPoint","href":"dart-html/DomPoint-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DomPoint.new","qualifiedName":"dart:html.DomPoint.DomPoint.new","href":"dart-html/DomPoint/DomPoint.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPoint","kind":3,"href":"dart-html/DomPoint-class.html"}},{"name":"fromPoint","qualifiedName":"dart:html.DomPoint.fromPoint","href":"dart-html/DomPoint/fromPoint.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPoint","kind":3,"href":"dart-html/DomPoint-class.html"}},{"name":"supported","qualifiedName":"dart:html.DomPoint.supported","href":"dart-html/DomPoint/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"DomPoint","kind":3,"href":"dart-html/DomPoint-class.html"}},{"name":"w","qualifiedName":"dart:html.DomPoint.w","href":"dart-html/DomPoint/w.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPoint","kind":3,"href":"dart-html/DomPoint-class.html"}},{"name":"x","qualifiedName":"dart:html.DomPoint.x","href":"dart-html/DomPoint/x.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPoint","kind":3,"href":"dart-html/DomPoint-class.html"}},{"name":"y","qualifiedName":"dart:html.DomPoint.y","href":"dart-html/DomPoint/y.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPoint","kind":3,"href":"dart-html/DomPoint-class.html"}},{"name":"z","qualifiedName":"dart:html.DomPoint.z","href":"dart-html/DomPoint/z.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPoint","kind":3,"href":"dart-html/DomPoint-class.html"}},{"name":"DomPointReadOnly","qualifiedName":"dart:html.DomPointReadOnly","href":"dart-html/DomPointReadOnly-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DomPointReadOnly.new","qualifiedName":"dart:html.DomPointReadOnly.DomPointReadOnly.new","href":"dart-html/DomPointReadOnly/DomPointReadOnly.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPointReadOnly","kind":3,"href":"dart-html/DomPointReadOnly-class.html"}},{"name":"fromPoint","qualifiedName":"dart:html.DomPointReadOnly.fromPoint","href":"dart-html/DomPointReadOnly/fromPoint.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPointReadOnly","kind":3,"href":"dart-html/DomPointReadOnly-class.html"}},{"name":"matrixTransform","qualifiedName":"dart:html.DomPointReadOnly.matrixTransform","href":"dart-html/DomPointReadOnly/matrixTransform.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPointReadOnly","kind":3,"href":"dart-html/DomPointReadOnly-class.html"}},{"name":"w","qualifiedName":"dart:html.DomPointReadOnly.w","href":"dart-html/DomPointReadOnly/w.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPointReadOnly","kind":3,"href":"dart-html/DomPointReadOnly-class.html"}},{"name":"x","qualifiedName":"dart:html.DomPointReadOnly.x","href":"dart-html/DomPointReadOnly/x.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPointReadOnly","kind":3,"href":"dart-html/DomPointReadOnly-class.html"}},{"name":"y","qualifiedName":"dart:html.DomPointReadOnly.y","href":"dart-html/DomPointReadOnly/y.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPointReadOnly","kind":3,"href":"dart-html/DomPointReadOnly-class.html"}},{"name":"z","qualifiedName":"dart:html.DomPointReadOnly.z","href":"dart-html/DomPointReadOnly/z.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomPointReadOnly","kind":3,"href":"dart-html/DomPointReadOnly-class.html"}},{"name":"DomQuad","qualifiedName":"dart:html.DomQuad","href":"dart-html/DomQuad-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DomQuad.new","qualifiedName":"dart:html.DomQuad.DomQuad.new","href":"dart-html/DomQuad/DomQuad.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DomQuad","kind":3,"href":"dart-html/DomQuad-class.html"}},{"name":"fromQuad","qualifiedName":"dart:html.DomQuad.fromQuad","href":"dart-html/DomQuad/fromQuad.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomQuad","kind":3,"href":"dart-html/DomQuad-class.html"}},{"name":"fromRect","qualifiedName":"dart:html.DomQuad.fromRect","href":"dart-html/DomQuad/fromRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomQuad","kind":3,"href":"dart-html/DomQuad-class.html"}},{"name":"getBounds","qualifiedName":"dart:html.DomQuad.getBounds","href":"dart-html/DomQuad/getBounds.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomQuad","kind":3,"href":"dart-html/DomQuad-class.html"}},{"name":"p1","qualifiedName":"dart:html.DomQuad.p1","href":"dart-html/DomQuad/p1.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomQuad","kind":3,"href":"dart-html/DomQuad-class.html"}},{"name":"p2","qualifiedName":"dart:html.DomQuad.p2","href":"dart-html/DomQuad/p2.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomQuad","kind":3,"href":"dart-html/DomQuad-class.html"}},{"name":"p3","qualifiedName":"dart:html.DomQuad.p3","href":"dart-html/DomQuad/p3.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomQuad","kind":3,"href":"dart-html/DomQuad-class.html"}},{"name":"p4","qualifiedName":"dart:html.DomQuad.p4","href":"dart-html/DomQuad/p4.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomQuad","kind":3,"href":"dart-html/DomQuad-class.html"}},{"name":"DomRectList","qualifiedName":"dart:html.DomRectList","href":"dart-html/DomRectList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"elementAt","qualifiedName":"dart:html.DomRectList.elementAt","href":"dart-html/DomRectList/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the indexth element.","enclosedBy":{"name":"DomRectList","kind":3,"href":"dart-html/DomRectList-class.html"}},{"name":"first","qualifiedName":"dart:html.DomRectList.first","href":"dart-html/DomRectList/first.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first element.","enclosedBy":{"name":"DomRectList","kind":3,"href":"dart-html/DomRectList-class.html"}},{"name":"item","qualifiedName":"dart:html.DomRectList.item","href":"dart-html/DomRectList/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomRectList","kind":3,"href":"dart-html/DomRectList-class.html"}},{"name":"last","qualifiedName":"dart:html.DomRectList.last","href":"dart-html/DomRectList/last.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last element.","enclosedBy":{"name":"DomRectList","kind":3,"href":"dart-html/DomRectList-class.html"}},{"name":"length","qualifiedName":"dart:html.DomRectList.length","href":"dart-html/DomRectList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"DomRectList","kind":3,"href":"dart-html/DomRectList-class.html"}},{"name":"operator []","qualifiedName":"dart:html.DomRectList.operator []","href":"dart-html/DomRectList/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The object at the given index in the list.","enclosedBy":{"name":"DomRectList","kind":3,"href":"dart-html/DomRectList-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.DomRectList.operator []=","href":"dart-html/DomRectList/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"DomRectList","kind":3,"href":"dart-html/DomRectList-class.html"}},{"name":"single","qualifiedName":"dart:html.DomRectList.single","href":"dart-html/DomRectList/single.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"DomRectList","kind":3,"href":"dart-html/DomRectList-class.html"}},{"name":"DomRectReadOnly","qualifiedName":"dart:html.DomRectReadOnly","href":"dart-html/DomRectReadOnly-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DomRectReadOnly.new","qualifiedName":"dart:html.DomRectReadOnly.DomRectReadOnly.new","href":"dart-html/DomRectReadOnly/DomRectReadOnly.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"bottom","qualifiedName":"dart:html.DomRectReadOnly.bottom","href":"dart-html/DomRectReadOnly/bottom.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The y-coordinate of the bottom edge.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"bottomLeft","qualifiedName":"dart:html.DomRectReadOnly.bottomLeft","href":"dart-html/DomRectReadOnly/bottomLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"bottomRight","qualifiedName":"dart:html.DomRectReadOnly.bottomRight","href":"dart-html/DomRectReadOnly/bottomRight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"boundingBox","qualifiedName":"dart:html.DomRectReadOnly.boundingBox","href":"dart-html/DomRectReadOnly/boundingBox.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns a new rectangle which completely contains this and other.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"containsPoint","qualifiedName":"dart:html.DomRectReadOnly.containsPoint","href":"dart-html/DomRectReadOnly/containsPoint.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Tests whether another is inside or along the edges of this.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"containsRectangle","qualifiedName":"dart:html.DomRectReadOnly.containsRectangle","href":"dart-html/DomRectReadOnly/containsRectangle.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Tests whether this entirely contains another.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"fromRect","qualifiedName":"dart:html.DomRectReadOnly.fromRect","href":"dart-html/DomRectReadOnly/fromRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"hashCode","qualifiedName":"dart:html.DomRectReadOnly.hashCode","href":"dart-html/DomRectReadOnly/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The hash code for this object.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"height","qualifiedName":"dart:html.DomRectReadOnly.height","href":"dart-html/DomRectReadOnly/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The height of the rectangle.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"intersection","qualifiedName":"dart:html.DomRectReadOnly.intersection","href":"dart-html/DomRectReadOnly/intersection.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Computes the intersection of this and other.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"intersects","qualifiedName":"dart:html.DomRectReadOnly.intersects","href":"dart-html/DomRectReadOnly/intersects.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns true if this intersects other.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"left","qualifiedName":"dart:html.DomRectReadOnly.left","href":"dart-html/DomRectReadOnly/left.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The x-coordinate of the left edge.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"operator ==","qualifiedName":"dart:html.DomRectReadOnly.operator ==","href":"dart-html/DomRectReadOnly/operator_equals.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"The equality operator.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"right","qualifiedName":"dart:html.DomRectReadOnly.right","href":"dart-html/DomRectReadOnly/right.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The x-coordinate of the right edge.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"toString","qualifiedName":"dart:html.DomRectReadOnly.toString","href":"dart-html/DomRectReadOnly/toString.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"top","qualifiedName":"dart:html.DomRectReadOnly.top","href":"dart-html/DomRectReadOnly/top.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The y-coordinate of the top edge.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"topLeft","qualifiedName":"dart:html.DomRectReadOnly.topLeft","href":"dart-html/DomRectReadOnly/topLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"topRight","qualifiedName":"dart:html.DomRectReadOnly.topRight","href":"dart-html/DomRectReadOnly/topRight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"width","qualifiedName":"dart:html.DomRectReadOnly.width","href":"dart-html/DomRectReadOnly/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The width of the rectangle.","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"x","qualifiedName":"dart:html.DomRectReadOnly.x","href":"dart-html/DomRectReadOnly/x.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"y","qualifiedName":"dart:html.DomRectReadOnly.y","href":"dart-html/DomRectReadOnly/y.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomRectReadOnly","kind":3,"href":"dart-html/DomRectReadOnly-class.html"}},{"name":"DomStringList","qualifiedName":"dart:html.DomStringList","href":"dart-html/DomStringList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"elementAt","qualifiedName":"dart:html.DomStringList.elementAt","href":"dart-html/DomStringList/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the indexth element.","enclosedBy":{"name":"DomStringList","kind":3,"href":"dart-html/DomStringList-class.html"}},{"name":"first","qualifiedName":"dart:html.DomStringList.first","href":"dart-html/DomStringList/first.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first element.","enclosedBy":{"name":"DomStringList","kind":3,"href":"dart-html/DomStringList-class.html"}},{"name":"item","qualifiedName":"dart:html.DomStringList.item","href":"dart-html/DomStringList/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomStringList","kind":3,"href":"dart-html/DomStringList-class.html"}},{"name":"last","qualifiedName":"dart:html.DomStringList.last","href":"dart-html/DomStringList/last.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last element.","enclosedBy":{"name":"DomStringList","kind":3,"href":"dart-html/DomStringList-class.html"}},{"name":"length","qualifiedName":"dart:html.DomStringList.length","href":"dart-html/DomStringList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"DomStringList","kind":3,"href":"dart-html/DomStringList-class.html"}},{"name":"operator []","qualifiedName":"dart:html.DomStringList.operator []","href":"dart-html/DomStringList/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The object at the given index in the list.","enclosedBy":{"name":"DomStringList","kind":3,"href":"dart-html/DomStringList-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.DomStringList.operator []=","href":"dart-html/DomStringList/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"DomStringList","kind":3,"href":"dart-html/DomStringList-class.html"}},{"name":"single","qualifiedName":"dart:html.DomStringList.single","href":"dart-html/DomStringList/single.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"DomStringList","kind":3,"href":"dart-html/DomStringList-class.html"}},{"name":"DomStringMap","qualifiedName":"dart:html.DomStringMap","href":"dart-html/DomStringMap-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"item","qualifiedName":"dart:html.DomStringMap.item","href":"dart-html/DomStringMap/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomStringMap","kind":3,"href":"dart-html/DomStringMap-class.html"}},{"name":"DomTokenList","qualifiedName":"dart:html.DomTokenList","href":"dart-html/DomTokenList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"add","qualifiedName":"dart:html.DomTokenList.add","href":"dart-html/DomTokenList/add.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomTokenList","kind":3,"href":"dart-html/DomTokenList-class.html"}},{"name":"contains","qualifiedName":"dart:html.DomTokenList.contains","href":"dart-html/DomTokenList/contains.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomTokenList","kind":3,"href":"dart-html/DomTokenList-class.html"}},{"name":"item","qualifiedName":"dart:html.DomTokenList.item","href":"dart-html/DomTokenList/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomTokenList","kind":3,"href":"dart-html/DomTokenList-class.html"}},{"name":"length","qualifiedName":"dart:html.DomTokenList.length","href":"dart-html/DomTokenList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomTokenList","kind":3,"href":"dart-html/DomTokenList-class.html"}},{"name":"remove","qualifiedName":"dart:html.DomTokenList.remove","href":"dart-html/DomTokenList/remove.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomTokenList","kind":3,"href":"dart-html/DomTokenList-class.html"}},{"name":"replace","qualifiedName":"dart:html.DomTokenList.replace","href":"dart-html/DomTokenList/replace.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomTokenList","kind":3,"href":"dart-html/DomTokenList-class.html"}},{"name":"supports","qualifiedName":"dart:html.DomTokenList.supports","href":"dart-html/DomTokenList/supports.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomTokenList","kind":3,"href":"dart-html/DomTokenList-class.html"}},{"name":"toggle","qualifiedName":"dart:html.DomTokenList.toggle","href":"dart-html/DomTokenList/toggle.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomTokenList","kind":3,"href":"dart-html/DomTokenList-class.html"}},{"name":"value","qualifiedName":"dart:html.DomTokenList.value","href":"dart-html/DomTokenList/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"DomTokenList","kind":3,"href":"dart-html/DomTokenList-class.html"}},{"name":"Element","qualifiedName":"dart:html.Element","href":"dart-html/Element-class.html","kind":3,"packageRank":15,"desc":"An abstract class, which all HTML elements extend.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Element.a","qualifiedName":"dart:html.Element.Element.a","href":"dart-html/Element/Element.a.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;a&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.article","qualifiedName":"dart:html.Element.Element.article","href":"dart-html/Element/Element.article.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;article&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.aside","qualifiedName":"dart:html.Element.Element.aside","href":"dart-html/Element/Element.aside.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;aside&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.audio","qualifiedName":"dart:html.Element.Element.audio","href":"dart-html/Element/Element.audio.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;audio&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.br","qualifiedName":"dart:html.Element.Element.br","href":"dart-html/Element/Element.br.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;br&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.canvas","qualifiedName":"dart:html.Element.Element.canvas","href":"dart-html/Element/Element.canvas.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;canvas&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.div","qualifiedName":"dart:html.Element.Element.div","href":"dart-html/Element/Element.div.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;div&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.footer","qualifiedName":"dart:html.Element.Element.footer","href":"dart-html/Element/Element.footer.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;footer&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.header","qualifiedName":"dart:html.Element.Element.header","href":"dart-html/Element/Element.header.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;header&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.hr","qualifiedName":"dart:html.Element.Element.hr","href":"dart-html/Element/Element.hr.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;hr&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.html","qualifiedName":"dart:html.Element.Element.html","href":"dart-html/Element/Element.html.html","kind":2,"packageRank":15,"desc":"Creates an HTML element from a valid fragment of HTML.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.iframe","qualifiedName":"dart:html.Element.Element.iframe","href":"dart-html/Element/Element.iframe.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;iframe&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.img","qualifiedName":"dart:html.Element.Element.img","href":"dart-html/Element/Element.img.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;img&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.li","qualifiedName":"dart:html.Element.Element.li","href":"dart-html/Element/Element.li.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;li&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.nav","qualifiedName":"dart:html.Element.Element.nav","href":"dart-html/Element/Element.nav.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;nav&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.ol","qualifiedName":"dart:html.Element.Element.ol","href":"dart-html/Element/Element.ol.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;ol&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.option","qualifiedName":"dart:html.Element.Element.option","href":"dart-html/Element/Element.option.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;option&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.p","qualifiedName":"dart:html.Element.Element.p","href":"dart-html/Element/Element.p.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;p&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.pre","qualifiedName":"dart:html.Element.Element.pre","href":"dart-html/Element/Element.pre.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;pre&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.section","qualifiedName":"dart:html.Element.Element.section","href":"dart-html/Element/Element.section.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;section&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.select","qualifiedName":"dart:html.Element.Element.select","href":"dart-html/Element/Element.select.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;select&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.span","qualifiedName":"dart:html.Element.Element.span","href":"dart-html/Element/Element.span.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;span&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.svg","qualifiedName":"dart:html.Element.Element.svg","href":"dart-html/Element/Element.svg.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;svg&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.table","qualifiedName":"dart:html.Element.Element.table","href":"dart-html/Element/Element.table.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;table&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.tag","qualifiedName":"dart:html.Element.Element.tag","href":"dart-html/Element/Element.tag.html","kind":2,"packageRank":15,"desc":"Creates the HTML element specified by the tag name.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.td","qualifiedName":"dart:html.Element.Element.td","href":"dart-html/Element/Element.td.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;td&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.textarea","qualifiedName":"dart:html.Element.Element.textarea","href":"dart-html/Element/Element.textarea.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;textarea&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.th","qualifiedName":"dart:html.Element.Element.th","href":"dart-html/Element/Element.th.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;th&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.tr","qualifiedName":"dart:html.Element.Element.tr","href":"dart-html/Element/Element.tr.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;tr&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.ul","qualifiedName":"dart:html.Element.Element.ul","href":"dart-html/Element/Element.ul.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;ul&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"Element.video","qualifiedName":"dart:html.Element.Element.video","href":"dart-html/Element/Element.video.html","kind":2,"packageRank":15,"desc":"Creates a new &lt;video&gt; element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"abortEvent","qualifiedName":"dart:html.Element.abortEvent","href":"dart-html/Element/abortEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose abort events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"accessibleNode","qualifiedName":"dart:html.Element.accessibleNode","href":"dart-html/Element/accessibleNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"after","qualifiedName":"dart:html.Element.after","href":"dart-html/Element/after.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"animate","qualifiedName":"dart:html.Element.animate","href":"dart-html/Element/animate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a new AnimationEffect object whose target element is the object\non which the method is called, and calls the play() method of the\nAnimationTimeline object of the document timeline of the node document\nof the element, passing the newly created AnimationEffect as the argument\nto the method. Returns an Animation for the effect.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"appendHtml","qualifiedName":"dart:html.Element.appendHtml","href":"dart-html/Element/appendHtml.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Parses the specified text as HTML and adds the resulting node after the\nlast child of this element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"appendText","qualifiedName":"dart:html.Element.appendText","href":"dart-html/Element/appendText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Adds the specified text after the last child of this element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"assignedSlot","qualifiedName":"dart:html.Element.assignedSlot","href":"dart-html/Element/assignedSlot.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"attachShadow","qualifiedName":"dart:html.Element.attachShadow","href":"dart-html/Element/attachShadow.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"attached","qualifiedName":"dart:html.Element.attached","href":"dart-html/Element/attached.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Called by the DOM when this element has been inserted into the live\ndocument.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"attributeChanged","qualifiedName":"dart:html.Element.attributeChanged","href":"dart-html/Element/attributeChanged.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Called by the DOM whenever an attribute on this has been changed.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"attributes","qualifiedName":"dart:html.Element.attributes","href":"dart-html/Element/attributes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"All attributes on this element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"before","qualifiedName":"dart:html.Element.before","href":"dart-html/Element/before.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"beforeCopyEvent","qualifiedName":"dart:html.Element.beforeCopyEvent","href":"dart-html/Element/beforeCopyEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose beforecopy events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"beforeCutEvent","qualifiedName":"dart:html.Element.beforeCutEvent","href":"dart-html/Element/beforeCutEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose beforecut events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"beforePasteEvent","qualifiedName":"dart:html.Element.beforePasteEvent","href":"dart-html/Element/beforePasteEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose beforepaste events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"blur","qualifiedName":"dart:html.Element.blur","href":"dart-html/Element/blur.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"blurEvent","qualifiedName":"dart:html.Element.blurEvent","href":"dart-html/Element/blurEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose blur events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"borderEdge","qualifiedName":"dart:html.Element.borderEdge","href":"dart-html/Element/borderEdge.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Access the dimensions and position of this element's content + padding +\nborder box.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"canPlayEvent","qualifiedName":"dart:html.Element.canPlayEvent","href":"dart-html/Element/canPlayEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"canPlayThroughEvent","qualifiedName":"dart:html.Element.canPlayThroughEvent","href":"dart-html/Element/canPlayThroughEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"changeEvent","qualifiedName":"dart:html.Element.changeEvent","href":"dart-html/Element/changeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose change events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"children","qualifiedName":"dart:html.Element.children","href":"dart-html/Element/children.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"List of the direct children of this element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"className","qualifiedName":"dart:html.Element.className","href":"dart-html/Element/className.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"classes","qualifiedName":"dart:html.Element.classes","href":"dart-html/Element/classes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The set of CSS classes applied to this element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"click","qualifiedName":"dart:html.Element.click","href":"dart-html/Element/click.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"clickEvent","qualifiedName":"dart:html.Element.clickEvent","href":"dart-html/Element/clickEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose click events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"client","qualifiedName":"dart:html.Element.client","href":"dart-html/Element/client.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the position of this element relative to the client area of the page.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"clientHeight","qualifiedName":"dart:html.Element.clientHeight","href":"dart-html/Element/clientHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"clientLeft","qualifiedName":"dart:html.Element.clientLeft","href":"dart-html/Element/clientLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"clientTop","qualifiedName":"dart:html.Element.clientTop","href":"dart-html/Element/clientTop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"clientWidth","qualifiedName":"dart:html.Element.clientWidth","href":"dart-html/Element/clientWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"closest","qualifiedName":"dart:html.Element.closest","href":"dart-html/Element/closest.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"computedName","qualifiedName":"dart:html.Element.computedName","href":"dart-html/Element/computedName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"computedRole","qualifiedName":"dart:html.Element.computedRole","href":"dart-html/Element/computedRole.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"contentEdge","qualifiedName":"dart:html.Element.contentEdge","href":"dart-html/Element/contentEdge.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Access this element's content position.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"contentEditable","qualifiedName":"dart:html.Element.contentEditable","href":"dart-html/Element/contentEditable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"contextMenuEvent","qualifiedName":"dart:html.Element.contextMenuEvent","href":"dart-html/Element/contextMenuEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose contextmenu events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"copyEvent","qualifiedName":"dart:html.Element.copyEvent","href":"dart-html/Element/copyEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose copy events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"createFragment","qualifiedName":"dart:html.Element.createFragment","href":"dart-html/Element/createFragment.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Create a DocumentFragment from the HTML fragment and ensure that it follows\nthe sanitization rules specified by the validator or treeSanitizer.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"createShadowRoot","qualifiedName":"dart:html.Element.createShadowRoot","href":"dart-html/Element/createShadowRoot.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a new shadow root for this shadow host.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"cutEvent","qualifiedName":"dart:html.Element.cutEvent","href":"dart-html/Element/cutEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose cut events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"dataset","qualifiedName":"dart:html.Element.dataset","href":"dart-html/Element/dataset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Allows access to all custom data attributes (data-*) set on this element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"detached","qualifiedName":"dart:html.Element.detached","href":"dart-html/Element/detached.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Called by the DOM when this element has been removed from the live\ndocument.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"dir","qualifiedName":"dart:html.Element.dir","href":"dart-html/Element/dir.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"documentOffset","qualifiedName":"dart:html.Element.documentOffset","href":"dart-html/Element/documentOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Provides the coordinates of the element relative to the top of the\ndocument.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"doubleClickEvent","qualifiedName":"dart:html.Element.doubleClickEvent","href":"dart-html/Element/doubleClickEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose doubleclick events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"dragEndEvent","qualifiedName":"dart:html.Element.dragEndEvent","href":"dart-html/Element/dragEndEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragend events fired when an element completes a drag\noperation.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"dragEnterEvent","qualifiedName":"dart:html.Element.dragEnterEvent","href":"dart-html/Element/dragEnterEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragenter events fired when a dragged object is first dragged\nover an element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"dragEvent","qualifiedName":"dart:html.Element.dragEvent","href":"dart-html/Element/dragEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"A stream of drag events fired when an element is currently being dragged.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"dragLeaveEvent","qualifiedName":"dart:html.Element.dragLeaveEvent","href":"dart-html/Element/dragLeaveEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragleave events fired when an object being dragged over an\nelement leaves the element's target area.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"dragOverEvent","qualifiedName":"dart:html.Element.dragOverEvent","href":"dart-html/Element/dragOverEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragover events fired when a dragged object is currently\nbeing dragged over an element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"dragStartEvent","qualifiedName":"dart:html.Element.dragStartEvent","href":"dart-html/Element/dragStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragstart events for a dragged element whose drag has begun.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"draggable","qualifiedName":"dart:html.Element.draggable","href":"dart-html/Element/draggable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Indicates whether the element can be dragged and dropped.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"dropEvent","qualifiedName":"dart:html.Element.dropEvent","href":"dart-html/Element/dropEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"A stream of drop events fired when a dragged object is dropped on an\nelement.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"durationChangeEvent","qualifiedName":"dart:html.Element.durationChangeEvent","href":"dart-html/Element/durationChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"emptiedEvent","qualifiedName":"dart:html.Element.emptiedEvent","href":"dart-html/Element/emptiedEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"endedEvent","qualifiedName":"dart:html.Element.endedEvent","href":"dart-html/Element/endedEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"enteredView","qualifiedName":"dart:html.Element.enteredView","href":"dart-html/Element/enteredView.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Deprecated*: override attached instead.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.Element.errorEvent","href":"dart-html/Element/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"focus","qualifiedName":"dart:html.Element.focus","href":"dart-html/Element/focus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"focusEvent","qualifiedName":"dart:html.Element.focusEvent","href":"dart-html/Element/focusEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose focus events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"fullscreenChangeEvent","qualifiedName":"dart:html.Element.fullscreenChangeEvent","href":"dart-html/Element/fullscreenChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose fullscreenchange events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"fullscreenErrorEvent","qualifiedName":"dart:html.Element.fullscreenErrorEvent","href":"dart-html/Element/fullscreenErrorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose fullscreenerror events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"getAnimations","qualifiedName":"dart:html.Element.getAnimations","href":"dart-html/Element/getAnimations.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"getAttribute","qualifiedName":"dart:html.Element.getAttribute","href":"dart-html/Element/getAttribute.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"getAttributeNS","qualifiedName":"dart:html.Element.getAttributeNS","href":"dart-html/Element/getAttributeNS.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"getAttributeNames","qualifiedName":"dart:html.Element.getAttributeNames","href":"dart-html/Element/getAttributeNames.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"getBoundingClientRect","qualifiedName":"dart:html.Element.getBoundingClientRect","href":"dart-html/Element/getBoundingClientRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns the smallest bounding rectangle that encompasses this element's\npadding, scrollbar, and border.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"getClientRects","qualifiedName":"dart:html.Element.getClientRects","href":"dart-html/Element/getClientRects.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"getComputedStyle","qualifiedName":"dart:html.Element.getComputedStyle","href":"dart-html/Element/getComputedStyle.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The set of all CSS values applied to this element, including inherited\nand default values.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"getDestinationInsertionPoints","qualifiedName":"dart:html.Element.getDestinationInsertionPoints","href":"dart-html/Element/getDestinationInsertionPoints.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns a list of shadow DOM insertion points to which this element is\ndistributed.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"getElementsByClassName","qualifiedName":"dart:html.Element.getElementsByClassName","href":"dart-html/Element/getElementsByClassName.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns a list of nodes with the given class name inside this element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"getNamespacedAttributes","qualifiedName":"dart:html.Element.getNamespacedAttributes","href":"dart-html/Element/getNamespacedAttributes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Gets a map for manipulating the attributes of a particular namespace.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"hasAttribute","qualifiedName":"dart:html.Element.hasAttribute","href":"dart-html/Element/hasAttribute.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"hasAttributeNS","qualifiedName":"dart:html.Element.hasAttributeNS","href":"dart-html/Element/hasAttributeNS.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"hasPointerCapture","qualifiedName":"dart:html.Element.hasPointerCapture","href":"dart-html/Element/hasPointerCapture.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"hidden","qualifiedName":"dart:html.Element.hidden","href":"dart-html/Element/hidden.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Indicates whether the element is not relevant to the page's current state.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"id","qualifiedName":"dart:html.Element.id","href":"dart-html/Element/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"inert","qualifiedName":"dart:html.Element.inert","href":"dart-html/Element/inert.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"innerHtml","qualifiedName":"dart:html.Element.innerHtml","href":"dart-html/Element/innerHtml.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Parses the HTML fragment and sets it as the contents of this element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"innerText","qualifiedName":"dart:html.Element.innerText","href":"dart-html/Element/innerText.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"inputEvent","qualifiedName":"dart:html.Element.inputEvent","href":"dart-html/Element/inputEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose input events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"inputMode","qualifiedName":"dart:html.Element.inputMode","href":"dart-html/Element/inputMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"insertAdjacentElement","qualifiedName":"dart:html.Element.insertAdjacentElement","href":"dart-html/Element/insertAdjacentElement.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Inserts element into the DOM at the specified location.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"insertAdjacentHtml","qualifiedName":"dart:html.Element.insertAdjacentHtml","href":"dart-html/Element/insertAdjacentHtml.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Parses text as an HTML fragment and inserts it into the DOM at the\nspecified location.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"insertAdjacentText","qualifiedName":"dart:html.Element.insertAdjacentText","href":"dart-html/Element/insertAdjacentText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Inserts text into the DOM at the specified location.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"invalidEvent","qualifiedName":"dart:html.Element.invalidEvent","href":"dart-html/Element/invalidEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose invalid events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"isContentEditable","qualifiedName":"dart:html.Element.isContentEditable","href":"dart-html/Element/isContentEditable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"isTagSupported","qualifiedName":"dart:html.Element.isTagSupported","href":"dart-html/Element/isTagSupported.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Checks to see if the tag name is supported by the current platform.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"keyDownEvent","qualifiedName":"dart:html.Element.keyDownEvent","href":"dart-html/Element/keyDownEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose keydown events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"keyPressEvent","qualifiedName":"dart:html.Element.keyPressEvent","href":"dart-html/Element/keyPressEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose keypress events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"keyUpEvent","qualifiedName":"dart:html.Element.keyUpEvent","href":"dart-html/Element/keyUpEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose keyup events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"lang","qualifiedName":"dart:html.Element.lang","href":"dart-html/Element/lang.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"leftView","qualifiedName":"dart:html.Element.leftView","href":"dart-html/Element/leftView.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Deprecated*: override detached instead.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"loadEvent","qualifiedName":"dart:html.Element.loadEvent","href":"dart-html/Element/loadEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose load events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"loadedDataEvent","qualifiedName":"dart:html.Element.loadedDataEvent","href":"dart-html/Element/loadedDataEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"loadedMetadataEvent","qualifiedName":"dart:html.Element.loadedMetadataEvent","href":"dart-html/Element/loadedMetadataEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"localName","qualifiedName":"dart:html.Element.localName","href":"dart-html/Element/localName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"marginEdge","qualifiedName":"dart:html.Element.marginEdge","href":"dart-html/Element/marginEdge.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Access the dimensions and position of this element's content + padding +\nborder + margin box.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"matches","qualifiedName":"dart:html.Element.matches","href":"dart-html/Element/matches.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this element matches the CSS selectors.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"matchesWithAncestors","qualifiedName":"dart:html.Element.matchesWithAncestors","href":"dart-html/Element/matchesWithAncestors.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this element or any of its parents match the CSS selectors.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"mouseDownEvent","qualifiedName":"dart:html.Element.mouseDownEvent","href":"dart-html/Element/mouseDownEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose mousedown events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"mouseEnterEvent","qualifiedName":"dart:html.Element.mouseEnterEvent","href":"dart-html/Element/mouseEnterEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose mouseenter events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"mouseLeaveEvent","qualifiedName":"dart:html.Element.mouseLeaveEvent","href":"dart-html/Element/mouseLeaveEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose mouseleave events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"mouseMoveEvent","qualifiedName":"dart:html.Element.mouseMoveEvent","href":"dart-html/Element/mouseMoveEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose mousemove events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"mouseOutEvent","qualifiedName":"dart:html.Element.mouseOutEvent","href":"dart-html/Element/mouseOutEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose mouseout events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"mouseOverEvent","qualifiedName":"dart:html.Element.mouseOverEvent","href":"dart-html/Element/mouseOverEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose mouseover events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"mouseUpEvent","qualifiedName":"dart:html.Element.mouseUpEvent","href":"dart-html/Element/mouseUpEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose mouseup events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"mouseWheelEvent","qualifiedName":"dart:html.Element.mouseWheelEvent","href":"dart-html/Element/mouseWheelEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose mousewheel events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"namespaceUri","qualifiedName":"dart:html.Element.namespaceUri","href":"dart-html/Element/namespaceUri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A URI that identifies the XML namespace of this element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"nextElementSibling","qualifiedName":"dart:html.Element.nextElementSibling","href":"dart-html/Element/nextElementSibling.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"offset","qualifiedName":"dart:html.Element.offset","href":"dart-html/Element/offset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the offset of this element relative to its offsetParent.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"offsetHeight","qualifiedName":"dart:html.Element.offsetHeight","href":"dart-html/Element/offsetHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"offsetLeft","qualifiedName":"dart:html.Element.offsetLeft","href":"dart-html/Element/offsetLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"offsetParent","qualifiedName":"dart:html.Element.offsetParent","href":"dart-html/Element/offsetParent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"offsetTo","qualifiedName":"dart:html.Element.offsetTo","href":"dart-html/Element/offsetTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Provides the offset of this element's borderEdge relative to the\nspecified parent.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"offsetTop","qualifiedName":"dart:html.Element.offsetTop","href":"dart-html/Element/offsetTop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"offsetWidth","qualifiedName":"dart:html.Element.offsetWidth","href":"dart-html/Element/offsetWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"on","qualifiedName":"dart:html.Element.on","href":"dart-html/Element/on.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"This is an ease-of-use accessor for event streams which should only be\nused when an explicit accessor is not available.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onAbort","qualifiedName":"dart:html.Element.onAbort","href":"dart-html/Element/onAbort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of abort events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onBeforeCopy","qualifiedName":"dart:html.Element.onBeforeCopy","href":"dart-html/Element/onBeforeCopy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of beforecopy events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onBeforeCut","qualifiedName":"dart:html.Element.onBeforeCut","href":"dart-html/Element/onBeforeCut.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of beforecut events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onBeforePaste","qualifiedName":"dart:html.Element.onBeforePaste","href":"dart-html/Element/onBeforePaste.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of beforepaste events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onBlur","qualifiedName":"dart:html.Element.onBlur","href":"dart-html/Element/onBlur.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of blur events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onCanPlay","qualifiedName":"dart:html.Element.onCanPlay","href":"dart-html/Element/onCanPlay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onCanPlayThrough","qualifiedName":"dart:html.Element.onCanPlayThrough","href":"dart-html/Element/onCanPlayThrough.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onChange","qualifiedName":"dart:html.Element.onChange","href":"dart-html/Element/onChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of change events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onClick","qualifiedName":"dart:html.Element.onClick","href":"dart-html/Element/onClick.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of click events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onContextMenu","qualifiedName":"dart:html.Element.onContextMenu","href":"dart-html/Element/onContextMenu.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of contextmenu events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onCopy","qualifiedName":"dart:html.Element.onCopy","href":"dart-html/Element/onCopy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of copy events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onCut","qualifiedName":"dart:html.Element.onCut","href":"dart-html/Element/onCut.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of cut events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onDoubleClick","qualifiedName":"dart:html.Element.onDoubleClick","href":"dart-html/Element/onDoubleClick.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of doubleclick events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onDrag","qualifiedName":"dart:html.Element.onDrag","href":"dart-html/Element/onDrag.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of drag events fired when this element currently being dragged.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onDragEnd","qualifiedName":"dart:html.Element.onDragEnd","href":"dart-html/Element/onDragEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragend events fired when this element completes a drag\noperation.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onDragEnter","qualifiedName":"dart:html.Element.onDragEnter","href":"dart-html/Element/onDragEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragenter events fired when a dragged object is first dragged\nover this element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onDragLeave","qualifiedName":"dart:html.Element.onDragLeave","href":"dart-html/Element/onDragLeave.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragleave events fired when an object being dragged over this\nelement leaves this element's target area.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onDragOver","qualifiedName":"dart:html.Element.onDragOver","href":"dart-html/Element/onDragOver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragover events fired when a dragged object is currently\nbeing dragged over this element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onDragStart","qualifiedName":"dart:html.Element.onDragStart","href":"dart-html/Element/onDragStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragstart events fired when this element starts being\ndragged.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onDrop","qualifiedName":"dart:html.Element.onDrop","href":"dart-html/Element/onDrop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of drop events fired when a dragged object is dropped on this\nelement.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onDurationChange","qualifiedName":"dart:html.Element.onDurationChange","href":"dart-html/Element/onDurationChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onEmptied","qualifiedName":"dart:html.Element.onEmptied","href":"dart-html/Element/onEmptied.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onEnded","qualifiedName":"dart:html.Element.onEnded","href":"dart-html/Element/onEnded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onError","qualifiedName":"dart:html.Element.onError","href":"dart-html/Element/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onFocus","qualifiedName":"dart:html.Element.onFocus","href":"dart-html/Element/onFocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of focus events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onFullscreenChange","qualifiedName":"dart:html.Element.onFullscreenChange","href":"dart-html/Element/onFullscreenChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of fullscreenchange events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onFullscreenError","qualifiedName":"dart:html.Element.onFullscreenError","href":"dart-html/Element/onFullscreenError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of fullscreenerror events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onInput","qualifiedName":"dart:html.Element.onInput","href":"dart-html/Element/onInput.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of input events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onInvalid","qualifiedName":"dart:html.Element.onInvalid","href":"dart-html/Element/onInvalid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of invalid events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onKeyDown","qualifiedName":"dart:html.Element.onKeyDown","href":"dart-html/Element/onKeyDown.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of keydown events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onKeyPress","qualifiedName":"dart:html.Element.onKeyPress","href":"dart-html/Element/onKeyPress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of keypress events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onKeyUp","qualifiedName":"dart:html.Element.onKeyUp","href":"dart-html/Element/onKeyUp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of keyup events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onLoad","qualifiedName":"dart:html.Element.onLoad","href":"dart-html/Element/onLoad.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of load events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onLoadedData","qualifiedName":"dart:html.Element.onLoadedData","href":"dart-html/Element/onLoadedData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onLoadedMetadata","qualifiedName":"dart:html.Element.onLoadedMetadata","href":"dart-html/Element/onLoadedMetadata.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onMouseDown","qualifiedName":"dart:html.Element.onMouseDown","href":"dart-html/Element/onMouseDown.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mousedown events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onMouseEnter","qualifiedName":"dart:html.Element.onMouseEnter","href":"dart-html/Element/onMouseEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseenter events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onMouseLeave","qualifiedName":"dart:html.Element.onMouseLeave","href":"dart-html/Element/onMouseLeave.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseleave events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onMouseMove","qualifiedName":"dart:html.Element.onMouseMove","href":"dart-html/Element/onMouseMove.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mousemove events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onMouseOut","qualifiedName":"dart:html.Element.onMouseOut","href":"dart-html/Element/onMouseOut.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseout events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onMouseOver","qualifiedName":"dart:html.Element.onMouseOver","href":"dart-html/Element/onMouseOver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseover events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onMouseUp","qualifiedName":"dart:html.Element.onMouseUp","href":"dart-html/Element/onMouseUp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseup events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onMouseWheel","qualifiedName":"dart:html.Element.onMouseWheel","href":"dart-html/Element/onMouseWheel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mousewheel events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onPaste","qualifiedName":"dart:html.Element.onPaste","href":"dart-html/Element/onPaste.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of paste events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onPause","qualifiedName":"dart:html.Element.onPause","href":"dart-html/Element/onPause.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onPlay","qualifiedName":"dart:html.Element.onPlay","href":"dart-html/Element/onPlay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onPlaying","qualifiedName":"dart:html.Element.onPlaying","href":"dart-html/Element/onPlaying.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onRateChange","qualifiedName":"dart:html.Element.onRateChange","href":"dart-html/Element/onRateChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onReset","qualifiedName":"dart:html.Element.onReset","href":"dart-html/Element/onReset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of reset events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onResize","qualifiedName":"dart:html.Element.onResize","href":"dart-html/Element/onResize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onScroll","qualifiedName":"dart:html.Element.onScroll","href":"dart-html/Element/onScroll.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of scroll events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onSearch","qualifiedName":"dart:html.Element.onSearch","href":"dart-html/Element/onSearch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of search events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onSeeked","qualifiedName":"dart:html.Element.onSeeked","href":"dart-html/Element/onSeeked.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onSeeking","qualifiedName":"dart:html.Element.onSeeking","href":"dart-html/Element/onSeeking.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onSelect","qualifiedName":"dart:html.Element.onSelect","href":"dart-html/Element/onSelect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of select events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onSelectStart","qualifiedName":"dart:html.Element.onSelectStart","href":"dart-html/Element/onSelectStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of selectstart events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onStalled","qualifiedName":"dart:html.Element.onStalled","href":"dart-html/Element/onStalled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onSubmit","qualifiedName":"dart:html.Element.onSubmit","href":"dart-html/Element/onSubmit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of submit events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onSuspend","qualifiedName":"dart:html.Element.onSuspend","href":"dart-html/Element/onSuspend.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onTimeUpdate","qualifiedName":"dart:html.Element.onTimeUpdate","href":"dart-html/Element/onTimeUpdate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onTouchCancel","qualifiedName":"dart:html.Element.onTouchCancel","href":"dart-html/Element/onTouchCancel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchcancel events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onTouchEnd","qualifiedName":"dart:html.Element.onTouchEnd","href":"dart-html/Element/onTouchEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchend events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onTouchEnter","qualifiedName":"dart:html.Element.onTouchEnter","href":"dart-html/Element/onTouchEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchenter events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onTouchLeave","qualifiedName":"dart:html.Element.onTouchLeave","href":"dart-html/Element/onTouchLeave.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchleave events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onTouchMove","qualifiedName":"dart:html.Element.onTouchMove","href":"dart-html/Element/onTouchMove.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchmove events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onTouchStart","qualifiedName":"dart:html.Element.onTouchStart","href":"dart-html/Element/onTouchStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchstart events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onTransitionEnd","qualifiedName":"dart:html.Element.onTransitionEnd","href":"dart-html/Element/onTransitionEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of transitionend events handled by this Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onVolumeChange","qualifiedName":"dart:html.Element.onVolumeChange","href":"dart-html/Element/onVolumeChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onWaiting","qualifiedName":"dart:html.Element.onWaiting","href":"dart-html/Element/onWaiting.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"onWheel","qualifiedName":"dart:html.Element.onWheel","href":"dart-html/Element/onWheel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"outerHtml","qualifiedName":"dart:html.Element.outerHtml","href":"dart-html/Element/outerHtml.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"paddingEdge","qualifiedName":"dart:html.Element.paddingEdge","href":"dart-html/Element/paddingEdge.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Access the dimensions and position of this element's content + padding box.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"pasteEvent","qualifiedName":"dart:html.Element.pasteEvent","href":"dart-html/Element/pasteEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose paste events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"pauseEvent","qualifiedName":"dart:html.Element.pauseEvent","href":"dart-html/Element/pauseEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"playEvent","qualifiedName":"dart:html.Element.playEvent","href":"dart-html/Element/playEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"playingEvent","qualifiedName":"dart:html.Element.playingEvent","href":"dart-html/Element/playingEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"previousElementSibling","qualifiedName":"dart:html.Element.previousElementSibling","href":"dart-html/Element/previousElementSibling.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"querySelector","qualifiedName":"dart:html.Element.querySelector","href":"dart-html/Element/querySelector.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Finds the first descendant element of this element that matches the\nspecified group of selectors.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"querySelectorAll","qualifiedName":"dart:html.Element.querySelectorAll","href":"dart-html/Element/querySelectorAll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Finds all descendent elements of this element that match the specified\ngroup of selectors.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"rateChangeEvent","qualifiedName":"dart:html.Element.rateChangeEvent","href":"dart-html/Element/rateChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"releasePointerCapture","qualifiedName":"dart:html.Element.releasePointerCapture","href":"dart-html/Element/releasePointerCapture.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"removeAttribute","qualifiedName":"dart:html.Element.removeAttribute","href":"dart-html/Element/removeAttribute.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"removeAttributeNS","qualifiedName":"dart:html.Element.removeAttributeNS","href":"dart-html/Element/removeAttributeNS.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"requestFullscreen","qualifiedName":"dart:html.Element.requestFullscreen","href":"dart-html/Element/requestFullscreen.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Displays this element fullscreen.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"requestPointerLock","qualifiedName":"dart:html.Element.requestPointerLock","href":"dart-html/Element/requestPointerLock.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"resetEvent","qualifiedName":"dart:html.Element.resetEvent","href":"dart-html/Element/resetEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose reset events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"resizeEvent","qualifiedName":"dart:html.Element.resizeEvent","href":"dart-html/Element/resizeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"scroll","qualifiedName":"dart:html.Element.scroll","href":"dart-html/Element/scroll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"scrollBy","qualifiedName":"dart:html.Element.scrollBy","href":"dart-html/Element/scrollBy.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"scrollEvent","qualifiedName":"dart:html.Element.scrollEvent","href":"dart-html/Element/scrollEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose scroll events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"scrollHeight","qualifiedName":"dart:html.Element.scrollHeight","href":"dart-html/Element/scrollHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"scrollIntoView","qualifiedName":"dart:html.Element.scrollIntoView","href":"dart-html/Element/scrollIntoView.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Scrolls this element into view.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"scrollIntoViewIfNeeded","qualifiedName":"dart:html.Element.scrollIntoViewIfNeeded","href":"dart-html/Element/scrollIntoViewIfNeeded.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Nonstandard version of scrollIntoView that scrolls the current element\ninto the visible area of the browser window if it's not already within the\nvisible area of the browser window. If the element is already within the\nvisible area of the browser window, then no scrolling takes place.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"scrollLeft","qualifiedName":"dart:html.Element.scrollLeft","href":"dart-html/Element/scrollLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"scrollTo","qualifiedName":"dart:html.Element.scrollTo","href":"dart-html/Element/scrollTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"scrollTop","qualifiedName":"dart:html.Element.scrollTop","href":"dart-html/Element/scrollTop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"scrollWidth","qualifiedName":"dart:html.Element.scrollWidth","href":"dart-html/Element/scrollWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"searchEvent","qualifiedName":"dart:html.Element.searchEvent","href":"dart-html/Element/searchEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose search events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"seekedEvent","qualifiedName":"dart:html.Element.seekedEvent","href":"dart-html/Element/seekedEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"seekingEvent","qualifiedName":"dart:html.Element.seekingEvent","href":"dart-html/Element/seekingEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"selectEvent","qualifiedName":"dart:html.Element.selectEvent","href":"dart-html/Element/selectEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose select events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"selectStartEvent","qualifiedName":"dart:html.Element.selectStartEvent","href":"dart-html/Element/selectStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose selectstart events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"setApplyScroll","qualifiedName":"dart:html.Element.setApplyScroll","href":"dart-html/Element/setApplyScroll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"setAttribute","qualifiedName":"dart:html.Element.setAttribute","href":"dart-html/Element/setAttribute.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"setAttributeNS","qualifiedName":"dart:html.Element.setAttributeNS","href":"dart-html/Element/setAttributeNS.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"setDistributeScroll","qualifiedName":"dart:html.Element.setDistributeScroll","href":"dart-html/Element/setDistributeScroll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"setInnerHtml","qualifiedName":"dart:html.Element.setInnerHtml","href":"dart-html/Element/setInnerHtml.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Parses the HTML fragment and sets it as the contents of this element.\nThis ensures that the generated content follows the sanitization rules\nspecified by the validator or treeSanitizer.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"setPointerCapture","qualifiedName":"dart:html.Element.setPointerCapture","href":"dart-html/Element/setPointerCapture.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"shadowRoot","qualifiedName":"dart:html.Element.shadowRoot","href":"dart-html/Element/shadowRoot.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The shadow root of this shadow host.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"slot","qualifiedName":"dart:html.Element.slot","href":"dart-html/Element/slot.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"spellcheck","qualifiedName":"dart:html.Element.spellcheck","href":"dart-html/Element/spellcheck.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"stalledEvent","qualifiedName":"dart:html.Element.stalledEvent","href":"dart-html/Element/stalledEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"style","qualifiedName":"dart:html.Element.style","href":"dart-html/Element/style.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"styleMap","qualifiedName":"dart:html.Element.styleMap","href":"dart-html/Element/styleMap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"submitEvent","qualifiedName":"dart:html.Element.submitEvent","href":"dart-html/Element/submitEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose submit events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"suspendEvent","qualifiedName":"dart:html.Element.suspendEvent","href":"dart-html/Element/suspendEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"tabIndex","qualifiedName":"dart:html.Element.tabIndex","href":"dart-html/Element/tabIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"tagName","qualifiedName":"dart:html.Element.tagName","href":"dart-html/Element/tagName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"timeUpdateEvent","qualifiedName":"dart:html.Element.timeUpdateEvent","href":"dart-html/Element/timeUpdateEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"title","qualifiedName":"dart:html.Element.title","href":"dart-html/Element/title.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"toString","qualifiedName":"dart:html.Element.toString","href":"dart-html/Element/toString.html","kind":10,"overriddenDepth":3,"packageRank":15,"desc":"The string representation of this element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"touchCancelEvent","qualifiedName":"dart:html.Element.touchCancelEvent","href":"dart-html/Element/touchCancelEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose touchcancel events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"touchEndEvent","qualifiedName":"dart:html.Element.touchEndEvent","href":"dart-html/Element/touchEndEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose touchend events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"touchEnterEvent","qualifiedName":"dart:html.Element.touchEnterEvent","href":"dart-html/Element/touchEnterEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose touchenter events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"touchLeaveEvent","qualifiedName":"dart:html.Element.touchLeaveEvent","href":"dart-html/Element/touchLeaveEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose touchleave events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"touchMoveEvent","qualifiedName":"dart:html.Element.touchMoveEvent","href":"dart-html/Element/touchMoveEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose touchmove events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"touchStartEvent","qualifiedName":"dart:html.Element.touchStartEvent","href":"dart-html/Element/touchStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose touchstart events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"transitionEndEvent","qualifiedName":"dart:html.Element.transitionEndEvent","href":"dart-html/Element/transitionEndEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose transitionend events to event\nhandlers that are not necessarily instances of Element.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"translate","qualifiedName":"dart:html.Element.translate","href":"dart-html/Element/translate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Specifies whether this element's text content changes when the page is\nlocalized.","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"volumeChangeEvent","qualifiedName":"dart:html.Element.volumeChangeEvent","href":"dart-html/Element/volumeChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"waitingEvent","qualifiedName":"dart:html.Element.waitingEvent","href":"dart-html/Element/waitingEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"wheelEvent","qualifiedName":"dart:html.Element.wheelEvent","href":"dart-html/Element/wheelEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Element","kind":3,"href":"dart-html/Element-class.html"}},{"name":"ElementEvents","qualifiedName":"dart:html.ElementEvents","href":"dart-html/ElementEvents-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ElementEvents.new","qualifiedName":"dart:html.ElementEvents.ElementEvents.new","href":"dart-html/ElementEvents/ElementEvents.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementEvents","kind":3,"href":"dart-html/ElementEvents-class.html"}},{"name":"operator []","qualifiedName":"dart:html.ElementEvents.operator []","href":"dart-html/ElementEvents/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementEvents","kind":3,"href":"dart-html/ElementEvents-class.html"}},{"name":"webkitEvents","qualifiedName":"dart:html.ElementEvents.webkitEvents","href":"dart-html/ElementEvents/webkitEvents.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementEvents","kind":3,"href":"dart-html/ElementEvents-class.html"}},{"name":"ElementList","qualifiedName":"dart:html.ElementList","href":"dart-html/ElementList-class.html","kind":3,"packageRank":15,"desc":"An immutable list containing HTML elements. This list contains some\nadditional methods when compared to regular lists for ease of CSS\nmanipulation on a group of elements.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ElementList.new","qualifiedName":"dart:html.ElementList.ElementList.new","href":"dart-html/ElementList/ElementList.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"borderEdge","qualifiedName":"dart:html.ElementList.borderEdge","href":"dart-html/ElementList/borderEdge.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Access dimensions and position of the first Element's content + padding +\nborder box in this list.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"classes","qualifiedName":"dart:html.ElementList.classes","href":"dart-html/ElementList/classes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The union of all CSS classes applied to the elements in this list.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"contentEdge","qualifiedName":"dart:html.ElementList.contentEdge","href":"dart-html/ElementList/contentEdge.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Access dimensions and position of the Elements in this list.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"marginEdge","qualifiedName":"dart:html.ElementList.marginEdge","href":"dart-html/ElementList/marginEdge.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Access dimensions and position of the first Element's content + padding +\nborder + margin box in this list.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onAbort","qualifiedName":"dart:html.ElementList.onAbort","href":"dart-html/ElementList/onAbort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of abort events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onBeforeCopy","qualifiedName":"dart:html.ElementList.onBeforeCopy","href":"dart-html/ElementList/onBeforeCopy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of beforecopy events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onBeforeCut","qualifiedName":"dart:html.ElementList.onBeforeCut","href":"dart-html/ElementList/onBeforeCut.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of beforecut events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onBeforePaste","qualifiedName":"dart:html.ElementList.onBeforePaste","href":"dart-html/ElementList/onBeforePaste.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of beforepaste events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onBlur","qualifiedName":"dart:html.ElementList.onBlur","href":"dart-html/ElementList/onBlur.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of blur events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onCanPlay","qualifiedName":"dart:html.ElementList.onCanPlay","href":"dart-html/ElementList/onCanPlay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onCanPlayThrough","qualifiedName":"dart:html.ElementList.onCanPlayThrough","href":"dart-html/ElementList/onCanPlayThrough.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onChange","qualifiedName":"dart:html.ElementList.onChange","href":"dart-html/ElementList/onChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of change events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onClick","qualifiedName":"dart:html.ElementList.onClick","href":"dart-html/ElementList/onClick.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of click events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onContextMenu","qualifiedName":"dart:html.ElementList.onContextMenu","href":"dart-html/ElementList/onContextMenu.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of contextmenu events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onCopy","qualifiedName":"dart:html.ElementList.onCopy","href":"dart-html/ElementList/onCopy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of copy events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onCut","qualifiedName":"dart:html.ElementList.onCut","href":"dart-html/ElementList/onCut.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of cut events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onDoubleClick","qualifiedName":"dart:html.ElementList.onDoubleClick","href":"dart-html/ElementList/onDoubleClick.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of doubleclick events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onDrag","qualifiedName":"dart:html.ElementList.onDrag","href":"dart-html/ElementList/onDrag.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of drag events fired when this element currently being dragged.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onDragEnd","qualifiedName":"dart:html.ElementList.onDragEnd","href":"dart-html/ElementList/onDragEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragend events fired when this element completes a drag\noperation.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onDragEnter","qualifiedName":"dart:html.ElementList.onDragEnter","href":"dart-html/ElementList/onDragEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragenter events fired when a dragged object is first dragged\nover this element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onDragLeave","qualifiedName":"dart:html.ElementList.onDragLeave","href":"dart-html/ElementList/onDragLeave.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragleave events fired when an object being dragged over this\nelement leaves this element's target area.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onDragOver","qualifiedName":"dart:html.ElementList.onDragOver","href":"dart-html/ElementList/onDragOver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragover events fired when a dragged object is currently\nbeing dragged over this element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onDragStart","qualifiedName":"dart:html.ElementList.onDragStart","href":"dart-html/ElementList/onDragStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of dragstart events fired when this element starts being\ndragged.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onDrop","qualifiedName":"dart:html.ElementList.onDrop","href":"dart-html/ElementList/onDrop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A stream of drop events fired when a dragged object is dropped on this\nelement.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onDurationChange","qualifiedName":"dart:html.ElementList.onDurationChange","href":"dart-html/ElementList/onDurationChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onEmptied","qualifiedName":"dart:html.ElementList.onEmptied","href":"dart-html/ElementList/onEmptied.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onEnded","qualifiedName":"dart:html.ElementList.onEnded","href":"dart-html/ElementList/onEnded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onError","qualifiedName":"dart:html.ElementList.onError","href":"dart-html/ElementList/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onFocus","qualifiedName":"dart:html.ElementList.onFocus","href":"dart-html/ElementList/onFocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of focus events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onFullscreenChange","qualifiedName":"dart:html.ElementList.onFullscreenChange","href":"dart-html/ElementList/onFullscreenChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of fullscreenchange events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onFullscreenError","qualifiedName":"dart:html.ElementList.onFullscreenError","href":"dart-html/ElementList/onFullscreenError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of fullscreenerror events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onInput","qualifiedName":"dart:html.ElementList.onInput","href":"dart-html/ElementList/onInput.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of input events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onInvalid","qualifiedName":"dart:html.ElementList.onInvalid","href":"dart-html/ElementList/onInvalid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of invalid events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onKeyDown","qualifiedName":"dart:html.ElementList.onKeyDown","href":"dart-html/ElementList/onKeyDown.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of keydown events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onKeyPress","qualifiedName":"dart:html.ElementList.onKeyPress","href":"dart-html/ElementList/onKeyPress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of keypress events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onKeyUp","qualifiedName":"dart:html.ElementList.onKeyUp","href":"dart-html/ElementList/onKeyUp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of keyup events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onLoad","qualifiedName":"dart:html.ElementList.onLoad","href":"dart-html/ElementList/onLoad.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of load events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onLoadedData","qualifiedName":"dart:html.ElementList.onLoadedData","href":"dart-html/ElementList/onLoadedData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onLoadedMetadata","qualifiedName":"dart:html.ElementList.onLoadedMetadata","href":"dart-html/ElementList/onLoadedMetadata.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onMouseDown","qualifiedName":"dart:html.ElementList.onMouseDown","href":"dart-html/ElementList/onMouseDown.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mousedown events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onMouseEnter","qualifiedName":"dart:html.ElementList.onMouseEnter","href":"dart-html/ElementList/onMouseEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseenter events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onMouseLeave","qualifiedName":"dart:html.ElementList.onMouseLeave","href":"dart-html/ElementList/onMouseLeave.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseleave events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onMouseMove","qualifiedName":"dart:html.ElementList.onMouseMove","href":"dart-html/ElementList/onMouseMove.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mousemove events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onMouseOut","qualifiedName":"dart:html.ElementList.onMouseOut","href":"dart-html/ElementList/onMouseOut.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseout events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onMouseOver","qualifiedName":"dart:html.ElementList.onMouseOver","href":"dart-html/ElementList/onMouseOver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseover events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onMouseUp","qualifiedName":"dart:html.ElementList.onMouseUp","href":"dart-html/ElementList/onMouseUp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseup events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onMouseWheel","qualifiedName":"dart:html.ElementList.onMouseWheel","href":"dart-html/ElementList/onMouseWheel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mousewheel events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onPaste","qualifiedName":"dart:html.ElementList.onPaste","href":"dart-html/ElementList/onPaste.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of paste events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onPause","qualifiedName":"dart:html.ElementList.onPause","href":"dart-html/ElementList/onPause.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onPlay","qualifiedName":"dart:html.ElementList.onPlay","href":"dart-html/ElementList/onPlay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onPlaying","qualifiedName":"dart:html.ElementList.onPlaying","href":"dart-html/ElementList/onPlaying.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onRateChange","qualifiedName":"dart:html.ElementList.onRateChange","href":"dart-html/ElementList/onRateChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onReset","qualifiedName":"dart:html.ElementList.onReset","href":"dart-html/ElementList/onReset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of reset events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onResize","qualifiedName":"dart:html.ElementList.onResize","href":"dart-html/ElementList/onResize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onScroll","qualifiedName":"dart:html.ElementList.onScroll","href":"dart-html/ElementList/onScroll.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of scroll events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onSearch","qualifiedName":"dart:html.ElementList.onSearch","href":"dart-html/ElementList/onSearch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of search events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onSeeked","qualifiedName":"dart:html.ElementList.onSeeked","href":"dart-html/ElementList/onSeeked.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onSeeking","qualifiedName":"dart:html.ElementList.onSeeking","href":"dart-html/ElementList/onSeeking.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onSelect","qualifiedName":"dart:html.ElementList.onSelect","href":"dart-html/ElementList/onSelect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of select events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onSelectStart","qualifiedName":"dart:html.ElementList.onSelectStart","href":"dart-html/ElementList/onSelectStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of selectstart events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onStalled","qualifiedName":"dart:html.ElementList.onStalled","href":"dart-html/ElementList/onStalled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onSubmit","qualifiedName":"dart:html.ElementList.onSubmit","href":"dart-html/ElementList/onSubmit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of submit events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onSuspend","qualifiedName":"dart:html.ElementList.onSuspend","href":"dart-html/ElementList/onSuspend.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onTimeUpdate","qualifiedName":"dart:html.ElementList.onTimeUpdate","href":"dart-html/ElementList/onTimeUpdate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onTouchCancel","qualifiedName":"dart:html.ElementList.onTouchCancel","href":"dart-html/ElementList/onTouchCancel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchcancel events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onTouchEnd","qualifiedName":"dart:html.ElementList.onTouchEnd","href":"dart-html/ElementList/onTouchEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchend events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onTouchEnter","qualifiedName":"dart:html.ElementList.onTouchEnter","href":"dart-html/ElementList/onTouchEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchenter events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onTouchLeave","qualifiedName":"dart:html.ElementList.onTouchLeave","href":"dart-html/ElementList/onTouchLeave.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchleave events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onTouchMove","qualifiedName":"dart:html.ElementList.onTouchMove","href":"dart-html/ElementList/onTouchMove.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchmove events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onTouchStart","qualifiedName":"dart:html.ElementList.onTouchStart","href":"dart-html/ElementList/onTouchStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchstart events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onTransitionEnd","qualifiedName":"dart:html.ElementList.onTransitionEnd","href":"dart-html/ElementList/onTransitionEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of transitionend events handled by this Element.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onVolumeChange","qualifiedName":"dart:html.ElementList.onVolumeChange","href":"dart-html/ElementList/onVolumeChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onWaiting","qualifiedName":"dart:html.ElementList.onWaiting","href":"dart-html/ElementList/onWaiting.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"onWheel","qualifiedName":"dart:html.ElementList.onWheel","href":"dart-html/ElementList/onWheel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"paddingEdge","qualifiedName":"dart:html.ElementList.paddingEdge","href":"dart-html/ElementList/paddingEdge.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Access dimensions and position of the first Element's content + padding\nbox in this list.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"style","qualifiedName":"dart:html.ElementList.style","href":"dart-html/ElementList/style.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Access the union of all CssStyleDeclarations that are associated with an\nElementList.","enclosedBy":{"name":"ElementList","kind":3,"href":"dart-html/ElementList-class.html"}},{"name":"ElementStream","qualifiedName":"dart:html.ElementStream","href":"dart-html/ElementStream-class.html","kind":3,"packageRank":15,"desc":"A specialized Stream available to Elements to enable event delegation.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ElementStream.new","qualifiedName":"dart:html.ElementStream.ElementStream.new","href":"dart-html/ElementStream/ElementStream.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementStream","kind":3,"href":"dart-html/ElementStream-class.html"}},{"name":"capture","qualifiedName":"dart:html.ElementStream.capture","href":"dart-html/ElementStream/capture.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Adds a capturing subscription to this stream.","enclosedBy":{"name":"ElementStream","kind":3,"href":"dart-html/ElementStream-class.html"}},{"name":"matches","qualifiedName":"dart:html.ElementStream.matches","href":"dart-html/ElementStream/matches.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Return a stream that only fires when the particular event fires for\nelements matching the specified CSS selector.","enclosedBy":{"name":"ElementStream","kind":3,"href":"dart-html/ElementStream-class.html"}},{"name":"ElementUpgrader","qualifiedName":"dart:html.ElementUpgrader","href":"dart-html/ElementUpgrader-class.html","kind":3,"packageRank":15,"desc":"A utility for changing the Dart wrapper type for elements.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ElementUpgrader.new","qualifiedName":"dart:html.ElementUpgrader.ElementUpgrader.new","href":"dart-html/ElementUpgrader/ElementUpgrader.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ElementUpgrader","kind":3,"href":"dart-html/ElementUpgrader-class.html"}},{"name":"upgrade","qualifiedName":"dart:html.ElementUpgrader.upgrade","href":"dart-html/ElementUpgrader/upgrade.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Upgrade the specified element to be of the Dart type this was created for.","enclosedBy":{"name":"ElementUpgrader","kind":3,"href":"dart-html/ElementUpgrader-class.html"}},{"name":"EmailInputElement","qualifiedName":"dart:html.EmailInputElement","href":"dart-html/EmailInputElement-class.html","kind":3,"packageRank":15,"desc":"An e-mail address or list of e-mail addresses.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"EmailInputElement.new","qualifiedName":"dart:html.EmailInputElement.EmailInputElement.new","href":"dart-html/EmailInputElement/EmailInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"EmailInputElement","kind":3,"href":"dart-html/EmailInputElement-class.html"}},{"name":"autocomplete","qualifiedName":"dart:html.EmailInputElement.autocomplete","href":"dart-html/EmailInputElement/autocomplete.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmailInputElement","kind":3,"href":"dart-html/EmailInputElement-class.html"}},{"name":"autofocus","qualifiedName":"dart:html.EmailInputElement.autofocus","href":"dart-html/EmailInputElement/autofocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmailInputElement","kind":3,"href":"dart-html/EmailInputElement-class.html"}},{"name":"list","qualifiedName":"dart:html.EmailInputElement.list","href":"dart-html/EmailInputElement/list.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmailInputElement","kind":3,"href":"dart-html/EmailInputElement-class.html"}},{"name":"maxLength","qualifiedName":"dart:html.EmailInputElement.maxLength","href":"dart-html/EmailInputElement/maxLength.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmailInputElement","kind":3,"href":"dart-html/EmailInputElement-class.html"}},{"name":"multiple","qualifiedName":"dart:html.EmailInputElement.multiple","href":"dart-html/EmailInputElement/multiple.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmailInputElement","kind":3,"href":"dart-html/EmailInputElement-class.html"}},{"name":"pattern","qualifiedName":"dart:html.EmailInputElement.pattern","href":"dart-html/EmailInputElement/pattern.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmailInputElement","kind":3,"href":"dart-html/EmailInputElement-class.html"}},{"name":"placeholder","qualifiedName":"dart:html.EmailInputElement.placeholder","href":"dart-html/EmailInputElement/placeholder.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmailInputElement","kind":3,"href":"dart-html/EmailInputElement-class.html"}},{"name":"readOnly","qualifiedName":"dart:html.EmailInputElement.readOnly","href":"dart-html/EmailInputElement/readOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmailInputElement","kind":3,"href":"dart-html/EmailInputElement-class.html"}},{"name":"required","qualifiedName":"dart:html.EmailInputElement.required","href":"dart-html/EmailInputElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmailInputElement","kind":3,"href":"dart-html/EmailInputElement-class.html"}},{"name":"size","qualifiedName":"dart:html.EmailInputElement.size","href":"dart-html/EmailInputElement/size.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmailInputElement","kind":3,"href":"dart-html/EmailInputElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.EmailInputElement.supported","href":"dart-html/EmailInputElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this input type is supported on the current platform.","enclosedBy":{"name":"EmailInputElement","kind":3,"href":"dart-html/EmailInputElement-class.html"}},{"name":"EmbedElement","qualifiedName":"dart:html.EmbedElement","href":"dart-html/EmbedElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"EmbedElement.new","qualifiedName":"dart:html.EmbedElement.EmbedElement.new","href":"dart-html/EmbedElement/EmbedElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"EmbedElement","kind":3,"href":"dart-html/EmbedElement-class.html"}},{"name":"height","qualifiedName":"dart:html.EmbedElement.height","href":"dart-html/EmbedElement/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmbedElement","kind":3,"href":"dart-html/EmbedElement-class.html"}},{"name":"name","qualifiedName":"dart:html.EmbedElement.name","href":"dart-html/EmbedElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmbedElement","kind":3,"href":"dart-html/EmbedElement-class.html"}},{"name":"src","qualifiedName":"dart:html.EmbedElement.src","href":"dart-html/EmbedElement/src.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmbedElement","kind":3,"href":"dart-html/EmbedElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.EmbedElement.supported","href":"dart-html/EmbedElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"EmbedElement","kind":3,"href":"dart-html/EmbedElement-class.html"}},{"name":"type","qualifiedName":"dart:html.EmbedElement.type","href":"dart-html/EmbedElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmbedElement","kind":3,"href":"dart-html/EmbedElement-class.html"}},{"name":"width","qualifiedName":"dart:html.EmbedElement.width","href":"dart-html/EmbedElement/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EmbedElement","kind":3,"href":"dart-html/EmbedElement-class.html"}},{"name":"Entry","qualifiedName":"dart:html.Entry","href":"dart-html/Entry-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"copyTo","qualifiedName":"dart:html.Entry.copyTo","href":"dart-html/Entry/copyTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Entry","kind":3,"href":"dart-html/Entry-class.html"}},{"name":"filesystem","qualifiedName":"dart:html.Entry.filesystem","href":"dart-html/Entry/filesystem.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Entry","kind":3,"href":"dart-html/Entry-class.html"}},{"name":"fullPath","qualifiedName":"dart:html.Entry.fullPath","href":"dart-html/Entry/fullPath.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Entry","kind":3,"href":"dart-html/Entry-class.html"}},{"name":"getMetadata","qualifiedName":"dart:html.Entry.getMetadata","href":"dart-html/Entry/getMetadata.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Entry","kind":3,"href":"dart-html/Entry-class.html"}},{"name":"getParent","qualifiedName":"dart:html.Entry.getParent","href":"dart-html/Entry/getParent.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Entry","kind":3,"href":"dart-html/Entry-class.html"}},{"name":"isDirectory","qualifiedName":"dart:html.Entry.isDirectory","href":"dart-html/Entry/isDirectory.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Entry","kind":3,"href":"dart-html/Entry-class.html"}},{"name":"isFile","qualifiedName":"dart:html.Entry.isFile","href":"dart-html/Entry/isFile.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Entry","kind":3,"href":"dart-html/Entry-class.html"}},{"name":"moveTo","qualifiedName":"dart:html.Entry.moveTo","href":"dart-html/Entry/moveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Entry","kind":3,"href":"dart-html/Entry-class.html"}},{"name":"name","qualifiedName":"dart:html.Entry.name","href":"dart-html/Entry/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Entry","kind":3,"href":"dart-html/Entry-class.html"}},{"name":"remove","qualifiedName":"dart:html.Entry.remove","href":"dart-html/Entry/remove.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Entry","kind":3,"href":"dart-html/Entry-class.html"}},{"name":"toUrl","qualifiedName":"dart:html.Entry.toUrl","href":"dart-html/Entry/toUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Entry","kind":3,"href":"dart-html/Entry-class.html"}},{"name":"ErrorEvent","qualifiedName":"dart:html.ErrorEvent","href":"dart-html/ErrorEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ErrorEvent.new","qualifiedName":"dart:html.ErrorEvent.ErrorEvent.new","href":"dart-html/ErrorEvent/ErrorEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ErrorEvent","kind":3,"href":"dart-html/ErrorEvent-class.html"}},{"name":"colno","qualifiedName":"dart:html.ErrorEvent.colno","href":"dart-html/ErrorEvent/colno.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ErrorEvent","kind":3,"href":"dart-html/ErrorEvent-class.html"}},{"name":"error","qualifiedName":"dart:html.ErrorEvent.error","href":"dart-html/ErrorEvent/error.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ErrorEvent","kind":3,"href":"dart-html/ErrorEvent-class.html"}},{"name":"filename","qualifiedName":"dart:html.ErrorEvent.filename","href":"dart-html/ErrorEvent/filename.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ErrorEvent","kind":3,"href":"dart-html/ErrorEvent-class.html"}},{"name":"lineno","qualifiedName":"dart:html.ErrorEvent.lineno","href":"dart-html/ErrorEvent/lineno.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ErrorEvent","kind":3,"href":"dart-html/ErrorEvent-class.html"}},{"name":"message","qualifiedName":"dart:html.ErrorEvent.message","href":"dart-html/ErrorEvent/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ErrorEvent","kind":3,"href":"dart-html/ErrorEvent-class.html"}},{"name":"Event","qualifiedName":"dart:html.Event","href":"dart-html/Event-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"AT_TARGET","qualifiedName":"dart:html.Event.AT_TARGET","href":"dart-html/Event/AT_TARGET-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"This event is being handled by the event target.","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"BUBBLING_PHASE","qualifiedName":"dart:html.Event.BUBBLING_PHASE","href":"dart-html/Event/BUBBLING_PHASE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"This event is bubbling up through the target's ancestors.","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"CAPTURING_PHASE","qualifiedName":"dart:html.Event.CAPTURING_PHASE","href":"dart-html/Event/CAPTURING_PHASE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"This event is propagating through the target's ancestors, starting from the\ndocument.","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"Event.eventType","qualifiedName":"dart:html.Event.Event.eventType","href":"dart-html/Event/Event.eventType.html","kind":2,"packageRank":15,"desc":"Creates a new Event object of the specified type.","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"Event.new","qualifiedName":"dart:html.Event.Event.new","href":"dart-html/Event/Event.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"bubbles","qualifiedName":"dart:html.Event.bubbles","href":"dart-html/Event/bubbles.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"cancelable","qualifiedName":"dart:html.Event.cancelable","href":"dart-html/Event/cancelable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"composed","qualifiedName":"dart:html.Event.composed","href":"dart-html/Event/composed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"composedPath","qualifiedName":"dart:html.Event.composedPath","href":"dart-html/Event/composedPath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"currentTarget","qualifiedName":"dart:html.Event.currentTarget","href":"dart-html/Event/currentTarget.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"defaultPrevented","qualifiedName":"dart:html.Event.defaultPrevented","href":"dart-html/Event/defaultPrevented.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"eventPhase","qualifiedName":"dart:html.Event.eventPhase","href":"dart-html/Event/eventPhase.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"isTrusted","qualifiedName":"dart:html.Event.isTrusted","href":"dart-html/Event/isTrusted.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"matchingTarget","qualifiedName":"dart:html.Event.matchingTarget","href":"dart-html/Event/matchingTarget.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the element whose CSS selector matched within which an event\nwas fired. If this Event was not associated with any Event delegation,\naccessing this value will throw an UnsupportedError.","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"path","qualifiedName":"dart:html.Event.path","href":"dart-html/Event/path.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"preventDefault","qualifiedName":"dart:html.Event.preventDefault","href":"dart-html/Event/preventDefault.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"stopImmediatePropagation","qualifiedName":"dart:html.Event.stopImmediatePropagation","href":"dart-html/Event/stopImmediatePropagation.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"stopPropagation","qualifiedName":"dart:html.Event.stopPropagation","href":"dart-html/Event/stopPropagation.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"target","qualifiedName":"dart:html.Event.target","href":"dart-html/Event/target.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"timeStamp","qualifiedName":"dart:html.Event.timeStamp","href":"dart-html/Event/timeStamp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"type","qualifiedName":"dart:html.Event.type","href":"dart-html/Event/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Event","kind":3,"href":"dart-html/Event-class.html"}},{"name":"EventListener","qualifiedName":"dart:html.EventListener","href":"dart-html/EventListener.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"EventSource","qualifiedName":"dart:html.EventSource","href":"dart-html/EventSource-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CLOSED","qualifiedName":"dart:html.EventSource.CLOSED","href":"dart-html/EventSource/CLOSED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"CONNECTING","qualifiedName":"dart:html.EventSource.CONNECTING","href":"dart-html/EventSource/CONNECTING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"EventSource.new","qualifiedName":"dart:html.EventSource.EventSource.new","href":"dart-html/EventSource/EventSource.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"OPEN","qualifiedName":"dart:html.EventSource.OPEN","href":"dart-html/EventSource/OPEN-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"close","qualifiedName":"dart:html.EventSource.close","href":"dart-html/EventSource/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.EventSource.errorEvent","href":"dart-html/EventSource/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of EventSource.","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.EventSource.messageEvent","href":"dart-html/EventSource/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose message events to event\nhandlers that are not necessarily instances of EventSource.","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"onError","qualifiedName":"dart:html.EventSource.onError","href":"dart-html/EventSource/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this EventSource.","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.EventSource.onMessage","href":"dart-html/EventSource/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of message events handled by this EventSource.","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"onOpen","qualifiedName":"dart:html.EventSource.onOpen","href":"dart-html/EventSource/onOpen.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of open events handled by this EventSource.","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"openEvent","qualifiedName":"dart:html.EventSource.openEvent","href":"dart-html/EventSource/openEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose open events to event\nhandlers that are not necessarily instances of EventSource.","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"readyState","qualifiedName":"dart:html.EventSource.readyState","href":"dart-html/EventSource/readyState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"url","qualifiedName":"dart:html.EventSource.url","href":"dart-html/EventSource/url.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"withCredentials","qualifiedName":"dart:html.EventSource.withCredentials","href":"dart-html/EventSource/withCredentials.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EventSource","kind":3,"href":"dart-html/EventSource-class.html"}},{"name":"EventStreamProvider","qualifiedName":"dart:html.EventStreamProvider","href":"dart-html/EventStreamProvider-class.html","kind":3,"packageRank":15,"desc":"A factory to expose DOM events as Streams.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"EventStreamProvider.new","qualifiedName":"dart:html.EventStreamProvider.EventStreamProvider.new","href":"dart-html/EventStreamProvider/EventStreamProvider.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"EventStreamProvider","kind":3,"href":"dart-html/EventStreamProvider-class.html"}},{"name":"forElement","qualifiedName":"dart:html.EventStreamProvider.forElement","href":"dart-html/EventStreamProvider/forElement.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Gets a Stream for this event type, on the specified element.","enclosedBy":{"name":"EventStreamProvider","kind":3,"href":"dart-html/EventStreamProvider-class.html"}},{"name":"forTarget","qualifiedName":"dart:html.EventStreamProvider.forTarget","href":"dart-html/EventStreamProvider/forTarget.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Gets a Stream for this event type, on the specified target.","enclosedBy":{"name":"EventStreamProvider","kind":3,"href":"dart-html/EventStreamProvider-class.html"}},{"name":"getEventType","qualifiedName":"dart:html.EventStreamProvider.getEventType","href":"dart-html/EventStreamProvider/getEventType.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Gets the type of the event which this would listen for on the specified\nevent target.","enclosedBy":{"name":"EventStreamProvider","kind":3,"href":"dart-html/EventStreamProvider-class.html"}},{"name":"EventTarget","qualifiedName":"dart:html.EventTarget","href":"dart-html/EventTarget-class.html","kind":3,"packageRank":15,"desc":"Base class for all browser objects that support events.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addEventListener","qualifiedName":"dart:html.EventTarget.addEventListener","href":"dart-html/EventTarget/addEventListener.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EventTarget","kind":3,"href":"dart-html/EventTarget-class.html"}},{"name":"dispatchEvent","qualifiedName":"dart:html.EventTarget.dispatchEvent","href":"dart-html/EventTarget/dispatchEvent.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EventTarget","kind":3,"href":"dart-html/EventTarget-class.html"}},{"name":"on","qualifiedName":"dart:html.EventTarget.on","href":"dart-html/EventTarget/on.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"This is an ease-of-use accessor for event streams which should only be\nused when an explicit accessor is not available.","enclosedBy":{"name":"EventTarget","kind":3,"href":"dart-html/EventTarget-class.html"}},{"name":"removeEventListener","qualifiedName":"dart:html.EventTarget.removeEventListener","href":"dart-html/EventTarget/removeEventListener.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"EventTarget","kind":3,"href":"dart-html/EventTarget-class.html"}},{"name":"Events","qualifiedName":"dart:html.Events","href":"dart-html/Events-class.html","kind":3,"packageRank":15,"desc":"Base class that supports listening for and dispatching browser events.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Events.new","qualifiedName":"dart:html.Events.Events.new","href":"dart-html/Events/Events.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Events","kind":3,"href":"dart-html/Events-class.html"}},{"name":"operator []","qualifiedName":"dart:html.Events.operator []","href":"dart-html/Events/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Events","kind":3,"href":"dart-html/Events-class.html"}},{"name":"ExtendableEvent","qualifiedName":"dart:html.ExtendableEvent","href":"dart-html/ExtendableEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ExtendableEvent.new","qualifiedName":"dart:html.ExtendableEvent.ExtendableEvent.new","href":"dart-html/ExtendableEvent/ExtendableEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ExtendableEvent","kind":3,"href":"dart-html/ExtendableEvent-class.html"}},{"name":"waitUntil","qualifiedName":"dart:html.ExtendableEvent.waitUntil","href":"dart-html/ExtendableEvent/waitUntil.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ExtendableEvent","kind":3,"href":"dart-html/ExtendableEvent-class.html"}},{"name":"ExtendableMessageEvent","qualifiedName":"dart:html.ExtendableMessageEvent","href":"dart-html/ExtendableMessageEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"data","qualifiedName":"dart:html.ExtendableMessageEvent.data","href":"dart-html/ExtendableMessageEvent/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ExtendableMessageEvent","kind":3,"href":"dart-html/ExtendableMessageEvent-class.html"}},{"name":"lastEventId","qualifiedName":"dart:html.ExtendableMessageEvent.lastEventId","href":"dart-html/ExtendableMessageEvent/lastEventId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ExtendableMessageEvent","kind":3,"href":"dart-html/ExtendableMessageEvent-class.html"}},{"name":"origin","qualifiedName":"dart:html.ExtendableMessageEvent.origin","href":"dart-html/ExtendableMessageEvent/origin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ExtendableMessageEvent","kind":3,"href":"dart-html/ExtendableMessageEvent-class.html"}},{"name":"ports","qualifiedName":"dart:html.ExtendableMessageEvent.ports","href":"dart-html/ExtendableMessageEvent/ports.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ExtendableMessageEvent","kind":3,"href":"dart-html/ExtendableMessageEvent-class.html"}},{"name":"source","qualifiedName":"dart:html.ExtendableMessageEvent.source","href":"dart-html/ExtendableMessageEvent/source.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ExtendableMessageEvent","kind":3,"href":"dart-html/ExtendableMessageEvent-class.html"}},{"name":"External","qualifiedName":"dart:html.External","href":"dart-html/External-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"AddSearchProvider","qualifiedName":"dart:html.External.AddSearchProvider","href":"dart-html/External/AddSearchProvider.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"External","kind":3,"href":"dart-html/External-class.html"}},{"name":"IsSearchProviderInstalled","qualifiedName":"dart:html.External.IsSearchProviderInstalled","href":"dart-html/External/IsSearchProviderInstalled.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"External","kind":3,"href":"dart-html/External-class.html"}},{"name":"FaceDetector","qualifiedName":"dart:html.FaceDetector","href":"dart-html/FaceDetector-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FaceDetector.new","qualifiedName":"dart:html.FaceDetector.FaceDetector.new","href":"dart-html/FaceDetector/FaceDetector.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FaceDetector","kind":3,"href":"dart-html/FaceDetector-class.html"}},{"name":"detect","qualifiedName":"dart:html.FaceDetector.detect","href":"dart-html/FaceDetector/detect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FaceDetector","kind":3,"href":"dart-html/FaceDetector-class.html"}},{"name":"FederatedCredential","qualifiedName":"dart:html.FederatedCredential","href":"dart-html/FederatedCredential-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FederatedCredential.new","qualifiedName":"dart:html.FederatedCredential.FederatedCredential.new","href":"dart-html/FederatedCredential/FederatedCredential.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FederatedCredential","kind":3,"href":"dart-html/FederatedCredential-class.html"}},{"name":"iconUrl","qualifiedName":"dart:html.FederatedCredential.iconUrl","href":"dart-html/FederatedCredential/iconUrl.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FederatedCredential","kind":3,"href":"dart-html/FederatedCredential-class.html"}},{"name":"name","qualifiedName":"dart:html.FederatedCredential.name","href":"dart-html/FederatedCredential/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FederatedCredential","kind":3,"href":"dart-html/FederatedCredential-class.html"}},{"name":"protocol","qualifiedName":"dart:html.FederatedCredential.protocol","href":"dart-html/FederatedCredential/protocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FederatedCredential","kind":3,"href":"dart-html/FederatedCredential-class.html"}},{"name":"provider","qualifiedName":"dart:html.FederatedCredential.provider","href":"dart-html/FederatedCredential/provider.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FederatedCredential","kind":3,"href":"dart-html/FederatedCredential-class.html"}},{"name":"FetchEvent","qualifiedName":"dart:html.FetchEvent","href":"dart-html/FetchEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FetchEvent.new","qualifiedName":"dart:html.FetchEvent.FetchEvent.new","href":"dart-html/FetchEvent/FetchEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FetchEvent","kind":3,"href":"dart-html/FetchEvent-class.html"}},{"name":"clientId","qualifiedName":"dart:html.FetchEvent.clientId","href":"dart-html/FetchEvent/clientId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FetchEvent","kind":3,"href":"dart-html/FetchEvent-class.html"}},{"name":"isReload","qualifiedName":"dart:html.FetchEvent.isReload","href":"dart-html/FetchEvent/isReload.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FetchEvent","kind":3,"href":"dart-html/FetchEvent-class.html"}},{"name":"preloadResponse","qualifiedName":"dart:html.FetchEvent.preloadResponse","href":"dart-html/FetchEvent/preloadResponse.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FetchEvent","kind":3,"href":"dart-html/FetchEvent-class.html"}},{"name":"request","qualifiedName":"dart:html.FetchEvent.request","href":"dart-html/FetchEvent/request.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FetchEvent","kind":3,"href":"dart-html/FetchEvent-class.html"}},{"name":"respondWith","qualifiedName":"dart:html.FetchEvent.respondWith","href":"dart-html/FetchEvent/respondWith.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FetchEvent","kind":3,"href":"dart-html/FetchEvent-class.html"}},{"name":"FieldSetElement","qualifiedName":"dart:html.FieldSetElement","href":"dart-html/FieldSetElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FieldSetElement.new","qualifiedName":"dart:html.FieldSetElement.FieldSetElement.new","href":"dart-html/FieldSetElement/FieldSetElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FieldSetElement","kind":3,"href":"dart-html/FieldSetElement-class.html"}},{"name":"checkValidity","qualifiedName":"dart:html.FieldSetElement.checkValidity","href":"dart-html/FieldSetElement/checkValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FieldSetElement","kind":3,"href":"dart-html/FieldSetElement-class.html"}},{"name":"disabled","qualifiedName":"dart:html.FieldSetElement.disabled","href":"dart-html/FieldSetElement/disabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FieldSetElement","kind":3,"href":"dart-html/FieldSetElement-class.html"}},{"name":"elements","qualifiedName":"dart:html.FieldSetElement.elements","href":"dart-html/FieldSetElement/elements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FieldSetElement","kind":3,"href":"dart-html/FieldSetElement-class.html"}},{"name":"form","qualifiedName":"dart:html.FieldSetElement.form","href":"dart-html/FieldSetElement/form.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FieldSetElement","kind":3,"href":"dart-html/FieldSetElement-class.html"}},{"name":"name","qualifiedName":"dart:html.FieldSetElement.name","href":"dart-html/FieldSetElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FieldSetElement","kind":3,"href":"dart-html/FieldSetElement-class.html"}},{"name":"reportValidity","qualifiedName":"dart:html.FieldSetElement.reportValidity","href":"dart-html/FieldSetElement/reportValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FieldSetElement","kind":3,"href":"dart-html/FieldSetElement-class.html"}},{"name":"setCustomValidity","qualifiedName":"dart:html.FieldSetElement.setCustomValidity","href":"dart-html/FieldSetElement/setCustomValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FieldSetElement","kind":3,"href":"dart-html/FieldSetElement-class.html"}},{"name":"type","qualifiedName":"dart:html.FieldSetElement.type","href":"dart-html/FieldSetElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FieldSetElement","kind":3,"href":"dart-html/FieldSetElement-class.html"}},{"name":"validationMessage","qualifiedName":"dart:html.FieldSetElement.validationMessage","href":"dart-html/FieldSetElement/validationMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FieldSetElement","kind":3,"href":"dart-html/FieldSetElement-class.html"}},{"name":"validity","qualifiedName":"dart:html.FieldSetElement.validity","href":"dart-html/FieldSetElement/validity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FieldSetElement","kind":3,"href":"dart-html/FieldSetElement-class.html"}},{"name":"willValidate","qualifiedName":"dart:html.FieldSetElement.willValidate","href":"dart-html/FieldSetElement/willValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FieldSetElement","kind":3,"href":"dart-html/FieldSetElement-class.html"}},{"name":"File","qualifiedName":"dart:html.File","href":"dart-html/File-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"File.new","qualifiedName":"dart:html.File.File.new","href":"dart-html/File/File.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"File","kind":3,"href":"dart-html/File-class.html"}},{"name":"lastModified","qualifiedName":"dart:html.File.lastModified","href":"dart-html/File/lastModified.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"File","kind":3,"href":"dart-html/File-class.html"}},{"name":"lastModifiedDate","qualifiedName":"dart:html.File.lastModifiedDate","href":"dart-html/File/lastModifiedDate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"File","kind":3,"href":"dart-html/File-class.html"}},{"name":"name","qualifiedName":"dart:html.File.name","href":"dart-html/File/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"File","kind":3,"href":"dart-html/File-class.html"}},{"name":"relativePath","qualifiedName":"dart:html.File.relativePath","href":"dart-html/File/relativePath.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"File","kind":3,"href":"dart-html/File-class.html"}},{"name":"FileEntry","qualifiedName":"dart:html.FileEntry","href":"dart-html/FileEntry-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"createWriter","qualifiedName":"dart:html.FileEntry.createWriter","href":"dart-html/FileEntry/createWriter.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileEntry","kind":3,"href":"dart-html/FileEntry-class.html"}},{"name":"file","qualifiedName":"dart:html.FileEntry.file","href":"dart-html/FileEntry/file.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileEntry","kind":3,"href":"dart-html/FileEntry-class.html"}},{"name":"FileList","qualifiedName":"dart:html.FileList","href":"dart-html/FileList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"elementAt","qualifiedName":"dart:html.FileList.elementAt","href":"dart-html/FileList/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the indexth element.","enclosedBy":{"name":"FileList","kind":3,"href":"dart-html/FileList-class.html"}},{"name":"first","qualifiedName":"dart:html.FileList.first","href":"dart-html/FileList/first.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first element.","enclosedBy":{"name":"FileList","kind":3,"href":"dart-html/FileList-class.html"}},{"name":"item","qualifiedName":"dart:html.FileList.item","href":"dart-html/FileList/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileList","kind":3,"href":"dart-html/FileList-class.html"}},{"name":"last","qualifiedName":"dart:html.FileList.last","href":"dart-html/FileList/last.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last element.","enclosedBy":{"name":"FileList","kind":3,"href":"dart-html/FileList-class.html"}},{"name":"length","qualifiedName":"dart:html.FileList.length","href":"dart-html/FileList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"FileList","kind":3,"href":"dart-html/FileList-class.html"}},{"name":"operator []","qualifiedName":"dart:html.FileList.operator []","href":"dart-html/FileList/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The object at the given index in the list.","enclosedBy":{"name":"FileList","kind":3,"href":"dart-html/FileList-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.FileList.operator []=","href":"dart-html/FileList/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"FileList","kind":3,"href":"dart-html/FileList-class.html"}},{"name":"single","qualifiedName":"dart:html.FileList.single","href":"dart-html/FileList/single.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"FileList","kind":3,"href":"dart-html/FileList-class.html"}},{"name":"FileReader","qualifiedName":"dart:html.FileReader","href":"dart-html/FileReader-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DONE","qualifiedName":"dart:html.FileReader.DONE","href":"dart-html/FileReader/DONE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"EMPTY","qualifiedName":"dart:html.FileReader.EMPTY","href":"dart-html/FileReader/EMPTY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"FileReader.new","qualifiedName":"dart:html.FileReader.FileReader.new","href":"dart-html/FileReader/FileReader.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"LOADING","qualifiedName":"dart:html.FileReader.LOADING","href":"dart-html/FileReader/LOADING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"abort","qualifiedName":"dart:html.FileReader.abort","href":"dart-html/FileReader/abort.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"abortEvent","qualifiedName":"dart:html.FileReader.abortEvent","href":"dart-html/FileReader/abortEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose abort events to event\nhandlers that are not necessarily instances of FileReader.","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"error","qualifiedName":"dart:html.FileReader.error","href":"dart-html/FileReader/error.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.FileReader.errorEvent","href":"dart-html/FileReader/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of FileReader.","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"loadEndEvent","qualifiedName":"dart:html.FileReader.loadEndEvent","href":"dart-html/FileReader/loadEndEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose loadend events to event\nhandlers that are not necessarily instances of FileReader.","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"loadEvent","qualifiedName":"dart:html.FileReader.loadEvent","href":"dart-html/FileReader/loadEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose load events to event\nhandlers that are not necessarily instances of FileReader.","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"loadStartEvent","qualifiedName":"dart:html.FileReader.loadStartEvent","href":"dart-html/FileReader/loadStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose loadstart events to event\nhandlers that are not necessarily instances of FileReader.","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"onAbort","qualifiedName":"dart:html.FileReader.onAbort","href":"dart-html/FileReader/onAbort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of abort events handled by this FileReader.","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"onError","qualifiedName":"dart:html.FileReader.onError","href":"dart-html/FileReader/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this FileReader.","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"onLoad","qualifiedName":"dart:html.FileReader.onLoad","href":"dart-html/FileReader/onLoad.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of load events handled by this FileReader.","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"onLoadEnd","qualifiedName":"dart:html.FileReader.onLoadEnd","href":"dart-html/FileReader/onLoadEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of loadend events handled by this FileReader.","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"onLoadStart","qualifiedName":"dart:html.FileReader.onLoadStart","href":"dart-html/FileReader/onLoadStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of loadstart events handled by this FileReader.","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"onProgress","qualifiedName":"dart:html.FileReader.onProgress","href":"dart-html/FileReader/onProgress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of progress events handled by this FileReader.","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"progressEvent","qualifiedName":"dart:html.FileReader.progressEvent","href":"dart-html/FileReader/progressEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose progress events to event\nhandlers that are not necessarily instances of FileReader.","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"readAsArrayBuffer","qualifiedName":"dart:html.FileReader.readAsArrayBuffer","href":"dart-html/FileReader/readAsArrayBuffer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"readAsDataUrl","qualifiedName":"dart:html.FileReader.readAsDataUrl","href":"dart-html/FileReader/readAsDataUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"readAsText","qualifiedName":"dart:html.FileReader.readAsText","href":"dart-html/FileReader/readAsText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"readyState","qualifiedName":"dart:html.FileReader.readyState","href":"dart-html/FileReader/readyState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"result","qualifiedName":"dart:html.FileReader.result","href":"dart-html/FileReader/result.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileReader","kind":3,"href":"dart-html/FileReader-class.html"}},{"name":"FileSystem","qualifiedName":"dart:html.FileSystem","href":"dart-html/FileSystem-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"name","qualifiedName":"dart:html.FileSystem.name","href":"dart-html/FileSystem/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileSystem","kind":3,"href":"dart-html/FileSystem-class.html"}},{"name":"root","qualifiedName":"dart:html.FileSystem.root","href":"dart-html/FileSystem/root.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileSystem","kind":3,"href":"dart-html/FileSystem-class.html"}},{"name":"supported","qualifiedName":"dart:html.FileSystem.supported","href":"dart-html/FileSystem/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"FileSystem","kind":3,"href":"dart-html/FileSystem-class.html"}},{"name":"FileUploadInputElement","qualifiedName":"dart:html.FileUploadInputElement","href":"dart-html/FileUploadInputElement-class.html","kind":3,"packageRank":15,"desc":"A control for picking files from the user's computer.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FileUploadInputElement.new","qualifiedName":"dart:html.FileUploadInputElement.FileUploadInputElement.new","href":"dart-html/FileUploadInputElement/FileUploadInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FileUploadInputElement","kind":3,"href":"dart-html/FileUploadInputElement-class.html"}},{"name":"accept","qualifiedName":"dart:html.FileUploadInputElement.accept","href":"dart-html/FileUploadInputElement/accept.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileUploadInputElement","kind":3,"href":"dart-html/FileUploadInputElement-class.html"}},{"name":"files","qualifiedName":"dart:html.FileUploadInputElement.files","href":"dart-html/FileUploadInputElement/files.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileUploadInputElement","kind":3,"href":"dart-html/FileUploadInputElement-class.html"}},{"name":"multiple","qualifiedName":"dart:html.FileUploadInputElement.multiple","href":"dart-html/FileUploadInputElement/multiple.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileUploadInputElement","kind":3,"href":"dart-html/FileUploadInputElement-class.html"}},{"name":"required","qualifiedName":"dart:html.FileUploadInputElement.required","href":"dart-html/FileUploadInputElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileUploadInputElement","kind":3,"href":"dart-html/FileUploadInputElement-class.html"}},{"name":"FileWriter","qualifiedName":"dart:html.FileWriter","href":"dart-html/FileWriter-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DONE","qualifiedName":"dart:html.FileWriter.DONE","href":"dart-html/FileWriter/DONE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"INIT","qualifiedName":"dart:html.FileWriter.INIT","href":"dart-html/FileWriter/INIT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"WRITING","qualifiedName":"dart:html.FileWriter.WRITING","href":"dart-html/FileWriter/WRITING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"abort","qualifiedName":"dart:html.FileWriter.abort","href":"dart-html/FileWriter/abort.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"abortEvent","qualifiedName":"dart:html.FileWriter.abortEvent","href":"dart-html/FileWriter/abortEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose abort events to event\nhandlers that are not necessarily instances of FileWriter.","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"error","qualifiedName":"dart:html.FileWriter.error","href":"dart-html/FileWriter/error.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.FileWriter.errorEvent","href":"dart-html/FileWriter/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of FileWriter.","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"length","qualifiedName":"dart:html.FileWriter.length","href":"dart-html/FileWriter/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"onAbort","qualifiedName":"dart:html.FileWriter.onAbort","href":"dart-html/FileWriter/onAbort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of abort events handled by this FileWriter.","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"onError","qualifiedName":"dart:html.FileWriter.onError","href":"dart-html/FileWriter/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this FileWriter.","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"onProgress","qualifiedName":"dart:html.FileWriter.onProgress","href":"dart-html/FileWriter/onProgress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of progress events handled by this FileWriter.","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"onWrite","qualifiedName":"dart:html.FileWriter.onWrite","href":"dart-html/FileWriter/onWrite.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of write events handled by this FileWriter.","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"onWriteEnd","qualifiedName":"dart:html.FileWriter.onWriteEnd","href":"dart-html/FileWriter/onWriteEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of writeend events handled by this FileWriter.","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"onWriteStart","qualifiedName":"dart:html.FileWriter.onWriteStart","href":"dart-html/FileWriter/onWriteStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of writestart events handled by this FileWriter.","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"position","qualifiedName":"dart:html.FileWriter.position","href":"dart-html/FileWriter/position.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"progressEvent","qualifiedName":"dart:html.FileWriter.progressEvent","href":"dart-html/FileWriter/progressEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose progress events to event\nhandlers that are not necessarily instances of FileWriter.","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"readyState","qualifiedName":"dart:html.FileWriter.readyState","href":"dart-html/FileWriter/readyState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"seek","qualifiedName":"dart:html.FileWriter.seek","href":"dart-html/FileWriter/seek.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"truncate","qualifiedName":"dart:html.FileWriter.truncate","href":"dart-html/FileWriter/truncate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"write","qualifiedName":"dart:html.FileWriter.write","href":"dart-html/FileWriter/write.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"writeEndEvent","qualifiedName":"dart:html.FileWriter.writeEndEvent","href":"dart-html/FileWriter/writeEndEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose writeend events to event\nhandlers that are not necessarily instances of FileWriter.","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"writeEvent","qualifiedName":"dart:html.FileWriter.writeEvent","href":"dart-html/FileWriter/writeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose write events to event\nhandlers that are not necessarily instances of FileWriter.","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"writeStartEvent","qualifiedName":"dart:html.FileWriter.writeStartEvent","href":"dart-html/FileWriter/writeStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose writestart events to event\nhandlers that are not necessarily instances of FileWriter.","enclosedBy":{"name":"FileWriter","kind":3,"href":"dart-html/FileWriter-class.html"}},{"name":"FixedSizeListIterator","qualifiedName":"dart:html.FixedSizeListIterator","href":"dart-html/FixedSizeListIterator-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FixedSizeListIterator.new","qualifiedName":"dart:html.FixedSizeListIterator.FixedSizeListIterator.new","href":"dart-html/FixedSizeListIterator/FixedSizeListIterator.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FixedSizeListIterator","kind":3,"href":"dart-html/FixedSizeListIterator-class.html"}},{"name":"current","qualifiedName":"dart:html.FixedSizeListIterator.current","href":"dart-html/FixedSizeListIterator/current.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The current element.","enclosedBy":{"name":"FixedSizeListIterator","kind":3,"href":"dart-html/FixedSizeListIterator-class.html"}},{"name":"moveNext","qualifiedName":"dart:html.FixedSizeListIterator.moveNext","href":"dart-html/FixedSizeListIterator/moveNext.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Advances the iterator to the next element of the iteration.","enclosedBy":{"name":"FixedSizeListIterator","kind":3,"href":"dart-html/FixedSizeListIterator-class.html"}},{"name":"FocusEvent","qualifiedName":"dart:html.FocusEvent","href":"dart-html/FocusEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FocusEvent.new","qualifiedName":"dart:html.FocusEvent.FocusEvent.new","href":"dart-html/FocusEvent/FocusEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FocusEvent","kind":3,"href":"dart-html/FocusEvent-class.html"}},{"name":"relatedTarget","qualifiedName":"dart:html.FocusEvent.relatedTarget","href":"dart-html/FocusEvent/relatedTarget.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FocusEvent","kind":3,"href":"dart-html/FocusEvent-class.html"}},{"name":"FontFace","qualifiedName":"dart:html.FontFace","href":"dart-html/FontFace-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FontFace.new","qualifiedName":"dart:html.FontFace.FontFace.new","href":"dart-html/FontFace/FontFace.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFace","kind":3,"href":"dart-html/FontFace-class.html"}},{"name":"display","qualifiedName":"dart:html.FontFace.display","href":"dart-html/FontFace/display.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFace","kind":3,"href":"dart-html/FontFace-class.html"}},{"name":"family","qualifiedName":"dart:html.FontFace.family","href":"dart-html/FontFace/family.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFace","kind":3,"href":"dart-html/FontFace-class.html"}},{"name":"featureSettings","qualifiedName":"dart:html.FontFace.featureSettings","href":"dart-html/FontFace/featureSettings.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFace","kind":3,"href":"dart-html/FontFace-class.html"}},{"name":"load","qualifiedName":"dart:html.FontFace.load","href":"dart-html/FontFace/load.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFace","kind":3,"href":"dart-html/FontFace-class.html"}},{"name":"loaded","qualifiedName":"dart:html.FontFace.loaded","href":"dart-html/FontFace/loaded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFace","kind":3,"href":"dart-html/FontFace-class.html"}},{"name":"status","qualifiedName":"dart:html.FontFace.status","href":"dart-html/FontFace/status.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFace","kind":3,"href":"dart-html/FontFace-class.html"}},{"name":"stretch","qualifiedName":"dart:html.FontFace.stretch","href":"dart-html/FontFace/stretch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFace","kind":3,"href":"dart-html/FontFace-class.html"}},{"name":"style","qualifiedName":"dart:html.FontFace.style","href":"dart-html/FontFace/style.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFace","kind":3,"href":"dart-html/FontFace-class.html"}},{"name":"unicodeRange","qualifiedName":"dart:html.FontFace.unicodeRange","href":"dart-html/FontFace/unicodeRange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFace","kind":3,"href":"dart-html/FontFace-class.html"}},{"name":"variant","qualifiedName":"dart:html.FontFace.variant","href":"dart-html/FontFace/variant.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFace","kind":3,"href":"dart-html/FontFace-class.html"}},{"name":"weight","qualifiedName":"dart:html.FontFace.weight","href":"dart-html/FontFace/weight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFace","kind":3,"href":"dart-html/FontFace-class.html"}},{"name":"FontFaceSet","qualifiedName":"dart:html.FontFaceSet","href":"dart-html/FontFaceSet-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"add","qualifiedName":"dart:html.FontFaceSet.add","href":"dart-html/FontFaceSet/add.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"check","qualifiedName":"dart:html.FontFaceSet.check","href":"dart-html/FontFaceSet/check.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"clear","qualifiedName":"dart:html.FontFaceSet.clear","href":"dart-html/FontFaceSet/clear.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"delete","qualifiedName":"dart:html.FontFaceSet.delete","href":"dart-html/FontFaceSet/delete.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"forEach","qualifiedName":"dart:html.FontFaceSet.forEach","href":"dart-html/FontFaceSet/forEach.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"has","qualifiedName":"dart:html.FontFaceSet.has","href":"dart-html/FontFaceSet/has.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"loadingDoneEvent","qualifiedName":"dart:html.FontFaceSet.loadingDoneEvent","href":"dart-html/FontFaceSet/loadingDoneEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"loadingErrorEvent","qualifiedName":"dart:html.FontFaceSet.loadingErrorEvent","href":"dart-html/FontFaceSet/loadingErrorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"loadingEvent","qualifiedName":"dart:html.FontFaceSet.loadingEvent","href":"dart-html/FontFaceSet/loadingEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"onLoading","qualifiedName":"dart:html.FontFaceSet.onLoading","href":"dart-html/FontFaceSet/onLoading.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"onLoadingDone","qualifiedName":"dart:html.FontFaceSet.onLoadingDone","href":"dart-html/FontFaceSet/onLoadingDone.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"onLoadingError","qualifiedName":"dart:html.FontFaceSet.onLoadingError","href":"dart-html/FontFaceSet/onLoadingError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"status","qualifiedName":"dart:html.FontFaceSet.status","href":"dart-html/FontFaceSet/status.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSet","kind":3,"href":"dart-html/FontFaceSet-class.html"}},{"name":"FontFaceSetForEachCallback","qualifiedName":"dart:html.FontFaceSetForEachCallback","href":"dart-html/FontFaceSetForEachCallback.html","kind":21,"packageRank":15,"desc":"Emitted for any setlike IDL entry needs a callback signature.\nToday there is only one.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FontFaceSetLoadEvent","qualifiedName":"dart:html.FontFaceSetLoadEvent","href":"dart-html/FontFaceSetLoadEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FontFaceSetLoadEvent.new","qualifiedName":"dart:html.FontFaceSetLoadEvent.FontFaceSetLoadEvent.new","href":"dart-html/FontFaceSetLoadEvent/FontFaceSetLoadEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSetLoadEvent","kind":3,"href":"dart-html/FontFaceSetLoadEvent-class.html"}},{"name":"fontfaces","qualifiedName":"dart:html.FontFaceSetLoadEvent.fontfaces","href":"dart-html/FontFaceSetLoadEvent/fontfaces.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSetLoadEvent","kind":3,"href":"dart-html/FontFaceSetLoadEvent-class.html"}},{"name":"FontFaceSource","qualifiedName":"dart:html.FontFaceSource","href":"dart-html/FontFaceSource-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"fonts","qualifiedName":"dart:html.FontFaceSource.fonts","href":"dart-html/FontFaceSource/fonts.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FontFaceSource","kind":3,"href":"dart-html/FontFaceSource-class.html"}},{"name":"ForeignFetchEvent","qualifiedName":"dart:html.ForeignFetchEvent","href":"dart-html/ForeignFetchEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ForeignFetchEvent.new","qualifiedName":"dart:html.ForeignFetchEvent.ForeignFetchEvent.new","href":"dart-html/ForeignFetchEvent/ForeignFetchEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ForeignFetchEvent","kind":3,"href":"dart-html/ForeignFetchEvent-class.html"}},{"name":"origin","qualifiedName":"dart:html.ForeignFetchEvent.origin","href":"dart-html/ForeignFetchEvent/origin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ForeignFetchEvent","kind":3,"href":"dart-html/ForeignFetchEvent-class.html"}},{"name":"request","qualifiedName":"dart:html.ForeignFetchEvent.request","href":"dart-html/ForeignFetchEvent/request.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ForeignFetchEvent","kind":3,"href":"dart-html/ForeignFetchEvent-class.html"}},{"name":"respondWith","qualifiedName":"dart:html.ForeignFetchEvent.respondWith","href":"dart-html/ForeignFetchEvent/respondWith.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ForeignFetchEvent","kind":3,"href":"dart-html/ForeignFetchEvent-class.html"}},{"name":"FormData","qualifiedName":"dart:html.FormData","href":"dart-html/FormData-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FormData.new","qualifiedName":"dart:html.FormData.FormData.new","href":"dart-html/FormData/FormData.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FormData","kind":3,"href":"dart-html/FormData-class.html"}},{"name":"append","qualifiedName":"dart:html.FormData.append","href":"dart-html/FormData/append.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormData","kind":3,"href":"dart-html/FormData-class.html"}},{"name":"appendBlob","qualifiedName":"dart:html.FormData.appendBlob","href":"dart-html/FormData/appendBlob.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormData","kind":3,"href":"dart-html/FormData-class.html"}},{"name":"delete","qualifiedName":"dart:html.FormData.delete","href":"dart-html/FormData/delete.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormData","kind":3,"href":"dart-html/FormData-class.html"}},{"name":"get","qualifiedName":"dart:html.FormData.get","href":"dart-html/FormData/get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormData","kind":3,"href":"dart-html/FormData-class.html"}},{"name":"getAll","qualifiedName":"dart:html.FormData.getAll","href":"dart-html/FormData/getAll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormData","kind":3,"href":"dart-html/FormData-class.html"}},{"name":"has","qualifiedName":"dart:html.FormData.has","href":"dart-html/FormData/has.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormData","kind":3,"href":"dart-html/FormData-class.html"}},{"name":"set","qualifiedName":"dart:html.FormData.set","href":"dart-html/FormData/set.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormData","kind":3,"href":"dart-html/FormData-class.html"}},{"name":"supported","qualifiedName":"dart:html.FormData.supported","href":"dart-html/FormData/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"FormData","kind":3,"href":"dart-html/FormData-class.html"}},{"name":"FormElement","qualifiedName":"dart:html.FormElement","href":"dart-html/FormElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FormElement.new","qualifiedName":"dart:html.FormElement.FormElement.new","href":"dart-html/FormElement/FormElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"acceptCharset","qualifiedName":"dart:html.FormElement.acceptCharset","href":"dart-html/FormElement/acceptCharset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"action","qualifiedName":"dart:html.FormElement.action","href":"dart-html/FormElement/action.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"autocomplete","qualifiedName":"dart:html.FormElement.autocomplete","href":"dart-html/FormElement/autocomplete.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"checkValidity","qualifiedName":"dart:html.FormElement.checkValidity","href":"dart-html/FormElement/checkValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"encoding","qualifiedName":"dart:html.FormElement.encoding","href":"dart-html/FormElement/encoding.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"enctype","qualifiedName":"dart:html.FormElement.enctype","href":"dart-html/FormElement/enctype.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"item","qualifiedName":"dart:html.FormElement.item","href":"dart-html/FormElement/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"length","qualifiedName":"dart:html.FormElement.length","href":"dart-html/FormElement/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"method","qualifiedName":"dart:html.FormElement.method","href":"dart-html/FormElement/method.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"name","qualifiedName":"dart:html.FormElement.name","href":"dart-html/FormElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"noValidate","qualifiedName":"dart:html.FormElement.noValidate","href":"dart-html/FormElement/noValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"reportValidity","qualifiedName":"dart:html.FormElement.reportValidity","href":"dart-html/FormElement/reportValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"requestAutocomplete","qualifiedName":"dart:html.FormElement.requestAutocomplete","href":"dart-html/FormElement/requestAutocomplete.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"reset","qualifiedName":"dart:html.FormElement.reset","href":"dart-html/FormElement/reset.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"submit","qualifiedName":"dart:html.FormElement.submit","href":"dart-html/FormElement/submit.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"target","qualifiedName":"dart:html.FormElement.target","href":"dart-html/FormElement/target.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FormElement","kind":3,"href":"dart-html/FormElement-class.html"}},{"name":"FrameRequestCallback","qualifiedName":"dart:html.FrameRequestCallback","href":"dart-html/FrameRequestCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FunctionStringCallback","qualifiedName":"dart:html.FunctionStringCallback","href":"dart-html/FunctionStringCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Gamepad","qualifiedName":"dart:html.Gamepad","href":"dart-html/Gamepad-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"axes","qualifiedName":"dart:html.Gamepad.axes","href":"dart-html/Gamepad/axes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gamepad","kind":3,"href":"dart-html/Gamepad-class.html"}},{"name":"buttons","qualifiedName":"dart:html.Gamepad.buttons","href":"dart-html/Gamepad/buttons.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gamepad","kind":3,"href":"dart-html/Gamepad-class.html"}},{"name":"connected","qualifiedName":"dart:html.Gamepad.connected","href":"dart-html/Gamepad/connected.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gamepad","kind":3,"href":"dart-html/Gamepad-class.html"}},{"name":"displayId","qualifiedName":"dart:html.Gamepad.displayId","href":"dart-html/Gamepad/displayId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gamepad","kind":3,"href":"dart-html/Gamepad-class.html"}},{"name":"hand","qualifiedName":"dart:html.Gamepad.hand","href":"dart-html/Gamepad/hand.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gamepad","kind":3,"href":"dart-html/Gamepad-class.html"}},{"name":"id","qualifiedName":"dart:html.Gamepad.id","href":"dart-html/Gamepad/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gamepad","kind":3,"href":"dart-html/Gamepad-class.html"}},{"name":"index","qualifiedName":"dart:html.Gamepad.index","href":"dart-html/Gamepad/index.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gamepad","kind":3,"href":"dart-html/Gamepad-class.html"}},{"name":"mapping","qualifiedName":"dart:html.Gamepad.mapping","href":"dart-html/Gamepad/mapping.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gamepad","kind":3,"href":"dart-html/Gamepad-class.html"}},{"name":"pose","qualifiedName":"dart:html.Gamepad.pose","href":"dart-html/Gamepad/pose.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gamepad","kind":3,"href":"dart-html/Gamepad-class.html"}},{"name":"timestamp","qualifiedName":"dart:html.Gamepad.timestamp","href":"dart-html/Gamepad/timestamp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gamepad","kind":3,"href":"dart-html/Gamepad-class.html"}},{"name":"GamepadButton","qualifiedName":"dart:html.GamepadButton","href":"dart-html/GamepadButton-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"pressed","qualifiedName":"dart:html.GamepadButton.pressed","href":"dart-html/GamepadButton/pressed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadButton","kind":3,"href":"dart-html/GamepadButton-class.html"}},{"name":"touched","qualifiedName":"dart:html.GamepadButton.touched","href":"dart-html/GamepadButton/touched.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadButton","kind":3,"href":"dart-html/GamepadButton-class.html"}},{"name":"value","qualifiedName":"dart:html.GamepadButton.value","href":"dart-html/GamepadButton/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadButton","kind":3,"href":"dart-html/GamepadButton-class.html"}},{"name":"GamepadEvent","qualifiedName":"dart:html.GamepadEvent","href":"dart-html/GamepadEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"GamepadEvent.new","qualifiedName":"dart:html.GamepadEvent.GamepadEvent.new","href":"dart-html/GamepadEvent/GamepadEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadEvent","kind":3,"href":"dart-html/GamepadEvent-class.html"}},{"name":"gamepad","qualifiedName":"dart:html.GamepadEvent.gamepad","href":"dart-html/GamepadEvent/gamepad.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadEvent","kind":3,"href":"dart-html/GamepadEvent-class.html"}},{"name":"GamepadPose","qualifiedName":"dart:html.GamepadPose","href":"dart-html/GamepadPose-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"angularAcceleration","qualifiedName":"dart:html.GamepadPose.angularAcceleration","href":"dart-html/GamepadPose/angularAcceleration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadPose","kind":3,"href":"dart-html/GamepadPose-class.html"}},{"name":"angularVelocity","qualifiedName":"dart:html.GamepadPose.angularVelocity","href":"dart-html/GamepadPose/angularVelocity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadPose","kind":3,"href":"dart-html/GamepadPose-class.html"}},{"name":"hasOrientation","qualifiedName":"dart:html.GamepadPose.hasOrientation","href":"dart-html/GamepadPose/hasOrientation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadPose","kind":3,"href":"dart-html/GamepadPose-class.html"}},{"name":"hasPosition","qualifiedName":"dart:html.GamepadPose.hasPosition","href":"dart-html/GamepadPose/hasPosition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadPose","kind":3,"href":"dart-html/GamepadPose-class.html"}},{"name":"linearAcceleration","qualifiedName":"dart:html.GamepadPose.linearAcceleration","href":"dart-html/GamepadPose/linearAcceleration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadPose","kind":3,"href":"dart-html/GamepadPose-class.html"}},{"name":"linearVelocity","qualifiedName":"dart:html.GamepadPose.linearVelocity","href":"dart-html/GamepadPose/linearVelocity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadPose","kind":3,"href":"dart-html/GamepadPose-class.html"}},{"name":"orientation","qualifiedName":"dart:html.GamepadPose.orientation","href":"dart-html/GamepadPose/orientation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadPose","kind":3,"href":"dart-html/GamepadPose-class.html"}},{"name":"position","qualifiedName":"dart:html.GamepadPose.position","href":"dart-html/GamepadPose/position.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GamepadPose","kind":3,"href":"dart-html/GamepadPose-class.html"}},{"name":"Geolocation","qualifiedName":"dart:html.Geolocation","href":"dart-html/Geolocation-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getCurrentPosition","qualifiedName":"dart:html.Geolocation.getCurrentPosition","href":"dart-html/Geolocation/getCurrentPosition.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Geolocation","kind":3,"href":"dart-html/Geolocation-class.html"}},{"name":"watchPosition","qualifiedName":"dart:html.Geolocation.watchPosition","href":"dart-html/Geolocation/watchPosition.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Geolocation","kind":3,"href":"dart-html/Geolocation-class.html"}},{"name":"Geoposition","qualifiedName":"dart:html.Geoposition","href":"dart-html/Geoposition-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"coords","qualifiedName":"dart:html.Geoposition.coords","href":"dart-html/Geoposition/coords.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Geoposition","kind":3,"href":"dart-html/Geoposition-class.html"}},{"name":"timestamp","qualifiedName":"dart:html.Geoposition.timestamp","href":"dart-html/Geoposition/timestamp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Geoposition","kind":3,"href":"dart-html/Geoposition-class.html"}},{"name":"GlobalEventHandlers","qualifiedName":"dart:html.GlobalEventHandlers","href":"dart-html/GlobalEventHandlers-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"abortEvent","qualifiedName":"dart:html.GlobalEventHandlers.abortEvent","href":"dart-html/GlobalEventHandlers/abortEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"addEventListener","qualifiedName":"dart:html.GlobalEventHandlers.addEventListener","href":"dart-html/GlobalEventHandlers/addEventListener.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"blurEvent","qualifiedName":"dart:html.GlobalEventHandlers.blurEvent","href":"dart-html/GlobalEventHandlers/blurEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"canPlayEvent","qualifiedName":"dart:html.GlobalEventHandlers.canPlayEvent","href":"dart-html/GlobalEventHandlers/canPlayEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"canPlayThroughEvent","qualifiedName":"dart:html.GlobalEventHandlers.canPlayThroughEvent","href":"dart-html/GlobalEventHandlers/canPlayThroughEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"changeEvent","qualifiedName":"dart:html.GlobalEventHandlers.changeEvent","href":"dart-html/GlobalEventHandlers/changeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"clickEvent","qualifiedName":"dart:html.GlobalEventHandlers.clickEvent","href":"dart-html/GlobalEventHandlers/clickEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"contextMenuEvent","qualifiedName":"dart:html.GlobalEventHandlers.contextMenuEvent","href":"dart-html/GlobalEventHandlers/contextMenuEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"dispatchEvent","qualifiedName":"dart:html.GlobalEventHandlers.dispatchEvent","href":"dart-html/GlobalEventHandlers/dispatchEvent.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"doubleClickEvent","qualifiedName":"dart:html.GlobalEventHandlers.doubleClickEvent","href":"dart-html/GlobalEventHandlers/doubleClickEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"dragEndEvent","qualifiedName":"dart:html.GlobalEventHandlers.dragEndEvent","href":"dart-html/GlobalEventHandlers/dragEndEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"dragEnterEvent","qualifiedName":"dart:html.GlobalEventHandlers.dragEnterEvent","href":"dart-html/GlobalEventHandlers/dragEnterEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"dragEvent","qualifiedName":"dart:html.GlobalEventHandlers.dragEvent","href":"dart-html/GlobalEventHandlers/dragEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"dragLeaveEvent","qualifiedName":"dart:html.GlobalEventHandlers.dragLeaveEvent","href":"dart-html/GlobalEventHandlers/dragLeaveEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"dragOverEvent","qualifiedName":"dart:html.GlobalEventHandlers.dragOverEvent","href":"dart-html/GlobalEventHandlers/dragOverEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"dragStartEvent","qualifiedName":"dart:html.GlobalEventHandlers.dragStartEvent","href":"dart-html/GlobalEventHandlers/dragStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"dropEvent","qualifiedName":"dart:html.GlobalEventHandlers.dropEvent","href":"dart-html/GlobalEventHandlers/dropEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"durationChangeEvent","qualifiedName":"dart:html.GlobalEventHandlers.durationChangeEvent","href":"dart-html/GlobalEventHandlers/durationChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"emptiedEvent","qualifiedName":"dart:html.GlobalEventHandlers.emptiedEvent","href":"dart-html/GlobalEventHandlers/emptiedEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"endedEvent","qualifiedName":"dart:html.GlobalEventHandlers.endedEvent","href":"dart-html/GlobalEventHandlers/endedEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.GlobalEventHandlers.errorEvent","href":"dart-html/GlobalEventHandlers/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"focusEvent","qualifiedName":"dart:html.GlobalEventHandlers.focusEvent","href":"dart-html/GlobalEventHandlers/focusEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"inputEvent","qualifiedName":"dart:html.GlobalEventHandlers.inputEvent","href":"dart-html/GlobalEventHandlers/inputEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"invalidEvent","qualifiedName":"dart:html.GlobalEventHandlers.invalidEvent","href":"dart-html/GlobalEventHandlers/invalidEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"keyDownEvent","qualifiedName":"dart:html.GlobalEventHandlers.keyDownEvent","href":"dart-html/GlobalEventHandlers/keyDownEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"keyPressEvent","qualifiedName":"dart:html.GlobalEventHandlers.keyPressEvent","href":"dart-html/GlobalEventHandlers/keyPressEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"keyUpEvent","qualifiedName":"dart:html.GlobalEventHandlers.keyUpEvent","href":"dart-html/GlobalEventHandlers/keyUpEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"loadEvent","qualifiedName":"dart:html.GlobalEventHandlers.loadEvent","href":"dart-html/GlobalEventHandlers/loadEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"loadedDataEvent","qualifiedName":"dart:html.GlobalEventHandlers.loadedDataEvent","href":"dart-html/GlobalEventHandlers/loadedDataEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"loadedMetadataEvent","qualifiedName":"dart:html.GlobalEventHandlers.loadedMetadataEvent","href":"dart-html/GlobalEventHandlers/loadedMetadataEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"mouseDownEvent","qualifiedName":"dart:html.GlobalEventHandlers.mouseDownEvent","href":"dart-html/GlobalEventHandlers/mouseDownEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"mouseEnterEvent","qualifiedName":"dart:html.GlobalEventHandlers.mouseEnterEvent","href":"dart-html/GlobalEventHandlers/mouseEnterEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"mouseLeaveEvent","qualifiedName":"dart:html.GlobalEventHandlers.mouseLeaveEvent","href":"dart-html/GlobalEventHandlers/mouseLeaveEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"mouseMoveEvent","qualifiedName":"dart:html.GlobalEventHandlers.mouseMoveEvent","href":"dart-html/GlobalEventHandlers/mouseMoveEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"mouseOutEvent","qualifiedName":"dart:html.GlobalEventHandlers.mouseOutEvent","href":"dart-html/GlobalEventHandlers/mouseOutEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"mouseOverEvent","qualifiedName":"dart:html.GlobalEventHandlers.mouseOverEvent","href":"dart-html/GlobalEventHandlers/mouseOverEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"mouseUpEvent","qualifiedName":"dart:html.GlobalEventHandlers.mouseUpEvent","href":"dart-html/GlobalEventHandlers/mouseUpEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"mouseWheelEvent","qualifiedName":"dart:html.GlobalEventHandlers.mouseWheelEvent","href":"dart-html/GlobalEventHandlers/mouseWheelEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"on","qualifiedName":"dart:html.GlobalEventHandlers.on","href":"dart-html/GlobalEventHandlers/on.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"This is an ease-of-use accessor for event streams which should only be\nused when an explicit accessor is not available.","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onAbort","qualifiedName":"dart:html.GlobalEventHandlers.onAbort","href":"dart-html/GlobalEventHandlers/onAbort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onBlur","qualifiedName":"dart:html.GlobalEventHandlers.onBlur","href":"dart-html/GlobalEventHandlers/onBlur.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onCanPlay","qualifiedName":"dart:html.GlobalEventHandlers.onCanPlay","href":"dart-html/GlobalEventHandlers/onCanPlay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onCanPlayThrough","qualifiedName":"dart:html.GlobalEventHandlers.onCanPlayThrough","href":"dart-html/GlobalEventHandlers/onCanPlayThrough.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onChange","qualifiedName":"dart:html.GlobalEventHandlers.onChange","href":"dart-html/GlobalEventHandlers/onChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onClick","qualifiedName":"dart:html.GlobalEventHandlers.onClick","href":"dart-html/GlobalEventHandlers/onClick.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onContextMenu","qualifiedName":"dart:html.GlobalEventHandlers.onContextMenu","href":"dart-html/GlobalEventHandlers/onContextMenu.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onDoubleClick","qualifiedName":"dart:html.GlobalEventHandlers.onDoubleClick","href":"dart-html/GlobalEventHandlers/onDoubleClick.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onDrag","qualifiedName":"dart:html.GlobalEventHandlers.onDrag","href":"dart-html/GlobalEventHandlers/onDrag.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onDragEnd","qualifiedName":"dart:html.GlobalEventHandlers.onDragEnd","href":"dart-html/GlobalEventHandlers/onDragEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onDragEnter","qualifiedName":"dart:html.GlobalEventHandlers.onDragEnter","href":"dart-html/GlobalEventHandlers/onDragEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onDragLeave","qualifiedName":"dart:html.GlobalEventHandlers.onDragLeave","href":"dart-html/GlobalEventHandlers/onDragLeave.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onDragOver","qualifiedName":"dart:html.GlobalEventHandlers.onDragOver","href":"dart-html/GlobalEventHandlers/onDragOver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onDragStart","qualifiedName":"dart:html.GlobalEventHandlers.onDragStart","href":"dart-html/GlobalEventHandlers/onDragStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onDrop","qualifiedName":"dart:html.GlobalEventHandlers.onDrop","href":"dart-html/GlobalEventHandlers/onDrop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onDurationChange","qualifiedName":"dart:html.GlobalEventHandlers.onDurationChange","href":"dart-html/GlobalEventHandlers/onDurationChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onEmptied","qualifiedName":"dart:html.GlobalEventHandlers.onEmptied","href":"dart-html/GlobalEventHandlers/onEmptied.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onEnded","qualifiedName":"dart:html.GlobalEventHandlers.onEnded","href":"dart-html/GlobalEventHandlers/onEnded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onError","qualifiedName":"dart:html.GlobalEventHandlers.onError","href":"dart-html/GlobalEventHandlers/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onFocus","qualifiedName":"dart:html.GlobalEventHandlers.onFocus","href":"dart-html/GlobalEventHandlers/onFocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onInput","qualifiedName":"dart:html.GlobalEventHandlers.onInput","href":"dart-html/GlobalEventHandlers/onInput.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onInvalid","qualifiedName":"dart:html.GlobalEventHandlers.onInvalid","href":"dart-html/GlobalEventHandlers/onInvalid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onKeyDown","qualifiedName":"dart:html.GlobalEventHandlers.onKeyDown","href":"dart-html/GlobalEventHandlers/onKeyDown.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onKeyPress","qualifiedName":"dart:html.GlobalEventHandlers.onKeyPress","href":"dart-html/GlobalEventHandlers/onKeyPress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onKeyUp","qualifiedName":"dart:html.GlobalEventHandlers.onKeyUp","href":"dart-html/GlobalEventHandlers/onKeyUp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onLoad","qualifiedName":"dart:html.GlobalEventHandlers.onLoad","href":"dart-html/GlobalEventHandlers/onLoad.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onLoadedData","qualifiedName":"dart:html.GlobalEventHandlers.onLoadedData","href":"dart-html/GlobalEventHandlers/onLoadedData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onLoadedMetadata","qualifiedName":"dart:html.GlobalEventHandlers.onLoadedMetadata","href":"dart-html/GlobalEventHandlers/onLoadedMetadata.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onMouseDown","qualifiedName":"dart:html.GlobalEventHandlers.onMouseDown","href":"dart-html/GlobalEventHandlers/onMouseDown.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onMouseEnter","qualifiedName":"dart:html.GlobalEventHandlers.onMouseEnter","href":"dart-html/GlobalEventHandlers/onMouseEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onMouseLeave","qualifiedName":"dart:html.GlobalEventHandlers.onMouseLeave","href":"dart-html/GlobalEventHandlers/onMouseLeave.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onMouseMove","qualifiedName":"dart:html.GlobalEventHandlers.onMouseMove","href":"dart-html/GlobalEventHandlers/onMouseMove.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onMouseOut","qualifiedName":"dart:html.GlobalEventHandlers.onMouseOut","href":"dart-html/GlobalEventHandlers/onMouseOut.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onMouseOver","qualifiedName":"dart:html.GlobalEventHandlers.onMouseOver","href":"dart-html/GlobalEventHandlers/onMouseOver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onMouseUp","qualifiedName":"dart:html.GlobalEventHandlers.onMouseUp","href":"dart-html/GlobalEventHandlers/onMouseUp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onMouseWheel","qualifiedName":"dart:html.GlobalEventHandlers.onMouseWheel","href":"dart-html/GlobalEventHandlers/onMouseWheel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onPause","qualifiedName":"dart:html.GlobalEventHandlers.onPause","href":"dart-html/GlobalEventHandlers/onPause.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onPlay","qualifiedName":"dart:html.GlobalEventHandlers.onPlay","href":"dart-html/GlobalEventHandlers/onPlay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onPlaying","qualifiedName":"dart:html.GlobalEventHandlers.onPlaying","href":"dart-html/GlobalEventHandlers/onPlaying.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onRateChange","qualifiedName":"dart:html.GlobalEventHandlers.onRateChange","href":"dart-html/GlobalEventHandlers/onRateChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onReset","qualifiedName":"dart:html.GlobalEventHandlers.onReset","href":"dart-html/GlobalEventHandlers/onReset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onResize","qualifiedName":"dart:html.GlobalEventHandlers.onResize","href":"dart-html/GlobalEventHandlers/onResize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onScroll","qualifiedName":"dart:html.GlobalEventHandlers.onScroll","href":"dart-html/GlobalEventHandlers/onScroll.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onSeeked","qualifiedName":"dart:html.GlobalEventHandlers.onSeeked","href":"dart-html/GlobalEventHandlers/onSeeked.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onSeeking","qualifiedName":"dart:html.GlobalEventHandlers.onSeeking","href":"dart-html/GlobalEventHandlers/onSeeking.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onSelect","qualifiedName":"dart:html.GlobalEventHandlers.onSelect","href":"dart-html/GlobalEventHandlers/onSelect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onStalled","qualifiedName":"dart:html.GlobalEventHandlers.onStalled","href":"dart-html/GlobalEventHandlers/onStalled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onSubmit","qualifiedName":"dart:html.GlobalEventHandlers.onSubmit","href":"dart-html/GlobalEventHandlers/onSubmit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onSuspend","qualifiedName":"dart:html.GlobalEventHandlers.onSuspend","href":"dart-html/GlobalEventHandlers/onSuspend.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onTimeUpdate","qualifiedName":"dart:html.GlobalEventHandlers.onTimeUpdate","href":"dart-html/GlobalEventHandlers/onTimeUpdate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onTouchCancel","qualifiedName":"dart:html.GlobalEventHandlers.onTouchCancel","href":"dart-html/GlobalEventHandlers/onTouchCancel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onTouchEnd","qualifiedName":"dart:html.GlobalEventHandlers.onTouchEnd","href":"dart-html/GlobalEventHandlers/onTouchEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onTouchMove","qualifiedName":"dart:html.GlobalEventHandlers.onTouchMove","href":"dart-html/GlobalEventHandlers/onTouchMove.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onTouchStart","qualifiedName":"dart:html.GlobalEventHandlers.onTouchStart","href":"dart-html/GlobalEventHandlers/onTouchStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onVolumeChange","qualifiedName":"dart:html.GlobalEventHandlers.onVolumeChange","href":"dart-html/GlobalEventHandlers/onVolumeChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onWaiting","qualifiedName":"dart:html.GlobalEventHandlers.onWaiting","href":"dart-html/GlobalEventHandlers/onWaiting.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"onWheel","qualifiedName":"dart:html.GlobalEventHandlers.onWheel","href":"dart-html/GlobalEventHandlers/onWheel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"pauseEvent","qualifiedName":"dart:html.GlobalEventHandlers.pauseEvent","href":"dart-html/GlobalEventHandlers/pauseEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"playEvent","qualifiedName":"dart:html.GlobalEventHandlers.playEvent","href":"dart-html/GlobalEventHandlers/playEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"playingEvent","qualifiedName":"dart:html.GlobalEventHandlers.playingEvent","href":"dart-html/GlobalEventHandlers/playingEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"rateChangeEvent","qualifiedName":"dart:html.GlobalEventHandlers.rateChangeEvent","href":"dart-html/GlobalEventHandlers/rateChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"removeEventListener","qualifiedName":"dart:html.GlobalEventHandlers.removeEventListener","href":"dart-html/GlobalEventHandlers/removeEventListener.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"resetEvent","qualifiedName":"dart:html.GlobalEventHandlers.resetEvent","href":"dart-html/GlobalEventHandlers/resetEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"resizeEvent","qualifiedName":"dart:html.GlobalEventHandlers.resizeEvent","href":"dart-html/GlobalEventHandlers/resizeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"scrollEvent","qualifiedName":"dart:html.GlobalEventHandlers.scrollEvent","href":"dart-html/GlobalEventHandlers/scrollEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"seekedEvent","qualifiedName":"dart:html.GlobalEventHandlers.seekedEvent","href":"dart-html/GlobalEventHandlers/seekedEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"seekingEvent","qualifiedName":"dart:html.GlobalEventHandlers.seekingEvent","href":"dart-html/GlobalEventHandlers/seekingEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"selectEvent","qualifiedName":"dart:html.GlobalEventHandlers.selectEvent","href":"dart-html/GlobalEventHandlers/selectEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"stalledEvent","qualifiedName":"dart:html.GlobalEventHandlers.stalledEvent","href":"dart-html/GlobalEventHandlers/stalledEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"submitEvent","qualifiedName":"dart:html.GlobalEventHandlers.submitEvent","href":"dart-html/GlobalEventHandlers/submitEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"suspendEvent","qualifiedName":"dart:html.GlobalEventHandlers.suspendEvent","href":"dart-html/GlobalEventHandlers/suspendEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"timeUpdateEvent","qualifiedName":"dart:html.GlobalEventHandlers.timeUpdateEvent","href":"dart-html/GlobalEventHandlers/timeUpdateEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"touchCancelEvent","qualifiedName":"dart:html.GlobalEventHandlers.touchCancelEvent","href":"dart-html/GlobalEventHandlers/touchCancelEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"touchEndEvent","qualifiedName":"dart:html.GlobalEventHandlers.touchEndEvent","href":"dart-html/GlobalEventHandlers/touchEndEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"touchMoveEvent","qualifiedName":"dart:html.GlobalEventHandlers.touchMoveEvent","href":"dart-html/GlobalEventHandlers/touchMoveEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"touchStartEvent","qualifiedName":"dart:html.GlobalEventHandlers.touchStartEvent","href":"dart-html/GlobalEventHandlers/touchStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"volumeChangeEvent","qualifiedName":"dart:html.GlobalEventHandlers.volumeChangeEvent","href":"dart-html/GlobalEventHandlers/volumeChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"waitingEvent","qualifiedName":"dart:html.GlobalEventHandlers.waitingEvent","href":"dart-html/GlobalEventHandlers/waitingEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"wheelEvent","qualifiedName":"dart:html.GlobalEventHandlers.wheelEvent","href":"dart-html/GlobalEventHandlers/wheelEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"GlobalEventHandlers","kind":3,"href":"dart-html/GlobalEventHandlers-class.html"}},{"name":"Gyroscope","qualifiedName":"dart:html.Gyroscope","href":"dart-html/Gyroscope-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Gyroscope.new","qualifiedName":"dart:html.Gyroscope.Gyroscope.new","href":"dart-html/Gyroscope/Gyroscope.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Gyroscope","kind":3,"href":"dart-html/Gyroscope-class.html"}},{"name":"x","qualifiedName":"dart:html.Gyroscope.x","href":"dart-html/Gyroscope/x.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gyroscope","kind":3,"href":"dart-html/Gyroscope-class.html"}},{"name":"y","qualifiedName":"dart:html.Gyroscope.y","href":"dart-html/Gyroscope/y.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gyroscope","kind":3,"href":"dart-html/Gyroscope-class.html"}},{"name":"z","qualifiedName":"dart:html.Gyroscope.z","href":"dart-html/Gyroscope/z.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Gyroscope","kind":3,"href":"dart-html/Gyroscope-class.html"}},{"name":"HRElement","qualifiedName":"dart:html.HRElement","href":"dart-html/HRElement-class.html","kind":3,"packageRank":15,"desc":"An &lt;hr&gt; tag.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"HRElement.new","qualifiedName":"dart:html.HRElement.HRElement.new","href":"dart-html/HRElement/HRElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HRElement","kind":3,"href":"dart-html/HRElement-class.html"}},{"name":"color","qualifiedName":"dart:html.HRElement.color","href":"dart-html/HRElement/color.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HRElement","kind":3,"href":"dart-html/HRElement-class.html"}},{"name":"HashChangeEvent","qualifiedName":"dart:html.HashChangeEvent","href":"dart-html/HashChangeEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"HashChangeEvent.new","qualifiedName":"dart:html.HashChangeEvent.HashChangeEvent.new","href":"dart-html/HashChangeEvent/HashChangeEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HashChangeEvent","kind":3,"href":"dart-html/HashChangeEvent-class.html"}},{"name":"newUrl","qualifiedName":"dart:html.HashChangeEvent.newUrl","href":"dart-html/HashChangeEvent/newUrl.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HashChangeEvent","kind":3,"href":"dart-html/HashChangeEvent-class.html"}},{"name":"oldUrl","qualifiedName":"dart:html.HashChangeEvent.oldUrl","href":"dart-html/HashChangeEvent/oldUrl.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HashChangeEvent","kind":3,"href":"dart-html/HashChangeEvent-class.html"}},{"name":"supported","qualifiedName":"dart:html.HashChangeEvent.supported","href":"dart-html/HashChangeEvent/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"HashChangeEvent","kind":3,"href":"dart-html/HashChangeEvent-class.html"}},{"name":"HeadElement","qualifiedName":"dart:html.HeadElement","href":"dart-html/HeadElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"HeadElement.new","qualifiedName":"dart:html.HeadElement.HeadElement.new","href":"dart-html/HeadElement/HeadElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HeadElement","kind":3,"href":"dart-html/HeadElement-class.html"}},{"name":"Headers","qualifiedName":"dart:html.Headers","href":"dart-html/Headers-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Headers.new","qualifiedName":"dart:html.Headers.Headers.new","href":"dart-html/Headers/Headers.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Headers","kind":3,"href":"dart-html/Headers-class.html"}},{"name":"HeadingElement","qualifiedName":"dart:html.HeadingElement","href":"dart-html/HeadingElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"HeadingElement.h1","qualifiedName":"dart:html.HeadingElement.HeadingElement.h1","href":"dart-html/HeadingElement/HeadingElement.h1.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HeadingElement","kind":3,"href":"dart-html/HeadingElement-class.html"}},{"name":"HeadingElement.h2","qualifiedName":"dart:html.HeadingElement.HeadingElement.h2","href":"dart-html/HeadingElement/HeadingElement.h2.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HeadingElement","kind":3,"href":"dart-html/HeadingElement-class.html"}},{"name":"HeadingElement.h3","qualifiedName":"dart:html.HeadingElement.HeadingElement.h3","href":"dart-html/HeadingElement/HeadingElement.h3.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HeadingElement","kind":3,"href":"dart-html/HeadingElement-class.html"}},{"name":"HeadingElement.h4","qualifiedName":"dart:html.HeadingElement.HeadingElement.h4","href":"dart-html/HeadingElement/HeadingElement.h4.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HeadingElement","kind":3,"href":"dart-html/HeadingElement-class.html"}},{"name":"HeadingElement.h5","qualifiedName":"dart:html.HeadingElement.HeadingElement.h5","href":"dart-html/HeadingElement/HeadingElement.h5.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HeadingElement","kind":3,"href":"dart-html/HeadingElement-class.html"}},{"name":"HeadingElement.h6","qualifiedName":"dart:html.HeadingElement.HeadingElement.h6","href":"dart-html/HeadingElement/HeadingElement.h6.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HeadingElement","kind":3,"href":"dart-html/HeadingElement-class.html"}},{"name":"HiddenInputElement","qualifiedName":"dart:html.HiddenInputElement","href":"dart-html/HiddenInputElement-class.html","kind":3,"packageRank":15,"desc":"Hidden input which is not intended to be seen or edited by the user.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"HiddenInputElement.new","qualifiedName":"dart:html.HiddenInputElement.HiddenInputElement.new","href":"dart-html/HiddenInputElement/HiddenInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HiddenInputElement","kind":3,"href":"dart-html/HiddenInputElement-class.html"}},{"name":"History","qualifiedName":"dart:html.History","href":"dart-html/History-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"back","qualifiedName":"dart:html.History.back","href":"dart-html/History/back.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"History","kind":3,"href":"dart-html/History-class.html"}},{"name":"forward","qualifiedName":"dart:html.History.forward","href":"dart-html/History/forward.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"History","kind":3,"href":"dart-html/History-class.html"}},{"name":"go","qualifiedName":"dart:html.History.go","href":"dart-html/History/go.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"History","kind":3,"href":"dart-html/History-class.html"}},{"name":"length","qualifiedName":"dart:html.History.length","href":"dart-html/History/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"History","kind":3,"href":"dart-html/History-class.html"}},{"name":"pushState","qualifiedName":"dart:html.History.pushState","href":"dart-html/History/pushState.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"History","kind":3,"href":"dart-html/History-class.html"}},{"name":"replaceState","qualifiedName":"dart:html.History.replaceState","href":"dart-html/History/replaceState.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"History","kind":3,"href":"dart-html/History-class.html"}},{"name":"scrollRestoration","qualifiedName":"dart:html.History.scrollRestoration","href":"dart-html/History/scrollRestoration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"History","kind":3,"href":"dart-html/History-class.html"}},{"name":"state","qualifiedName":"dart:html.History.state","href":"dart-html/History/state.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"History","kind":3,"href":"dart-html/History-class.html"}},{"name":"supportsState","qualifiedName":"dart:html.History.supportsState","href":"dart-html/History/supportsState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if the State APIs are supported on the current platform.","enclosedBy":{"name":"History","kind":3,"href":"dart-html/History-class.html"}},{"name":"HistoryBase","qualifiedName":"dart:html.HistoryBase","href":"dart-html/HistoryBase-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"HistoryBase.new","qualifiedName":"dart:html.HistoryBase.HistoryBase.new","href":"dart-html/HistoryBase/HistoryBase.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HistoryBase","kind":3,"href":"dart-html/HistoryBase-class.html"}},{"name":"back","qualifiedName":"dart:html.HistoryBase.back","href":"dart-html/HistoryBase/back.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HistoryBase","kind":3,"href":"dart-html/HistoryBase-class.html"}},{"name":"forward","qualifiedName":"dart:html.HistoryBase.forward","href":"dart-html/HistoryBase/forward.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HistoryBase","kind":3,"href":"dart-html/HistoryBase-class.html"}},{"name":"go","qualifiedName":"dart:html.HistoryBase.go","href":"dart-html/HistoryBase/go.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HistoryBase","kind":3,"href":"dart-html/HistoryBase-class.html"}},{"name":"HtmlCollection","qualifiedName":"dart:html.HtmlCollection","href":"dart-html/HtmlCollection-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"elementAt","qualifiedName":"dart:html.HtmlCollection.elementAt","href":"dart-html/HtmlCollection/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the indexth element.","enclosedBy":{"name":"HtmlCollection","kind":3,"href":"dart-html/HtmlCollection-class.html"}},{"name":"first","qualifiedName":"dart:html.HtmlCollection.first","href":"dart-html/HtmlCollection/first.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first element.","enclosedBy":{"name":"HtmlCollection","kind":3,"href":"dart-html/HtmlCollection-class.html"}},{"name":"item","qualifiedName":"dart:html.HtmlCollection.item","href":"dart-html/HtmlCollection/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlCollection","kind":3,"href":"dart-html/HtmlCollection-class.html"}},{"name":"last","qualifiedName":"dart:html.HtmlCollection.last","href":"dart-html/HtmlCollection/last.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last element.","enclosedBy":{"name":"HtmlCollection","kind":3,"href":"dart-html/HtmlCollection-class.html"}},{"name":"length","qualifiedName":"dart:html.HtmlCollection.length","href":"dart-html/HtmlCollection/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"HtmlCollection","kind":3,"href":"dart-html/HtmlCollection-class.html"}},{"name":"namedItem","qualifiedName":"dart:html.HtmlCollection.namedItem","href":"dart-html/HtmlCollection/namedItem.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlCollection","kind":3,"href":"dart-html/HtmlCollection-class.html"}},{"name":"operator []","qualifiedName":"dart:html.HtmlCollection.operator []","href":"dart-html/HtmlCollection/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The object at the given index in the list.","enclosedBy":{"name":"HtmlCollection","kind":3,"href":"dart-html/HtmlCollection-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.HtmlCollection.operator []=","href":"dart-html/HtmlCollection/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"HtmlCollection","kind":3,"href":"dart-html/HtmlCollection-class.html"}},{"name":"single","qualifiedName":"dart:html.HtmlCollection.single","href":"dart-html/HtmlCollection/single.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"HtmlCollection","kind":3,"href":"dart-html/HtmlCollection-class.html"}},{"name":"HtmlDocument","qualifiedName":"dart:html.HtmlDocument","href":"dart-html/HtmlDocument-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"body","qualifiedName":"dart:html.HtmlDocument.body","href":"dart-html/HtmlDocument/body.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"caretRangeFromPoint","qualifiedName":"dart:html.HtmlDocument.caretRangeFromPoint","href":"dart-html/HtmlDocument/caretRangeFromPoint.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"UNSTABLE: Chrome-only - create a Range from the given point.","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"createElementUpgrader","qualifiedName":"dart:html.HtmlDocument.createElementUpgrader","href":"dart-html/HtmlDocument/createElementUpgrader.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates an element upgrader which can be used to change the Dart wrapper\ntype for elements.","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"elementFromPoint","qualifiedName":"dart:html.HtmlDocument.elementFromPoint","href":"dart-html/HtmlDocument/elementFromPoint.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"exitFullscreen","qualifiedName":"dart:html.HtmlDocument.exitFullscreen","href":"dart-html/HtmlDocument/exitFullscreen.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns page to standard layout.","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"head","qualifiedName":"dart:html.HtmlDocument.head","href":"dart-html/HtmlDocument/head.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"lastModified","qualifiedName":"dart:html.HtmlDocument.lastModified","href":"dart-html/HtmlDocument/lastModified.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"onVisibilityChange","qualifiedName":"dart:html.HtmlDocument.onVisibilityChange","href":"dart-html/HtmlDocument/onVisibilityChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"preferredStylesheetSet","qualifiedName":"dart:html.HtmlDocument.preferredStylesheetSet","href":"dart-html/HtmlDocument/preferredStylesheetSet.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"referrer","qualifiedName":"dart:html.HtmlDocument.referrer","href":"dart-html/HtmlDocument/referrer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"selectedStylesheetSet","qualifiedName":"dart:html.HtmlDocument.selectedStylesheetSet","href":"dart-html/HtmlDocument/selectedStylesheetSet.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"styleSheets","qualifiedName":"dart:html.HtmlDocument.styleSheets","href":"dart-html/HtmlDocument/styleSheets.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"title","qualifiedName":"dart:html.HtmlDocument.title","href":"dart-html/HtmlDocument/title.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"visibilityChangeEvent","qualifiedName":"dart:html.HtmlDocument.visibilityChangeEvent","href":"dart-html/HtmlDocument/visibilityChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose visibilitychange events to event\nhandlers that are not necessarily instances of Document.","enclosedBy":{"name":"HtmlDocument","kind":3,"href":"dart-html/HtmlDocument-class.html"}},{"name":"HtmlElement","qualifiedName":"dart:html.HtmlElement","href":"dart-html/HtmlElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"HtmlElement.new","qualifiedName":"dart:html.HtmlElement.HtmlElement.new","href":"dart-html/HtmlElement/HtmlElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlElement","kind":3,"href":"dart-html/HtmlElement-class.html"}},{"name":"nonce","qualifiedName":"dart:html.HtmlElement.nonce","href":"dart-html/HtmlElement/nonce.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlElement","kind":3,"href":"dart-html/HtmlElement-class.html"}},{"name":"HtmlFormControlsCollection","qualifiedName":"dart:html.HtmlFormControlsCollection","href":"dart-html/HtmlFormControlsCollection-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"namedItem","qualifiedName":"dart:html.HtmlFormControlsCollection.namedItem","href":"dart-html/HtmlFormControlsCollection/namedItem.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlFormControlsCollection","kind":3,"href":"dart-html/HtmlFormControlsCollection-class.html"}},{"name":"HtmlHtmlElement","qualifiedName":"dart:html.HtmlHtmlElement","href":"dart-html/HtmlHtmlElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"HtmlHtmlElement.new","qualifiedName":"dart:html.HtmlHtmlElement.HtmlHtmlElement.new","href":"dart-html/HtmlHtmlElement/HtmlHtmlElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlHtmlElement","kind":3,"href":"dart-html/HtmlHtmlElement-class.html"}},{"name":"HtmlHyperlinkElementUtils","qualifiedName":"dart:html.HtmlHyperlinkElementUtils","href":"dart-html/HtmlHyperlinkElementUtils-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"hash","qualifiedName":"dart:html.HtmlHyperlinkElementUtils.hash","href":"dart-html/HtmlHyperlinkElementUtils/hash.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlHyperlinkElementUtils","kind":3,"href":"dart-html/HtmlHyperlinkElementUtils-class.html"}},{"name":"host","qualifiedName":"dart:html.HtmlHyperlinkElementUtils.host","href":"dart-html/HtmlHyperlinkElementUtils/host.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlHyperlinkElementUtils","kind":3,"href":"dart-html/HtmlHyperlinkElementUtils-class.html"}},{"name":"hostname","qualifiedName":"dart:html.HtmlHyperlinkElementUtils.hostname","href":"dart-html/HtmlHyperlinkElementUtils/hostname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlHyperlinkElementUtils","kind":3,"href":"dart-html/HtmlHyperlinkElementUtils-class.html"}},{"name":"href","qualifiedName":"dart:html.HtmlHyperlinkElementUtils.href","href":"dart-html/HtmlHyperlinkElementUtils/href.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlHyperlinkElementUtils","kind":3,"href":"dart-html/HtmlHyperlinkElementUtils-class.html"}},{"name":"origin","qualifiedName":"dart:html.HtmlHyperlinkElementUtils.origin","href":"dart-html/HtmlHyperlinkElementUtils/origin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlHyperlinkElementUtils","kind":3,"href":"dart-html/HtmlHyperlinkElementUtils-class.html"}},{"name":"password","qualifiedName":"dart:html.HtmlHyperlinkElementUtils.password","href":"dart-html/HtmlHyperlinkElementUtils/password.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlHyperlinkElementUtils","kind":3,"href":"dart-html/HtmlHyperlinkElementUtils-class.html"}},{"name":"pathname","qualifiedName":"dart:html.HtmlHyperlinkElementUtils.pathname","href":"dart-html/HtmlHyperlinkElementUtils/pathname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlHyperlinkElementUtils","kind":3,"href":"dart-html/HtmlHyperlinkElementUtils-class.html"}},{"name":"port","qualifiedName":"dart:html.HtmlHyperlinkElementUtils.port","href":"dart-html/HtmlHyperlinkElementUtils/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlHyperlinkElementUtils","kind":3,"href":"dart-html/HtmlHyperlinkElementUtils-class.html"}},{"name":"protocol","qualifiedName":"dart:html.HtmlHyperlinkElementUtils.protocol","href":"dart-html/HtmlHyperlinkElementUtils/protocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlHyperlinkElementUtils","kind":3,"href":"dart-html/HtmlHyperlinkElementUtils-class.html"}},{"name":"search","qualifiedName":"dart:html.HtmlHyperlinkElementUtils.search","href":"dart-html/HtmlHyperlinkElementUtils/search.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlHyperlinkElementUtils","kind":3,"href":"dart-html/HtmlHyperlinkElementUtils-class.html"}},{"name":"username","qualifiedName":"dart:html.HtmlHyperlinkElementUtils.username","href":"dart-html/HtmlHyperlinkElementUtils/username.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HtmlHyperlinkElementUtils","kind":3,"href":"dart-html/HtmlHyperlinkElementUtils-class.html"}},{"name":"HtmlOptionsCollection","qualifiedName":"dart:html.HtmlOptionsCollection","href":"dart-html/HtmlOptionsCollection-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"HttpRequest","qualifiedName":"dart:html.HttpRequest","href":"dart-html/HttpRequest-class.html","kind":3,"packageRank":15,"desc":"A client-side XHR request for getting data from a URL,\nformally known as XMLHttpRequest.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DONE","qualifiedName":"dart:html.HttpRequest.DONE","href":"dart-html/HttpRequest/DONE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"HEADERS_RECEIVED","qualifiedName":"dart:html.HttpRequest.HEADERS_RECEIVED","href":"dart-html/HttpRequest/HEADERS_RECEIVED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"HttpRequest.new","qualifiedName":"dart:html.HttpRequest.HttpRequest.new","href":"dart-html/HttpRequest/HttpRequest.html","kind":2,"packageRank":15,"desc":"General constructor for any type of request (GET, POST, etc).","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"LOADING","qualifiedName":"dart:html.HttpRequest.LOADING","href":"dart-html/HttpRequest/LOADING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"OPENED","qualifiedName":"dart:html.HttpRequest.OPENED","href":"dart-html/HttpRequest/OPENED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"UNSENT","qualifiedName":"dart:html.HttpRequest.UNSENT","href":"dart-html/HttpRequest/UNSENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"abort","qualifiedName":"dart:html.HttpRequest.abort","href":"dart-html/HttpRequest/abort.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stop the current request.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"getAllResponseHeaders","qualifiedName":"dart:html.HttpRequest.getAllResponseHeaders","href":"dart-html/HttpRequest/getAllResponseHeaders.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Retrieve all the response headers from a request.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"getResponseHeader","qualifiedName":"dart:html.HttpRequest.getResponseHeader","href":"dart-html/HttpRequest/getResponseHeader.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Return the response header named header, or null if not found.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"getString","qualifiedName":"dart:html.HttpRequest.getString","href":"dart-html/HttpRequest/getString.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a GET request for the specified url.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"onReadyStateChange","qualifiedName":"dart:html.HttpRequest.onReadyStateChange","href":"dart-html/HttpRequest/onReadyStateChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Event listeners to be notified every time the HttpRequest\nobject's readyState changes values.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"open","qualifiedName":"dart:html.HttpRequest.open","href":"dart-html/HttpRequest/open.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Specify the desired url, and method to use in making the request.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"overrideMimeType","qualifiedName":"dart:html.HttpRequest.overrideMimeType","href":"dart-html/HttpRequest/overrideMimeType.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Specify a particular MIME type (such as text/xml) desired for the\nresponse.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"postFormData","qualifiedName":"dart:html.HttpRequest.postFormData","href":"dart-html/HttpRequest/postFormData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Makes a server POST request with the specified data encoded as form data.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"readyState","qualifiedName":"dart:html.HttpRequest.readyState","href":"dart-html/HttpRequest/readyState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Indicator of the current state of the request:","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"readyStateChangeEvent","qualifiedName":"dart:html.HttpRequest.readyStateChangeEvent","href":"dart-html/HttpRequest/readyStateChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose readystatechange events to event\nhandlers that are not necessarily instances of HttpRequest.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"request","qualifiedName":"dart:html.HttpRequest.request","href":"dart-html/HttpRequest/request.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates and sends a URL request for the specified url.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"requestCrossOrigin","qualifiedName":"dart:html.HttpRequest.requestCrossOrigin","href":"dart-html/HttpRequest/requestCrossOrigin.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Makes a cross-origin request to the specified URL.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"response","qualifiedName":"dart:html.HttpRequest.response","href":"dart-html/HttpRequest/response.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The data received as a reponse from the request.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"responseHeaders","qualifiedName":"dart:html.HttpRequest.responseHeaders","href":"dart-html/HttpRequest/responseHeaders.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns all response headers as a key-value map.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"responseText","qualifiedName":"dart:html.HttpRequest.responseText","href":"dart-html/HttpRequest/responseText.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The response in String form or empty String on failure.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"responseType","qualifiedName":"dart:html.HttpRequest.responseType","href":"dart-html/HttpRequest/responseType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"String telling the server the desired response format.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"responseUrl","qualifiedName":"dart:html.HttpRequest.responseUrl","href":"dart-html/HttpRequest/responseUrl.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"responseXml","qualifiedName":"dart:html.HttpRequest.responseXml","href":"dart-html/HttpRequest/responseXml.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The request response, or null on failure.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"send","qualifiedName":"dart:html.HttpRequest.send","href":"dart-html/HttpRequest/send.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Send the request with any given data.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"setRequestHeader","qualifiedName":"dart:html.HttpRequest.setRequestHeader","href":"dart-html/HttpRequest/setRequestHeader.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the value of an HTTP request header.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"status","qualifiedName":"dart:html.HttpRequest.status","href":"dart-html/HttpRequest/status.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The HTTP result code from the request (200, 404, etc).\nSee also: HTTP Status Codes","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"statusText","qualifiedName":"dart:html.HttpRequest.statusText","href":"dart-html/HttpRequest/statusText.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The request response string (such as \"OK\").\nSee also: HTTP Status Codes","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"supportsCrossOrigin","qualifiedName":"dart:html.HttpRequest.supportsCrossOrigin","href":"dart-html/HttpRequest/supportsCrossOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks to see if the current platform supports making cross origin\nrequests.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"supportsLoadEndEvent","qualifiedName":"dart:html.HttpRequest.supportsLoadEndEvent","href":"dart-html/HttpRequest/supportsLoadEndEvent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks to see if the LoadEnd event is supported on the current platform.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"supportsOverrideMimeType","qualifiedName":"dart:html.HttpRequest.supportsOverrideMimeType","href":"dart-html/HttpRequest/supportsOverrideMimeType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks to see if the overrideMimeType method is supported on the current\nplatform.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"supportsProgressEvent","qualifiedName":"dart:html.HttpRequest.supportsProgressEvent","href":"dart-html/HttpRequest/supportsProgressEvent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks to see if the Progress event is supported on the current platform.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"timeout","qualifiedName":"dart:html.HttpRequest.timeout","href":"dart-html/HttpRequest/timeout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Length of time in milliseconds before a request is automatically\nterminated.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"upload","qualifiedName":"dart:html.HttpRequest.upload","href":"dart-html/HttpRequest/upload.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"EventTarget that can hold listeners to track the progress of the request.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"withCredentials","qualifiedName":"dart:html.HttpRequest.withCredentials","href":"dart-html/HttpRequest/withCredentials.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"True if cross-site requests should use credentials such as cookies\nor authorization headers; false otherwise.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-html/HttpRequest-class.html"}},{"name":"HttpRequestEventTarget","qualifiedName":"dart:html.HttpRequestEventTarget","href":"dart-html/HttpRequestEventTarget-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"abortEvent","qualifiedName":"dart:html.HttpRequestEventTarget.abortEvent","href":"dart-html/HttpRequestEventTarget/abortEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose abort events to event\nhandlers that are not necessarily instances of HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.HttpRequestEventTarget.errorEvent","href":"dart-html/HttpRequestEventTarget/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"loadEndEvent","qualifiedName":"dart:html.HttpRequestEventTarget.loadEndEvent","href":"dart-html/HttpRequestEventTarget/loadEndEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose loadend events to event\nhandlers that are not necessarily instances of HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"loadEvent","qualifiedName":"dart:html.HttpRequestEventTarget.loadEvent","href":"dart-html/HttpRequestEventTarget/loadEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose load events to event\nhandlers that are not necessarily instances of HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"loadStartEvent","qualifiedName":"dart:html.HttpRequestEventTarget.loadStartEvent","href":"dart-html/HttpRequestEventTarget/loadStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose loadstart events to event\nhandlers that are not necessarily instances of HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"onAbort","qualifiedName":"dart:html.HttpRequestEventTarget.onAbort","href":"dart-html/HttpRequestEventTarget/onAbort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of abort events handled by this HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"onError","qualifiedName":"dart:html.HttpRequestEventTarget.onError","href":"dart-html/HttpRequestEventTarget/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"onLoad","qualifiedName":"dart:html.HttpRequestEventTarget.onLoad","href":"dart-html/HttpRequestEventTarget/onLoad.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of load events handled by this HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"onLoadEnd","qualifiedName":"dart:html.HttpRequestEventTarget.onLoadEnd","href":"dart-html/HttpRequestEventTarget/onLoadEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of loadend events handled by this HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"onLoadStart","qualifiedName":"dart:html.HttpRequestEventTarget.onLoadStart","href":"dart-html/HttpRequestEventTarget/onLoadStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of loadstart events handled by this HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"onProgress","qualifiedName":"dart:html.HttpRequestEventTarget.onProgress","href":"dart-html/HttpRequestEventTarget/onProgress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of progress events handled by this HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"onTimeout","qualifiedName":"dart:html.HttpRequestEventTarget.onTimeout","href":"dart-html/HttpRequestEventTarget/onTimeout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of timeout events handled by this HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"progressEvent","qualifiedName":"dart:html.HttpRequestEventTarget.progressEvent","href":"dart-html/HttpRequestEventTarget/progressEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose progress events to event\nhandlers that are not necessarily instances of HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"timeoutEvent","qualifiedName":"dart:html.HttpRequestEventTarget.timeoutEvent","href":"dart-html/HttpRequestEventTarget/timeoutEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose timeout events to event\nhandlers that are not necessarily instances of HttpRequestEventTarget.","enclosedBy":{"name":"HttpRequestEventTarget","kind":3,"href":"dart-html/HttpRequestEventTarget-class.html"}},{"name":"HttpRequestUpload","qualifiedName":"dart:html.HttpRequestUpload","href":"dart-html/HttpRequestUpload-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"HttpStatus","qualifiedName":"dart:html.HttpStatus","href":"dart-html/HttpStatus-class.html","kind":3,"packageRank":15,"desc":"HTTP status codes.  Exported in dart:io and dart:html.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ACCEPTED","qualifiedName":"dart:html.HttpStatus.ACCEPTED","href":"dart-html/HttpStatus/ACCEPTED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"BAD_GATEWAY","qualifiedName":"dart:html.HttpStatus.BAD_GATEWAY","href":"dart-html/HttpStatus/BAD_GATEWAY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"BAD_REQUEST","qualifiedName":"dart:html.HttpStatus.BAD_REQUEST","href":"dart-html/HttpStatus/BAD_REQUEST-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"CONFLICT","qualifiedName":"dart:html.HttpStatus.CONFLICT","href":"dart-html/HttpStatus/CONFLICT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"CONTINUE","qualifiedName":"dart:html.HttpStatus.CONTINUE","href":"dart-html/HttpStatus/CONTINUE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"CREATED","qualifiedName":"dart:html.HttpStatus.CREATED","href":"dart-html/HttpStatus/CREATED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"EXPECTATION_FAILED","qualifiedName":"dart:html.HttpStatus.EXPECTATION_FAILED","href":"dart-html/HttpStatus/EXPECTATION_FAILED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"FORBIDDEN","qualifiedName":"dart:html.HttpStatus.FORBIDDEN","href":"dart-html/HttpStatus/FORBIDDEN-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"FOUND","qualifiedName":"dart:html.HttpStatus.FOUND","href":"dart-html/HttpStatus/FOUND-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"GATEWAY_TIMEOUT","qualifiedName":"dart:html.HttpStatus.GATEWAY_TIMEOUT","href":"dart-html/HttpStatus/GATEWAY_TIMEOUT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"GONE","qualifiedName":"dart:html.HttpStatus.GONE","href":"dart-html/HttpStatus/GONE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"HTTP_VERSION_NOT_SUPPORTED","qualifiedName":"dart:html.HttpStatus.HTTP_VERSION_NOT_SUPPORTED","href":"dart-html/HttpStatus/HTTP_VERSION_NOT_SUPPORTED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"HttpStatus.new","qualifiedName":"dart:html.HttpStatus.HttpStatus.new","href":"dart-html/HttpStatus/HttpStatus.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"INTERNAL_SERVER_ERROR","qualifiedName":"dart:html.HttpStatus.INTERNAL_SERVER_ERROR","href":"dart-html/HttpStatus/INTERNAL_SERVER_ERROR-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"LENGTH_REQUIRED","qualifiedName":"dart:html.HttpStatus.LENGTH_REQUIRED","href":"dart-html/HttpStatus/LENGTH_REQUIRED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"METHOD_NOT_ALLOWED","qualifiedName":"dart:html.HttpStatus.METHOD_NOT_ALLOWED","href":"dart-html/HttpStatus/METHOD_NOT_ALLOWED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"MOVED_PERMANENTLY","qualifiedName":"dart:html.HttpStatus.MOVED_PERMANENTLY","href":"dart-html/HttpStatus/MOVED_PERMANENTLY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"MOVED_TEMPORARILY","qualifiedName":"dart:html.HttpStatus.MOVED_TEMPORARILY","href":"dart-html/HttpStatus/MOVED_TEMPORARILY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"MULTIPLE_CHOICES","qualifiedName":"dart:html.HttpStatus.MULTIPLE_CHOICES","href":"dart-html/HttpStatus/MULTIPLE_CHOICES-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"NETWORK_CONNECT_TIMEOUT_ERROR","qualifiedName":"dart:html.HttpStatus.NETWORK_CONNECT_TIMEOUT_ERROR","href":"dart-html/HttpStatus/NETWORK_CONNECT_TIMEOUT_ERROR-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"NON_AUTHORITATIVE_INFORMATION","qualifiedName":"dart:html.HttpStatus.NON_AUTHORITATIVE_INFORMATION","href":"dart-html/HttpStatus/NON_AUTHORITATIVE_INFORMATION-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"NOT_ACCEPTABLE","qualifiedName":"dart:html.HttpStatus.NOT_ACCEPTABLE","href":"dart-html/HttpStatus/NOT_ACCEPTABLE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"NOT_FOUND","qualifiedName":"dart:html.HttpStatus.NOT_FOUND","href":"dart-html/HttpStatus/NOT_FOUND-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"NOT_IMPLEMENTED","qualifiedName":"dart:html.HttpStatus.NOT_IMPLEMENTED","href":"dart-html/HttpStatus/NOT_IMPLEMENTED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"NOT_MODIFIED","qualifiedName":"dart:html.HttpStatus.NOT_MODIFIED","href":"dart-html/HttpStatus/NOT_MODIFIED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"NO_CONTENT","qualifiedName":"dart:html.HttpStatus.NO_CONTENT","href":"dart-html/HttpStatus/NO_CONTENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"OK","qualifiedName":"dart:html.HttpStatus.OK","href":"dart-html/HttpStatus/OK-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"PARTIAL_CONTENT","qualifiedName":"dart:html.HttpStatus.PARTIAL_CONTENT","href":"dart-html/HttpStatus/PARTIAL_CONTENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"PAYMENT_REQUIRED","qualifiedName":"dart:html.HttpStatus.PAYMENT_REQUIRED","href":"dart-html/HttpStatus/PAYMENT_REQUIRED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"PRECONDITION_FAILED","qualifiedName":"dart:html.HttpStatus.PRECONDITION_FAILED","href":"dart-html/HttpStatus/PRECONDITION_FAILED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"PROXY_AUTHENTICATION_REQUIRED","qualifiedName":"dart:html.HttpStatus.PROXY_AUTHENTICATION_REQUIRED","href":"dart-html/HttpStatus/PROXY_AUTHENTICATION_REQUIRED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"REQUESTED_RANGE_NOT_SATISFIABLE","qualifiedName":"dart:html.HttpStatus.REQUESTED_RANGE_NOT_SATISFIABLE","href":"dart-html/HttpStatus/REQUESTED_RANGE_NOT_SATISFIABLE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"REQUEST_ENTITY_TOO_LARGE","qualifiedName":"dart:html.HttpStatus.REQUEST_ENTITY_TOO_LARGE","href":"dart-html/HttpStatus/REQUEST_ENTITY_TOO_LARGE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"REQUEST_TIMEOUT","qualifiedName":"dart:html.HttpStatus.REQUEST_TIMEOUT","href":"dart-html/HttpStatus/REQUEST_TIMEOUT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"REQUEST_URI_TOO_LONG","qualifiedName":"dart:html.HttpStatus.REQUEST_URI_TOO_LONG","href":"dart-html/HttpStatus/REQUEST_URI_TOO_LONG-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"RESET_CONTENT","qualifiedName":"dart:html.HttpStatus.RESET_CONTENT","href":"dart-html/HttpStatus/RESET_CONTENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"SEE_OTHER","qualifiedName":"dart:html.HttpStatus.SEE_OTHER","href":"dart-html/HttpStatus/SEE_OTHER-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"SERVICE_UNAVAILABLE","qualifiedName":"dart:html.HttpStatus.SERVICE_UNAVAILABLE","href":"dart-html/HttpStatus/SERVICE_UNAVAILABLE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"SWITCHING_PROTOCOLS","qualifiedName":"dart:html.HttpStatus.SWITCHING_PROTOCOLS","href":"dart-html/HttpStatus/SWITCHING_PROTOCOLS-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"TEMPORARY_REDIRECT","qualifiedName":"dart:html.HttpStatus.TEMPORARY_REDIRECT","href":"dart-html/HttpStatus/TEMPORARY_REDIRECT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"UNAUTHORIZED","qualifiedName":"dart:html.HttpStatus.UNAUTHORIZED","href":"dart-html/HttpStatus/UNAUTHORIZED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"UNSUPPORTED_MEDIA_TYPE","qualifiedName":"dart:html.HttpStatus.UNSUPPORTED_MEDIA_TYPE","href":"dart-html/HttpStatus/UNSUPPORTED_MEDIA_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"UPGRADE_REQUIRED","qualifiedName":"dart:html.HttpStatus.UPGRADE_REQUIRED","href":"dart-html/HttpStatus/UPGRADE_REQUIRED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"USE_PROXY","qualifiedName":"dart:html.HttpStatus.USE_PROXY","href":"dart-html/HttpStatus/USE_PROXY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"accepted","qualifiedName":"dart:html.HttpStatus.accepted","href":"dart-html/HttpStatus/accepted-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"alreadyReported","qualifiedName":"dart:html.HttpStatus.alreadyReported","href":"dart-html/HttpStatus/alreadyReported-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"badGateway","qualifiedName":"dart:html.HttpStatus.badGateway","href":"dart-html/HttpStatus/badGateway-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"badRequest","qualifiedName":"dart:html.HttpStatus.badRequest","href":"dart-html/HttpStatus/badRequest-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"clientClosedRequest","qualifiedName":"dart:html.HttpStatus.clientClosedRequest","href":"dart-html/HttpStatus/clientClosedRequest-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"conflict","qualifiedName":"dart:html.HttpStatus.conflict","href":"dart-html/HttpStatus/conflict-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"connectionClosedWithoutResponse","qualifiedName":"dart:html.HttpStatus.connectionClosedWithoutResponse","href":"dart-html/HttpStatus/connectionClosedWithoutResponse-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"continue_","qualifiedName":"dart:html.HttpStatus.continue_","href":"dart-html/HttpStatus/continue_-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"created","qualifiedName":"dart:html.HttpStatus.created","href":"dart-html/HttpStatus/created-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"expectationFailed","qualifiedName":"dart:html.HttpStatus.expectationFailed","href":"dart-html/HttpStatus/expectationFailed-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"failedDependency","qualifiedName":"dart:html.HttpStatus.failedDependency","href":"dart-html/HttpStatus/failedDependency-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"forbidden","qualifiedName":"dart:html.HttpStatus.forbidden","href":"dart-html/HttpStatus/forbidden-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"found","qualifiedName":"dart:html.HttpStatus.found","href":"dart-html/HttpStatus/found-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"gatewayTimeout","qualifiedName":"dart:html.HttpStatus.gatewayTimeout","href":"dart-html/HttpStatus/gatewayTimeout-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"gone","qualifiedName":"dart:html.HttpStatus.gone","href":"dart-html/HttpStatus/gone-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"httpVersionNotSupported","qualifiedName":"dart:html.HttpStatus.httpVersionNotSupported","href":"dart-html/HttpStatus/httpVersionNotSupported-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"imUsed","qualifiedName":"dart:html.HttpStatus.imUsed","href":"dart-html/HttpStatus/imUsed-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"insufficientStorage","qualifiedName":"dart:html.HttpStatus.insufficientStorage","href":"dart-html/HttpStatus/insufficientStorage-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"internalServerError","qualifiedName":"dart:html.HttpStatus.internalServerError","href":"dart-html/HttpStatus/internalServerError-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"lengthRequired","qualifiedName":"dart:html.HttpStatus.lengthRequired","href":"dart-html/HttpStatus/lengthRequired-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"locked","qualifiedName":"dart:html.HttpStatus.locked","href":"dart-html/HttpStatus/locked-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"loopDetected","qualifiedName":"dart:html.HttpStatus.loopDetected","href":"dart-html/HttpStatus/loopDetected-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"methodNotAllowed","qualifiedName":"dart:html.HttpStatus.methodNotAllowed","href":"dart-html/HttpStatus/methodNotAllowed-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"misdirectedRequest","qualifiedName":"dart:html.HttpStatus.misdirectedRequest","href":"dart-html/HttpStatus/misdirectedRequest-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"movedPermanently","qualifiedName":"dart:html.HttpStatus.movedPermanently","href":"dart-html/HttpStatus/movedPermanently-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"movedTemporarily","qualifiedName":"dart:html.HttpStatus.movedTemporarily","href":"dart-html/HttpStatus/movedTemporarily-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"multiStatus","qualifiedName":"dart:html.HttpStatus.multiStatus","href":"dart-html/HttpStatus/multiStatus-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"multipleChoices","qualifiedName":"dart:html.HttpStatus.multipleChoices","href":"dart-html/HttpStatus/multipleChoices-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"networkAuthenticationRequired","qualifiedName":"dart:html.HttpStatus.networkAuthenticationRequired","href":"dart-html/HttpStatus/networkAuthenticationRequired-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"networkConnectTimeoutError","qualifiedName":"dart:html.HttpStatus.networkConnectTimeoutError","href":"dart-html/HttpStatus/networkConnectTimeoutError-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"noContent","qualifiedName":"dart:html.HttpStatus.noContent","href":"dart-html/HttpStatus/noContent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"nonAuthoritativeInformation","qualifiedName":"dart:html.HttpStatus.nonAuthoritativeInformation","href":"dart-html/HttpStatus/nonAuthoritativeInformation-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"notAcceptable","qualifiedName":"dart:html.HttpStatus.notAcceptable","href":"dart-html/HttpStatus/notAcceptable-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"notExtended","qualifiedName":"dart:html.HttpStatus.notExtended","href":"dart-html/HttpStatus/notExtended-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"notFound","qualifiedName":"dart:html.HttpStatus.notFound","href":"dart-html/HttpStatus/notFound-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"notImplemented","qualifiedName":"dart:html.HttpStatus.notImplemented","href":"dart-html/HttpStatus/notImplemented-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"notModified","qualifiedName":"dart:html.HttpStatus.notModified","href":"dart-html/HttpStatus/notModified-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"ok","qualifiedName":"dart:html.HttpStatus.ok","href":"dart-html/HttpStatus/ok-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"partialContent","qualifiedName":"dart:html.HttpStatus.partialContent","href":"dart-html/HttpStatus/partialContent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"paymentRequired","qualifiedName":"dart:html.HttpStatus.paymentRequired","href":"dart-html/HttpStatus/paymentRequired-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"permanentRedirect","qualifiedName":"dart:html.HttpStatus.permanentRedirect","href":"dart-html/HttpStatus/permanentRedirect-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"preconditionFailed","qualifiedName":"dart:html.HttpStatus.preconditionFailed","href":"dart-html/HttpStatus/preconditionFailed-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"preconditionRequired","qualifiedName":"dart:html.HttpStatus.preconditionRequired","href":"dart-html/HttpStatus/preconditionRequired-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"processing","qualifiedName":"dart:html.HttpStatus.processing","href":"dart-html/HttpStatus/processing-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"proxyAuthenticationRequired","qualifiedName":"dart:html.HttpStatus.proxyAuthenticationRequired","href":"dart-html/HttpStatus/proxyAuthenticationRequired-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"requestEntityTooLarge","qualifiedName":"dart:html.HttpStatus.requestEntityTooLarge","href":"dart-html/HttpStatus/requestEntityTooLarge-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"requestHeaderFieldsTooLarge","qualifiedName":"dart:html.HttpStatus.requestHeaderFieldsTooLarge","href":"dart-html/HttpStatus/requestHeaderFieldsTooLarge-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"requestTimeout","qualifiedName":"dart:html.HttpStatus.requestTimeout","href":"dart-html/HttpStatus/requestTimeout-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"requestUriTooLong","qualifiedName":"dart:html.HttpStatus.requestUriTooLong","href":"dart-html/HttpStatus/requestUriTooLong-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"requestedRangeNotSatisfiable","qualifiedName":"dart:html.HttpStatus.requestedRangeNotSatisfiable","href":"dart-html/HttpStatus/requestedRangeNotSatisfiable-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"resetContent","qualifiedName":"dart:html.HttpStatus.resetContent","href":"dart-html/HttpStatus/resetContent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"seeOther","qualifiedName":"dart:html.HttpStatus.seeOther","href":"dart-html/HttpStatus/seeOther-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"serviceUnavailable","qualifiedName":"dart:html.HttpStatus.serviceUnavailable","href":"dart-html/HttpStatus/serviceUnavailable-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"switchingProtocols","qualifiedName":"dart:html.HttpStatus.switchingProtocols","href":"dart-html/HttpStatus/switchingProtocols-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"temporaryRedirect","qualifiedName":"dart:html.HttpStatus.temporaryRedirect","href":"dart-html/HttpStatus/temporaryRedirect-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"tooManyRequests","qualifiedName":"dart:html.HttpStatus.tooManyRequests","href":"dart-html/HttpStatus/tooManyRequests-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"unauthorized","qualifiedName":"dart:html.HttpStatus.unauthorized","href":"dart-html/HttpStatus/unauthorized-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"unavailableForLegalReasons","qualifiedName":"dart:html.HttpStatus.unavailableForLegalReasons","href":"dart-html/HttpStatus/unavailableForLegalReasons-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"unprocessableEntity","qualifiedName":"dart:html.HttpStatus.unprocessableEntity","href":"dart-html/HttpStatus/unprocessableEntity-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"unsupportedMediaType","qualifiedName":"dart:html.HttpStatus.unsupportedMediaType","href":"dart-html/HttpStatus/unsupportedMediaType-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"upgradeRequired","qualifiedName":"dart:html.HttpStatus.upgradeRequired","href":"dart-html/HttpStatus/upgradeRequired-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"useProxy","qualifiedName":"dart:html.HttpStatus.useProxy","href":"dart-html/HttpStatus/useProxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"variantAlsoNegotiates","qualifiedName":"dart:html.HttpStatus.variantAlsoNegotiates","href":"dart-html/HttpStatus/variantAlsoNegotiates-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpStatus","kind":3,"href":"dart-html/HttpStatus-class.html"}},{"name":"IFrameElement","qualifiedName":"dart:html.IFrameElement","href":"dart-html/IFrameElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"IFrameElement.new","qualifiedName":"dart:html.IFrameElement.IFrameElement.new","href":"dart-html/IFrameElement/IFrameElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"allow","qualifiedName":"dart:html.IFrameElement.allow","href":"dart-html/IFrameElement/allow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"allowFullscreen","qualifiedName":"dart:html.IFrameElement.allowFullscreen","href":"dart-html/IFrameElement/allowFullscreen.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"allowPaymentRequest","qualifiedName":"dart:html.IFrameElement.allowPaymentRequest","href":"dart-html/IFrameElement/allowPaymentRequest.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"contentWindow","qualifiedName":"dart:html.IFrameElement.contentWindow","href":"dart-html/IFrameElement/contentWindow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"csp","qualifiedName":"dart:html.IFrameElement.csp","href":"dart-html/IFrameElement/csp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"height","qualifiedName":"dart:html.IFrameElement.height","href":"dart-html/IFrameElement/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"name","qualifiedName":"dart:html.IFrameElement.name","href":"dart-html/IFrameElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"referrerPolicy","qualifiedName":"dart:html.IFrameElement.referrerPolicy","href":"dart-html/IFrameElement/referrerPolicy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"sandbox","qualifiedName":"dart:html.IFrameElement.sandbox","href":"dart-html/IFrameElement/sandbox.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"src","qualifiedName":"dart:html.IFrameElement.src","href":"dart-html/IFrameElement/src.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"srcdoc","qualifiedName":"dart:html.IFrameElement.srcdoc","href":"dart-html/IFrameElement/srcdoc.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"width","qualifiedName":"dart:html.IFrameElement.width","href":"dart-html/IFrameElement/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IFrameElement","kind":3,"href":"dart-html/IFrameElement-class.html"}},{"name":"IdleDeadline","qualifiedName":"dart:html.IdleDeadline","href":"dart-html/IdleDeadline-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"didTimeout","qualifiedName":"dart:html.IdleDeadline.didTimeout","href":"dart-html/IdleDeadline/didTimeout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IdleDeadline","kind":3,"href":"dart-html/IdleDeadline-class.html"}},{"name":"timeRemaining","qualifiedName":"dart:html.IdleDeadline.timeRemaining","href":"dart-html/IdleDeadline/timeRemaining.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IdleDeadline","kind":3,"href":"dart-html/IdleDeadline-class.html"}},{"name":"IdleRequestCallback","qualifiedName":"dart:html.IdleRequestCallback","href":"dart-html/IdleRequestCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ImageBitmap","qualifiedName":"dart:html.ImageBitmap","href":"dart-html/ImageBitmap-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"close","qualifiedName":"dart:html.ImageBitmap.close","href":"dart-html/ImageBitmap/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageBitmap","kind":3,"href":"dart-html/ImageBitmap-class.html"}},{"name":"height","qualifiedName":"dart:html.ImageBitmap.height","href":"dart-html/ImageBitmap/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageBitmap","kind":3,"href":"dart-html/ImageBitmap-class.html"}},{"name":"width","qualifiedName":"dart:html.ImageBitmap.width","href":"dart-html/ImageBitmap/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageBitmap","kind":3,"href":"dart-html/ImageBitmap-class.html"}},{"name":"ImageBitmapRenderingContext","qualifiedName":"dart:html.ImageBitmapRenderingContext","href":"dart-html/ImageBitmapRenderingContext-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"canvas","qualifiedName":"dart:html.ImageBitmapRenderingContext.canvas","href":"dart-html/ImageBitmapRenderingContext/canvas.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageBitmapRenderingContext","kind":3,"href":"dart-html/ImageBitmapRenderingContext-class.html"}},{"name":"transferFromImageBitmap","qualifiedName":"dart:html.ImageBitmapRenderingContext.transferFromImageBitmap","href":"dart-html/ImageBitmapRenderingContext/transferFromImageBitmap.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageBitmapRenderingContext","kind":3,"href":"dart-html/ImageBitmapRenderingContext-class.html"}},{"name":"ImageButtonInputElement","qualifiedName":"dart:html.ImageButtonInputElement","href":"dart-html/ImageButtonInputElement-class.html","kind":3,"packageRank":15,"desc":"Either an image which the user can select a coordinate to or a form\nsubmit button.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ImageButtonInputElement.new","qualifiedName":"dart:html.ImageButtonInputElement.ImageButtonInputElement.new","href":"dart-html/ImageButtonInputElement/ImageButtonInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageButtonInputElement","kind":3,"href":"dart-html/ImageButtonInputElement-class.html"}},{"name":"alt","qualifiedName":"dart:html.ImageButtonInputElement.alt","href":"dart-html/ImageButtonInputElement/alt.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageButtonInputElement","kind":3,"href":"dart-html/ImageButtonInputElement-class.html"}},{"name":"formAction","qualifiedName":"dart:html.ImageButtonInputElement.formAction","href":"dart-html/ImageButtonInputElement/formAction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageButtonInputElement","kind":3,"href":"dart-html/ImageButtonInputElement-class.html"}},{"name":"formEnctype","qualifiedName":"dart:html.ImageButtonInputElement.formEnctype","href":"dart-html/ImageButtonInputElement/formEnctype.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageButtonInputElement","kind":3,"href":"dart-html/ImageButtonInputElement-class.html"}},{"name":"formMethod","qualifiedName":"dart:html.ImageButtonInputElement.formMethod","href":"dart-html/ImageButtonInputElement/formMethod.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageButtonInputElement","kind":3,"href":"dart-html/ImageButtonInputElement-class.html"}},{"name":"formNoValidate","qualifiedName":"dart:html.ImageButtonInputElement.formNoValidate","href":"dart-html/ImageButtonInputElement/formNoValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageButtonInputElement","kind":3,"href":"dart-html/ImageButtonInputElement-class.html"}},{"name":"formTarget","qualifiedName":"dart:html.ImageButtonInputElement.formTarget","href":"dart-html/ImageButtonInputElement/formTarget.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageButtonInputElement","kind":3,"href":"dart-html/ImageButtonInputElement-class.html"}},{"name":"height","qualifiedName":"dart:html.ImageButtonInputElement.height","href":"dart-html/ImageButtonInputElement/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageButtonInputElement","kind":3,"href":"dart-html/ImageButtonInputElement-class.html"}},{"name":"src","qualifiedName":"dart:html.ImageButtonInputElement.src","href":"dart-html/ImageButtonInputElement/src.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageButtonInputElement","kind":3,"href":"dart-html/ImageButtonInputElement-class.html"}},{"name":"width","qualifiedName":"dart:html.ImageButtonInputElement.width","href":"dart-html/ImageButtonInputElement/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageButtonInputElement","kind":3,"href":"dart-html/ImageButtonInputElement-class.html"}},{"name":"ImageCapture","qualifiedName":"dart:html.ImageCapture","href":"dart-html/ImageCapture-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ImageCapture.new","qualifiedName":"dart:html.ImageCapture.ImageCapture.new","href":"dart-html/ImageCapture/ImageCapture.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageCapture","kind":3,"href":"dart-html/ImageCapture-class.html"}},{"name":"getPhotoCapabilities","qualifiedName":"dart:html.ImageCapture.getPhotoCapabilities","href":"dart-html/ImageCapture/getPhotoCapabilities.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageCapture","kind":3,"href":"dart-html/ImageCapture-class.html"}},{"name":"getPhotoSettings","qualifiedName":"dart:html.ImageCapture.getPhotoSettings","href":"dart-html/ImageCapture/getPhotoSettings.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageCapture","kind":3,"href":"dart-html/ImageCapture-class.html"}},{"name":"grabFrame","qualifiedName":"dart:html.ImageCapture.grabFrame","href":"dart-html/ImageCapture/grabFrame.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageCapture","kind":3,"href":"dart-html/ImageCapture-class.html"}},{"name":"setOptions","qualifiedName":"dart:html.ImageCapture.setOptions","href":"dart-html/ImageCapture/setOptions.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageCapture","kind":3,"href":"dart-html/ImageCapture-class.html"}},{"name":"takePhoto","qualifiedName":"dart:html.ImageCapture.takePhoto","href":"dart-html/ImageCapture/takePhoto.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageCapture","kind":3,"href":"dart-html/ImageCapture-class.html"}},{"name":"track","qualifiedName":"dart:html.ImageCapture.track","href":"dart-html/ImageCapture/track.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageCapture","kind":3,"href":"dart-html/ImageCapture-class.html"}},{"name":"ImageData","qualifiedName":"dart:html.ImageData","href":"dart-html/ImageData-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ImageData.new","qualifiedName":"dart:html.ImageData.ImageData.new","href":"dart-html/ImageData/ImageData.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageData","kind":3,"href":"dart-html/ImageData-class.html"}},{"name":"data","qualifiedName":"dart:html.ImageData.data","href":"dart-html/ImageData/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageData","kind":3,"href":"dart-html/ImageData-class.html"}},{"name":"height","qualifiedName":"dart:html.ImageData.height","href":"dart-html/ImageData/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageData","kind":3,"href":"dart-html/ImageData-class.html"}},{"name":"width","qualifiedName":"dart:html.ImageData.width","href":"dart-html/ImageData/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageData","kind":3,"href":"dart-html/ImageData-class.html"}},{"name":"ImageElement","qualifiedName":"dart:html.ImageElement","href":"dart-html/ImageElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ImageElement.new","qualifiedName":"dart:html.ImageElement.ImageElement.new","href":"dart-html/ImageElement/ImageElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"alt","qualifiedName":"dart:html.ImageElement.alt","href":"dart-html/ImageElement/alt.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"async","qualifiedName":"dart:html.ImageElement.async","href":"dart-html/ImageElement/async.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"complete","qualifiedName":"dart:html.ImageElement.complete","href":"dart-html/ImageElement/complete.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"crossOrigin","qualifiedName":"dart:html.ImageElement.crossOrigin","href":"dart-html/ImageElement/crossOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"currentSrc","qualifiedName":"dart:html.ImageElement.currentSrc","href":"dart-html/ImageElement/currentSrc.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"decode","qualifiedName":"dart:html.ImageElement.decode","href":"dart-html/ImageElement/decode.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"height","qualifiedName":"dart:html.ImageElement.height","href":"dart-html/ImageElement/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"isMap","qualifiedName":"dart:html.ImageElement.isMap","href":"dart-html/ImageElement/isMap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"naturalHeight","qualifiedName":"dart:html.ImageElement.naturalHeight","href":"dart-html/ImageElement/naturalHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"naturalWidth","qualifiedName":"dart:html.ImageElement.naturalWidth","href":"dart-html/ImageElement/naturalWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"referrerPolicy","qualifiedName":"dart:html.ImageElement.referrerPolicy","href":"dart-html/ImageElement/referrerPolicy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"sizes","qualifiedName":"dart:html.ImageElement.sizes","href":"dart-html/ImageElement/sizes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"src","qualifiedName":"dart:html.ImageElement.src","href":"dart-html/ImageElement/src.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"srcset","qualifiedName":"dart:html.ImageElement.srcset","href":"dart-html/ImageElement/srcset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"useMap","qualifiedName":"dart:html.ImageElement.useMap","href":"dart-html/ImageElement/useMap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"width","qualifiedName":"dart:html.ImageElement.width","href":"dart-html/ImageElement/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ImageElement","kind":3,"href":"dart-html/ImageElement-class.html"}},{"name":"ImmutableListMixin","qualifiedName":"dart:html.ImmutableListMixin","href":"dart-html/ImmutableListMixin-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ImmutableListMixin.new","qualifiedName":"dart:html.ImmutableListMixin.ImmutableListMixin.new","href":"dart-html/ImmutableListMixin/ImmutableListMixin.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"add","qualifiedName":"dart:html.ImmutableListMixin.add","href":"dart-html/ImmutableListMixin/add.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Adds value to the end of this list,\nextending the length by one.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"addAll","qualifiedName":"dart:html.ImmutableListMixin.addAll","href":"dart-html/ImmutableListMixin/addAll.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Appends all objects of iterable to the end of this list.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"fillRange","qualifiedName":"dart:html.ImmutableListMixin.fillRange","href":"dart-html/ImmutableListMixin/fillRange.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Overwrites a range of elements with fillValue.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"insert","qualifiedName":"dart:html.ImmutableListMixin.insert","href":"dart-html/ImmutableListMixin/insert.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Inserts element at position index in this list.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"insertAll","qualifiedName":"dart:html.ImmutableListMixin.insertAll","href":"dart-html/ImmutableListMixin/insertAll.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Inserts all objects of iterable at position index in this list.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"iterator","qualifiedName":"dart:html.ImmutableListMixin.iterator","href":"dart-html/ImmutableListMixin/iterator.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"remove","qualifiedName":"dart:html.ImmutableListMixin.remove","href":"dart-html/ImmutableListMixin/remove.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Removes the first occurrence of value from this list.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"removeAt","qualifiedName":"dart:html.ImmutableListMixin.removeAt","href":"dart-html/ImmutableListMixin/removeAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Removes the object at position index from this list.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"removeLast","qualifiedName":"dart:html.ImmutableListMixin.removeLast","href":"dart-html/ImmutableListMixin/removeLast.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Removes and returns the last object in this list.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"removeRange","qualifiedName":"dart:html.ImmutableListMixin.removeRange","href":"dart-html/ImmutableListMixin/removeRange.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Removes a range of elements from the list.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"removeWhere","qualifiedName":"dart:html.ImmutableListMixin.removeWhere","href":"dart-html/ImmutableListMixin/removeWhere.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Removes all objects from this list that satisfy test.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"replaceRange","qualifiedName":"dart:html.ImmutableListMixin.replaceRange","href":"dart-html/ImmutableListMixin/replaceRange.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Replaces a range of elements with the elements of replacements.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"retainWhere","qualifiedName":"dart:html.ImmutableListMixin.retainWhere","href":"dart-html/ImmutableListMixin/retainWhere.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Removes all objects from this list that fail to satisfy test.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"setAll","qualifiedName":"dart:html.ImmutableListMixin.setAll","href":"dart-html/ImmutableListMixin/setAll.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Overwrites elements with the objects of iterable.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"setRange","qualifiedName":"dart:html.ImmutableListMixin.setRange","href":"dart-html/ImmutableListMixin/setRange.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Writes some elements of iterable into a range of this list.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"shuffle","qualifiedName":"dart:html.ImmutableListMixin.shuffle","href":"dart-html/ImmutableListMixin/shuffle.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Shuffles the elements of this list randomly.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"sort","qualifiedName":"dart:html.ImmutableListMixin.sort","href":"dart-html/ImmutableListMixin/sort.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sorts this list according to the order specified by the compare function.","enclosedBy":{"name":"ImmutableListMixin","kind":3,"href":"dart-html/ImmutableListMixin-class.html"}},{"name":"InputDeviceCapabilities","qualifiedName":"dart:html.InputDeviceCapabilities","href":"dart-html/InputDeviceCapabilities-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"InputDeviceCapabilities.new","qualifiedName":"dart:html.InputDeviceCapabilities.InputDeviceCapabilities.new","href":"dart-html/InputDeviceCapabilities/InputDeviceCapabilities.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"InputDeviceCapabilities","kind":3,"href":"dart-html/InputDeviceCapabilities-class.html"}},{"name":"firesTouchEvents","qualifiedName":"dart:html.InputDeviceCapabilities.firesTouchEvents","href":"dart-html/InputDeviceCapabilities/firesTouchEvents.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputDeviceCapabilities","kind":3,"href":"dart-html/InputDeviceCapabilities-class.html"}},{"name":"InputElement","qualifiedName":"dart:html.InputElement","href":"dart-html/InputElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"InputElement.new","qualifiedName":"dart:html.InputElement.InputElement.new","href":"dart-html/InputElement/InputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"accept","qualifiedName":"dart:html.InputElement.accept","href":"dart-html/InputElement/accept.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"alt","qualifiedName":"dart:html.InputElement.alt","href":"dart-html/InputElement/alt.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"autocapitalize","qualifiedName":"dart:html.InputElement.autocapitalize","href":"dart-html/InputElement/autocapitalize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"autocomplete","qualifiedName":"dart:html.InputElement.autocomplete","href":"dart-html/InputElement/autocomplete.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"autofocus","qualifiedName":"dart:html.InputElement.autofocus","href":"dart-html/InputElement/autofocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"capture","qualifiedName":"dart:html.InputElement.capture","href":"dart-html/InputElement/capture.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"checkValidity","qualifiedName":"dart:html.InputElement.checkValidity","href":"dart-html/InputElement/checkValidity.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"checked","qualifiedName":"dart:html.InputElement.checked","href":"dart-html/InputElement/checked.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"defaultChecked","qualifiedName":"dart:html.InputElement.defaultChecked","href":"dart-html/InputElement/defaultChecked.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"defaultValue","qualifiedName":"dart:html.InputElement.defaultValue","href":"dart-html/InputElement/defaultValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"dirName","qualifiedName":"dart:html.InputElement.dirName","href":"dart-html/InputElement/dirName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"directory","qualifiedName":"dart:html.InputElement.directory","href":"dart-html/InputElement/directory.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"disabled","qualifiedName":"dart:html.InputElement.disabled","href":"dart-html/InputElement/disabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"entries","qualifiedName":"dart:html.InputElement.entries","href":"dart-html/InputElement/entries.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"files","qualifiedName":"dart:html.InputElement.files","href":"dart-html/InputElement/files.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"form","qualifiedName":"dart:html.InputElement.form","href":"dart-html/InputElement/form.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"formAction","qualifiedName":"dart:html.InputElement.formAction","href":"dart-html/InputElement/formAction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"formEnctype","qualifiedName":"dart:html.InputElement.formEnctype","href":"dart-html/InputElement/formEnctype.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"formMethod","qualifiedName":"dart:html.InputElement.formMethod","href":"dart-html/InputElement/formMethod.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"formNoValidate","qualifiedName":"dart:html.InputElement.formNoValidate","href":"dart-html/InputElement/formNoValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"formTarget","qualifiedName":"dart:html.InputElement.formTarget","href":"dart-html/InputElement/formTarget.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"height","qualifiedName":"dart:html.InputElement.height","href":"dart-html/InputElement/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"incremental","qualifiedName":"dart:html.InputElement.incremental","href":"dart-html/InputElement/incremental.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"indeterminate","qualifiedName":"dart:html.InputElement.indeterminate","href":"dart-html/InputElement/indeterminate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"labels","qualifiedName":"dart:html.InputElement.labels","href":"dart-html/InputElement/labels.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"list","qualifiedName":"dart:html.InputElement.list","href":"dart-html/InputElement/list.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"max","qualifiedName":"dart:html.InputElement.max","href":"dart-html/InputElement/max.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"maxLength","qualifiedName":"dart:html.InputElement.maxLength","href":"dart-html/InputElement/maxLength.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"min","qualifiedName":"dart:html.InputElement.min","href":"dart-html/InputElement/min.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"minLength","qualifiedName":"dart:html.InputElement.minLength","href":"dart-html/InputElement/minLength.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"multiple","qualifiedName":"dart:html.InputElement.multiple","href":"dart-html/InputElement/multiple.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"name","qualifiedName":"dart:html.InputElement.name","href":"dart-html/InputElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"pattern","qualifiedName":"dart:html.InputElement.pattern","href":"dart-html/InputElement/pattern.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"placeholder","qualifiedName":"dart:html.InputElement.placeholder","href":"dart-html/InputElement/placeholder.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"readOnly","qualifiedName":"dart:html.InputElement.readOnly","href":"dart-html/InputElement/readOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"reportValidity","qualifiedName":"dart:html.InputElement.reportValidity","href":"dart-html/InputElement/reportValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"required","qualifiedName":"dart:html.InputElement.required","href":"dart-html/InputElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"select","qualifiedName":"dart:html.InputElement.select","href":"dart-html/InputElement/select.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"selectionDirection","qualifiedName":"dart:html.InputElement.selectionDirection","href":"dart-html/InputElement/selectionDirection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"selectionEnd","qualifiedName":"dart:html.InputElement.selectionEnd","href":"dart-html/InputElement/selectionEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"selectionStart","qualifiedName":"dart:html.InputElement.selectionStart","href":"dart-html/InputElement/selectionStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"setCustomValidity","qualifiedName":"dart:html.InputElement.setCustomValidity","href":"dart-html/InputElement/setCustomValidity.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"setRangeText","qualifiedName":"dart:html.InputElement.setRangeText","href":"dart-html/InputElement/setRangeText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"setSelectionRange","qualifiedName":"dart:html.InputElement.setSelectionRange","href":"dart-html/InputElement/setSelectionRange.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"size","qualifiedName":"dart:html.InputElement.size","href":"dart-html/InputElement/size.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"src","qualifiedName":"dart:html.InputElement.src","href":"dart-html/InputElement/src.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"step","qualifiedName":"dart:html.InputElement.step","href":"dart-html/InputElement/step.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"stepDown","qualifiedName":"dart:html.InputElement.stepDown","href":"dart-html/InputElement/stepDown.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"stepUp","qualifiedName":"dart:html.InputElement.stepUp","href":"dart-html/InputElement/stepUp.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"type","qualifiedName":"dart:html.InputElement.type","href":"dart-html/InputElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"validationMessage","qualifiedName":"dart:html.InputElement.validationMessage","href":"dart-html/InputElement/validationMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"validity","qualifiedName":"dart:html.InputElement.validity","href":"dart-html/InputElement/validity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"value","qualifiedName":"dart:html.InputElement.value","href":"dart-html/InputElement/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"valueAsDate","qualifiedName":"dart:html.InputElement.valueAsDate","href":"dart-html/InputElement/valueAsDate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"valueAsNumber","qualifiedName":"dart:html.InputElement.valueAsNumber","href":"dart-html/InputElement/valueAsNumber.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"width","qualifiedName":"dart:html.InputElement.width","href":"dart-html/InputElement/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"willValidate","qualifiedName":"dart:html.InputElement.willValidate","href":"dart-html/InputElement/willValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElement","kind":3,"href":"dart-html/InputElement-class.html"}},{"name":"InputElementBase","qualifiedName":"dart:html.InputElementBase","href":"dart-html/InputElementBase-class.html","kind":3,"packageRank":15,"desc":"Exposes the functionality common between all InputElement types.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"InputElementBase.new","qualifiedName":"dart:html.InputElementBase.InputElementBase.new","href":"dart-html/InputElementBase/InputElementBase.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"autofocus","qualifiedName":"dart:html.InputElementBase.autofocus","href":"dart-html/InputElementBase/autofocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"checkValidity","qualifiedName":"dart:html.InputElementBase.checkValidity","href":"dart-html/InputElementBase/checkValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"disabled","qualifiedName":"dart:html.InputElementBase.disabled","href":"dart-html/InputElementBase/disabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"incremental","qualifiedName":"dart:html.InputElementBase.incremental","href":"dart-html/InputElementBase/incremental.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"indeterminate","qualifiedName":"dart:html.InputElementBase.indeterminate","href":"dart-html/InputElementBase/indeterminate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"labels","qualifiedName":"dart:html.InputElementBase.labels","href":"dart-html/InputElementBase/labels.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"name","qualifiedName":"dart:html.InputElementBase.name","href":"dart-html/InputElementBase/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"setCustomValidity","qualifiedName":"dart:html.InputElementBase.setCustomValidity","href":"dart-html/InputElementBase/setCustomValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"validationMessage","qualifiedName":"dart:html.InputElementBase.validationMessage","href":"dart-html/InputElementBase/validationMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"validity","qualifiedName":"dart:html.InputElementBase.validity","href":"dart-html/InputElementBase/validity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"value","qualifiedName":"dart:html.InputElementBase.value","href":"dart-html/InputElementBase/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"willValidate","qualifiedName":"dart:html.InputElementBase.willValidate","href":"dart-html/InputElementBase/willValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InputElementBase","kind":3,"href":"dart-html/InputElementBase-class.html"}},{"name":"InstallEvent","qualifiedName":"dart:html.InstallEvent","href":"dart-html/InstallEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"InstallEvent.new","qualifiedName":"dart:html.InstallEvent.InstallEvent.new","href":"dart-html/InstallEvent/InstallEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"InstallEvent","kind":3,"href":"dart-html/InstallEvent-class.html"}},{"name":"registerForeignFetch","qualifiedName":"dart:html.InstallEvent.registerForeignFetch","href":"dart-html/InstallEvent/registerForeignFetch.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InstallEvent","kind":3,"href":"dart-html/InstallEvent-class.html"}},{"name":"IntersectionObserver","qualifiedName":"dart:html.IntersectionObserver","href":"dart-html/IntersectionObserver-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"IntersectionObserver.new","qualifiedName":"dart:html.IntersectionObserver.IntersectionObserver.new","href":"dart-html/IntersectionObserver/IntersectionObserver.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserver","kind":3,"href":"dart-html/IntersectionObserver-class.html"}},{"name":"disconnect","qualifiedName":"dart:html.IntersectionObserver.disconnect","href":"dart-html/IntersectionObserver/disconnect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserver","kind":3,"href":"dart-html/IntersectionObserver-class.html"}},{"name":"observe","qualifiedName":"dart:html.IntersectionObserver.observe","href":"dart-html/IntersectionObserver/observe.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserver","kind":3,"href":"dart-html/IntersectionObserver-class.html"}},{"name":"root","qualifiedName":"dart:html.IntersectionObserver.root","href":"dart-html/IntersectionObserver/root.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserver","kind":3,"href":"dart-html/IntersectionObserver-class.html"}},{"name":"rootMargin","qualifiedName":"dart:html.IntersectionObserver.rootMargin","href":"dart-html/IntersectionObserver/rootMargin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserver","kind":3,"href":"dart-html/IntersectionObserver-class.html"}},{"name":"takeRecords","qualifiedName":"dart:html.IntersectionObserver.takeRecords","href":"dart-html/IntersectionObserver/takeRecords.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserver","kind":3,"href":"dart-html/IntersectionObserver-class.html"}},{"name":"thresholds","qualifiedName":"dart:html.IntersectionObserver.thresholds","href":"dart-html/IntersectionObserver/thresholds.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserver","kind":3,"href":"dart-html/IntersectionObserver-class.html"}},{"name":"unobserve","qualifiedName":"dart:html.IntersectionObserver.unobserve","href":"dart-html/IntersectionObserver/unobserve.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserver","kind":3,"href":"dart-html/IntersectionObserver-class.html"}},{"name":"IntersectionObserverCallback","qualifiedName":"dart:html.IntersectionObserverCallback","href":"dart-html/IntersectionObserverCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"IntersectionObserverEntry","qualifiedName":"dart:html.IntersectionObserverEntry","href":"dart-html/IntersectionObserverEntry-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"boundingClientRect","qualifiedName":"dart:html.IntersectionObserverEntry.boundingClientRect","href":"dart-html/IntersectionObserverEntry/boundingClientRect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserverEntry","kind":3,"href":"dart-html/IntersectionObserverEntry-class.html"}},{"name":"intersectionRatio","qualifiedName":"dart:html.IntersectionObserverEntry.intersectionRatio","href":"dart-html/IntersectionObserverEntry/intersectionRatio.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserverEntry","kind":3,"href":"dart-html/IntersectionObserverEntry-class.html"}},{"name":"intersectionRect","qualifiedName":"dart:html.IntersectionObserverEntry.intersectionRect","href":"dart-html/IntersectionObserverEntry/intersectionRect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserverEntry","kind":3,"href":"dart-html/IntersectionObserverEntry-class.html"}},{"name":"isIntersecting","qualifiedName":"dart:html.IntersectionObserverEntry.isIntersecting","href":"dart-html/IntersectionObserverEntry/isIntersecting.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserverEntry","kind":3,"href":"dart-html/IntersectionObserverEntry-class.html"}},{"name":"rootBounds","qualifiedName":"dart:html.IntersectionObserverEntry.rootBounds","href":"dart-html/IntersectionObserverEntry/rootBounds.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserverEntry","kind":3,"href":"dart-html/IntersectionObserverEntry-class.html"}},{"name":"target","qualifiedName":"dart:html.IntersectionObserverEntry.target","href":"dart-html/IntersectionObserverEntry/target.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserverEntry","kind":3,"href":"dart-html/IntersectionObserverEntry-class.html"}},{"name":"time","qualifiedName":"dart:html.IntersectionObserverEntry.time","href":"dart-html/IntersectionObserverEntry/time.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IntersectionObserverEntry","kind":3,"href":"dart-html/IntersectionObserverEntry-class.html"}},{"name":"InterventionReport","qualifiedName":"dart:html.InterventionReport","href":"dart-html/InterventionReport-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"lineNumber","qualifiedName":"dart:html.InterventionReport.lineNumber","href":"dart-html/InterventionReport/lineNumber.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InterventionReport","kind":3,"href":"dart-html/InterventionReport-class.html"}},{"name":"message","qualifiedName":"dart:html.InterventionReport.message","href":"dart-html/InterventionReport/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InterventionReport","kind":3,"href":"dart-html/InterventionReport-class.html"}},{"name":"sourceFile","qualifiedName":"dart:html.InterventionReport.sourceFile","href":"dart-html/InterventionReport/sourceFile.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InterventionReport","kind":3,"href":"dart-html/InterventionReport-class.html"}},{"name":"KeyCode","qualifiedName":"dart:html.KeyCode","href":"dart-html/KeyCode-class.html","kind":3,"packageRank":15,"desc":"Defines the keycode values for keys that are returned by\nKeyboardEvent.keyCode.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"A","qualifiedName":"dart:html.KeyCode.A","href":"dart-html/KeyCode/A-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"ALT","qualifiedName":"dart:html.KeyCode.ALT","href":"dart-html/KeyCode/ALT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"APOSTROPHE","qualifiedName":"dart:html.KeyCode.APOSTROPHE","href":"dart-html/KeyCode/APOSTROPHE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: This constant requires localization for other locales and keyboard\nlayouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"B","qualifiedName":"dart:html.KeyCode.B","href":"dart-html/KeyCode/B-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"BACKSLASH","qualifiedName":"dart:html.KeyCode.BACKSLASH","href":"dart-html/KeyCode/BACKSLASH-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: This constant requires localization for other locales and keyboard\nlayouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"BACKSPACE","qualifiedName":"dart:html.KeyCode.BACKSPACE","href":"dart-html/KeyCode/BACKSPACE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"C","qualifiedName":"dart:html.KeyCode.C","href":"dart-html/KeyCode/C-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"CAPS_LOCK","qualifiedName":"dart:html.KeyCode.CAPS_LOCK","href":"dart-html/KeyCode/CAPS_LOCK-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"CLOSE_SQUARE_BRACKET","qualifiedName":"dart:html.KeyCode.CLOSE_SQUARE_BRACKET","href":"dart-html/KeyCode/CLOSE_SQUARE_BRACKET-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: This constant requires localization for other locales and keyboard\nlayouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"COMMA","qualifiedName":"dart:html.KeyCode.COMMA","href":"dart-html/KeyCode/COMMA-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: This constant requires localization for other locales and keyboard\nlayouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"CONTEXT_MENU","qualifiedName":"dart:html.KeyCode.CONTEXT_MENU","href":"dart-html/KeyCode/CONTEXT_MENU-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"CTRL","qualifiedName":"dart:html.KeyCode.CTRL","href":"dart-html/KeyCode/CTRL-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"D","qualifiedName":"dart:html.KeyCode.D","href":"dart-html/KeyCode/D-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"DASH","qualifiedName":"dart:html.KeyCode.DASH","href":"dart-html/KeyCode/DASH-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: This constant requires localization for other locales and keyboard\nlayouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"DELETE","qualifiedName":"dart:html.KeyCode.DELETE","href":"dart-html/KeyCode/DELETE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"DOWN","qualifiedName":"dart:html.KeyCode.DOWN","href":"dart-html/KeyCode/DOWN-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"E","qualifiedName":"dart:html.KeyCode.E","href":"dart-html/KeyCode/E-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"EIGHT","qualifiedName":"dart:html.KeyCode.EIGHT","href":"dart-html/KeyCode/EIGHT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"END","qualifiedName":"dart:html.KeyCode.END","href":"dart-html/KeyCode/END-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"ENTER","qualifiedName":"dart:html.KeyCode.ENTER","href":"dart-html/KeyCode/ENTER-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"EQUALS","qualifiedName":"dart:html.KeyCode.EQUALS","href":"dart-html/KeyCode/EQUALS-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: This constant requires localization for other locales and keyboard\nlayouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"ESC","qualifiedName":"dart:html.KeyCode.ESC","href":"dart-html/KeyCode/ESC-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F","qualifiedName":"dart:html.KeyCode.F","href":"dart-html/KeyCode/F-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F1","qualifiedName":"dart:html.KeyCode.F1","href":"dart-html/KeyCode/F1-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F2","qualifiedName":"dart:html.KeyCode.F2","href":"dart-html/KeyCode/F2-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F3","qualifiedName":"dart:html.KeyCode.F3","href":"dart-html/KeyCode/F3-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F4","qualifiedName":"dart:html.KeyCode.F4","href":"dart-html/KeyCode/F4-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F5","qualifiedName":"dart:html.KeyCode.F5","href":"dart-html/KeyCode/F5-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F6","qualifiedName":"dart:html.KeyCode.F6","href":"dart-html/KeyCode/F6-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F7","qualifiedName":"dart:html.KeyCode.F7","href":"dart-html/KeyCode/F7-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F8","qualifiedName":"dart:html.KeyCode.F8","href":"dart-html/KeyCode/F8-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F9","qualifiedName":"dart:html.KeyCode.F9","href":"dart-html/KeyCode/F9-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F10","qualifiedName":"dart:html.KeyCode.F10","href":"dart-html/KeyCode/F10-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F11","qualifiedName":"dart:html.KeyCode.F11","href":"dart-html/KeyCode/F11-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"F12","qualifiedName":"dart:html.KeyCode.F12","href":"dart-html/KeyCode/F12-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"FF_EQUALS","qualifiedName":"dart:html.KeyCode.FF_EQUALS","href":"dart-html/KeyCode/FF_EQUALS-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"FF_SEMICOLON","qualifiedName":"dart:html.KeyCode.FF_SEMICOLON","href":"dart-html/KeyCode/FF_SEMICOLON-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"FIRST_MEDIA_KEY","qualifiedName":"dart:html.KeyCode.FIRST_MEDIA_KEY","href":"dart-html/KeyCode/FIRST_MEDIA_KEY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"FIVE","qualifiedName":"dart:html.KeyCode.FIVE","href":"dart-html/KeyCode/FIVE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"FOUR","qualifiedName":"dart:html.KeyCode.FOUR","href":"dart-html/KeyCode/FOUR-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"G","qualifiedName":"dart:html.KeyCode.G","href":"dart-html/KeyCode/G-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"H","qualifiedName":"dart:html.KeyCode.H","href":"dart-html/KeyCode/H-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"HOME","qualifiedName":"dart:html.KeyCode.HOME","href":"dart-html/KeyCode/HOME-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"I","qualifiedName":"dart:html.KeyCode.I","href":"dart-html/KeyCode/I-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"INSERT","qualifiedName":"dart:html.KeyCode.INSERT","href":"dart-html/KeyCode/INSERT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"J","qualifiedName":"dart:html.KeyCode.J","href":"dart-html/KeyCode/J-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"K","qualifiedName":"dart:html.KeyCode.K","href":"dart-html/KeyCode/K-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"KeyCode.new","qualifiedName":"dart:html.KeyCode.KeyCode.new","href":"dart-html/KeyCode/KeyCode.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"L","qualifiedName":"dart:html.KeyCode.L","href":"dart-html/KeyCode/L-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"LAST_MEDIA_KEY","qualifiedName":"dart:html.KeyCode.LAST_MEDIA_KEY","href":"dart-html/KeyCode/LAST_MEDIA_KEY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"LEFT","qualifiedName":"dart:html.KeyCode.LEFT","href":"dart-html/KeyCode/LEFT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"M","qualifiedName":"dart:html.KeyCode.M","href":"dart-html/KeyCode/M-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"MAC_ENTER","qualifiedName":"dart:html.KeyCode.MAC_ENTER","href":"dart-html/KeyCode/MAC_ENTER-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"MAC_FF_META","qualifiedName":"dart:html.KeyCode.MAC_FF_META","href":"dart-html/KeyCode/MAC_FF_META-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"META","qualifiedName":"dart:html.KeyCode.META","href":"dart-html/KeyCode/META-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"N","qualifiedName":"dart:html.KeyCode.N","href":"dart-html/KeyCode/N-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NINE","qualifiedName":"dart:html.KeyCode.NINE","href":"dart-html/KeyCode/NINE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUMLOCK","qualifiedName":"dart:html.KeyCode.NUMLOCK","href":"dart-html/KeyCode/NUMLOCK-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_CENTER","qualifiedName":"dart:html.KeyCode.NUM_CENTER","href":"dart-html/KeyCode/NUM_CENTER-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"NUM_CENTER is also NUMLOCK for FF and Safari on Mac.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_DELETE","qualifiedName":"dart:html.KeyCode.NUM_DELETE","href":"dart-html/KeyCode/NUM_DELETE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_DIVISION","qualifiedName":"dart:html.KeyCode.NUM_DIVISION","href":"dart-html/KeyCode/NUM_DIVISION-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_EAST","qualifiedName":"dart:html.KeyCode.NUM_EAST","href":"dart-html/KeyCode/NUM_EAST-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_EIGHT","qualifiedName":"dart:html.KeyCode.NUM_EIGHT","href":"dart-html/KeyCode/NUM_EIGHT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_FIVE","qualifiedName":"dart:html.KeyCode.NUM_FIVE","href":"dart-html/KeyCode/NUM_FIVE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_FOUR","qualifiedName":"dart:html.KeyCode.NUM_FOUR","href":"dart-html/KeyCode/NUM_FOUR-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_INSERT","qualifiedName":"dart:html.KeyCode.NUM_INSERT","href":"dart-html/KeyCode/NUM_INSERT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_MINUS","qualifiedName":"dart:html.KeyCode.NUM_MINUS","href":"dart-html/KeyCode/NUM_MINUS-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_MULTIPLY","qualifiedName":"dart:html.KeyCode.NUM_MULTIPLY","href":"dart-html/KeyCode/NUM_MULTIPLY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_NINE","qualifiedName":"dart:html.KeyCode.NUM_NINE","href":"dart-html/KeyCode/NUM_NINE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_NORTH","qualifiedName":"dart:html.KeyCode.NUM_NORTH","href":"dart-html/KeyCode/NUM_NORTH-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_NORTH_EAST","qualifiedName":"dart:html.KeyCode.NUM_NORTH_EAST","href":"dart-html/KeyCode/NUM_NORTH_EAST-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_NORTH_WEST","qualifiedName":"dart:html.KeyCode.NUM_NORTH_WEST","href":"dart-html/KeyCode/NUM_NORTH_WEST-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_ONE","qualifiedName":"dart:html.KeyCode.NUM_ONE","href":"dart-html/KeyCode/NUM_ONE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_PERIOD","qualifiedName":"dart:html.KeyCode.NUM_PERIOD","href":"dart-html/KeyCode/NUM_PERIOD-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_PLUS","qualifiedName":"dart:html.KeyCode.NUM_PLUS","href":"dart-html/KeyCode/NUM_PLUS-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_SEVEN","qualifiedName":"dart:html.KeyCode.NUM_SEVEN","href":"dart-html/KeyCode/NUM_SEVEN-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_SIX","qualifiedName":"dart:html.KeyCode.NUM_SIX","href":"dart-html/KeyCode/NUM_SIX-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_SOUTH","qualifiedName":"dart:html.KeyCode.NUM_SOUTH","href":"dart-html/KeyCode/NUM_SOUTH-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_SOUTH_EAST","qualifiedName":"dart:html.KeyCode.NUM_SOUTH_EAST","href":"dart-html/KeyCode/NUM_SOUTH_EAST-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_SOUTH_WEST","qualifiedName":"dart:html.KeyCode.NUM_SOUTH_WEST","href":"dart-html/KeyCode/NUM_SOUTH_WEST-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_THREE","qualifiedName":"dart:html.KeyCode.NUM_THREE","href":"dart-html/KeyCode/NUM_THREE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_TWO","qualifiedName":"dart:html.KeyCode.NUM_TWO","href":"dart-html/KeyCode/NUM_TWO-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_WEST","qualifiedName":"dart:html.KeyCode.NUM_WEST","href":"dart-html/KeyCode/NUM_WEST-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"NUM_ZERO","qualifiedName":"dart:html.KeyCode.NUM_ZERO","href":"dart-html/KeyCode/NUM_ZERO-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"O","qualifiedName":"dart:html.KeyCode.O","href":"dart-html/KeyCode/O-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"ONE","qualifiedName":"dart:html.KeyCode.ONE","href":"dart-html/KeyCode/ONE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"OPEN_SQUARE_BRACKET","qualifiedName":"dart:html.KeyCode.OPEN_SQUARE_BRACKET","href":"dart-html/KeyCode/OPEN_SQUARE_BRACKET-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: This constant requires localization for other locales and keyboard\nlayouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"P","qualifiedName":"dart:html.KeyCode.P","href":"dart-html/KeyCode/P-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"PAGE_DOWN","qualifiedName":"dart:html.KeyCode.PAGE_DOWN","href":"dart-html/KeyCode/PAGE_DOWN-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"PAGE_UP","qualifiedName":"dart:html.KeyCode.PAGE_UP","href":"dart-html/KeyCode/PAGE_UP-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"PAUSE","qualifiedName":"dart:html.KeyCode.PAUSE","href":"dart-html/KeyCode/PAUSE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"PERIOD","qualifiedName":"dart:html.KeyCode.PERIOD","href":"dart-html/KeyCode/PERIOD-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: This constant requires localization for other locales and keyboard\nlayouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"PRINT_SCREEN","qualifiedName":"dart:html.KeyCode.PRINT_SCREEN","href":"dart-html/KeyCode/PRINT_SCREEN-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"Q","qualifiedName":"dart:html.KeyCode.Q","href":"dart-html/KeyCode/Q-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"QUESTION_MARK","qualifiedName":"dart:html.KeyCode.QUESTION_MARK","href":"dart-html/KeyCode/QUESTION_MARK-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: The question mark is for US-keyboard layouts. It varies\nfor other locales and keyboard layouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"R","qualifiedName":"dart:html.KeyCode.R","href":"dart-html/KeyCode/R-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"RIGHT","qualifiedName":"dart:html.KeyCode.RIGHT","href":"dart-html/KeyCode/RIGHT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"S","qualifiedName":"dart:html.KeyCode.S","href":"dart-html/KeyCode/S-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"SCROLL_LOCK","qualifiedName":"dart:html.KeyCode.SCROLL_LOCK","href":"dart-html/KeyCode/SCROLL_LOCK-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"SEMICOLON","qualifiedName":"dart:html.KeyCode.SEMICOLON","href":"dart-html/KeyCode/SEMICOLON-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: This constant requires localization for other locales and keyboard\nlayouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"SEVEN","qualifiedName":"dart:html.KeyCode.SEVEN","href":"dart-html/KeyCode/SEVEN-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"SHIFT","qualifiedName":"dart:html.KeyCode.SHIFT","href":"dart-html/KeyCode/SHIFT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"SINGLE_QUOTE","qualifiedName":"dart:html.KeyCode.SINGLE_QUOTE","href":"dart-html/KeyCode/SINGLE_QUOTE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: This constant requires localization for other locales and keyboard\nlayouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"SIX","qualifiedName":"dart:html.KeyCode.SIX","href":"dart-html/KeyCode/SIX-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"SLASH","qualifiedName":"dart:html.KeyCode.SLASH","href":"dart-html/KeyCode/SLASH-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: This constant requires localization for other locales and keyboard\nlayouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"SPACE","qualifiedName":"dart:html.KeyCode.SPACE","href":"dart-html/KeyCode/SPACE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"T","qualifiedName":"dart:html.KeyCode.T","href":"dart-html/KeyCode/T-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"TAB","qualifiedName":"dart:html.KeyCode.TAB","href":"dart-html/KeyCode/TAB-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"THREE","qualifiedName":"dart:html.KeyCode.THREE","href":"dart-html/KeyCode/THREE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"TILDE","qualifiedName":"dart:html.KeyCode.TILDE","href":"dart-html/KeyCode/TILDE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"CAUTION: This constant requires localization for other locales and keyboard\nlayouts.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"TWO","qualifiedName":"dart:html.KeyCode.TWO","href":"dart-html/KeyCode/TWO-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"U","qualifiedName":"dart:html.KeyCode.U","href":"dart-html/KeyCode/U-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"UNKNOWN","qualifiedName":"dart:html.KeyCode.UNKNOWN","href":"dart-html/KeyCode/UNKNOWN-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"A sentinel value if the keycode could not be determined.","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"UP","qualifiedName":"dart:html.KeyCode.UP","href":"dart-html/KeyCode/UP-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"V","qualifiedName":"dart:html.KeyCode.V","href":"dart-html/KeyCode/V-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"W","qualifiedName":"dart:html.KeyCode.W","href":"dart-html/KeyCode/W-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"WIN_IME","qualifiedName":"dart:html.KeyCode.WIN_IME","href":"dart-html/KeyCode/WIN_IME-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"WIN_KEY","qualifiedName":"dart:html.KeyCode.WIN_KEY","href":"dart-html/KeyCode/WIN_KEY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"WIN_KEY_FF_LINUX","qualifiedName":"dart:html.KeyCode.WIN_KEY_FF_LINUX","href":"dart-html/KeyCode/WIN_KEY_FF_LINUX-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"WIN_KEY_LEFT","qualifiedName":"dart:html.KeyCode.WIN_KEY_LEFT","href":"dart-html/KeyCode/WIN_KEY_LEFT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"WIN_KEY_RIGHT","qualifiedName":"dart:html.KeyCode.WIN_KEY_RIGHT","href":"dart-html/KeyCode/WIN_KEY_RIGHT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"X","qualifiedName":"dart:html.KeyCode.X","href":"dart-html/KeyCode/X-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"Y","qualifiedName":"dart:html.KeyCode.Y","href":"dart-html/KeyCode/Y-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"Z","qualifiedName":"dart:html.KeyCode.Z","href":"dart-html/KeyCode/Z-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"ZERO","qualifiedName":"dart:html.KeyCode.ZERO","href":"dart-html/KeyCode/ZERO-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"isCharacterKey","qualifiedName":"dart:html.KeyCode.isCharacterKey","href":"dart-html/KeyCode/isCharacterKey.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if the keyCode produces a (US keyboard) character.\nNote: This does not (yet) cover characters on non-US keyboards (Russian,\nHebrew, etc.).","enclosedBy":{"name":"KeyCode","kind":3,"href":"dart-html/KeyCode-class.html"}},{"name":"KeyEvent","qualifiedName":"dart:html.KeyEvent","href":"dart-html/KeyEvent-class.html","kind":3,"packageRank":15,"desc":"A custom KeyboardEvent that attempts to eliminate cross-browser\ninconsistencies, and also provide both keyCode and charCode information\nfor all key events (when such information can be determined).","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"KeyEvent.new","qualifiedName":"dart:html.KeyEvent.KeyEvent.new","href":"dart-html/KeyEvent/KeyEvent.html","kind":2,"packageRank":15,"desc":"Programmatically create a new KeyEvent (and KeyboardEvent).","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"KeyEvent.wrap","qualifiedName":"dart:html.KeyEvent.KeyEvent.wrap","href":"dart-html/KeyEvent/KeyEvent.wrap.html","kind":2,"packageRank":15,"desc":"Construct a KeyEvent with parent as the event we're emulating.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"altKey","qualifiedName":"dart:html.KeyEvent.altKey","href":"dart-html/KeyEvent/altKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Calculated value of whether the alt key is pressed is for this event.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"bubbles","qualifiedName":"dart:html.KeyEvent.bubbles","href":"dart-html/KeyEvent/bubbles.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"canUseDispatchEvent","qualifiedName":"dart:html.KeyEvent.canUseDispatchEvent","href":"dart-html/KeyEvent/canUseDispatchEvent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"cancelable","qualifiedName":"dart:html.KeyEvent.cancelable","href":"dart-html/KeyEvent/cancelable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"charCode","qualifiedName":"dart:html.KeyEvent.charCode","href":"dart-html/KeyEvent/charCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Calculated value of what the estimated charCode is for this event.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"code","qualifiedName":"dart:html.KeyEvent.code","href":"dart-html/KeyEvent/code.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"composed","qualifiedName":"dart:html.KeyEvent.composed","href":"dart-html/KeyEvent/composed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"composedPath","qualifiedName":"dart:html.KeyEvent.composedPath","href":"dart-html/KeyEvent/composedPath.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"ctrlKey","qualifiedName":"dart:html.KeyEvent.ctrlKey","href":"dart-html/KeyEvent/ctrlKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"True if the ctrl key is pressed during this event.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"currentTarget","qualifiedName":"dart:html.KeyEvent.currentTarget","href":"dart-html/KeyEvent/currentTarget.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The currently registered target for this event.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"defaultPrevented","qualifiedName":"dart:html.KeyEvent.defaultPrevented","href":"dart-html/KeyEvent/defaultPrevented.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"detail","qualifiedName":"dart:html.KeyEvent.detail","href":"dart-html/KeyEvent/detail.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"eventPhase","qualifiedName":"dart:html.KeyEvent.eventPhase","href":"dart-html/KeyEvent/eventPhase.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"getModifierState","qualifiedName":"dart:html.KeyEvent.getModifierState","href":"dart-html/KeyEvent/getModifierState.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"isComposed","qualifiedName":"dart:html.KeyEvent.isComposed","href":"dart-html/KeyEvent/isComposed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"isComposing","qualifiedName":"dart:html.KeyEvent.isComposing","href":"dart-html/KeyEvent/isComposing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"isTrusted","qualifiedName":"dart:html.KeyEvent.isTrusted","href":"dart-html/KeyEvent/isTrusted.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"key","qualifiedName":"dart:html.KeyEvent.key","href":"dart-html/KeyEvent/key.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"keyCode","qualifiedName":"dart:html.KeyEvent.keyCode","href":"dart-html/KeyEvent/keyCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Calculated value of what the estimated keyCode is for this event.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"keyDownEvent","qualifiedName":"dart:html.KeyEvent.keyDownEvent","href":"dart-html/KeyEvent/keyDownEvent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Accessor to provide a stream of KeyEvents on the desired target.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"keyPressEvent","qualifiedName":"dart:html.KeyEvent.keyPressEvent","href":"dart-html/KeyEvent/keyPressEvent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Accessor to provide a stream of KeyEvents on the desired target.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"keyUpEvent","qualifiedName":"dart:html.KeyEvent.keyUpEvent","href":"dart-html/KeyEvent/keyUpEvent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Accessor to provide a stream of KeyEvents on the desired target.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"location","qualifiedName":"dart:html.KeyEvent.location","href":"dart-html/KeyEvent/location.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Accessor to the part of the keyboard that the key was pressed from (one of\nKeyLocation.STANDARD, KeyLocation.RIGHT, KeyLocation.LEFT,\nKeyLocation.NUMPAD, KeyLocation.MOBILE, KeyLocation.JOYSTICK).","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"matchingTarget","qualifiedName":"dart:html.KeyEvent.matchingTarget","href":"dart-html/KeyEvent/matchingTarget.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A pointer to the element whose CSS selector matched within which an event\nwas fired. If this Event was not associated with any Event delegation,\naccessing this value will throw an UnsupportedError.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"metaKey","qualifiedName":"dart:html.KeyEvent.metaKey","href":"dart-html/KeyEvent/metaKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"True if the Meta (or Mac command) key is pressed during this event.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"path","qualifiedName":"dart:html.KeyEvent.path","href":"dart-html/KeyEvent/path.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"This event's path, taking into account shadow DOM.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"preventDefault","qualifiedName":"dart:html.KeyEvent.preventDefault","href":"dart-html/KeyEvent/preventDefault.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"repeat","qualifiedName":"dart:html.KeyEvent.repeat","href":"dart-html/KeyEvent/repeat.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"shiftKey","qualifiedName":"dart:html.KeyEvent.shiftKey","href":"dart-html/KeyEvent/shiftKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"True if the shift key was pressed during this event.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"sourceCapabilities","qualifiedName":"dart:html.KeyEvent.sourceCapabilities","href":"dart-html/KeyEvent/sourceCapabilities.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"stopImmediatePropagation","qualifiedName":"dart:html.KeyEvent.stopImmediatePropagation","href":"dart-html/KeyEvent/stopImmediatePropagation.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"stopPropagation","qualifiedName":"dart:html.KeyEvent.stopPropagation","href":"dart-html/KeyEvent/stopPropagation.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"target","qualifiedName":"dart:html.KeyEvent.target","href":"dart-html/KeyEvent/target.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"timeStamp","qualifiedName":"dart:html.KeyEvent.timeStamp","href":"dart-html/KeyEvent/timeStamp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"type","qualifiedName":"dart:html.KeyEvent.type","href":"dart-html/KeyEvent/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"view","qualifiedName":"dart:html.KeyEvent.view","href":"dart-html/KeyEvent/view.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"which","qualifiedName":"dart:html.KeyEvent.which","href":"dart-html/KeyEvent/which.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Calculated value of what the estimated keyCode is for this event.","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"wrapped","qualifiedName":"dart:html.KeyEvent.wrapped","href":"dart-html/KeyEvent/wrapped.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyEvent","kind":3,"href":"dart-html/KeyEvent-class.html"}},{"name":"KeyLocation","qualifiedName":"dart:html.KeyLocation","href":"dart-html/KeyLocation-class.html","kind":3,"packageRank":15,"desc":"Defines the standard key locations returned by\nKeyboardEvent.getKeyLocation.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"JOYSTICK","qualifiedName":"dart:html.KeyLocation.JOYSTICK","href":"dart-html/KeyLocation/JOYSTICK-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The event key originated on a game controller or a joystick on a mobile\ndevice.","enclosedBy":{"name":"KeyLocation","kind":3,"href":"dart-html/KeyLocation-class.html"}},{"name":"KeyLocation.new","qualifiedName":"dart:html.KeyLocation.KeyLocation.new","href":"dart-html/KeyLocation/KeyLocation.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyLocation","kind":3,"href":"dart-html/KeyLocation-class.html"}},{"name":"LEFT","qualifiedName":"dart:html.KeyLocation.LEFT","href":"dart-html/KeyLocation/LEFT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The event key is in the left key location.","enclosedBy":{"name":"KeyLocation","kind":3,"href":"dart-html/KeyLocation-class.html"}},{"name":"MOBILE","qualifiedName":"dart:html.KeyLocation.MOBILE","href":"dart-html/KeyLocation/MOBILE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The event key originated on a mobile device, either on a physical\nkeypad or a virtual keyboard.","enclosedBy":{"name":"KeyLocation","kind":3,"href":"dart-html/KeyLocation-class.html"}},{"name":"NUMPAD","qualifiedName":"dart:html.KeyLocation.NUMPAD","href":"dart-html/KeyLocation/NUMPAD-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The event key originated on the numeric keypad or with a virtual key\ncorresponding to the numeric keypad.","enclosedBy":{"name":"KeyLocation","kind":3,"href":"dart-html/KeyLocation-class.html"}},{"name":"RIGHT","qualifiedName":"dart:html.KeyLocation.RIGHT","href":"dart-html/KeyLocation/RIGHT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The event key is in the right key location.","enclosedBy":{"name":"KeyLocation","kind":3,"href":"dart-html/KeyLocation-class.html"}},{"name":"STANDARD","qualifiedName":"dart:html.KeyLocation.STANDARD","href":"dart-html/KeyLocation/STANDARD-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The event key is not distinguished as the left or right version\nof the key, and did not originate from the numeric keypad (or did not\noriginate with a virtual key corresponding to the numeric keypad).","enclosedBy":{"name":"KeyLocation","kind":3,"href":"dart-html/KeyLocation-class.html"}},{"name":"KeyboardEvent","qualifiedName":"dart:html.KeyboardEvent","href":"dart-html/KeyboardEvent-class.html","kind":3,"packageRank":15,"desc":"An event that describes user interaction with the keyboard.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DOM_KEY_LOCATION_LEFT","qualifiedName":"dart:html.KeyboardEvent.DOM_KEY_LOCATION_LEFT","href":"dart-html/KeyboardEvent/DOM_KEY_LOCATION_LEFT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"DOM_KEY_LOCATION_NUMPAD","qualifiedName":"dart:html.KeyboardEvent.DOM_KEY_LOCATION_NUMPAD","href":"dart-html/KeyboardEvent/DOM_KEY_LOCATION_NUMPAD-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"DOM_KEY_LOCATION_RIGHT","qualifiedName":"dart:html.KeyboardEvent.DOM_KEY_LOCATION_RIGHT","href":"dart-html/KeyboardEvent/DOM_KEY_LOCATION_RIGHT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"DOM_KEY_LOCATION_STANDARD","qualifiedName":"dart:html.KeyboardEvent.DOM_KEY_LOCATION_STANDARD","href":"dart-html/KeyboardEvent/DOM_KEY_LOCATION_STANDARD-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"KeyboardEvent.new","qualifiedName":"dart:html.KeyboardEvent.KeyboardEvent.new","href":"dart-html/KeyboardEvent/KeyboardEvent.html","kind":2,"packageRank":15,"desc":"Programmatically create a KeyboardEvent.","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"altKey","qualifiedName":"dart:html.KeyboardEvent.altKey","href":"dart-html/KeyboardEvent/altKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"charCode","qualifiedName":"dart:html.KeyboardEvent.charCode","href":"dart-html/KeyboardEvent/charCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"code","qualifiedName":"dart:html.KeyboardEvent.code","href":"dart-html/KeyboardEvent/code.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"ctrlKey","qualifiedName":"dart:html.KeyboardEvent.ctrlKey","href":"dart-html/KeyboardEvent/ctrlKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"getModifierState","qualifiedName":"dart:html.KeyboardEvent.getModifierState","href":"dart-html/KeyboardEvent/getModifierState.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"isComposing","qualifiedName":"dart:html.KeyboardEvent.isComposing","href":"dart-html/KeyboardEvent/isComposing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"key","qualifiedName":"dart:html.KeyboardEvent.key","href":"dart-html/KeyboardEvent/key.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"keyCode","qualifiedName":"dart:html.KeyboardEvent.keyCode","href":"dart-html/KeyboardEvent/keyCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"location","qualifiedName":"dart:html.KeyboardEvent.location","href":"dart-html/KeyboardEvent/location.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"metaKey","qualifiedName":"dart:html.KeyboardEvent.metaKey","href":"dart-html/KeyboardEvent/metaKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"repeat","qualifiedName":"dart:html.KeyboardEvent.repeat","href":"dart-html/KeyboardEvent/repeat.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"shiftKey","qualifiedName":"dart:html.KeyboardEvent.shiftKey","href":"dart-html/KeyboardEvent/shiftKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"which","qualifiedName":"dart:html.KeyboardEvent.which","href":"dart-html/KeyboardEvent/which.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEvent","kind":3,"href":"dart-html/KeyboardEvent-class.html"}},{"name":"KeyboardEventStream","qualifiedName":"dart:html.KeyboardEventStream","href":"dart-html/KeyboardEventStream-class.html","kind":3,"packageRank":15,"desc":"Records KeyboardEvents that occur on a particular element, and provides a\nstream of outgoing KeyEvents with cross-browser consistent keyCode and\ncharCode values despite the fact that a multitude of browsers that have\nvarying keyboard default behavior.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"KeyboardEventStream.new","qualifiedName":"dart:html.KeyboardEventStream.KeyboardEventStream.new","href":"dart-html/KeyboardEventStream/KeyboardEventStream.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyboardEventStream","kind":3,"href":"dart-html/KeyboardEventStream-class.html"}},{"name":"onKeyDown","qualifiedName":"dart:html.KeyboardEventStream.onKeyDown","href":"dart-html/KeyboardEventStream/onKeyDown.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Named constructor to produce a stream for onKeyDown events.","enclosedBy":{"name":"KeyboardEventStream","kind":3,"href":"dart-html/KeyboardEventStream-class.html"}},{"name":"onKeyPress","qualifiedName":"dart:html.KeyboardEventStream.onKeyPress","href":"dart-html/KeyboardEventStream/onKeyPress.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Named constructor to produce a stream for onKeyPress events.","enclosedBy":{"name":"KeyboardEventStream","kind":3,"href":"dart-html/KeyboardEventStream-class.html"}},{"name":"onKeyUp","qualifiedName":"dart:html.KeyboardEventStream.onKeyUp","href":"dart-html/KeyboardEventStream/onKeyUp.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Named constructor to produce a stream for onKeyUp events.","enclosedBy":{"name":"KeyboardEventStream","kind":3,"href":"dart-html/KeyboardEventStream-class.html"}},{"name":"KeyframeEffect","qualifiedName":"dart:html.KeyframeEffect","href":"dart-html/KeyframeEffect-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"KeyframeEffect.new","qualifiedName":"dart:html.KeyframeEffect.KeyframeEffect.new","href":"dart-html/KeyframeEffect/KeyframeEffect.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyframeEffect","kind":3,"href":"dart-html/KeyframeEffect-class.html"}},{"name":"KeyframeEffectReadOnly","qualifiedName":"dart:html.KeyframeEffectReadOnly","href":"dart-html/KeyframeEffectReadOnly-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"KeyframeEffectReadOnly.new","qualifiedName":"dart:html.KeyframeEffectReadOnly.KeyframeEffectReadOnly.new","href":"dart-html/KeyframeEffectReadOnly/KeyframeEffectReadOnly.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"KeyframeEffectReadOnly","kind":3,"href":"dart-html/KeyframeEffectReadOnly-class.html"}},{"name":"LIElement","qualifiedName":"dart:html.LIElement","href":"dart-html/LIElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"LIElement.new","qualifiedName":"dart:html.LIElement.LIElement.new","href":"dart-html/LIElement/LIElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"LIElement","kind":3,"href":"dart-html/LIElement-class.html"}},{"name":"value","qualifiedName":"dart:html.LIElement.value","href":"dart-html/LIElement/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LIElement","kind":3,"href":"dart-html/LIElement-class.html"}},{"name":"LabelElement","qualifiedName":"dart:html.LabelElement","href":"dart-html/LabelElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"LabelElement.new","qualifiedName":"dart:html.LabelElement.LabelElement.new","href":"dart-html/LabelElement/LabelElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"LabelElement","kind":3,"href":"dart-html/LabelElement-class.html"}},{"name":"control","qualifiedName":"dart:html.LabelElement.control","href":"dart-html/LabelElement/control.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LabelElement","kind":3,"href":"dart-html/LabelElement-class.html"}},{"name":"form","qualifiedName":"dart:html.LabelElement.form","href":"dart-html/LabelElement/form.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LabelElement","kind":3,"href":"dart-html/LabelElement-class.html"}},{"name":"htmlFor","qualifiedName":"dart:html.LabelElement.htmlFor","href":"dart-html/LabelElement/htmlFor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LabelElement","kind":3,"href":"dart-html/LabelElement-class.html"}},{"name":"LegendElement","qualifiedName":"dart:html.LegendElement","href":"dart-html/LegendElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"LegendElement.new","qualifiedName":"dart:html.LegendElement.LegendElement.new","href":"dart-html/LegendElement/LegendElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"LegendElement","kind":3,"href":"dart-html/LegendElement-class.html"}},{"name":"form","qualifiedName":"dart:html.LegendElement.form","href":"dart-html/LegendElement/form.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LegendElement","kind":3,"href":"dart-html/LegendElement-class.html"}},{"name":"LinearAccelerationSensor","qualifiedName":"dart:html.LinearAccelerationSensor","href":"dart-html/LinearAccelerationSensor-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"LinearAccelerationSensor.new","qualifiedName":"dart:html.LinearAccelerationSensor.LinearAccelerationSensor.new","href":"dart-html/LinearAccelerationSensor/LinearAccelerationSensor.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"LinearAccelerationSensor","kind":3,"href":"dart-html/LinearAccelerationSensor-class.html"}},{"name":"LinkElement","qualifiedName":"dart:html.LinkElement","href":"dart-html/LinkElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"LinkElement.new","qualifiedName":"dart:html.LinkElement.LinkElement.new","href":"dart-html/LinkElement/LinkElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"as","qualifiedName":"dart:html.LinkElement.as","href":"dart-html/LinkElement/as.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"crossOrigin","qualifiedName":"dart:html.LinkElement.crossOrigin","href":"dart-html/LinkElement/crossOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"disabled","qualifiedName":"dart:html.LinkElement.disabled","href":"dart-html/LinkElement/disabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"href","qualifiedName":"dart:html.LinkElement.href","href":"dart-html/LinkElement/href.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"hreflang","qualifiedName":"dart:html.LinkElement.hreflang","href":"dart-html/LinkElement/hreflang.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"import","qualifiedName":"dart:html.LinkElement.import","href":"dart-html/LinkElement/import.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"integrity","qualifiedName":"dart:html.LinkElement.integrity","href":"dart-html/LinkElement/integrity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"media","qualifiedName":"dart:html.LinkElement.media","href":"dart-html/LinkElement/media.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"referrerPolicy","qualifiedName":"dart:html.LinkElement.referrerPolicy","href":"dart-html/LinkElement/referrerPolicy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"rel","qualifiedName":"dart:html.LinkElement.rel","href":"dart-html/LinkElement/rel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"relList","qualifiedName":"dart:html.LinkElement.relList","href":"dart-html/LinkElement/relList.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"scope","qualifiedName":"dart:html.LinkElement.scope","href":"dart-html/LinkElement/scope.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"sheet","qualifiedName":"dart:html.LinkElement.sheet","href":"dart-html/LinkElement/sheet.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"sizes","qualifiedName":"dart:html.LinkElement.sizes","href":"dart-html/LinkElement/sizes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"supportsImport","qualifiedName":"dart:html.LinkElement.supportsImport","href":"dart-html/LinkElement/supportsImport.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if HTML imports are supported on the current platform.","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"type","qualifiedName":"dart:html.LinkElement.type","href":"dart-html/LinkElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LinkElement","kind":3,"href":"dart-html/LinkElement-class.html"}},{"name":"LocalDateTimeInputElement","qualifiedName":"dart:html.LocalDateTimeInputElement","href":"dart-html/LocalDateTimeInputElement-class.html","kind":3,"packageRank":15,"desc":"A date and time (year, month, day, hour, minute, second, fraction of a\nsecond) with no time zone.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"LocalDateTimeInputElement.new","qualifiedName":"dart:html.LocalDateTimeInputElement.LocalDateTimeInputElement.new","href":"dart-html/LocalDateTimeInputElement/LocalDateTimeInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"LocalDateTimeInputElement","kind":3,"href":"dart-html/LocalDateTimeInputElement-class.html"}},{"name":"readOnly","qualifiedName":"dart:html.LocalDateTimeInputElement.readOnly","href":"dart-html/LocalDateTimeInputElement/readOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LocalDateTimeInputElement","kind":3,"href":"dart-html/LocalDateTimeInputElement-class.html"}},{"name":"required","qualifiedName":"dart:html.LocalDateTimeInputElement.required","href":"dart-html/LocalDateTimeInputElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LocalDateTimeInputElement","kind":3,"href":"dart-html/LocalDateTimeInputElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.LocalDateTimeInputElement.supported","href":"dart-html/LocalDateTimeInputElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this input type is supported on the current platform.","enclosedBy":{"name":"LocalDateTimeInputElement","kind":3,"href":"dart-html/LocalDateTimeInputElement-class.html"}},{"name":"Location","qualifiedName":"dart:html.Location","href":"dart-html/Location-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ancestorOrigins","qualifiedName":"dart:html.Location.ancestorOrigins","href":"dart-html/Location/ancestorOrigins.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"assign","qualifiedName":"dart:html.Location.assign","href":"dart-html/Location/assign.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"hash","qualifiedName":"dart:html.Location.hash","href":"dart-html/Location/hash.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"host","qualifiedName":"dart:html.Location.host","href":"dart-html/Location/host.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"hostname","qualifiedName":"dart:html.Location.hostname","href":"dart-html/Location/hostname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"href","qualifiedName":"dart:html.Location.href","href":"dart-html/Location/href.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"origin","qualifiedName":"dart:html.Location.origin","href":"dart-html/Location/origin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"pathname","qualifiedName":"dart:html.Location.pathname","href":"dart-html/Location/pathname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"port","qualifiedName":"dart:html.Location.port","href":"dart-html/Location/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"protocol","qualifiedName":"dart:html.Location.protocol","href":"dart-html/Location/protocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"reload","qualifiedName":"dart:html.Location.reload","href":"dart-html/Location/reload.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"replace","qualifiedName":"dart:html.Location.replace","href":"dart-html/Location/replace.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"search","qualifiedName":"dart:html.Location.search","href":"dart-html/Location/search.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"toString","qualifiedName":"dart:html.Location.toString","href":"dart-html/Location/toString.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"trustedHref","qualifiedName":"dart:html.Location.trustedHref","href":"dart-html/Location/trustedHref.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Location","kind":3,"href":"dart-html/Location-class.html"}},{"name":"LocationBase","qualifiedName":"dart:html.LocationBase","href":"dart-html/LocationBase-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"LocationBase.new","qualifiedName":"dart:html.LocationBase.LocationBase.new","href":"dart-html/LocationBase/LocationBase.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"LocationBase","kind":3,"href":"dart-html/LocationBase-class.html"}},{"name":"href","qualifiedName":"dart:html.LocationBase.href","href":"dart-html/LocationBase/href.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"LocationBase","kind":3,"href":"dart-html/LocationBase-class.html"}},{"name":"Magnetometer","qualifiedName":"dart:html.Magnetometer","href":"dart-html/Magnetometer-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Magnetometer.new","qualifiedName":"dart:html.Magnetometer.Magnetometer.new","href":"dart-html/Magnetometer/Magnetometer.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Magnetometer","kind":3,"href":"dart-html/Magnetometer-class.html"}},{"name":"x","qualifiedName":"dart:html.Magnetometer.x","href":"dart-html/Magnetometer/x.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Magnetometer","kind":3,"href":"dart-html/Magnetometer-class.html"}},{"name":"y","qualifiedName":"dart:html.Magnetometer.y","href":"dart-html/Magnetometer/y.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Magnetometer","kind":3,"href":"dart-html/Magnetometer-class.html"}},{"name":"z","qualifiedName":"dart:html.Magnetometer.z","href":"dart-html/Magnetometer/z.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Magnetometer","kind":3,"href":"dart-html/Magnetometer-class.html"}},{"name":"MapElement","qualifiedName":"dart:html.MapElement","href":"dart-html/MapElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MapElement.new","qualifiedName":"dart:html.MapElement.MapElement.new","href":"dart-html/MapElement/MapElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MapElement","kind":3,"href":"dart-html/MapElement-class.html"}},{"name":"areas","qualifiedName":"dart:html.MapElement.areas","href":"dart-html/MapElement/areas.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MapElement","kind":3,"href":"dart-html/MapElement-class.html"}},{"name":"name","qualifiedName":"dart:html.MapElement.name","href":"dart-html/MapElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MapElement","kind":3,"href":"dart-html/MapElement-class.html"}},{"name":"MathMLElement","qualifiedName":"dart:html.MathMLElement","href":"dart-html/MathMLElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MediaCapabilities","qualifiedName":"dart:html.MediaCapabilities","href":"dart-html/MediaCapabilities-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"decodingInfo","qualifiedName":"dart:html.MediaCapabilities.decodingInfo","href":"dart-html/MediaCapabilities/decodingInfo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaCapabilities","kind":3,"href":"dart-html/MediaCapabilities-class.html"}},{"name":"encodingInfo","qualifiedName":"dart:html.MediaCapabilities.encodingInfo","href":"dart-html/MediaCapabilities/encodingInfo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaCapabilities","kind":3,"href":"dart-html/MediaCapabilities-class.html"}},{"name":"MediaCapabilitiesInfo","qualifiedName":"dart:html.MediaCapabilitiesInfo","href":"dart-html/MediaCapabilitiesInfo-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"powerEfficient","qualifiedName":"dart:html.MediaCapabilitiesInfo.powerEfficient","href":"dart-html/MediaCapabilitiesInfo/powerEfficient.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaCapabilitiesInfo","kind":3,"href":"dart-html/MediaCapabilitiesInfo-class.html"}},{"name":"smooth","qualifiedName":"dart:html.MediaCapabilitiesInfo.smooth","href":"dart-html/MediaCapabilitiesInfo/smooth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaCapabilitiesInfo","kind":3,"href":"dart-html/MediaCapabilitiesInfo-class.html"}},{"name":"supported","qualifiedName":"dart:html.MediaCapabilitiesInfo.supported","href":"dart-html/MediaCapabilitiesInfo/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaCapabilitiesInfo","kind":3,"href":"dart-html/MediaCapabilitiesInfo-class.html"}},{"name":"MediaDeviceInfo","qualifiedName":"dart:html.MediaDeviceInfo","href":"dart-html/MediaDeviceInfo-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"deviceId","qualifiedName":"dart:html.MediaDeviceInfo.deviceId","href":"dart-html/MediaDeviceInfo/deviceId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaDeviceInfo","kind":3,"href":"dart-html/MediaDeviceInfo-class.html"}},{"name":"groupId","qualifiedName":"dart:html.MediaDeviceInfo.groupId","href":"dart-html/MediaDeviceInfo/groupId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaDeviceInfo","kind":3,"href":"dart-html/MediaDeviceInfo-class.html"}},{"name":"kind","qualifiedName":"dart:html.MediaDeviceInfo.kind","href":"dart-html/MediaDeviceInfo/kind.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaDeviceInfo","kind":3,"href":"dart-html/MediaDeviceInfo-class.html"}},{"name":"label","qualifiedName":"dart:html.MediaDeviceInfo.label","href":"dart-html/MediaDeviceInfo/label.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaDeviceInfo","kind":3,"href":"dart-html/MediaDeviceInfo-class.html"}},{"name":"MediaDevices","qualifiedName":"dart:html.MediaDevices","href":"dart-html/MediaDevices-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"enumerateDevices","qualifiedName":"dart:html.MediaDevices.enumerateDevices","href":"dart-html/MediaDevices/enumerateDevices.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaDevices","kind":3,"href":"dart-html/MediaDevices-class.html"}},{"name":"getSupportedConstraints","qualifiedName":"dart:html.MediaDevices.getSupportedConstraints","href":"dart-html/MediaDevices/getSupportedConstraints.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaDevices","kind":3,"href":"dart-html/MediaDevices-class.html"}},{"name":"getUserMedia","qualifiedName":"dart:html.MediaDevices.getUserMedia","href":"dart-html/MediaDevices/getUserMedia.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaDevices","kind":3,"href":"dart-html/MediaDevices-class.html"}},{"name":"MediaElement","qualifiedName":"dart:html.MediaElement","href":"dart-html/MediaElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"HAVE_CURRENT_DATA","qualifiedName":"dart:html.MediaElement.HAVE_CURRENT_DATA","href":"dart-html/MediaElement/HAVE_CURRENT_DATA-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"HAVE_ENOUGH_DATA","qualifiedName":"dart:html.MediaElement.HAVE_ENOUGH_DATA","href":"dart-html/MediaElement/HAVE_ENOUGH_DATA-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"HAVE_FUTURE_DATA","qualifiedName":"dart:html.MediaElement.HAVE_FUTURE_DATA","href":"dart-html/MediaElement/HAVE_FUTURE_DATA-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"HAVE_METADATA","qualifiedName":"dart:html.MediaElement.HAVE_METADATA","href":"dart-html/MediaElement/HAVE_METADATA-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"HAVE_NOTHING","qualifiedName":"dart:html.MediaElement.HAVE_NOTHING","href":"dart-html/MediaElement/HAVE_NOTHING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"NETWORK_EMPTY","qualifiedName":"dart:html.MediaElement.NETWORK_EMPTY","href":"dart-html/MediaElement/NETWORK_EMPTY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"NETWORK_IDLE","qualifiedName":"dart:html.MediaElement.NETWORK_IDLE","href":"dart-html/MediaElement/NETWORK_IDLE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"NETWORK_LOADING","qualifiedName":"dart:html.MediaElement.NETWORK_LOADING","href":"dart-html/MediaElement/NETWORK_LOADING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"NETWORK_NO_SOURCE","qualifiedName":"dart:html.MediaElement.NETWORK_NO_SOURCE","href":"dart-html/MediaElement/NETWORK_NO_SOURCE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"addTextTrack","qualifiedName":"dart:html.MediaElement.addTextTrack","href":"dart-html/MediaElement/addTextTrack.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"audioDecodedByteCount","qualifiedName":"dart:html.MediaElement.audioDecodedByteCount","href":"dart-html/MediaElement/audioDecodedByteCount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"audioTracks","qualifiedName":"dart:html.MediaElement.audioTracks","href":"dart-html/MediaElement/audioTracks.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"autoplay","qualifiedName":"dart:html.MediaElement.autoplay","href":"dart-html/MediaElement/autoplay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"buffered","qualifiedName":"dart:html.MediaElement.buffered","href":"dart-html/MediaElement/buffered.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"canPlayType","qualifiedName":"dart:html.MediaElement.canPlayType","href":"dart-html/MediaElement/canPlayType.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"captureStream","qualifiedName":"dart:html.MediaElement.captureStream","href":"dart-html/MediaElement/captureStream.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"controls","qualifiedName":"dart:html.MediaElement.controls","href":"dart-html/MediaElement/controls.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"controlsList","qualifiedName":"dart:html.MediaElement.controlsList","href":"dart-html/MediaElement/controlsList.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"crossOrigin","qualifiedName":"dart:html.MediaElement.crossOrigin","href":"dart-html/MediaElement/crossOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"currentSrc","qualifiedName":"dart:html.MediaElement.currentSrc","href":"dart-html/MediaElement/currentSrc.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"currentTime","qualifiedName":"dart:html.MediaElement.currentTime","href":"dart-html/MediaElement/currentTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"defaultMuted","qualifiedName":"dart:html.MediaElement.defaultMuted","href":"dart-html/MediaElement/defaultMuted.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"defaultPlaybackRate","qualifiedName":"dart:html.MediaElement.defaultPlaybackRate","href":"dart-html/MediaElement/defaultPlaybackRate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"disableRemotePlayback","qualifiedName":"dart:html.MediaElement.disableRemotePlayback","href":"dart-html/MediaElement/disableRemotePlayback.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"duration","qualifiedName":"dart:html.MediaElement.duration","href":"dart-html/MediaElement/duration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"ended","qualifiedName":"dart:html.MediaElement.ended","href":"dart-html/MediaElement/ended.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"error","qualifiedName":"dart:html.MediaElement.error","href":"dart-html/MediaElement/error.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"load","qualifiedName":"dart:html.MediaElement.load","href":"dart-html/MediaElement/load.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"loop","qualifiedName":"dart:html.MediaElement.loop","href":"dart-html/MediaElement/loop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"mediaKeys","qualifiedName":"dart:html.MediaElement.mediaKeys","href":"dart-html/MediaElement/mediaKeys.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"muted","qualifiedName":"dart:html.MediaElement.muted","href":"dart-html/MediaElement/muted.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"networkState","qualifiedName":"dart:html.MediaElement.networkState","href":"dart-html/MediaElement/networkState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"pause","qualifiedName":"dart:html.MediaElement.pause","href":"dart-html/MediaElement/pause.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"paused","qualifiedName":"dart:html.MediaElement.paused","href":"dart-html/MediaElement/paused.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"play","qualifiedName":"dart:html.MediaElement.play","href":"dart-html/MediaElement/play.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"playbackRate","qualifiedName":"dart:html.MediaElement.playbackRate","href":"dart-html/MediaElement/playbackRate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"played","qualifiedName":"dart:html.MediaElement.played","href":"dart-html/MediaElement/played.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"preload","qualifiedName":"dart:html.MediaElement.preload","href":"dart-html/MediaElement/preload.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"readyState","qualifiedName":"dart:html.MediaElement.readyState","href":"dart-html/MediaElement/readyState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"remote","qualifiedName":"dart:html.MediaElement.remote","href":"dart-html/MediaElement/remote.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"seekable","qualifiedName":"dart:html.MediaElement.seekable","href":"dart-html/MediaElement/seekable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"seeking","qualifiedName":"dart:html.MediaElement.seeking","href":"dart-html/MediaElement/seeking.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"setMediaKeys","qualifiedName":"dart:html.MediaElement.setMediaKeys","href":"dart-html/MediaElement/setMediaKeys.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"setSinkId","qualifiedName":"dart:html.MediaElement.setSinkId","href":"dart-html/MediaElement/setSinkId.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"sinkId","qualifiedName":"dart:html.MediaElement.sinkId","href":"dart-html/MediaElement/sinkId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"src","qualifiedName":"dart:html.MediaElement.src","href":"dart-html/MediaElement/src.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"srcObject","qualifiedName":"dart:html.MediaElement.srcObject","href":"dart-html/MediaElement/srcObject.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"textTracks","qualifiedName":"dart:html.MediaElement.textTracks","href":"dart-html/MediaElement/textTracks.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"videoDecodedByteCount","qualifiedName":"dart:html.MediaElement.videoDecodedByteCount","href":"dart-html/MediaElement/videoDecodedByteCount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"videoTracks","qualifiedName":"dart:html.MediaElement.videoTracks","href":"dart-html/MediaElement/videoTracks.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"volume","qualifiedName":"dart:html.MediaElement.volume","href":"dart-html/MediaElement/volume.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaElement","kind":3,"href":"dart-html/MediaElement-class.html"}},{"name":"MediaEncryptedEvent","qualifiedName":"dart:html.MediaEncryptedEvent","href":"dart-html/MediaEncryptedEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MediaEncryptedEvent.new","qualifiedName":"dart:html.MediaEncryptedEvent.MediaEncryptedEvent.new","href":"dart-html/MediaEncryptedEvent/MediaEncryptedEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaEncryptedEvent","kind":3,"href":"dart-html/MediaEncryptedEvent-class.html"}},{"name":"initData","qualifiedName":"dart:html.MediaEncryptedEvent.initData","href":"dart-html/MediaEncryptedEvent/initData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaEncryptedEvent","kind":3,"href":"dart-html/MediaEncryptedEvent-class.html"}},{"name":"initDataType","qualifiedName":"dart:html.MediaEncryptedEvent.initDataType","href":"dart-html/MediaEncryptedEvent/initDataType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaEncryptedEvent","kind":3,"href":"dart-html/MediaEncryptedEvent-class.html"}},{"name":"MediaError","qualifiedName":"dart:html.MediaError","href":"dart-html/MediaError-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MEDIA_ERR_ABORTED","qualifiedName":"dart:html.MediaError.MEDIA_ERR_ABORTED","href":"dart-html/MediaError/MEDIA_ERR_ABORTED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaError","kind":3,"href":"dart-html/MediaError-class.html"}},{"name":"MEDIA_ERR_DECODE","qualifiedName":"dart:html.MediaError.MEDIA_ERR_DECODE","href":"dart-html/MediaError/MEDIA_ERR_DECODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaError","kind":3,"href":"dart-html/MediaError-class.html"}},{"name":"MEDIA_ERR_NETWORK","qualifiedName":"dart:html.MediaError.MEDIA_ERR_NETWORK","href":"dart-html/MediaError/MEDIA_ERR_NETWORK-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaError","kind":3,"href":"dart-html/MediaError-class.html"}},{"name":"MEDIA_ERR_SRC_NOT_SUPPORTED","qualifiedName":"dart:html.MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED","href":"dart-html/MediaError/MEDIA_ERR_SRC_NOT_SUPPORTED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaError","kind":3,"href":"dart-html/MediaError-class.html"}},{"name":"code","qualifiedName":"dart:html.MediaError.code","href":"dart-html/MediaError/code.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaError","kind":3,"href":"dart-html/MediaError-class.html"}},{"name":"message","qualifiedName":"dart:html.MediaError.message","href":"dart-html/MediaError/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaError","kind":3,"href":"dart-html/MediaError-class.html"}},{"name":"MediaKeyMessageEvent","qualifiedName":"dart:html.MediaKeyMessageEvent","href":"dart-html/MediaKeyMessageEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MediaKeyMessageEvent.new","qualifiedName":"dart:html.MediaKeyMessageEvent.MediaKeyMessageEvent.new","href":"dart-html/MediaKeyMessageEvent/MediaKeyMessageEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeyMessageEvent","kind":3,"href":"dart-html/MediaKeyMessageEvent-class.html"}},{"name":"message","qualifiedName":"dart:html.MediaKeyMessageEvent.message","href":"dart-html/MediaKeyMessageEvent/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeyMessageEvent","kind":3,"href":"dart-html/MediaKeyMessageEvent-class.html"}},{"name":"messageType","qualifiedName":"dart:html.MediaKeyMessageEvent.messageType","href":"dart-html/MediaKeyMessageEvent/messageType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeyMessageEvent","kind":3,"href":"dart-html/MediaKeyMessageEvent-class.html"}},{"name":"MediaKeySession","qualifiedName":"dart:html.MediaKeySession","href":"dart-html/MediaKeySession-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"close","qualifiedName":"dart:html.MediaKeySession.close","href":"dart-html/MediaKeySession/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySession","kind":3,"href":"dart-html/MediaKeySession-class.html"}},{"name":"closed","qualifiedName":"dart:html.MediaKeySession.closed","href":"dart-html/MediaKeySession/closed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySession","kind":3,"href":"dart-html/MediaKeySession-class.html"}},{"name":"expiration","qualifiedName":"dart:html.MediaKeySession.expiration","href":"dart-html/MediaKeySession/expiration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySession","kind":3,"href":"dart-html/MediaKeySession-class.html"}},{"name":"generateRequest","qualifiedName":"dart:html.MediaKeySession.generateRequest","href":"dart-html/MediaKeySession/generateRequest.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySession","kind":3,"href":"dart-html/MediaKeySession-class.html"}},{"name":"keyStatuses","qualifiedName":"dart:html.MediaKeySession.keyStatuses","href":"dart-html/MediaKeySession/keyStatuses.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySession","kind":3,"href":"dart-html/MediaKeySession-class.html"}},{"name":"load","qualifiedName":"dart:html.MediaKeySession.load","href":"dart-html/MediaKeySession/load.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySession","kind":3,"href":"dart-html/MediaKeySession-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.MediaKeySession.messageEvent","href":"dart-html/MediaKeySession/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySession","kind":3,"href":"dart-html/MediaKeySession-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.MediaKeySession.onMessage","href":"dart-html/MediaKeySession/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySession","kind":3,"href":"dart-html/MediaKeySession-class.html"}},{"name":"remove","qualifiedName":"dart:html.MediaKeySession.remove","href":"dart-html/MediaKeySession/remove.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySession","kind":3,"href":"dart-html/MediaKeySession-class.html"}},{"name":"sessionId","qualifiedName":"dart:html.MediaKeySession.sessionId","href":"dart-html/MediaKeySession/sessionId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySession","kind":3,"href":"dart-html/MediaKeySession-class.html"}},{"name":"MediaKeyStatusMap","qualifiedName":"dart:html.MediaKeyStatusMap","href":"dart-html/MediaKeyStatusMap-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"get","qualifiedName":"dart:html.MediaKeyStatusMap.get","href":"dart-html/MediaKeyStatusMap/get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeyStatusMap","kind":3,"href":"dart-html/MediaKeyStatusMap-class.html"}},{"name":"has","qualifiedName":"dart:html.MediaKeyStatusMap.has","href":"dart-html/MediaKeyStatusMap/has.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeyStatusMap","kind":3,"href":"dart-html/MediaKeyStatusMap-class.html"}},{"name":"size","qualifiedName":"dart:html.MediaKeyStatusMap.size","href":"dart-html/MediaKeyStatusMap/size.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeyStatusMap","kind":3,"href":"dart-html/MediaKeyStatusMap-class.html"}},{"name":"MediaKeySystemAccess","qualifiedName":"dart:html.MediaKeySystemAccess","href":"dart-html/MediaKeySystemAccess-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"createMediaKeys","qualifiedName":"dart:html.MediaKeySystemAccess.createMediaKeys","href":"dart-html/MediaKeySystemAccess/createMediaKeys.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySystemAccess","kind":3,"href":"dart-html/MediaKeySystemAccess-class.html"}},{"name":"getConfiguration","qualifiedName":"dart:html.MediaKeySystemAccess.getConfiguration","href":"dart-html/MediaKeySystemAccess/getConfiguration.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySystemAccess","kind":3,"href":"dart-html/MediaKeySystemAccess-class.html"}},{"name":"keySystem","qualifiedName":"dart:html.MediaKeySystemAccess.keySystem","href":"dart-html/MediaKeySystemAccess/keySystem.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeySystemAccess","kind":3,"href":"dart-html/MediaKeySystemAccess-class.html"}},{"name":"MediaKeys","qualifiedName":"dart:html.MediaKeys","href":"dart-html/MediaKeys-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getStatusForPolicy","qualifiedName":"dart:html.MediaKeys.getStatusForPolicy","href":"dart-html/MediaKeys/getStatusForPolicy.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeys","kind":3,"href":"dart-html/MediaKeys-class.html"}},{"name":"setServerCertificate","qualifiedName":"dart:html.MediaKeys.setServerCertificate","href":"dart-html/MediaKeys/setServerCertificate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeys","kind":3,"href":"dart-html/MediaKeys-class.html"}},{"name":"MediaKeysPolicy","qualifiedName":"dart:html.MediaKeysPolicy","href":"dart-html/MediaKeysPolicy-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MediaKeysPolicy.new","qualifiedName":"dart:html.MediaKeysPolicy.MediaKeysPolicy.new","href":"dart-html/MediaKeysPolicy/MediaKeysPolicy.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeysPolicy","kind":3,"href":"dart-html/MediaKeysPolicy-class.html"}},{"name":"minHdcpVersion","qualifiedName":"dart:html.MediaKeysPolicy.minHdcpVersion","href":"dart-html/MediaKeysPolicy/minHdcpVersion.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaKeysPolicy","kind":3,"href":"dart-html/MediaKeysPolicy-class.html"}},{"name":"MediaList","qualifiedName":"dart:html.MediaList","href":"dart-html/MediaList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"appendMedium","qualifiedName":"dart:html.MediaList.appendMedium","href":"dart-html/MediaList/appendMedium.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaList","kind":3,"href":"dart-html/MediaList-class.html"}},{"name":"deleteMedium","qualifiedName":"dart:html.MediaList.deleteMedium","href":"dart-html/MediaList/deleteMedium.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaList","kind":3,"href":"dart-html/MediaList-class.html"}},{"name":"item","qualifiedName":"dart:html.MediaList.item","href":"dart-html/MediaList/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaList","kind":3,"href":"dart-html/MediaList-class.html"}},{"name":"length","qualifiedName":"dart:html.MediaList.length","href":"dart-html/MediaList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaList","kind":3,"href":"dart-html/MediaList-class.html"}},{"name":"mediaText","qualifiedName":"dart:html.MediaList.mediaText","href":"dart-html/MediaList/mediaText.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaList","kind":3,"href":"dart-html/MediaList-class.html"}},{"name":"MediaMetadata","qualifiedName":"dart:html.MediaMetadata","href":"dart-html/MediaMetadata-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MediaMetadata.new","qualifiedName":"dart:html.MediaMetadata.MediaMetadata.new","href":"dart-html/MediaMetadata/MediaMetadata.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaMetadata","kind":3,"href":"dart-html/MediaMetadata-class.html"}},{"name":"album","qualifiedName":"dart:html.MediaMetadata.album","href":"dart-html/MediaMetadata/album.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaMetadata","kind":3,"href":"dart-html/MediaMetadata-class.html"}},{"name":"artist","qualifiedName":"dart:html.MediaMetadata.artist","href":"dart-html/MediaMetadata/artist.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaMetadata","kind":3,"href":"dart-html/MediaMetadata-class.html"}},{"name":"artwork","qualifiedName":"dart:html.MediaMetadata.artwork","href":"dart-html/MediaMetadata/artwork.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaMetadata","kind":3,"href":"dart-html/MediaMetadata-class.html"}},{"name":"title","qualifiedName":"dart:html.MediaMetadata.title","href":"dart-html/MediaMetadata/title.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaMetadata","kind":3,"href":"dart-html/MediaMetadata-class.html"}},{"name":"MediaQueryList","qualifiedName":"dart:html.MediaQueryList","href":"dart-html/MediaQueryList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addListener","qualifiedName":"dart:html.MediaQueryList.addListener","href":"dart-html/MediaQueryList/addListener.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaQueryList","kind":3,"href":"dart-html/MediaQueryList-class.html"}},{"name":"changeEvent","qualifiedName":"dart:html.MediaQueryList.changeEvent","href":"dart-html/MediaQueryList/changeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaQueryList","kind":3,"href":"dart-html/MediaQueryList-class.html"}},{"name":"matches","qualifiedName":"dart:html.MediaQueryList.matches","href":"dart-html/MediaQueryList/matches.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaQueryList","kind":3,"href":"dart-html/MediaQueryList-class.html"}},{"name":"media","qualifiedName":"dart:html.MediaQueryList.media","href":"dart-html/MediaQueryList/media.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaQueryList","kind":3,"href":"dart-html/MediaQueryList-class.html"}},{"name":"onChange","qualifiedName":"dart:html.MediaQueryList.onChange","href":"dart-html/MediaQueryList/onChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaQueryList","kind":3,"href":"dart-html/MediaQueryList-class.html"}},{"name":"removeListener","qualifiedName":"dart:html.MediaQueryList.removeListener","href":"dart-html/MediaQueryList/removeListener.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaQueryList","kind":3,"href":"dart-html/MediaQueryList-class.html"}},{"name":"MediaQueryListEvent","qualifiedName":"dart:html.MediaQueryListEvent","href":"dart-html/MediaQueryListEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MediaQueryListEvent.new","qualifiedName":"dart:html.MediaQueryListEvent.MediaQueryListEvent.new","href":"dart-html/MediaQueryListEvent/MediaQueryListEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaQueryListEvent","kind":3,"href":"dart-html/MediaQueryListEvent-class.html"}},{"name":"matches","qualifiedName":"dart:html.MediaQueryListEvent.matches","href":"dart-html/MediaQueryListEvent/matches.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaQueryListEvent","kind":3,"href":"dart-html/MediaQueryListEvent-class.html"}},{"name":"media","qualifiedName":"dart:html.MediaQueryListEvent.media","href":"dart-html/MediaQueryListEvent/media.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaQueryListEvent","kind":3,"href":"dart-html/MediaQueryListEvent-class.html"}},{"name":"MediaRecorder","qualifiedName":"dart:html.MediaRecorder","href":"dart-html/MediaRecorder-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MediaRecorder.new","qualifiedName":"dart:html.MediaRecorder.MediaRecorder.new","href":"dart-html/MediaRecorder/MediaRecorder.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"audioBitsPerSecond","qualifiedName":"dart:html.MediaRecorder.audioBitsPerSecond","href":"dart-html/MediaRecorder/audioBitsPerSecond.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.MediaRecorder.errorEvent","href":"dart-html/MediaRecorder/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"isTypeSupported","qualifiedName":"dart:html.MediaRecorder.isTypeSupported","href":"dart-html/MediaRecorder/isTypeSupported.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"mimeType","qualifiedName":"dart:html.MediaRecorder.mimeType","href":"dart-html/MediaRecorder/mimeType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"onError","qualifiedName":"dart:html.MediaRecorder.onError","href":"dart-html/MediaRecorder/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"onPause","qualifiedName":"dart:html.MediaRecorder.onPause","href":"dart-html/MediaRecorder/onPause.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"pause","qualifiedName":"dart:html.MediaRecorder.pause","href":"dart-html/MediaRecorder/pause.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"pauseEvent","qualifiedName":"dart:html.MediaRecorder.pauseEvent","href":"dart-html/MediaRecorder/pauseEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"requestData","qualifiedName":"dart:html.MediaRecorder.requestData","href":"dart-html/MediaRecorder/requestData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"resume","qualifiedName":"dart:html.MediaRecorder.resume","href":"dart-html/MediaRecorder/resume.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"start","qualifiedName":"dart:html.MediaRecorder.start","href":"dart-html/MediaRecorder/start.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"state","qualifiedName":"dart:html.MediaRecorder.state","href":"dart-html/MediaRecorder/state.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"stop","qualifiedName":"dart:html.MediaRecorder.stop","href":"dart-html/MediaRecorder/stop.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"stream","qualifiedName":"dart:html.MediaRecorder.stream","href":"dart-html/MediaRecorder/stream.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"videoBitsPerSecond","qualifiedName":"dart:html.MediaRecorder.videoBitsPerSecond","href":"dart-html/MediaRecorder/videoBitsPerSecond.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaRecorder","kind":3,"href":"dart-html/MediaRecorder-class.html"}},{"name":"MediaSession","qualifiedName":"dart:html.MediaSession","href":"dart-html/MediaSession-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"metadata","qualifiedName":"dart:html.MediaSession.metadata","href":"dart-html/MediaSession/metadata.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSession","kind":3,"href":"dart-html/MediaSession-class.html"}},{"name":"playbackState","qualifiedName":"dart:html.MediaSession.playbackState","href":"dart-html/MediaSession/playbackState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSession","kind":3,"href":"dart-html/MediaSession-class.html"}},{"name":"setActionHandler","qualifiedName":"dart:html.MediaSession.setActionHandler","href":"dart-html/MediaSession/setActionHandler.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSession","kind":3,"href":"dart-html/MediaSession-class.html"}},{"name":"MediaSessionActionHandler","qualifiedName":"dart:html.MediaSessionActionHandler","href":"dart-html/MediaSessionActionHandler.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MediaSettingsRange","qualifiedName":"dart:html.MediaSettingsRange","href":"dart-html/MediaSettingsRange-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"max","qualifiedName":"dart:html.MediaSettingsRange.max","href":"dart-html/MediaSettingsRange/max.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSettingsRange","kind":3,"href":"dart-html/MediaSettingsRange-class.html"}},{"name":"min","qualifiedName":"dart:html.MediaSettingsRange.min","href":"dart-html/MediaSettingsRange/min.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSettingsRange","kind":3,"href":"dart-html/MediaSettingsRange-class.html"}},{"name":"step","qualifiedName":"dart:html.MediaSettingsRange.step","href":"dart-html/MediaSettingsRange/step.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSettingsRange","kind":3,"href":"dart-html/MediaSettingsRange-class.html"}},{"name":"MediaSource","qualifiedName":"dart:html.MediaSource","href":"dart-html/MediaSource-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MediaSource.new","qualifiedName":"dart:html.MediaSource.MediaSource.new","href":"dart-html/MediaSource/MediaSource.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSource","kind":3,"href":"dart-html/MediaSource-class.html"}},{"name":"activeSourceBuffers","qualifiedName":"dart:html.MediaSource.activeSourceBuffers","href":"dart-html/MediaSource/activeSourceBuffers.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSource","kind":3,"href":"dart-html/MediaSource-class.html"}},{"name":"addSourceBuffer","qualifiedName":"dart:html.MediaSource.addSourceBuffer","href":"dart-html/MediaSource/addSourceBuffer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSource","kind":3,"href":"dart-html/MediaSource-class.html"}},{"name":"clearLiveSeekableRange","qualifiedName":"dart:html.MediaSource.clearLiveSeekableRange","href":"dart-html/MediaSource/clearLiveSeekableRange.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSource","kind":3,"href":"dart-html/MediaSource-class.html"}},{"name":"duration","qualifiedName":"dart:html.MediaSource.duration","href":"dart-html/MediaSource/duration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSource","kind":3,"href":"dart-html/MediaSource-class.html"}},{"name":"endOfStream","qualifiedName":"dart:html.MediaSource.endOfStream","href":"dart-html/MediaSource/endOfStream.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSource","kind":3,"href":"dart-html/MediaSource-class.html"}},{"name":"isTypeSupported","qualifiedName":"dart:html.MediaSource.isTypeSupported","href":"dart-html/MediaSource/isTypeSupported.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSource","kind":3,"href":"dart-html/MediaSource-class.html"}},{"name":"readyState","qualifiedName":"dart:html.MediaSource.readyState","href":"dart-html/MediaSource/readyState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSource","kind":3,"href":"dart-html/MediaSource-class.html"}},{"name":"removeSourceBuffer","qualifiedName":"dart:html.MediaSource.removeSourceBuffer","href":"dart-html/MediaSource/removeSourceBuffer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSource","kind":3,"href":"dart-html/MediaSource-class.html"}},{"name":"setLiveSeekableRange","qualifiedName":"dart:html.MediaSource.setLiveSeekableRange","href":"dart-html/MediaSource/setLiveSeekableRange.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSource","kind":3,"href":"dart-html/MediaSource-class.html"}},{"name":"sourceBuffers","qualifiedName":"dart:html.MediaSource.sourceBuffers","href":"dart-html/MediaSource/sourceBuffers.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaSource","kind":3,"href":"dart-html/MediaSource-class.html"}},{"name":"supported","qualifiedName":"dart:html.MediaSource.supported","href":"dart-html/MediaSource/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"MediaSource","kind":3,"href":"dart-html/MediaSource-class.html"}},{"name":"MediaStream","qualifiedName":"dart:html.MediaStream","href":"dart-html/MediaStream-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MediaStream.new","qualifiedName":"dart:html.MediaStream.MediaStream.new","href":"dart-html/MediaStream/MediaStream.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"active","qualifiedName":"dart:html.MediaStream.active","href":"dart-html/MediaStream/active.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"addTrack","qualifiedName":"dart:html.MediaStream.addTrack","href":"dart-html/MediaStream/addTrack.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"addTrackEvent","qualifiedName":"dart:html.MediaStream.addTrackEvent","href":"dart-html/MediaStream/addTrackEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose addtrack events to event\nhandlers that are not necessarily instances of MediaStream.","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"clone","qualifiedName":"dart:html.MediaStream.clone","href":"dart-html/MediaStream/clone.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"getAudioTracks","qualifiedName":"dart:html.MediaStream.getAudioTracks","href":"dart-html/MediaStream/getAudioTracks.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"getTrackById","qualifiedName":"dart:html.MediaStream.getTrackById","href":"dart-html/MediaStream/getTrackById.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"getTracks","qualifiedName":"dart:html.MediaStream.getTracks","href":"dart-html/MediaStream/getTracks.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"getVideoTracks","qualifiedName":"dart:html.MediaStream.getVideoTracks","href":"dart-html/MediaStream/getVideoTracks.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"id","qualifiedName":"dart:html.MediaStream.id","href":"dart-html/MediaStream/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"onAddTrack","qualifiedName":"dart:html.MediaStream.onAddTrack","href":"dart-html/MediaStream/onAddTrack.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of addtrack events handled by this MediaStream.","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"onRemoveTrack","qualifiedName":"dart:html.MediaStream.onRemoveTrack","href":"dart-html/MediaStream/onRemoveTrack.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of removetrack events handled by this MediaStream.","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"removeTrack","qualifiedName":"dart:html.MediaStream.removeTrack","href":"dart-html/MediaStream/removeTrack.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"removeTrackEvent","qualifiedName":"dart:html.MediaStream.removeTrackEvent","href":"dart-html/MediaStream/removeTrackEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose removetrack events to event\nhandlers that are not necessarily instances of MediaStream.","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"supported","qualifiedName":"dart:html.MediaStream.supported","href":"dart-html/MediaStream/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if the MediaStream APIs are supported on the current platform.","enclosedBy":{"name":"MediaStream","kind":3,"href":"dart-html/MediaStream-class.html"}},{"name":"MediaStreamEvent","qualifiedName":"dart:html.MediaStreamEvent","href":"dart-html/MediaStreamEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MediaStreamEvent.new","qualifiedName":"dart:html.MediaStreamEvent.MediaStreamEvent.new","href":"dart-html/MediaStreamEvent/MediaStreamEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamEvent","kind":3,"href":"dart-html/MediaStreamEvent-class.html"}},{"name":"stream","qualifiedName":"dart:html.MediaStreamEvent.stream","href":"dart-html/MediaStreamEvent/stream.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamEvent","kind":3,"href":"dart-html/MediaStreamEvent-class.html"}},{"name":"supported","qualifiedName":"dart:html.MediaStreamEvent.supported","href":"dart-html/MediaStreamEvent/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"MediaStreamEvent","kind":3,"href":"dart-html/MediaStreamEvent-class.html"}},{"name":"MediaStreamTrack","qualifiedName":"dart:html.MediaStreamTrack","href":"dart-html/MediaStreamTrack-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"applyConstraints","qualifiedName":"dart:html.MediaStreamTrack.applyConstraints","href":"dart-html/MediaStreamTrack/applyConstraints.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"clone","qualifiedName":"dart:html.MediaStreamTrack.clone","href":"dart-html/MediaStreamTrack/clone.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"contentHint","qualifiedName":"dart:html.MediaStreamTrack.contentHint","href":"dart-html/MediaStreamTrack/contentHint.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"enabled","qualifiedName":"dart:html.MediaStreamTrack.enabled","href":"dart-html/MediaStreamTrack/enabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"endedEvent","qualifiedName":"dart:html.MediaStreamTrack.endedEvent","href":"dart-html/MediaStreamTrack/endedEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose ended events to event\nhandlers that are not necessarily instances of MediaStreamTrack.","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"getCapabilities","qualifiedName":"dart:html.MediaStreamTrack.getCapabilities","href":"dart-html/MediaStreamTrack/getCapabilities.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"getConstraints","qualifiedName":"dart:html.MediaStreamTrack.getConstraints","href":"dart-html/MediaStreamTrack/getConstraints.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"getSettings","qualifiedName":"dart:html.MediaStreamTrack.getSettings","href":"dart-html/MediaStreamTrack/getSettings.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"id","qualifiedName":"dart:html.MediaStreamTrack.id","href":"dart-html/MediaStreamTrack/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"kind","qualifiedName":"dart:html.MediaStreamTrack.kind","href":"dart-html/MediaStreamTrack/kind.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"label","qualifiedName":"dart:html.MediaStreamTrack.label","href":"dart-html/MediaStreamTrack/label.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"muteEvent","qualifiedName":"dart:html.MediaStreamTrack.muteEvent","href":"dart-html/MediaStreamTrack/muteEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose mute events to event\nhandlers that are not necessarily instances of MediaStreamTrack.","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"muted","qualifiedName":"dart:html.MediaStreamTrack.muted","href":"dart-html/MediaStreamTrack/muted.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"onEnded","qualifiedName":"dart:html.MediaStreamTrack.onEnded","href":"dart-html/MediaStreamTrack/onEnded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of ended events handled by this MediaStreamTrack.","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"onMute","qualifiedName":"dart:html.MediaStreamTrack.onMute","href":"dart-html/MediaStreamTrack/onMute.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mute events handled by this MediaStreamTrack.","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"onUnmute","qualifiedName":"dart:html.MediaStreamTrack.onUnmute","href":"dart-html/MediaStreamTrack/onUnmute.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of unmute events handled by this MediaStreamTrack.","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"readyState","qualifiedName":"dart:html.MediaStreamTrack.readyState","href":"dart-html/MediaStreamTrack/readyState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"stop","qualifiedName":"dart:html.MediaStreamTrack.stop","href":"dart-html/MediaStreamTrack/stop.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"unmuteEvent","qualifiedName":"dart:html.MediaStreamTrack.unmuteEvent","href":"dart-html/MediaStreamTrack/unmuteEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose unmute events to event\nhandlers that are not necessarily instances of MediaStreamTrack.","enclosedBy":{"name":"MediaStreamTrack","kind":3,"href":"dart-html/MediaStreamTrack-class.html"}},{"name":"MediaStreamTrackEvent","qualifiedName":"dart:html.MediaStreamTrackEvent","href":"dart-html/MediaStreamTrackEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MediaStreamTrackEvent.new","qualifiedName":"dart:html.MediaStreamTrackEvent.MediaStreamTrackEvent.new","href":"dart-html/MediaStreamTrackEvent/MediaStreamTrackEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrackEvent","kind":3,"href":"dart-html/MediaStreamTrackEvent-class.html"}},{"name":"supported","qualifiedName":"dart:html.MediaStreamTrackEvent.supported","href":"dart-html/MediaStreamTrackEvent/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"MediaStreamTrackEvent","kind":3,"href":"dart-html/MediaStreamTrackEvent-class.html"}},{"name":"track","qualifiedName":"dart:html.MediaStreamTrackEvent.track","href":"dart-html/MediaStreamTrackEvent/track.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MediaStreamTrackEvent","kind":3,"href":"dart-html/MediaStreamTrackEvent-class.html"}},{"name":"MemoryInfo","qualifiedName":"dart:html.MemoryInfo","href":"dart-html/MemoryInfo-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"jsHeapSizeLimit","qualifiedName":"dart:html.MemoryInfo.jsHeapSizeLimit","href":"dart-html/MemoryInfo/jsHeapSizeLimit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MemoryInfo","kind":3,"href":"dart-html/MemoryInfo-class.html"}},{"name":"totalJSHeapSize","qualifiedName":"dart:html.MemoryInfo.totalJSHeapSize","href":"dart-html/MemoryInfo/totalJSHeapSize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MemoryInfo","kind":3,"href":"dart-html/MemoryInfo-class.html"}},{"name":"usedJSHeapSize","qualifiedName":"dart:html.MemoryInfo.usedJSHeapSize","href":"dart-html/MemoryInfo/usedJSHeapSize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MemoryInfo","kind":3,"href":"dart-html/MemoryInfo-class.html"}},{"name":"MenuElement","qualifiedName":"dart:html.MenuElement","href":"dart-html/MenuElement-class.html","kind":3,"packageRank":15,"desc":"An HTML ","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MenuElement.new","qualifiedName":"dart:html.MenuElement.MenuElement.new","href":"dart-html/MenuElement/MenuElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MenuElement","kind":3,"href":"dart-html/MenuElement-class.html"}},{"name":"MessageCallback","qualifiedName":"dart:html.MessageCallback","href":"dart-html/MessageCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MessageChannel","qualifiedName":"dart:html.MessageChannel","href":"dart-html/MessageChannel-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MessageChannel.new","qualifiedName":"dart:html.MessageChannel.MessageChannel.new","href":"dart-html/MessageChannel/MessageChannel.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MessageChannel","kind":3,"href":"dart-html/MessageChannel-class.html"}},{"name":"port1","qualifiedName":"dart:html.MessageChannel.port1","href":"dart-html/MessageChannel/port1.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MessageChannel","kind":3,"href":"dart-html/MessageChannel-class.html"}},{"name":"port2","qualifiedName":"dart:html.MessageChannel.port2","href":"dart-html/MessageChannel/port2.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MessageChannel","kind":3,"href":"dart-html/MessageChannel-class.html"}},{"name":"MessageEvent","qualifiedName":"dart:html.MessageEvent","href":"dart-html/MessageEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MessageEvent.new","qualifiedName":"dart:html.MessageEvent.MessageEvent.new","href":"dart-html/MessageEvent/MessageEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MessageEvent","kind":3,"href":"dart-html/MessageEvent-class.html"}},{"name":"data","qualifiedName":"dart:html.MessageEvent.data","href":"dart-html/MessageEvent/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MessageEvent","kind":3,"href":"dart-html/MessageEvent-class.html"}},{"name":"lastEventId","qualifiedName":"dart:html.MessageEvent.lastEventId","href":"dart-html/MessageEvent/lastEventId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MessageEvent","kind":3,"href":"dart-html/MessageEvent-class.html"}},{"name":"origin","qualifiedName":"dart:html.MessageEvent.origin","href":"dart-html/MessageEvent/origin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MessageEvent","kind":3,"href":"dart-html/MessageEvent-class.html"}},{"name":"ports","qualifiedName":"dart:html.MessageEvent.ports","href":"dart-html/MessageEvent/ports.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MessageEvent","kind":3,"href":"dart-html/MessageEvent-class.html"}},{"name":"source","qualifiedName":"dart:html.MessageEvent.source","href":"dart-html/MessageEvent/source.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MessageEvent","kind":3,"href":"dart-html/MessageEvent-class.html"}},{"name":"suborigin","qualifiedName":"dart:html.MessageEvent.suborigin","href":"dart-html/MessageEvent/suborigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MessageEvent","kind":3,"href":"dart-html/MessageEvent-class.html"}},{"name":"MessagePort","qualifiedName":"dart:html.MessagePort","href":"dart-html/MessagePort-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addEventListener","qualifiedName":"dart:html.MessagePort.addEventListener","href":"dart-html/MessagePort/addEventListener.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"MessagePort","kind":3,"href":"dart-html/MessagePort-class.html"}},{"name":"close","qualifiedName":"dart:html.MessagePort.close","href":"dart-html/MessagePort/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MessagePort","kind":3,"href":"dart-html/MessagePort-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.MessagePort.messageEvent","href":"dart-html/MessagePort/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose message events to event\nhandlers that are not necessarily instances of MessagePort.","enclosedBy":{"name":"MessagePort","kind":3,"href":"dart-html/MessagePort-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.MessagePort.onMessage","href":"dart-html/MessagePort/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of message events handled by this MessagePort.","enclosedBy":{"name":"MessagePort","kind":3,"href":"dart-html/MessagePort-class.html"}},{"name":"postMessage","qualifiedName":"dart:html.MessagePort.postMessage","href":"dart-html/MessagePort/postMessage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MessagePort","kind":3,"href":"dart-html/MessagePort-class.html"}},{"name":"MetaElement","qualifiedName":"dart:html.MetaElement","href":"dart-html/MetaElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MetaElement.new","qualifiedName":"dart:html.MetaElement.MetaElement.new","href":"dart-html/MetaElement/MetaElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MetaElement","kind":3,"href":"dart-html/MetaElement-class.html"}},{"name":"content","qualifiedName":"dart:html.MetaElement.content","href":"dart-html/MetaElement/content.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MetaElement","kind":3,"href":"dart-html/MetaElement-class.html"}},{"name":"httpEquiv","qualifiedName":"dart:html.MetaElement.httpEquiv","href":"dart-html/MetaElement/httpEquiv.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MetaElement","kind":3,"href":"dart-html/MetaElement-class.html"}},{"name":"name","qualifiedName":"dart:html.MetaElement.name","href":"dart-html/MetaElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MetaElement","kind":3,"href":"dart-html/MetaElement-class.html"}},{"name":"Metadata","qualifiedName":"dart:html.Metadata","href":"dart-html/Metadata-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"modificationTime","qualifiedName":"dart:html.Metadata.modificationTime","href":"dart-html/Metadata/modificationTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Metadata","kind":3,"href":"dart-html/Metadata-class.html"}},{"name":"size","qualifiedName":"dart:html.Metadata.size","href":"dart-html/Metadata/size.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Metadata","kind":3,"href":"dart-html/Metadata-class.html"}},{"name":"MetadataCallback","qualifiedName":"dart:html.MetadataCallback","href":"dart-html/MetadataCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MeterElement","qualifiedName":"dart:html.MeterElement","href":"dart-html/MeterElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MeterElement.new","qualifiedName":"dart:html.MeterElement.MeterElement.new","href":"dart-html/MeterElement/MeterElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MeterElement","kind":3,"href":"dart-html/MeterElement-class.html"}},{"name":"high","qualifiedName":"dart:html.MeterElement.high","href":"dart-html/MeterElement/high.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MeterElement","kind":3,"href":"dart-html/MeterElement-class.html"}},{"name":"labels","qualifiedName":"dart:html.MeterElement.labels","href":"dart-html/MeterElement/labels.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MeterElement","kind":3,"href":"dart-html/MeterElement-class.html"}},{"name":"low","qualifiedName":"dart:html.MeterElement.low","href":"dart-html/MeterElement/low.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MeterElement","kind":3,"href":"dart-html/MeterElement-class.html"}},{"name":"max","qualifiedName":"dart:html.MeterElement.max","href":"dart-html/MeterElement/max.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MeterElement","kind":3,"href":"dart-html/MeterElement-class.html"}},{"name":"min","qualifiedName":"dart:html.MeterElement.min","href":"dart-html/MeterElement/min.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MeterElement","kind":3,"href":"dart-html/MeterElement-class.html"}},{"name":"optimum","qualifiedName":"dart:html.MeterElement.optimum","href":"dart-html/MeterElement/optimum.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MeterElement","kind":3,"href":"dart-html/MeterElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.MeterElement.supported","href":"dart-html/MeterElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"MeterElement","kind":3,"href":"dart-html/MeterElement-class.html"}},{"name":"value","qualifiedName":"dart:html.MeterElement.value","href":"dart-html/MeterElement/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MeterElement","kind":3,"href":"dart-html/MeterElement-class.html"}},{"name":"MidiAccess","qualifiedName":"dart:html.MidiAccess","href":"dart-html/MidiAccess-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"inputs","qualifiedName":"dart:html.MidiAccess.inputs","href":"dart-html/MidiAccess/inputs.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiAccess","kind":3,"href":"dart-html/MidiAccess-class.html"}},{"name":"outputs","qualifiedName":"dart:html.MidiAccess.outputs","href":"dart-html/MidiAccess/outputs.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiAccess","kind":3,"href":"dart-html/MidiAccess-class.html"}},{"name":"sysexEnabled","qualifiedName":"dart:html.MidiAccess.sysexEnabled","href":"dart-html/MidiAccess/sysexEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiAccess","kind":3,"href":"dart-html/MidiAccess-class.html"}},{"name":"MidiConnectionEvent","qualifiedName":"dart:html.MidiConnectionEvent","href":"dart-html/MidiConnectionEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MidiConnectionEvent.new","qualifiedName":"dart:html.MidiConnectionEvent.MidiConnectionEvent.new","href":"dart-html/MidiConnectionEvent/MidiConnectionEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiConnectionEvent","kind":3,"href":"dart-html/MidiConnectionEvent-class.html"}},{"name":"port","qualifiedName":"dart:html.MidiConnectionEvent.port","href":"dart-html/MidiConnectionEvent/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiConnectionEvent","kind":3,"href":"dart-html/MidiConnectionEvent-class.html"}},{"name":"MidiInput","qualifiedName":"dart:html.MidiInput","href":"dart-html/MidiInput-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"midiMessageEvent","qualifiedName":"dart:html.MidiInput.midiMessageEvent","href":"dart-html/MidiInput/midiMessageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose midimessage events to event\nhandlers that are not necessarily instances of MidiInput.","enclosedBy":{"name":"MidiInput","kind":3,"href":"dart-html/MidiInput-class.html"}},{"name":"onMidiMessage","qualifiedName":"dart:html.MidiInput.onMidiMessage","href":"dart-html/MidiInput/onMidiMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of midimessage events handled by this MidiInput.","enclosedBy":{"name":"MidiInput","kind":3,"href":"dart-html/MidiInput-class.html"}},{"name":"MidiInputMap","qualifiedName":"dart:html.MidiInputMap","href":"dart-html/MidiInputMap-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addAll","qualifiedName":"dart:html.MidiInputMap.addAll","href":"dart-html/MidiInputMap/addAll.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Adds all key/value pairs of other to this map.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"clear","qualifiedName":"dart:html.MidiInputMap.clear","href":"dart-html/MidiInputMap/clear.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Removes all entries from the map.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"containsKey","qualifiedName":"dart:html.MidiInputMap.containsKey","href":"dart-html/MidiInputMap/containsKey.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Whether this map contains the given key.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"containsValue","qualifiedName":"dart:html.MidiInputMap.containsValue","href":"dart-html/MidiInputMap/containsValue.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Whether this map contains the given value.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"forEach","qualifiedName":"dart:html.MidiInputMap.forEach","href":"dart-html/MidiInputMap/forEach.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Applies action to each key/value pair of the map.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"isEmpty","qualifiedName":"dart:html.MidiInputMap.isEmpty","href":"dart-html/MidiInputMap/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether there is no key/value pair in the map.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:html.MidiInputMap.isNotEmpty","href":"dart-html/MidiInputMap/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether there is at least one key/value pair in the map.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"keys","qualifiedName":"dart:html.MidiInputMap.keys","href":"dart-html/MidiInputMap/keys.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The keys of this Map.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"length","qualifiedName":"dart:html.MidiInputMap.length","href":"dart-html/MidiInputMap/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of key/value pairs in the map.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"operator []","qualifiedName":"dart:html.MidiInputMap.operator []","href":"dart-html/MidiInputMap/operator_get.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"The value for the given key, or null if key is not in the map.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.MidiInputMap.operator []=","href":"dart-html/MidiInputMap/operator_put.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Associates the key with the given value.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"putIfAbsent","qualifiedName":"dart:html.MidiInputMap.putIfAbsent","href":"dart-html/MidiInputMap/putIfAbsent.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Look up the value of key, or add a new entry if it isn't there.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"remove","qualifiedName":"dart:html.MidiInputMap.remove","href":"dart-html/MidiInputMap/remove.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Removes key and its associated value, if present, from the map.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"values","qualifiedName":"dart:html.MidiInputMap.values","href":"dart-html/MidiInputMap/values.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The values of this Map.","enclosedBy":{"name":"MidiInputMap","kind":3,"href":"dart-html/MidiInputMap-class.html"}},{"name":"MidiMessageEvent","qualifiedName":"dart:html.MidiMessageEvent","href":"dart-html/MidiMessageEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MidiMessageEvent.new","qualifiedName":"dart:html.MidiMessageEvent.MidiMessageEvent.new","href":"dart-html/MidiMessageEvent/MidiMessageEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiMessageEvent","kind":3,"href":"dart-html/MidiMessageEvent-class.html"}},{"name":"data","qualifiedName":"dart:html.MidiMessageEvent.data","href":"dart-html/MidiMessageEvent/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiMessageEvent","kind":3,"href":"dart-html/MidiMessageEvent-class.html"}},{"name":"MidiOutput","qualifiedName":"dart:html.MidiOutput","href":"dart-html/MidiOutput-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"send","qualifiedName":"dart:html.MidiOutput.send","href":"dart-html/MidiOutput/send.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiOutput","kind":3,"href":"dart-html/MidiOutput-class.html"}},{"name":"MidiOutputMap","qualifiedName":"dart:html.MidiOutputMap","href":"dart-html/MidiOutputMap-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addAll","qualifiedName":"dart:html.MidiOutputMap.addAll","href":"dart-html/MidiOutputMap/addAll.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Adds all key/value pairs of other to this map.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"clear","qualifiedName":"dart:html.MidiOutputMap.clear","href":"dart-html/MidiOutputMap/clear.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Removes all entries from the map.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"containsKey","qualifiedName":"dart:html.MidiOutputMap.containsKey","href":"dart-html/MidiOutputMap/containsKey.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Whether this map contains the given key.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"containsValue","qualifiedName":"dart:html.MidiOutputMap.containsValue","href":"dart-html/MidiOutputMap/containsValue.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Whether this map contains the given value.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"forEach","qualifiedName":"dart:html.MidiOutputMap.forEach","href":"dart-html/MidiOutputMap/forEach.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Applies action to each key/value pair of the map.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"isEmpty","qualifiedName":"dart:html.MidiOutputMap.isEmpty","href":"dart-html/MidiOutputMap/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether there is no key/value pair in the map.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:html.MidiOutputMap.isNotEmpty","href":"dart-html/MidiOutputMap/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether there is at least one key/value pair in the map.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"keys","qualifiedName":"dart:html.MidiOutputMap.keys","href":"dart-html/MidiOutputMap/keys.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The keys of this Map.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"length","qualifiedName":"dart:html.MidiOutputMap.length","href":"dart-html/MidiOutputMap/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of key/value pairs in the map.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"operator []","qualifiedName":"dart:html.MidiOutputMap.operator []","href":"dart-html/MidiOutputMap/operator_get.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"The value for the given key, or null if key is not in the map.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.MidiOutputMap.operator []=","href":"dart-html/MidiOutputMap/operator_put.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Associates the key with the given value.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"putIfAbsent","qualifiedName":"dart:html.MidiOutputMap.putIfAbsent","href":"dart-html/MidiOutputMap/putIfAbsent.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Look up the value of key, or add a new entry if it isn't there.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"remove","qualifiedName":"dart:html.MidiOutputMap.remove","href":"dart-html/MidiOutputMap/remove.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Removes key and its associated value, if present, from the map.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"values","qualifiedName":"dart:html.MidiOutputMap.values","href":"dart-html/MidiOutputMap/values.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The values of this Map.","enclosedBy":{"name":"MidiOutputMap","kind":3,"href":"dart-html/MidiOutputMap-class.html"}},{"name":"MidiPort","qualifiedName":"dart:html.MidiPort","href":"dart-html/MidiPort-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"close","qualifiedName":"dart:html.MidiPort.close","href":"dart-html/MidiPort/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiPort","kind":3,"href":"dart-html/MidiPort-class.html"}},{"name":"connection","qualifiedName":"dart:html.MidiPort.connection","href":"dart-html/MidiPort/connection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiPort","kind":3,"href":"dart-html/MidiPort-class.html"}},{"name":"id","qualifiedName":"dart:html.MidiPort.id","href":"dart-html/MidiPort/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiPort","kind":3,"href":"dart-html/MidiPort-class.html"}},{"name":"manufacturer","qualifiedName":"dart:html.MidiPort.manufacturer","href":"dart-html/MidiPort/manufacturer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiPort","kind":3,"href":"dart-html/MidiPort-class.html"}},{"name":"name","qualifiedName":"dart:html.MidiPort.name","href":"dart-html/MidiPort/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiPort","kind":3,"href":"dart-html/MidiPort-class.html"}},{"name":"open","qualifiedName":"dart:html.MidiPort.open","href":"dart-html/MidiPort/open.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiPort","kind":3,"href":"dart-html/MidiPort-class.html"}},{"name":"state","qualifiedName":"dart:html.MidiPort.state","href":"dart-html/MidiPort/state.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiPort","kind":3,"href":"dart-html/MidiPort-class.html"}},{"name":"type","qualifiedName":"dart:html.MidiPort.type","href":"dart-html/MidiPort/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiPort","kind":3,"href":"dart-html/MidiPort-class.html"}},{"name":"version","qualifiedName":"dart:html.MidiPort.version","href":"dart-html/MidiPort/version.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MidiPort","kind":3,"href":"dart-html/MidiPort-class.html"}},{"name":"MimeType","qualifiedName":"dart:html.MimeType","href":"dart-html/MimeType-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"description","qualifiedName":"dart:html.MimeType.description","href":"dart-html/MimeType/description.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MimeType","kind":3,"href":"dart-html/MimeType-class.html"}},{"name":"enabledPlugin","qualifiedName":"dart:html.MimeType.enabledPlugin","href":"dart-html/MimeType/enabledPlugin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MimeType","kind":3,"href":"dart-html/MimeType-class.html"}},{"name":"suffixes","qualifiedName":"dart:html.MimeType.suffixes","href":"dart-html/MimeType/suffixes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MimeType","kind":3,"href":"dart-html/MimeType-class.html"}},{"name":"type","qualifiedName":"dart:html.MimeType.type","href":"dart-html/MimeType/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MimeType","kind":3,"href":"dart-html/MimeType-class.html"}},{"name":"MimeTypeArray","qualifiedName":"dart:html.MimeTypeArray","href":"dart-html/MimeTypeArray-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"elementAt","qualifiedName":"dart:html.MimeTypeArray.elementAt","href":"dart-html/MimeTypeArray/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the indexth element.","enclosedBy":{"name":"MimeTypeArray","kind":3,"href":"dart-html/MimeTypeArray-class.html"}},{"name":"first","qualifiedName":"dart:html.MimeTypeArray.first","href":"dart-html/MimeTypeArray/first.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first element.","enclosedBy":{"name":"MimeTypeArray","kind":3,"href":"dart-html/MimeTypeArray-class.html"}},{"name":"item","qualifiedName":"dart:html.MimeTypeArray.item","href":"dart-html/MimeTypeArray/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MimeTypeArray","kind":3,"href":"dart-html/MimeTypeArray-class.html"}},{"name":"last","qualifiedName":"dart:html.MimeTypeArray.last","href":"dart-html/MimeTypeArray/last.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last element.","enclosedBy":{"name":"MimeTypeArray","kind":3,"href":"dart-html/MimeTypeArray-class.html"}},{"name":"length","qualifiedName":"dart:html.MimeTypeArray.length","href":"dart-html/MimeTypeArray/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"MimeTypeArray","kind":3,"href":"dart-html/MimeTypeArray-class.html"}},{"name":"namedItem","qualifiedName":"dart:html.MimeTypeArray.namedItem","href":"dart-html/MimeTypeArray/namedItem.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MimeTypeArray","kind":3,"href":"dart-html/MimeTypeArray-class.html"}},{"name":"operator []","qualifiedName":"dart:html.MimeTypeArray.operator []","href":"dart-html/MimeTypeArray/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The object at the given index in the list.","enclosedBy":{"name":"MimeTypeArray","kind":3,"href":"dart-html/MimeTypeArray-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.MimeTypeArray.operator []=","href":"dart-html/MimeTypeArray/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"MimeTypeArray","kind":3,"href":"dart-html/MimeTypeArray-class.html"}},{"name":"single","qualifiedName":"dart:html.MimeTypeArray.single","href":"dart-html/MimeTypeArray/single.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"MimeTypeArray","kind":3,"href":"dart-html/MimeTypeArray-class.html"}},{"name":"ModElement","qualifiedName":"dart:html.ModElement","href":"dart-html/ModElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"cite","qualifiedName":"dart:html.ModElement.cite","href":"dart-html/ModElement/cite.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ModElement","kind":3,"href":"dart-html/ModElement-class.html"}},{"name":"dateTime","qualifiedName":"dart:html.ModElement.dateTime","href":"dart-html/ModElement/dateTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ModElement","kind":3,"href":"dart-html/ModElement-class.html"}},{"name":"MojoWatchCallback","qualifiedName":"dart:html.MojoWatchCallback","href":"dart-html/MojoWatchCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MonthInputElement","qualifiedName":"dart:html.MonthInputElement","href":"dart-html/MonthInputElement-class.html","kind":3,"packageRank":15,"desc":"A date consisting of a year and a month with no time zone.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MonthInputElement.new","qualifiedName":"dart:html.MonthInputElement.MonthInputElement.new","href":"dart-html/MonthInputElement/MonthInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MonthInputElement","kind":3,"href":"dart-html/MonthInputElement-class.html"}},{"name":"readOnly","qualifiedName":"dart:html.MonthInputElement.readOnly","href":"dart-html/MonthInputElement/readOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MonthInputElement","kind":3,"href":"dart-html/MonthInputElement-class.html"}},{"name":"required","qualifiedName":"dart:html.MonthInputElement.required","href":"dart-html/MonthInputElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MonthInputElement","kind":3,"href":"dart-html/MonthInputElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.MonthInputElement.supported","href":"dart-html/MonthInputElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this input type is supported on the current platform.","enclosedBy":{"name":"MonthInputElement","kind":3,"href":"dart-html/MonthInputElement-class.html"}},{"name":"valueAsDate","qualifiedName":"dart:html.MonthInputElement.valueAsDate","href":"dart-html/MonthInputElement/valueAsDate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MonthInputElement","kind":3,"href":"dart-html/MonthInputElement-class.html"}},{"name":"MouseEvent","qualifiedName":"dart:html.MouseEvent","href":"dart-html/MouseEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MouseEvent.new","qualifiedName":"dart:html.MouseEvent.MouseEvent.new","href":"dart-html/MouseEvent/MouseEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"altKey","qualifiedName":"dart:html.MouseEvent.altKey","href":"dart-html/MouseEvent/altKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"button","qualifiedName":"dart:html.MouseEvent.button","href":"dart-html/MouseEvent/button.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"buttons","qualifiedName":"dart:html.MouseEvent.buttons","href":"dart-html/MouseEvent/buttons.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"client","qualifiedName":"dart:html.MouseEvent.client","href":"dart-html/MouseEvent/client.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"ctrlKey","qualifiedName":"dart:html.MouseEvent.ctrlKey","href":"dart-html/MouseEvent/ctrlKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"dataTransfer","qualifiedName":"dart:html.MouseEvent.dataTransfer","href":"dart-html/MouseEvent/dataTransfer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"fromElement","qualifiedName":"dart:html.MouseEvent.fromElement","href":"dart-html/MouseEvent/fromElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The nonstandard way to access the element that the mouse comes\nfrom in the case of a mouseover event.","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"getModifierState","qualifiedName":"dart:html.MouseEvent.getModifierState","href":"dart-html/MouseEvent/getModifierState.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"layer","qualifiedName":"dart:html.MouseEvent.layer","href":"dart-html/MouseEvent/layer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"metaKey","qualifiedName":"dart:html.MouseEvent.metaKey","href":"dart-html/MouseEvent/metaKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"movement","qualifiedName":"dart:html.MouseEvent.movement","href":"dart-html/MouseEvent/movement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"offset","qualifiedName":"dart:html.MouseEvent.offset","href":"dart-html/MouseEvent/offset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The coordinates of the mouse pointer in target node coordinates.","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"page","qualifiedName":"dart:html.MouseEvent.page","href":"dart-html/MouseEvent/page.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"region","qualifiedName":"dart:html.MouseEvent.region","href":"dart-html/MouseEvent/region.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"relatedTarget","qualifiedName":"dart:html.MouseEvent.relatedTarget","href":"dart-html/MouseEvent/relatedTarget.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"screen","qualifiedName":"dart:html.MouseEvent.screen","href":"dart-html/MouseEvent/screen.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"shiftKey","qualifiedName":"dart:html.MouseEvent.shiftKey","href":"dart-html/MouseEvent/shiftKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"toElement","qualifiedName":"dart:html.MouseEvent.toElement","href":"dart-html/MouseEvent/toElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The nonstandard way to access the element that the mouse goes\nto in the case of a mouseout event.","enclosedBy":{"name":"MouseEvent","kind":3,"href":"dart-html/MouseEvent-class.html"}},{"name":"MutationCallback","qualifiedName":"dart:html.MutationCallback","href":"dart-html/MutationCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MutationEvent","qualifiedName":"dart:html.MutationEvent","href":"dart-html/MutationEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ADDITION","qualifiedName":"dart:html.MutationEvent.ADDITION","href":"dart-html/MutationEvent/ADDITION-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationEvent","kind":3,"href":"dart-html/MutationEvent-class.html"}},{"name":"MODIFICATION","qualifiedName":"dart:html.MutationEvent.MODIFICATION","href":"dart-html/MutationEvent/MODIFICATION-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationEvent","kind":3,"href":"dart-html/MutationEvent-class.html"}},{"name":"REMOVAL","qualifiedName":"dart:html.MutationEvent.REMOVAL","href":"dart-html/MutationEvent/REMOVAL-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationEvent","kind":3,"href":"dart-html/MutationEvent-class.html"}},{"name":"attrChange","qualifiedName":"dart:html.MutationEvent.attrChange","href":"dart-html/MutationEvent/attrChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationEvent","kind":3,"href":"dart-html/MutationEvent-class.html"}},{"name":"attrName","qualifiedName":"dart:html.MutationEvent.attrName","href":"dart-html/MutationEvent/attrName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationEvent","kind":3,"href":"dart-html/MutationEvent-class.html"}},{"name":"initMutationEvent","qualifiedName":"dart:html.MutationEvent.initMutationEvent","href":"dart-html/MutationEvent/initMutationEvent.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationEvent","kind":3,"href":"dart-html/MutationEvent-class.html"}},{"name":"newValue","qualifiedName":"dart:html.MutationEvent.newValue","href":"dart-html/MutationEvent/newValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationEvent","kind":3,"href":"dart-html/MutationEvent-class.html"}},{"name":"prevValue","qualifiedName":"dart:html.MutationEvent.prevValue","href":"dart-html/MutationEvent/prevValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationEvent","kind":3,"href":"dart-html/MutationEvent-class.html"}},{"name":"relatedNode","qualifiedName":"dart:html.MutationEvent.relatedNode","href":"dart-html/MutationEvent/relatedNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationEvent","kind":3,"href":"dart-html/MutationEvent-class.html"}},{"name":"MutationObserver","qualifiedName":"dart:html.MutationObserver","href":"dart-html/MutationObserver-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"MutationObserver.new","qualifiedName":"dart:html.MutationObserver.MutationObserver.new","href":"dart-html/MutationObserver/MutationObserver.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationObserver","kind":3,"href":"dart-html/MutationObserver-class.html"}},{"name":"disconnect","qualifiedName":"dart:html.MutationObserver.disconnect","href":"dart-html/MutationObserver/disconnect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationObserver","kind":3,"href":"dart-html/MutationObserver-class.html"}},{"name":"observe","qualifiedName":"dart:html.MutationObserver.observe","href":"dart-html/MutationObserver/observe.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Observes the target for the specified changes.","enclosedBy":{"name":"MutationObserver","kind":3,"href":"dart-html/MutationObserver-class.html"}},{"name":"supported","qualifiedName":"dart:html.MutationObserver.supported","href":"dart-html/MutationObserver/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks to see if the mutation observer API is supported on the current\nplatform.","enclosedBy":{"name":"MutationObserver","kind":3,"href":"dart-html/MutationObserver-class.html"}},{"name":"takeRecords","qualifiedName":"dart:html.MutationObserver.takeRecords","href":"dart-html/MutationObserver/takeRecords.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationObserver","kind":3,"href":"dart-html/MutationObserver-class.html"}},{"name":"MutationRecord","qualifiedName":"dart:html.MutationRecord","href":"dart-html/MutationRecord-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addedNodes","qualifiedName":"dart:html.MutationRecord.addedNodes","href":"dart-html/MutationRecord/addedNodes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationRecord","kind":3,"href":"dart-html/MutationRecord-class.html"}},{"name":"attributeName","qualifiedName":"dart:html.MutationRecord.attributeName","href":"dart-html/MutationRecord/attributeName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationRecord","kind":3,"href":"dart-html/MutationRecord-class.html"}},{"name":"attributeNamespace","qualifiedName":"dart:html.MutationRecord.attributeNamespace","href":"dart-html/MutationRecord/attributeNamespace.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationRecord","kind":3,"href":"dart-html/MutationRecord-class.html"}},{"name":"nextSibling","qualifiedName":"dart:html.MutationRecord.nextSibling","href":"dart-html/MutationRecord/nextSibling.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationRecord","kind":3,"href":"dart-html/MutationRecord-class.html"}},{"name":"oldValue","qualifiedName":"dart:html.MutationRecord.oldValue","href":"dart-html/MutationRecord/oldValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationRecord","kind":3,"href":"dart-html/MutationRecord-class.html"}},{"name":"previousSibling","qualifiedName":"dart:html.MutationRecord.previousSibling","href":"dart-html/MutationRecord/previousSibling.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationRecord","kind":3,"href":"dart-html/MutationRecord-class.html"}},{"name":"removedNodes","qualifiedName":"dart:html.MutationRecord.removedNodes","href":"dart-html/MutationRecord/removedNodes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationRecord","kind":3,"href":"dart-html/MutationRecord-class.html"}},{"name":"target","qualifiedName":"dart:html.MutationRecord.target","href":"dart-html/MutationRecord/target.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationRecord","kind":3,"href":"dart-html/MutationRecord-class.html"}},{"name":"type","qualifiedName":"dart:html.MutationRecord.type","href":"dart-html/MutationRecord/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"MutationRecord","kind":3,"href":"dart-html/MutationRecord-class.html"}},{"name":"NavigationPreloadManager","qualifiedName":"dart:html.NavigationPreloadManager","href":"dart-html/NavigationPreloadManager-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"disable","qualifiedName":"dart:html.NavigationPreloadManager.disable","href":"dart-html/NavigationPreloadManager/disable.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigationPreloadManager","kind":3,"href":"dart-html/NavigationPreloadManager-class.html"}},{"name":"enable","qualifiedName":"dart:html.NavigationPreloadManager.enable","href":"dart-html/NavigationPreloadManager/enable.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigationPreloadManager","kind":3,"href":"dart-html/NavigationPreloadManager-class.html"}},{"name":"getState","qualifiedName":"dart:html.NavigationPreloadManager.getState","href":"dart-html/NavigationPreloadManager/getState.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigationPreloadManager","kind":3,"href":"dart-html/NavigationPreloadManager-class.html"}},{"name":"Navigator","qualifiedName":"dart:html.Navigator","href":"dart-html/Navigator-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"appCodeName","qualifiedName":"dart:html.Navigator.appCodeName","href":"dart-html/Navigator/appCodeName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"appName","qualifiedName":"dart:html.Navigator.appName","href":"dart-html/Navigator/appName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"appVersion","qualifiedName":"dart:html.Navigator.appVersion","href":"dart-html/Navigator/appVersion.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"budget","qualifiedName":"dart:html.Navigator.budget","href":"dart-html/Navigator/budget.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"cancelKeyboardLock","qualifiedName":"dart:html.Navigator.cancelKeyboardLock","href":"dart-html/Navigator/cancelKeyboardLock.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"clipboard","qualifiedName":"dart:html.Navigator.clipboard","href":"dart-html/Navigator/clipboard.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"connection","qualifiedName":"dart:html.Navigator.connection","href":"dart-html/Navigator/connection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"cookieEnabled","qualifiedName":"dart:html.Navigator.cookieEnabled","href":"dart-html/Navigator/cookieEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"credentials","qualifiedName":"dart:html.Navigator.credentials","href":"dart-html/Navigator/credentials.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"dartEnabled","qualifiedName":"dart:html.Navigator.dartEnabled","href":"dart-html/Navigator/dartEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"deviceMemory","qualifiedName":"dart:html.Navigator.deviceMemory","href":"dart-html/Navigator/deviceMemory.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"doNotTrack","qualifiedName":"dart:html.Navigator.doNotTrack","href":"dart-html/Navigator/doNotTrack.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"geolocation","qualifiedName":"dart:html.Navigator.geolocation","href":"dart-html/Navigator/geolocation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"getBattery","qualifiedName":"dart:html.Navigator.getBattery","href":"dart-html/Navigator/getBattery.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"getGamepads","qualifiedName":"dart:html.Navigator.getGamepads","href":"dart-html/Navigator/getGamepads.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"getInstalledRelatedApps","qualifiedName":"dart:html.Navigator.getInstalledRelatedApps","href":"dart-html/Navigator/getInstalledRelatedApps.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"getUserMedia","qualifiedName":"dart:html.Navigator.getUserMedia","href":"dart-html/Navigator/getUserMedia.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Gets a stream (video and or audio) from the local computer.","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"getVRDisplays","qualifiedName":"dart:html.Navigator.getVRDisplays","href":"dart-html/Navigator/getVRDisplays.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"language","qualifiedName":"dart:html.Navigator.language","href":"dart-html/Navigator/language.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"languages","qualifiedName":"dart:html.Navigator.languages","href":"dart-html/Navigator/languages.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"maxTouchPoints","qualifiedName":"dart:html.Navigator.maxTouchPoints","href":"dart-html/Navigator/maxTouchPoints.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"mediaCapabilities","qualifiedName":"dart:html.Navigator.mediaCapabilities","href":"dart-html/Navigator/mediaCapabilities.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"mediaDevices","qualifiedName":"dart:html.Navigator.mediaDevices","href":"dart-html/Navigator/mediaDevices.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"mediaSession","qualifiedName":"dart:html.Navigator.mediaSession","href":"dart-html/Navigator/mediaSession.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"mimeTypes","qualifiedName":"dart:html.Navigator.mimeTypes","href":"dart-html/Navigator/mimeTypes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"nfc","qualifiedName":"dart:html.Navigator.nfc","href":"dart-html/Navigator/nfc.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"onLine","qualifiedName":"dart:html.Navigator.onLine","href":"dart-html/Navigator/onLine.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"permissions","qualifiedName":"dart:html.Navigator.permissions","href":"dart-html/Navigator/permissions.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"persistentStorage","qualifiedName":"dart:html.Navigator.persistentStorage","href":"dart-html/Navigator/persistentStorage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"platform","qualifiedName":"dart:html.Navigator.platform","href":"dart-html/Navigator/platform.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"presentation","qualifiedName":"dart:html.Navigator.presentation","href":"dart-html/Navigator/presentation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"product","qualifiedName":"dart:html.Navigator.product","href":"dart-html/Navigator/product.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"productSub","qualifiedName":"dart:html.Navigator.productSub","href":"dart-html/Navigator/productSub.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"registerProtocolHandler","qualifiedName":"dart:html.Navigator.registerProtocolHandler","href":"dart-html/Navigator/registerProtocolHandler.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"requestKeyboardLock","qualifiedName":"dart:html.Navigator.requestKeyboardLock","href":"dart-html/Navigator/requestKeyboardLock.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"requestMediaKeySystemAccess","qualifiedName":"dart:html.Navigator.requestMediaKeySystemAccess","href":"dart-html/Navigator/requestMediaKeySystemAccess.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"requestMidiAccess","qualifiedName":"dart:html.Navigator.requestMidiAccess","href":"dart-html/Navigator/requestMidiAccess.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"sendBeacon","qualifiedName":"dart:html.Navigator.sendBeacon","href":"dart-html/Navigator/sendBeacon.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"serviceWorker","qualifiedName":"dart:html.Navigator.serviceWorker","href":"dart-html/Navigator/serviceWorker.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"share","qualifiedName":"dart:html.Navigator.share","href":"dart-html/Navigator/share.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"storage","qualifiedName":"dart:html.Navigator.storage","href":"dart-html/Navigator/storage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"temporaryStorage","qualifiedName":"dart:html.Navigator.temporaryStorage","href":"dart-html/Navigator/temporaryStorage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"userAgent","qualifiedName":"dart:html.Navigator.userAgent","href":"dart-html/Navigator/userAgent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"vendor","qualifiedName":"dart:html.Navigator.vendor","href":"dart-html/Navigator/vendor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"vendorSub","qualifiedName":"dart:html.Navigator.vendorSub","href":"dart-html/Navigator/vendorSub.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"vr","qualifiedName":"dart:html.Navigator.vr","href":"dart-html/Navigator/vr.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"webdriver","qualifiedName":"dart:html.Navigator.webdriver","href":"dart-html/Navigator/webdriver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Navigator","kind":3,"href":"dart-html/Navigator-class.html"}},{"name":"NavigatorAutomationInformation","qualifiedName":"dart:html.NavigatorAutomationInformation","href":"dart-html/NavigatorAutomationInformation-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"webdriver","qualifiedName":"dart:html.NavigatorAutomationInformation.webdriver","href":"dart-html/NavigatorAutomationInformation/webdriver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorAutomationInformation","kind":3,"href":"dart-html/NavigatorAutomationInformation-class.html"}},{"name":"NavigatorConcurrentHardware","qualifiedName":"dart:html.NavigatorConcurrentHardware","href":"dart-html/NavigatorConcurrentHardware-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"hardwareConcurrency","qualifiedName":"dart:html.NavigatorConcurrentHardware.hardwareConcurrency","href":"dart-html/NavigatorConcurrentHardware/hardwareConcurrency.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorConcurrentHardware","kind":3,"href":"dart-html/NavigatorConcurrentHardware-class.html"}},{"name":"NavigatorCookies","qualifiedName":"dart:html.NavigatorCookies","href":"dart-html/NavigatorCookies-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"cookieEnabled","qualifiedName":"dart:html.NavigatorCookies.cookieEnabled","href":"dart-html/NavigatorCookies/cookieEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorCookies","kind":3,"href":"dart-html/NavigatorCookies-class.html"}},{"name":"NavigatorID","qualifiedName":"dart:html.NavigatorID","href":"dart-html/NavigatorID-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"appCodeName","qualifiedName":"dart:html.NavigatorID.appCodeName","href":"dart-html/NavigatorID/appCodeName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorID","kind":3,"href":"dart-html/NavigatorID-class.html"}},{"name":"appName","qualifiedName":"dart:html.NavigatorID.appName","href":"dart-html/NavigatorID/appName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorID","kind":3,"href":"dart-html/NavigatorID-class.html"}},{"name":"appVersion","qualifiedName":"dart:html.NavigatorID.appVersion","href":"dart-html/NavigatorID/appVersion.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorID","kind":3,"href":"dart-html/NavigatorID-class.html"}},{"name":"dartEnabled","qualifiedName":"dart:html.NavigatorID.dartEnabled","href":"dart-html/NavigatorID/dartEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorID","kind":3,"href":"dart-html/NavigatorID-class.html"}},{"name":"platform","qualifiedName":"dart:html.NavigatorID.platform","href":"dart-html/NavigatorID/platform.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorID","kind":3,"href":"dart-html/NavigatorID-class.html"}},{"name":"product","qualifiedName":"dart:html.NavigatorID.product","href":"dart-html/NavigatorID/product.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorID","kind":3,"href":"dart-html/NavigatorID-class.html"}},{"name":"userAgent","qualifiedName":"dart:html.NavigatorID.userAgent","href":"dart-html/NavigatorID/userAgent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorID","kind":3,"href":"dart-html/NavigatorID-class.html"}},{"name":"NavigatorLanguage","qualifiedName":"dart:html.NavigatorLanguage","href":"dart-html/NavigatorLanguage-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"language","qualifiedName":"dart:html.NavigatorLanguage.language","href":"dart-html/NavigatorLanguage/language.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorLanguage","kind":3,"href":"dart-html/NavigatorLanguage-class.html"}},{"name":"languages","qualifiedName":"dart:html.NavigatorLanguage.languages","href":"dart-html/NavigatorLanguage/languages.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorLanguage","kind":3,"href":"dart-html/NavigatorLanguage-class.html"}},{"name":"NavigatorOnLine","qualifiedName":"dart:html.NavigatorOnLine","href":"dart-html/NavigatorOnLine-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"onLine","qualifiedName":"dart:html.NavigatorOnLine.onLine","href":"dart-html/NavigatorOnLine/onLine.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorOnLine","kind":3,"href":"dart-html/NavigatorOnLine-class.html"}},{"name":"NavigatorUserMediaError","qualifiedName":"dart:html.NavigatorUserMediaError","href":"dart-html/NavigatorUserMediaError-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"constraintName","qualifiedName":"dart:html.NavigatorUserMediaError.constraintName","href":"dart-html/NavigatorUserMediaError/constraintName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorUserMediaError","kind":3,"href":"dart-html/NavigatorUserMediaError-class.html"}},{"name":"message","qualifiedName":"dart:html.NavigatorUserMediaError.message","href":"dart-html/NavigatorUserMediaError/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorUserMediaError","kind":3,"href":"dart-html/NavigatorUserMediaError-class.html"}},{"name":"name","qualifiedName":"dart:html.NavigatorUserMediaError.name","href":"dart-html/NavigatorUserMediaError/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NavigatorUserMediaError","kind":3,"href":"dart-html/NavigatorUserMediaError-class.html"}},{"name":"NetworkInformation","qualifiedName":"dart:html.NetworkInformation","href":"dart-html/NetworkInformation-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"changeEvent","qualifiedName":"dart:html.NetworkInformation.changeEvent","href":"dart-html/NetworkInformation/changeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NetworkInformation","kind":3,"href":"dart-html/NetworkInformation-class.html"}},{"name":"downlink","qualifiedName":"dart:html.NetworkInformation.downlink","href":"dart-html/NetworkInformation/downlink.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NetworkInformation","kind":3,"href":"dart-html/NetworkInformation-class.html"}},{"name":"downlinkMax","qualifiedName":"dart:html.NetworkInformation.downlinkMax","href":"dart-html/NetworkInformation/downlinkMax.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NetworkInformation","kind":3,"href":"dart-html/NetworkInformation-class.html"}},{"name":"effectiveType","qualifiedName":"dart:html.NetworkInformation.effectiveType","href":"dart-html/NetworkInformation/effectiveType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NetworkInformation","kind":3,"href":"dart-html/NetworkInformation-class.html"}},{"name":"onChange","qualifiedName":"dart:html.NetworkInformation.onChange","href":"dart-html/NetworkInformation/onChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NetworkInformation","kind":3,"href":"dart-html/NetworkInformation-class.html"}},{"name":"rtt","qualifiedName":"dart:html.NetworkInformation.rtt","href":"dart-html/NetworkInformation/rtt.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NetworkInformation","kind":3,"href":"dart-html/NetworkInformation-class.html"}},{"name":"type","qualifiedName":"dart:html.NetworkInformation.type","href":"dart-html/NetworkInformation/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NetworkInformation","kind":3,"href":"dart-html/NetworkInformation-class.html"}},{"name":"Node","qualifiedName":"dart:html.Node","href":"dart-html/Node-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ATTRIBUTE_NODE","qualifiedName":"dart:html.Node.ATTRIBUTE_NODE","href":"dart-html/Node/ATTRIBUTE_NODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"CDATA_SECTION_NODE","qualifiedName":"dart:html.Node.CDATA_SECTION_NODE","href":"dart-html/Node/CDATA_SECTION_NODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"COMMENT_NODE","qualifiedName":"dart:html.Node.COMMENT_NODE","href":"dart-html/Node/COMMENT_NODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"DOCUMENT_FRAGMENT_NODE","qualifiedName":"dart:html.Node.DOCUMENT_FRAGMENT_NODE","href":"dart-html/Node/DOCUMENT_FRAGMENT_NODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"DOCUMENT_NODE","qualifiedName":"dart:html.Node.DOCUMENT_NODE","href":"dart-html/Node/DOCUMENT_NODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"DOCUMENT_TYPE_NODE","qualifiedName":"dart:html.Node.DOCUMENT_TYPE_NODE","href":"dart-html/Node/DOCUMENT_TYPE_NODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"ELEMENT_NODE","qualifiedName":"dart:html.Node.ELEMENT_NODE","href":"dart-html/Node/ELEMENT_NODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"ENTITY_NODE","qualifiedName":"dart:html.Node.ENTITY_NODE","href":"dart-html/Node/ENTITY_NODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"ENTITY_REFERENCE_NODE","qualifiedName":"dart:html.Node.ENTITY_REFERENCE_NODE","href":"dart-html/Node/ENTITY_REFERENCE_NODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"NOTATION_NODE","qualifiedName":"dart:html.Node.NOTATION_NODE","href":"dart-html/Node/NOTATION_NODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"PROCESSING_INSTRUCTION_NODE","qualifiedName":"dart:html.Node.PROCESSING_INSTRUCTION_NODE","href":"dart-html/Node/PROCESSING_INSTRUCTION_NODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"TEXT_NODE","qualifiedName":"dart:html.Node.TEXT_NODE","href":"dart-html/Node/TEXT_NODE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"append","qualifiedName":"dart:html.Node.append","href":"dart-html/Node/append.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Adds a node to the end of the child nodes list of this node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"baseUri","qualifiedName":"dart:html.Node.baseUri","href":"dart-html/Node/baseUri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"childNodes","qualifiedName":"dart:html.Node.childNodes","href":"dart-html/Node/childNodes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A list of this node's children.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"clone","qualifiedName":"dart:html.Node.clone","href":"dart-html/Node/clone.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns a copy of this node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"contains","qualifiedName":"dart:html.Node.contains","href":"dart-html/Node/contains.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this node contains the specified node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"firstChild","qualifiedName":"dart:html.Node.firstChild","href":"dart-html/Node/firstChild.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first child of this node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"getRootNode","qualifiedName":"dart:html.Node.getRootNode","href":"dart-html/Node/getRootNode.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"hasChildNodes","qualifiedName":"dart:html.Node.hasChildNodes","href":"dart-html/Node/hasChildNodes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this node has any children.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"insertAllBefore","qualifiedName":"dart:html.Node.insertAllBefore","href":"dart-html/Node/insertAllBefore.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Inserts all of the nodes into this node directly before child.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"insertBefore","qualifiedName":"dart:html.Node.insertBefore","href":"dart-html/Node/insertBefore.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Inserts the given node into this node directly before child.\nIf child is null, then the given node is inserted at the end\nof this node's child nodes.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"isConnected","qualifiedName":"dart:html.Node.isConnected","href":"dart-html/Node/isConnected.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"lastChild","qualifiedName":"dart:html.Node.lastChild","href":"dart-html/Node/lastChild.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last child of this node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"nextNode","qualifiedName":"dart:html.Node.nextNode","href":"dart-html/Node/nextNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The next sibling node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"nodeName","qualifiedName":"dart:html.Node.nodeName","href":"dart-html/Node/nodeName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The name of this node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"nodeType","qualifiedName":"dart:html.Node.nodeType","href":"dart-html/Node/nodeType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The type of node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"nodeValue","qualifiedName":"dart:html.Node.nodeValue","href":"dart-html/Node/nodeValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The value of this node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"nodes","qualifiedName":"dart:html.Node.nodes","href":"dart-html/Node/nodes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A modifiable list of this node's children.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"ownerDocument","qualifiedName":"dart:html.Node.ownerDocument","href":"dart-html/Node/ownerDocument.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The document this node belongs to.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"parent","qualifiedName":"dart:html.Node.parent","href":"dart-html/Node/parent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The parent element of this node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"parentNode","qualifiedName":"dart:html.Node.parentNode","href":"dart-html/Node/parentNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The parent node of this node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"previousNode","qualifiedName":"dart:html.Node.previousNode","href":"dart-html/Node/previousNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The previous sibling node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"remove","qualifiedName":"dart:html.Node.remove","href":"dart-html/Node/remove.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Removes this node from the DOM.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"replaceWith","qualifiedName":"dart:html.Node.replaceWith","href":"dart-html/Node/replaceWith.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Replaces this node with another node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"text","qualifiedName":"dart:html.Node.text","href":"dart-html/Node/text.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"All text within this node and its descendants.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"toString","qualifiedName":"dart:html.Node.toString","href":"dart-html/Node/toString.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Print out a String representation of this Node.","enclosedBy":{"name":"Node","kind":3,"href":"dart-html/Node-class.html"}},{"name":"NodeFilter","qualifiedName":"dart:html.NodeFilter","href":"dart-html/NodeFilter-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"FILTER_ACCEPT","qualifiedName":"dart:html.NodeFilter.FILTER_ACCEPT","href":"dart-html/NodeFilter/FILTER_ACCEPT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeFilter","kind":3,"href":"dart-html/NodeFilter-class.html"}},{"name":"FILTER_REJECT","qualifiedName":"dart:html.NodeFilter.FILTER_REJECT","href":"dart-html/NodeFilter/FILTER_REJECT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeFilter","kind":3,"href":"dart-html/NodeFilter-class.html"}},{"name":"FILTER_SKIP","qualifiedName":"dart:html.NodeFilter.FILTER_SKIP","href":"dart-html/NodeFilter/FILTER_SKIP-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeFilter","kind":3,"href":"dart-html/NodeFilter-class.html"}},{"name":"SHOW_ALL","qualifiedName":"dart:html.NodeFilter.SHOW_ALL","href":"dart-html/NodeFilter/SHOW_ALL-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeFilter","kind":3,"href":"dart-html/NodeFilter-class.html"}},{"name":"SHOW_COMMENT","qualifiedName":"dart:html.NodeFilter.SHOW_COMMENT","href":"dart-html/NodeFilter/SHOW_COMMENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeFilter","kind":3,"href":"dart-html/NodeFilter-class.html"}},{"name":"SHOW_DOCUMENT","qualifiedName":"dart:html.NodeFilter.SHOW_DOCUMENT","href":"dart-html/NodeFilter/SHOW_DOCUMENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeFilter","kind":3,"href":"dart-html/NodeFilter-class.html"}},{"name":"SHOW_DOCUMENT_FRAGMENT","qualifiedName":"dart:html.NodeFilter.SHOW_DOCUMENT_FRAGMENT","href":"dart-html/NodeFilter/SHOW_DOCUMENT_FRAGMENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeFilter","kind":3,"href":"dart-html/NodeFilter-class.html"}},{"name":"SHOW_DOCUMENT_TYPE","qualifiedName":"dart:html.NodeFilter.SHOW_DOCUMENT_TYPE","href":"dart-html/NodeFilter/SHOW_DOCUMENT_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeFilter","kind":3,"href":"dart-html/NodeFilter-class.html"}},{"name":"SHOW_ELEMENT","qualifiedName":"dart:html.NodeFilter.SHOW_ELEMENT","href":"dart-html/NodeFilter/SHOW_ELEMENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeFilter","kind":3,"href":"dart-html/NodeFilter-class.html"}},{"name":"SHOW_PROCESSING_INSTRUCTION","qualifiedName":"dart:html.NodeFilter.SHOW_PROCESSING_INSTRUCTION","href":"dart-html/NodeFilter/SHOW_PROCESSING_INSTRUCTION-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeFilter","kind":3,"href":"dart-html/NodeFilter-class.html"}},{"name":"SHOW_TEXT","qualifiedName":"dart:html.NodeFilter.SHOW_TEXT","href":"dart-html/NodeFilter/SHOW_TEXT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeFilter","kind":3,"href":"dart-html/NodeFilter-class.html"}},{"name":"NodeIterator","qualifiedName":"dart:html.NodeIterator","href":"dart-html/NodeIterator-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"NodeIterator.new","qualifiedName":"dart:html.NodeIterator.NodeIterator.new","href":"dart-html/NodeIterator/NodeIterator.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeIterator","kind":3,"href":"dart-html/NodeIterator-class.html"}},{"name":"detach","qualifiedName":"dart:html.NodeIterator.detach","href":"dart-html/NodeIterator/detach.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeIterator","kind":3,"href":"dart-html/NodeIterator-class.html"}},{"name":"nextNode","qualifiedName":"dart:html.NodeIterator.nextNode","href":"dart-html/NodeIterator/nextNode.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeIterator","kind":3,"href":"dart-html/NodeIterator-class.html"}},{"name":"pointerBeforeReferenceNode","qualifiedName":"dart:html.NodeIterator.pointerBeforeReferenceNode","href":"dart-html/NodeIterator/pointerBeforeReferenceNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeIterator","kind":3,"href":"dart-html/NodeIterator-class.html"}},{"name":"previousNode","qualifiedName":"dart:html.NodeIterator.previousNode","href":"dart-html/NodeIterator/previousNode.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeIterator","kind":3,"href":"dart-html/NodeIterator-class.html"}},{"name":"referenceNode","qualifiedName":"dart:html.NodeIterator.referenceNode","href":"dart-html/NodeIterator/referenceNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeIterator","kind":3,"href":"dart-html/NodeIterator-class.html"}},{"name":"root","qualifiedName":"dart:html.NodeIterator.root","href":"dart-html/NodeIterator/root.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeIterator","kind":3,"href":"dart-html/NodeIterator-class.html"}},{"name":"whatToShow","qualifiedName":"dart:html.NodeIterator.whatToShow","href":"dart-html/NodeIterator/whatToShow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeIterator","kind":3,"href":"dart-html/NodeIterator-class.html"}},{"name":"NodeList","qualifiedName":"dart:html.NodeList","href":"dart-html/NodeList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"elementAt","qualifiedName":"dart:html.NodeList.elementAt","href":"dart-html/NodeList/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the indexth element.","enclosedBy":{"name":"NodeList","kind":3,"href":"dart-html/NodeList-class.html"}},{"name":"first","qualifiedName":"dart:html.NodeList.first","href":"dart-html/NodeList/first.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first element.","enclosedBy":{"name":"NodeList","kind":3,"href":"dart-html/NodeList-class.html"}},{"name":"last","qualifiedName":"dart:html.NodeList.last","href":"dart-html/NodeList/last.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last element.","enclosedBy":{"name":"NodeList","kind":3,"href":"dart-html/NodeList-class.html"}},{"name":"length","qualifiedName":"dart:html.NodeList.length","href":"dart-html/NodeList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"NodeList","kind":3,"href":"dart-html/NodeList-class.html"}},{"name":"operator []","qualifiedName":"dart:html.NodeList.operator []","href":"dart-html/NodeList/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The object at the given index in the list.","enclosedBy":{"name":"NodeList","kind":3,"href":"dart-html/NodeList-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.NodeList.operator []=","href":"dart-html/NodeList/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"NodeList","kind":3,"href":"dart-html/NodeList-class.html"}},{"name":"single","qualifiedName":"dart:html.NodeList.single","href":"dart-html/NodeList/single.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"NodeList","kind":3,"href":"dart-html/NodeList-class.html"}},{"name":"NodeTreeSanitizer","qualifiedName":"dart:html.NodeTreeSanitizer","href":"dart-html/NodeTreeSanitizer-class.html","kind":3,"packageRank":15,"desc":"Performs sanitization of a node tree after construction to ensure that it\ndoes not contain any disallowed elements or attributes.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"NodeTreeSanitizer.new","qualifiedName":"dart:html.NodeTreeSanitizer.NodeTreeSanitizer.new","href":"dart-html/NodeTreeSanitizer/NodeTreeSanitizer.html","kind":2,"packageRank":15,"desc":"Constructs a default tree sanitizer which will remove all elements and\nattributes which are not allowed by the provided validator.","enclosedBy":{"name":"NodeTreeSanitizer","kind":3,"href":"dart-html/NodeTreeSanitizer-class.html"}},{"name":"sanitizeTree","qualifiedName":"dart:html.NodeTreeSanitizer.sanitizeTree","href":"dart-html/NodeTreeSanitizer/sanitizeTree.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Called with the root of the tree which is to be sanitized.","enclosedBy":{"name":"NodeTreeSanitizer","kind":3,"href":"dart-html/NodeTreeSanitizer-class.html"}},{"name":"trusted","qualifiedName":"dart:html.NodeTreeSanitizer.trusted","href":"dart-html/NodeTreeSanitizer/trusted-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"A sanitizer for trees that we trust. It does no validation and allows\nany elements. It is also more efficient, since it can pass the text\ndirectly through to the underlying APIs without creating a document\nfragment to be sanitized.","enclosedBy":{"name":"NodeTreeSanitizer","kind":3,"href":"dart-html/NodeTreeSanitizer-class.html"}},{"name":"NodeValidator","qualifiedName":"dart:html.NodeValidator","href":"dart-html/NodeValidator-class.html","kind":3,"packageRank":15,"desc":"Interface used to validate that only accepted elements and attributes are\nallowed while parsing HTML strings into DOM nodes.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"NodeValidator.new","qualifiedName":"dart:html.NodeValidator.NodeValidator.new","href":"dart-html/NodeValidator/NodeValidator.html","kind":2,"packageRank":15,"desc":"Construct a default NodeValidator which only accepts whitelisted HTML5\nelements and attributes.","enclosedBy":{"name":"NodeValidator","kind":3,"href":"dart-html/NodeValidator-class.html"}},{"name":"NodeValidator.throws","qualifiedName":"dart:html.NodeValidator.NodeValidator.throws","href":"dart-html/NodeValidator/NodeValidator.throws.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeValidator","kind":3,"href":"dart-html/NodeValidator-class.html"}},{"name":"allowsAttribute","qualifiedName":"dart:html.NodeValidator.allowsAttribute","href":"dart-html/NodeValidator/allowsAttribute.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if the attribute is allowed.","enclosedBy":{"name":"NodeValidator","kind":3,"href":"dart-html/NodeValidator-class.html"}},{"name":"allowsElement","qualifiedName":"dart:html.NodeValidator.allowsElement","href":"dart-html/NodeValidator/allowsElement.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if the tagName is an accepted type.","enclosedBy":{"name":"NodeValidator","kind":3,"href":"dart-html/NodeValidator-class.html"}},{"name":"NodeValidatorBuilder","qualifiedName":"dart:html.NodeValidatorBuilder","href":"dart-html/NodeValidatorBuilder-class.html","kind":3,"packageRank":15,"desc":"Class which helps construct standard node validation policies.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"NodeValidatorBuilder.common","qualifiedName":"dart:html.NodeValidatorBuilder.NodeValidatorBuilder.common","href":"dart-html/NodeValidatorBuilder/NodeValidatorBuilder.common.html","kind":2,"packageRank":15,"desc":"Creates a new NodeValidatorBuilder which accepts common constructs.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"NodeValidatorBuilder.new","qualifiedName":"dart:html.NodeValidatorBuilder.NodeValidatorBuilder.new","href":"dart-html/NodeValidatorBuilder/NodeValidatorBuilder.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"add","qualifiedName":"dart:html.NodeValidatorBuilder.add","href":"dart-html/NodeValidatorBuilder/add.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Add an additional validator to the current list of validators.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"allowCustomElement","qualifiedName":"dart:html.NodeValidatorBuilder.allowCustomElement","href":"dart-html/NodeValidatorBuilder/allowCustomElement.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Allow custom elements with the specified tag name and specified attributes.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"allowElement","qualifiedName":"dart:html.NodeValidatorBuilder.allowElement","href":"dart-html/NodeValidatorBuilder/allowElement.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"allowHtml5","qualifiedName":"dart:html.NodeValidatorBuilder.allowHtml5","href":"dart-html/NodeValidatorBuilder/allowHtml5.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Allow common safe HTML5 elements and attributes.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"allowImages","qualifiedName":"dart:html.NodeValidatorBuilder.allowImages","href":"dart-html/NodeValidatorBuilder/allowImages.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Allows image elements.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"allowInlineStyles","qualifiedName":"dart:html.NodeValidatorBuilder.allowInlineStyles","href":"dart-html/NodeValidatorBuilder/allowInlineStyles.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Allow inline styles on elements.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"allowNavigation","qualifiedName":"dart:html.NodeValidatorBuilder.allowNavigation","href":"dart-html/NodeValidatorBuilder/allowNavigation.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Allows navigation elements- Form and Anchor tags, along with common\nattributes.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"allowSvg","qualifiedName":"dart:html.NodeValidatorBuilder.allowSvg","href":"dart-html/NodeValidatorBuilder/allowSvg.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Allow SVG elements and attributes except for known bad ones.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"allowTagExtension","qualifiedName":"dart:html.NodeValidatorBuilder.allowTagExtension","href":"dart-html/NodeValidatorBuilder/allowTagExtension.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Allow custom tag extensions with the specified type name and specified\nattributes.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"allowTemplating","qualifiedName":"dart:html.NodeValidatorBuilder.allowTemplating","href":"dart-html/NodeValidatorBuilder/allowTemplating.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Allow templating elements (such as  and template-related\nattributes.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"allowTextElements","qualifiedName":"dart:html.NodeValidatorBuilder.allowTextElements","href":"dart-html/NodeValidatorBuilder/allowTextElements.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Allow basic text elements.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"allowsAttribute","qualifiedName":"dart:html.NodeValidatorBuilder.allowsAttribute","href":"dart-html/NodeValidatorBuilder/allowsAttribute.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns true if the attribute is allowed.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"allowsElement","qualifiedName":"dart:html.NodeValidatorBuilder.allowsElement","href":"dart-html/NodeValidatorBuilder/allowsElement.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns true if the tagName is an accepted type.","enclosedBy":{"name":"NodeValidatorBuilder","kind":3,"href":"dart-html/NodeValidatorBuilder-class.html"}},{"name":"NonDocumentTypeChildNode","qualifiedName":"dart:html.NonDocumentTypeChildNode","href":"dart-html/NonDocumentTypeChildNode-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"nextElementSibling","qualifiedName":"dart:html.NonDocumentTypeChildNode.nextElementSibling","href":"dart-html/NonDocumentTypeChildNode/nextElementSibling.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NonDocumentTypeChildNode","kind":3,"href":"dart-html/NonDocumentTypeChildNode-class.html"}},{"name":"previousElementSibling","qualifiedName":"dart:html.NonDocumentTypeChildNode.previousElementSibling","href":"dart-html/NonDocumentTypeChildNode/previousElementSibling.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NonDocumentTypeChildNode","kind":3,"href":"dart-html/NonDocumentTypeChildNode-class.html"}},{"name":"NonElementParentNode","qualifiedName":"dart:html.NonElementParentNode","href":"dart-html/NonElementParentNode-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getElementById","qualifiedName":"dart:html.NonElementParentNode.getElementById","href":"dart-html/NonElementParentNode/getElementById.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NonElementParentNode","kind":3,"href":"dart-html/NonElementParentNode-class.html"}},{"name":"NoncedElement","qualifiedName":"dart:html.NoncedElement","href":"dart-html/NoncedElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"nonce","qualifiedName":"dart:html.NoncedElement.nonce","href":"dart-html/NoncedElement/nonce.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NoncedElement","kind":3,"href":"dart-html/NoncedElement-class.html"}},{"name":"Notification","qualifiedName":"dart:html.Notification","href":"dart-html/Notification-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Notification.new","qualifiedName":"dart:html.Notification.Notification.new","href":"dart-html/Notification/Notification.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"actions","qualifiedName":"dart:html.Notification.actions","href":"dart-html/Notification/actions.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"badge","qualifiedName":"dart:html.Notification.badge","href":"dart-html/Notification/badge.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"body","qualifiedName":"dart:html.Notification.body","href":"dart-html/Notification/body.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"clickEvent","qualifiedName":"dart:html.Notification.clickEvent","href":"dart-html/Notification/clickEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose click events to event\nhandlers that are not necessarily instances of Notification.","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"close","qualifiedName":"dart:html.Notification.close","href":"dart-html/Notification/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"closeEvent","qualifiedName":"dart:html.Notification.closeEvent","href":"dart-html/Notification/closeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose close events to event\nhandlers that are not necessarily instances of Notification.","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"data","qualifiedName":"dart:html.Notification.data","href":"dart-html/Notification/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"dir","qualifiedName":"dart:html.Notification.dir","href":"dart-html/Notification/dir.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.Notification.errorEvent","href":"dart-html/Notification/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of Notification.","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"icon","qualifiedName":"dart:html.Notification.icon","href":"dart-html/Notification/icon.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"image","qualifiedName":"dart:html.Notification.image","href":"dart-html/Notification/image.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"lang","qualifiedName":"dart:html.Notification.lang","href":"dart-html/Notification/lang.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"maxActions","qualifiedName":"dart:html.Notification.maxActions","href":"dart-html/Notification/maxActions.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"onClick","qualifiedName":"dart:html.Notification.onClick","href":"dart-html/Notification/onClick.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of click events handled by this Notification.","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"onClose","qualifiedName":"dart:html.Notification.onClose","href":"dart-html/Notification/onClose.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of close events handled by this Notification.","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"onError","qualifiedName":"dart:html.Notification.onError","href":"dart-html/Notification/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this Notification.","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"onShow","qualifiedName":"dart:html.Notification.onShow","href":"dart-html/Notification/onShow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of show events handled by this Notification.","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"permission","qualifiedName":"dart:html.Notification.permission","href":"dart-html/Notification/permission.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"renotify","qualifiedName":"dart:html.Notification.renotify","href":"dart-html/Notification/renotify.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"requestPermission","qualifiedName":"dart:html.Notification.requestPermission","href":"dart-html/Notification/requestPermission.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"requireInteraction","qualifiedName":"dart:html.Notification.requireInteraction","href":"dart-html/Notification/requireInteraction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"showEvent","qualifiedName":"dart:html.Notification.showEvent","href":"dart-html/Notification/showEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose show events to event\nhandlers that are not necessarily instances of Notification.","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"silent","qualifiedName":"dart:html.Notification.silent","href":"dart-html/Notification/silent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"supported","qualifiedName":"dart:html.Notification.supported","href":"dart-html/Notification/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"tag","qualifiedName":"dart:html.Notification.tag","href":"dart-html/Notification/tag.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"timestamp","qualifiedName":"dart:html.Notification.timestamp","href":"dart-html/Notification/timestamp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"title","qualifiedName":"dart:html.Notification.title","href":"dart-html/Notification/title.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"vibrate","qualifiedName":"dart:html.Notification.vibrate","href":"dart-html/Notification/vibrate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Notification","kind":3,"href":"dart-html/Notification-class.html"}},{"name":"NotificationEvent","qualifiedName":"dart:html.NotificationEvent","href":"dart-html/NotificationEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"NotificationEvent.new","qualifiedName":"dart:html.NotificationEvent.NotificationEvent.new","href":"dart-html/NotificationEvent/NotificationEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"NotificationEvent","kind":3,"href":"dart-html/NotificationEvent-class.html"}},{"name":"action","qualifiedName":"dart:html.NotificationEvent.action","href":"dart-html/NotificationEvent/action.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NotificationEvent","kind":3,"href":"dart-html/NotificationEvent-class.html"}},{"name":"notification","qualifiedName":"dart:html.NotificationEvent.notification","href":"dart-html/NotificationEvent/notification.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NotificationEvent","kind":3,"href":"dart-html/NotificationEvent-class.html"}},{"name":"reply","qualifiedName":"dart:html.NotificationEvent.reply","href":"dart-html/NotificationEvent/reply.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NotificationEvent","kind":3,"href":"dart-html/NotificationEvent-class.html"}},{"name":"NullWindowException","qualifiedName":"dart:html.NullWindowException","href":"dart-html/NullWindowException-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"NullWindowException.new","qualifiedName":"dart:html.NullWindowException.NullWindowException.new","href":"dart-html/NullWindowException/NullWindowException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"NullWindowException","kind":3,"href":"dart-html/NullWindowException-class.html"}},{"name":"toString","qualifiedName":"dart:html.NullWindowException.toString","href":"dart-html/NullWindowException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"NullWindowException","kind":3,"href":"dart-html/NullWindowException-class.html"}},{"name":"NumberInputElement","qualifiedName":"dart:html.NumberInputElement","href":"dart-html/NumberInputElement-class.html","kind":3,"packageRank":15,"desc":"A numeric editor control.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"NumberInputElement.new","qualifiedName":"dart:html.NumberInputElement.NumberInputElement.new","href":"dart-html/NumberInputElement/NumberInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"NumberInputElement","kind":3,"href":"dart-html/NumberInputElement-class.html"}},{"name":"placeholder","qualifiedName":"dart:html.NumberInputElement.placeholder","href":"dart-html/NumberInputElement/placeholder.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NumberInputElement","kind":3,"href":"dart-html/NumberInputElement-class.html"}},{"name":"readOnly","qualifiedName":"dart:html.NumberInputElement.readOnly","href":"dart-html/NumberInputElement/readOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NumberInputElement","kind":3,"href":"dart-html/NumberInputElement-class.html"}},{"name":"required","qualifiedName":"dart:html.NumberInputElement.required","href":"dart-html/NumberInputElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NumberInputElement","kind":3,"href":"dart-html/NumberInputElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.NumberInputElement.supported","href":"dart-html/NumberInputElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this input type is supported on the current platform.","enclosedBy":{"name":"NumberInputElement","kind":3,"href":"dart-html/NumberInputElement-class.html"}},{"name":"OListElement","qualifiedName":"dart:html.OListElement","href":"dart-html/OListElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"OListElement.new","qualifiedName":"dart:html.OListElement.OListElement.new","href":"dart-html/OListElement/OListElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"OListElement","kind":3,"href":"dart-html/OListElement-class.html"}},{"name":"reversed","qualifiedName":"dart:html.OListElement.reversed","href":"dart-html/OListElement/reversed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OListElement","kind":3,"href":"dart-html/OListElement-class.html"}},{"name":"start","qualifiedName":"dart:html.OListElement.start","href":"dart-html/OListElement/start.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OListElement","kind":3,"href":"dart-html/OListElement-class.html"}},{"name":"type","qualifiedName":"dart:html.OListElement.type","href":"dart-html/OListElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OListElement","kind":3,"href":"dart-html/OListElement-class.html"}},{"name":"ObjectElement","qualifiedName":"dart:html.ObjectElement","href":"dart-html/ObjectElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ObjectElement.new","qualifiedName":"dart:html.ObjectElement.ObjectElement.new","href":"dart-html/ObjectElement/ObjectElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"checkValidity","qualifiedName":"dart:html.ObjectElement.checkValidity","href":"dart-html/ObjectElement/checkValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"contentWindow","qualifiedName":"dart:html.ObjectElement.contentWindow","href":"dart-html/ObjectElement/contentWindow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"data","qualifiedName":"dart:html.ObjectElement.data","href":"dart-html/ObjectElement/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"form","qualifiedName":"dart:html.ObjectElement.form","href":"dart-html/ObjectElement/form.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"height","qualifiedName":"dart:html.ObjectElement.height","href":"dart-html/ObjectElement/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"name","qualifiedName":"dart:html.ObjectElement.name","href":"dart-html/ObjectElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"reportValidity","qualifiedName":"dart:html.ObjectElement.reportValidity","href":"dart-html/ObjectElement/reportValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"setCustomValidity","qualifiedName":"dart:html.ObjectElement.setCustomValidity","href":"dart-html/ObjectElement/setCustomValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.ObjectElement.supported","href":"dart-html/ObjectElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"type","qualifiedName":"dart:html.ObjectElement.type","href":"dart-html/ObjectElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"useMap","qualifiedName":"dart:html.ObjectElement.useMap","href":"dart-html/ObjectElement/useMap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"validationMessage","qualifiedName":"dart:html.ObjectElement.validationMessage","href":"dart-html/ObjectElement/validationMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"validity","qualifiedName":"dart:html.ObjectElement.validity","href":"dart-html/ObjectElement/validity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"width","qualifiedName":"dart:html.ObjectElement.width","href":"dart-html/ObjectElement/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"willValidate","qualifiedName":"dart:html.ObjectElement.willValidate","href":"dart-html/ObjectElement/willValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ObjectElement","kind":3,"href":"dart-html/ObjectElement-class.html"}},{"name":"OffscreenCanvas","qualifiedName":"dart:html.OffscreenCanvas","href":"dart-html/OffscreenCanvas-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"OffscreenCanvas.new","qualifiedName":"dart:html.OffscreenCanvas.OffscreenCanvas.new","href":"dart-html/OffscreenCanvas/OffscreenCanvas.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvas","kind":3,"href":"dart-html/OffscreenCanvas-class.html"}},{"name":"convertToBlob","qualifiedName":"dart:html.OffscreenCanvas.convertToBlob","href":"dart-html/OffscreenCanvas/convertToBlob.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvas","kind":3,"href":"dart-html/OffscreenCanvas-class.html"}},{"name":"getContext","qualifiedName":"dart:html.OffscreenCanvas.getContext","href":"dart-html/OffscreenCanvas/getContext.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvas","kind":3,"href":"dart-html/OffscreenCanvas-class.html"}},{"name":"height","qualifiedName":"dart:html.OffscreenCanvas.height","href":"dart-html/OffscreenCanvas/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvas","kind":3,"href":"dart-html/OffscreenCanvas-class.html"}},{"name":"transferToImageBitmap","qualifiedName":"dart:html.OffscreenCanvas.transferToImageBitmap","href":"dart-html/OffscreenCanvas/transferToImageBitmap.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvas","kind":3,"href":"dart-html/OffscreenCanvas-class.html"}},{"name":"width","qualifiedName":"dart:html.OffscreenCanvas.width","href":"dart-html/OffscreenCanvas/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvas","kind":3,"href":"dart-html/OffscreenCanvas-class.html"}},{"name":"OffscreenCanvasRenderingContext2D","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D","href":"dart-html/OffscreenCanvasRenderingContext2D-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"arc","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.arc","href":"dart-html/OffscreenCanvasRenderingContext2D/arc.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"arcTo","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.arcTo","href":"dart-html/OffscreenCanvasRenderingContext2D/arcTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"beginPath","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.beginPath","href":"dart-html/OffscreenCanvasRenderingContext2D/beginPath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"bezierCurveTo","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.bezierCurveTo","href":"dart-html/OffscreenCanvasRenderingContext2D/bezierCurveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"canvas","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.canvas","href":"dart-html/OffscreenCanvasRenderingContext2D/canvas.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"clearRect","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.clearRect","href":"dart-html/OffscreenCanvasRenderingContext2D/clearRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"clip","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.clip","href":"dart-html/OffscreenCanvasRenderingContext2D/clip.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"closePath","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.closePath","href":"dart-html/OffscreenCanvasRenderingContext2D/closePath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"commit","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.commit","href":"dart-html/OffscreenCanvasRenderingContext2D/commit.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"createImageData","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.createImageData","href":"dart-html/OffscreenCanvasRenderingContext2D/createImageData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"createLinearGradient","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.createLinearGradient","href":"dart-html/OffscreenCanvasRenderingContext2D/createLinearGradient.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"createPattern","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.createPattern","href":"dart-html/OffscreenCanvasRenderingContext2D/createPattern.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"createRadialGradient","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.createRadialGradient","href":"dart-html/OffscreenCanvasRenderingContext2D/createRadialGradient.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"direction","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.direction","href":"dart-html/OffscreenCanvasRenderingContext2D/direction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"drawImage","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.drawImage","href":"dart-html/OffscreenCanvasRenderingContext2D/drawImage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"ellipse","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.ellipse","href":"dart-html/OffscreenCanvasRenderingContext2D/ellipse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"fill","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.fill","href":"dart-html/OffscreenCanvasRenderingContext2D/fill.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"fillRect","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.fillRect","href":"dart-html/OffscreenCanvasRenderingContext2D/fillRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"fillStyle","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.fillStyle","href":"dart-html/OffscreenCanvasRenderingContext2D/fillStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"fillText","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.fillText","href":"dart-html/OffscreenCanvasRenderingContext2D/fillText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"filter","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.filter","href":"dart-html/OffscreenCanvasRenderingContext2D/filter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"font","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.font","href":"dart-html/OffscreenCanvasRenderingContext2D/font.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"getImageData","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.getImageData","href":"dart-html/OffscreenCanvasRenderingContext2D/getImageData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"getLineDash","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.getLineDash","href":"dart-html/OffscreenCanvasRenderingContext2D/getLineDash.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"globalAlpha","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.globalAlpha","href":"dart-html/OffscreenCanvasRenderingContext2D/globalAlpha.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"globalCompositeOperation","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.globalCompositeOperation","href":"dart-html/OffscreenCanvasRenderingContext2D/globalCompositeOperation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"imageSmoothingEnabled","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.imageSmoothingEnabled","href":"dart-html/OffscreenCanvasRenderingContext2D/imageSmoothingEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"imageSmoothingQuality","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.imageSmoothingQuality","href":"dart-html/OffscreenCanvasRenderingContext2D/imageSmoothingQuality.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"isPointInPath","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.isPointInPath","href":"dart-html/OffscreenCanvasRenderingContext2D/isPointInPath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"isPointInStroke","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.isPointInStroke","href":"dart-html/OffscreenCanvasRenderingContext2D/isPointInStroke.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"lineCap","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.lineCap","href":"dart-html/OffscreenCanvasRenderingContext2D/lineCap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"lineDashOffset","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.lineDashOffset","href":"dart-html/OffscreenCanvasRenderingContext2D/lineDashOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"lineJoin","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.lineJoin","href":"dart-html/OffscreenCanvasRenderingContext2D/lineJoin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"lineTo","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.lineTo","href":"dart-html/OffscreenCanvasRenderingContext2D/lineTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"lineWidth","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.lineWidth","href":"dart-html/OffscreenCanvasRenderingContext2D/lineWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"measureText","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.measureText","href":"dart-html/OffscreenCanvasRenderingContext2D/measureText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"miterLimit","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.miterLimit","href":"dart-html/OffscreenCanvasRenderingContext2D/miterLimit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"moveTo","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.moveTo","href":"dart-html/OffscreenCanvasRenderingContext2D/moveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"putImageData","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.putImageData","href":"dart-html/OffscreenCanvasRenderingContext2D/putImageData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"quadraticCurveTo","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.quadraticCurveTo","href":"dart-html/OffscreenCanvasRenderingContext2D/quadraticCurveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"rect","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.rect","href":"dart-html/OffscreenCanvasRenderingContext2D/rect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"resetTransform","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.resetTransform","href":"dart-html/OffscreenCanvasRenderingContext2D/resetTransform.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"restore","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.restore","href":"dart-html/OffscreenCanvasRenderingContext2D/restore.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"rotate","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.rotate","href":"dart-html/OffscreenCanvasRenderingContext2D/rotate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"save","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.save","href":"dart-html/OffscreenCanvasRenderingContext2D/save.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"scale","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.scale","href":"dart-html/OffscreenCanvasRenderingContext2D/scale.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"setLineDash","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.setLineDash","href":"dart-html/OffscreenCanvasRenderingContext2D/setLineDash.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"setTransform","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.setTransform","href":"dart-html/OffscreenCanvasRenderingContext2D/setTransform.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"shadowBlur","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.shadowBlur","href":"dart-html/OffscreenCanvasRenderingContext2D/shadowBlur.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"shadowColor","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.shadowColor","href":"dart-html/OffscreenCanvasRenderingContext2D/shadowColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"shadowOffsetX","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.shadowOffsetX","href":"dart-html/OffscreenCanvasRenderingContext2D/shadowOffsetX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"shadowOffsetY","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.shadowOffsetY","href":"dart-html/OffscreenCanvasRenderingContext2D/shadowOffsetY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"stroke","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.stroke","href":"dart-html/OffscreenCanvasRenderingContext2D/stroke.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"strokeRect","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.strokeRect","href":"dart-html/OffscreenCanvasRenderingContext2D/strokeRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"strokeStyle","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.strokeStyle","href":"dart-html/OffscreenCanvasRenderingContext2D/strokeStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"strokeText","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.strokeText","href":"dart-html/OffscreenCanvasRenderingContext2D/strokeText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"textAlign","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.textAlign","href":"dart-html/OffscreenCanvasRenderingContext2D/textAlign.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"textBaseline","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.textBaseline","href":"dart-html/OffscreenCanvasRenderingContext2D/textBaseline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"transform","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.transform","href":"dart-html/OffscreenCanvasRenderingContext2D/transform.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"translate","qualifiedName":"dart:html.OffscreenCanvasRenderingContext2D.translate","href":"dart-html/OffscreenCanvasRenderingContext2D/translate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OffscreenCanvasRenderingContext2D","kind":3,"href":"dart-html/OffscreenCanvasRenderingContext2D-class.html"}},{"name":"OptGroupElement","qualifiedName":"dart:html.OptGroupElement","href":"dart-html/OptGroupElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"OptGroupElement.new","qualifiedName":"dart:html.OptGroupElement.OptGroupElement.new","href":"dart-html/OptGroupElement/OptGroupElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"OptGroupElement","kind":3,"href":"dart-html/OptGroupElement-class.html"}},{"name":"disabled","qualifiedName":"dart:html.OptGroupElement.disabled","href":"dart-html/OptGroupElement/disabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OptGroupElement","kind":3,"href":"dart-html/OptGroupElement-class.html"}},{"name":"label","qualifiedName":"dart:html.OptGroupElement.label","href":"dart-html/OptGroupElement/label.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OptGroupElement","kind":3,"href":"dart-html/OptGroupElement-class.html"}},{"name":"OptionElement","qualifiedName":"dart:html.OptionElement","href":"dart-html/OptionElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"OptionElement.new","qualifiedName":"dart:html.OptionElement.OptionElement.new","href":"dart-html/OptionElement/OptionElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"OptionElement","kind":3,"href":"dart-html/OptionElement-class.html"}},{"name":"defaultSelected","qualifiedName":"dart:html.OptionElement.defaultSelected","href":"dart-html/OptionElement/defaultSelected.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OptionElement","kind":3,"href":"dart-html/OptionElement-class.html"}},{"name":"disabled","qualifiedName":"dart:html.OptionElement.disabled","href":"dart-html/OptionElement/disabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OptionElement","kind":3,"href":"dart-html/OptionElement-class.html"}},{"name":"form","qualifiedName":"dart:html.OptionElement.form","href":"dart-html/OptionElement/form.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OptionElement","kind":3,"href":"dart-html/OptionElement-class.html"}},{"name":"index","qualifiedName":"dart:html.OptionElement.index","href":"dart-html/OptionElement/index.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OptionElement","kind":3,"href":"dart-html/OptionElement-class.html"}},{"name":"label","qualifiedName":"dart:html.OptionElement.label","href":"dart-html/OptionElement/label.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OptionElement","kind":3,"href":"dart-html/OptionElement-class.html"}},{"name":"selected","qualifiedName":"dart:html.OptionElement.selected","href":"dart-html/OptionElement/selected.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OptionElement","kind":3,"href":"dart-html/OptionElement-class.html"}},{"name":"value","qualifiedName":"dart:html.OptionElement.value","href":"dart-html/OptionElement/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OptionElement","kind":3,"href":"dart-html/OptionElement-class.html"}},{"name":"OrientationSensor","qualifiedName":"dart:html.OrientationSensor","href":"dart-html/OrientationSensor-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"populateMatrix","qualifiedName":"dart:html.OrientationSensor.populateMatrix","href":"dart-html/OrientationSensor/populateMatrix.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OrientationSensor","kind":3,"href":"dart-html/OrientationSensor-class.html"}},{"name":"quaternion","qualifiedName":"dart:html.OrientationSensor.quaternion","href":"dart-html/OrientationSensor/quaternion.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OrientationSensor","kind":3,"href":"dart-html/OrientationSensor-class.html"}},{"name":"OutputElement","qualifiedName":"dart:html.OutputElement","href":"dart-html/OutputElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"OutputElement.new","qualifiedName":"dart:html.OutputElement.OutputElement.new","href":"dart-html/OutputElement/OutputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"checkValidity","qualifiedName":"dart:html.OutputElement.checkValidity","href":"dart-html/OutputElement/checkValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"defaultValue","qualifiedName":"dart:html.OutputElement.defaultValue","href":"dart-html/OutputElement/defaultValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"form","qualifiedName":"dart:html.OutputElement.form","href":"dart-html/OutputElement/form.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"htmlFor","qualifiedName":"dart:html.OutputElement.htmlFor","href":"dart-html/OutputElement/htmlFor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"labels","qualifiedName":"dart:html.OutputElement.labels","href":"dart-html/OutputElement/labels.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"name","qualifiedName":"dart:html.OutputElement.name","href":"dart-html/OutputElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"reportValidity","qualifiedName":"dart:html.OutputElement.reportValidity","href":"dart-html/OutputElement/reportValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"setCustomValidity","qualifiedName":"dart:html.OutputElement.setCustomValidity","href":"dart-html/OutputElement/setCustomValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.OutputElement.supported","href":"dart-html/OutputElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"type","qualifiedName":"dart:html.OutputElement.type","href":"dart-html/OutputElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"validationMessage","qualifiedName":"dart:html.OutputElement.validationMessage","href":"dart-html/OutputElement/validationMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"validity","qualifiedName":"dart:html.OutputElement.validity","href":"dart-html/OutputElement/validity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"value","qualifiedName":"dart:html.OutputElement.value","href":"dart-html/OutputElement/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"willValidate","qualifiedName":"dart:html.OutputElement.willValidate","href":"dart-html/OutputElement/willValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OutputElement","kind":3,"href":"dart-html/OutputElement-class.html"}},{"name":"OverconstrainedError","qualifiedName":"dart:html.OverconstrainedError","href":"dart-html/OverconstrainedError-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"OverconstrainedError.new","qualifiedName":"dart:html.OverconstrainedError.OverconstrainedError.new","href":"dart-html/OverconstrainedError/OverconstrainedError.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"OverconstrainedError","kind":3,"href":"dart-html/OverconstrainedError-class.html"}},{"name":"constraint","qualifiedName":"dart:html.OverconstrainedError.constraint","href":"dart-html/OverconstrainedError/constraint.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OverconstrainedError","kind":3,"href":"dart-html/OverconstrainedError-class.html"}},{"name":"message","qualifiedName":"dart:html.OverconstrainedError.message","href":"dart-html/OverconstrainedError/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OverconstrainedError","kind":3,"href":"dart-html/OverconstrainedError-class.html"}},{"name":"name","qualifiedName":"dart:html.OverconstrainedError.name","href":"dart-html/OverconstrainedError/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"OverconstrainedError","kind":3,"href":"dart-html/OverconstrainedError-class.html"}},{"name":"PageTransitionEvent","qualifiedName":"dart:html.PageTransitionEvent","href":"dart-html/PageTransitionEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PageTransitionEvent.new","qualifiedName":"dart:html.PageTransitionEvent.PageTransitionEvent.new","href":"dart-html/PageTransitionEvent/PageTransitionEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PageTransitionEvent","kind":3,"href":"dart-html/PageTransitionEvent-class.html"}},{"name":"persisted","qualifiedName":"dart:html.PageTransitionEvent.persisted","href":"dart-html/PageTransitionEvent/persisted.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PageTransitionEvent","kind":3,"href":"dart-html/PageTransitionEvent-class.html"}},{"name":"PaintRenderingContext2D","qualifiedName":"dart:html.PaintRenderingContext2D","href":"dart-html/PaintRenderingContext2D-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"arc","qualifiedName":"dart:html.PaintRenderingContext2D.arc","href":"dart-html/PaintRenderingContext2D/arc.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"arcTo","qualifiedName":"dart:html.PaintRenderingContext2D.arcTo","href":"dart-html/PaintRenderingContext2D/arcTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"beginPath","qualifiedName":"dart:html.PaintRenderingContext2D.beginPath","href":"dart-html/PaintRenderingContext2D/beginPath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"bezierCurveTo","qualifiedName":"dart:html.PaintRenderingContext2D.bezierCurveTo","href":"dart-html/PaintRenderingContext2D/bezierCurveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"clearRect","qualifiedName":"dart:html.PaintRenderingContext2D.clearRect","href":"dart-html/PaintRenderingContext2D/clearRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"clip","qualifiedName":"dart:html.PaintRenderingContext2D.clip","href":"dart-html/PaintRenderingContext2D/clip.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"closePath","qualifiedName":"dart:html.PaintRenderingContext2D.closePath","href":"dart-html/PaintRenderingContext2D/closePath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"createLinearGradient","qualifiedName":"dart:html.PaintRenderingContext2D.createLinearGradient","href":"dart-html/PaintRenderingContext2D/createLinearGradient.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"createPattern","qualifiedName":"dart:html.PaintRenderingContext2D.createPattern","href":"dart-html/PaintRenderingContext2D/createPattern.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"createRadialGradient","qualifiedName":"dart:html.PaintRenderingContext2D.createRadialGradient","href":"dart-html/PaintRenderingContext2D/createRadialGradient.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"currentTransform","qualifiedName":"dart:html.PaintRenderingContext2D.currentTransform","href":"dart-html/PaintRenderingContext2D/currentTransform.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"drawImage","qualifiedName":"dart:html.PaintRenderingContext2D.drawImage","href":"dart-html/PaintRenderingContext2D/drawImage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"ellipse","qualifiedName":"dart:html.PaintRenderingContext2D.ellipse","href":"dart-html/PaintRenderingContext2D/ellipse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"fill","qualifiedName":"dart:html.PaintRenderingContext2D.fill","href":"dart-html/PaintRenderingContext2D/fill.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"fillRect","qualifiedName":"dart:html.PaintRenderingContext2D.fillRect","href":"dart-html/PaintRenderingContext2D/fillRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"fillStyle","qualifiedName":"dart:html.PaintRenderingContext2D.fillStyle","href":"dart-html/PaintRenderingContext2D/fillStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"filter","qualifiedName":"dart:html.PaintRenderingContext2D.filter","href":"dart-html/PaintRenderingContext2D/filter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"getLineDash","qualifiedName":"dart:html.PaintRenderingContext2D.getLineDash","href":"dart-html/PaintRenderingContext2D/getLineDash.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"globalAlpha","qualifiedName":"dart:html.PaintRenderingContext2D.globalAlpha","href":"dart-html/PaintRenderingContext2D/globalAlpha.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"globalCompositeOperation","qualifiedName":"dart:html.PaintRenderingContext2D.globalCompositeOperation","href":"dart-html/PaintRenderingContext2D/globalCompositeOperation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"imageSmoothingEnabled","qualifiedName":"dart:html.PaintRenderingContext2D.imageSmoothingEnabled","href":"dart-html/PaintRenderingContext2D/imageSmoothingEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"imageSmoothingQuality","qualifiedName":"dart:html.PaintRenderingContext2D.imageSmoothingQuality","href":"dart-html/PaintRenderingContext2D/imageSmoothingQuality.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"isPointInPath","qualifiedName":"dart:html.PaintRenderingContext2D.isPointInPath","href":"dart-html/PaintRenderingContext2D/isPointInPath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"isPointInStroke","qualifiedName":"dart:html.PaintRenderingContext2D.isPointInStroke","href":"dart-html/PaintRenderingContext2D/isPointInStroke.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"lineCap","qualifiedName":"dart:html.PaintRenderingContext2D.lineCap","href":"dart-html/PaintRenderingContext2D/lineCap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"lineDashOffset","qualifiedName":"dart:html.PaintRenderingContext2D.lineDashOffset","href":"dart-html/PaintRenderingContext2D/lineDashOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"lineJoin","qualifiedName":"dart:html.PaintRenderingContext2D.lineJoin","href":"dart-html/PaintRenderingContext2D/lineJoin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"lineTo","qualifiedName":"dart:html.PaintRenderingContext2D.lineTo","href":"dart-html/PaintRenderingContext2D/lineTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"lineWidth","qualifiedName":"dart:html.PaintRenderingContext2D.lineWidth","href":"dart-html/PaintRenderingContext2D/lineWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"miterLimit","qualifiedName":"dart:html.PaintRenderingContext2D.miterLimit","href":"dart-html/PaintRenderingContext2D/miterLimit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"moveTo","qualifiedName":"dart:html.PaintRenderingContext2D.moveTo","href":"dart-html/PaintRenderingContext2D/moveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"quadraticCurveTo","qualifiedName":"dart:html.PaintRenderingContext2D.quadraticCurveTo","href":"dart-html/PaintRenderingContext2D/quadraticCurveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"rect","qualifiedName":"dart:html.PaintRenderingContext2D.rect","href":"dart-html/PaintRenderingContext2D/rect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"resetTransform","qualifiedName":"dart:html.PaintRenderingContext2D.resetTransform","href":"dart-html/PaintRenderingContext2D/resetTransform.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"restore","qualifiedName":"dart:html.PaintRenderingContext2D.restore","href":"dart-html/PaintRenderingContext2D/restore.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"rotate","qualifiedName":"dart:html.PaintRenderingContext2D.rotate","href":"dart-html/PaintRenderingContext2D/rotate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"save","qualifiedName":"dart:html.PaintRenderingContext2D.save","href":"dart-html/PaintRenderingContext2D/save.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"scale","qualifiedName":"dart:html.PaintRenderingContext2D.scale","href":"dart-html/PaintRenderingContext2D/scale.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"setLineDash","qualifiedName":"dart:html.PaintRenderingContext2D.setLineDash","href":"dart-html/PaintRenderingContext2D/setLineDash.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"setTransform","qualifiedName":"dart:html.PaintRenderingContext2D.setTransform","href":"dart-html/PaintRenderingContext2D/setTransform.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"shadowBlur","qualifiedName":"dart:html.PaintRenderingContext2D.shadowBlur","href":"dart-html/PaintRenderingContext2D/shadowBlur.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"shadowColor","qualifiedName":"dart:html.PaintRenderingContext2D.shadowColor","href":"dart-html/PaintRenderingContext2D/shadowColor.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"shadowOffsetX","qualifiedName":"dart:html.PaintRenderingContext2D.shadowOffsetX","href":"dart-html/PaintRenderingContext2D/shadowOffsetX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"shadowOffsetY","qualifiedName":"dart:html.PaintRenderingContext2D.shadowOffsetY","href":"dart-html/PaintRenderingContext2D/shadowOffsetY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"stroke","qualifiedName":"dart:html.PaintRenderingContext2D.stroke","href":"dart-html/PaintRenderingContext2D/stroke.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"strokeRect","qualifiedName":"dart:html.PaintRenderingContext2D.strokeRect","href":"dart-html/PaintRenderingContext2D/strokeRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"strokeStyle","qualifiedName":"dart:html.PaintRenderingContext2D.strokeStyle","href":"dart-html/PaintRenderingContext2D/strokeStyle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"transform","qualifiedName":"dart:html.PaintRenderingContext2D.transform","href":"dart-html/PaintRenderingContext2D/transform.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"translate","qualifiedName":"dart:html.PaintRenderingContext2D.translate","href":"dart-html/PaintRenderingContext2D/translate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintRenderingContext2D","kind":3,"href":"dart-html/PaintRenderingContext2D-class.html"}},{"name":"PaintSize","qualifiedName":"dart:html.PaintSize","href":"dart-html/PaintSize-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"height","qualifiedName":"dart:html.PaintSize.height","href":"dart-html/PaintSize/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintSize","kind":3,"href":"dart-html/PaintSize-class.html"}},{"name":"width","qualifiedName":"dart:html.PaintSize.width","href":"dart-html/PaintSize/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintSize","kind":3,"href":"dart-html/PaintSize-class.html"}},{"name":"PaintWorkletGlobalScope","qualifiedName":"dart:html.PaintWorkletGlobalScope","href":"dart-html/PaintWorkletGlobalScope-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"devicePixelRatio","qualifiedName":"dart:html.PaintWorkletGlobalScope.devicePixelRatio","href":"dart-html/PaintWorkletGlobalScope/devicePixelRatio.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintWorkletGlobalScope","kind":3,"href":"dart-html/PaintWorkletGlobalScope-class.html"}},{"name":"registerPaint","qualifiedName":"dart:html.PaintWorkletGlobalScope.registerPaint","href":"dart-html/PaintWorkletGlobalScope/registerPaint.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaintWorkletGlobalScope","kind":3,"href":"dart-html/PaintWorkletGlobalScope-class.html"}},{"name":"ParagraphElement","qualifiedName":"dart:html.ParagraphElement","href":"dart-html/ParagraphElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ParagraphElement.new","qualifiedName":"dart:html.ParagraphElement.ParagraphElement.new","href":"dart-html/ParagraphElement/ParagraphElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ParagraphElement","kind":3,"href":"dart-html/ParagraphElement-class.html"}},{"name":"ParamElement","qualifiedName":"dart:html.ParamElement","href":"dart-html/ParamElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ParamElement.new","qualifiedName":"dart:html.ParamElement.ParamElement.new","href":"dart-html/ParamElement/ParamElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ParamElement","kind":3,"href":"dart-html/ParamElement-class.html"}},{"name":"name","qualifiedName":"dart:html.ParamElement.name","href":"dart-html/ParamElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ParamElement","kind":3,"href":"dart-html/ParamElement-class.html"}},{"name":"value","qualifiedName":"dart:html.ParamElement.value","href":"dart-html/ParamElement/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ParamElement","kind":3,"href":"dart-html/ParamElement-class.html"}},{"name":"ParentNode","qualifiedName":"dart:html.ParentNode","href":"dart-html/ParentNode-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"querySelector","qualifiedName":"dart:html.ParentNode.querySelector","href":"dart-html/ParentNode/querySelector.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ParentNode","kind":3,"href":"dart-html/ParentNode-class.html"}},{"name":"PasswordCredential","qualifiedName":"dart:html.PasswordCredential","href":"dart-html/PasswordCredential-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PasswordCredential.new","qualifiedName":"dart:html.PasswordCredential.PasswordCredential.new","href":"dart-html/PasswordCredential/PasswordCredential.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PasswordCredential","kind":3,"href":"dart-html/PasswordCredential-class.html"}},{"name":"additionalData","qualifiedName":"dart:html.PasswordCredential.additionalData","href":"dart-html/PasswordCredential/additionalData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PasswordCredential","kind":3,"href":"dart-html/PasswordCredential-class.html"}},{"name":"iconUrl","qualifiedName":"dart:html.PasswordCredential.iconUrl","href":"dart-html/PasswordCredential/iconUrl.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PasswordCredential","kind":3,"href":"dart-html/PasswordCredential-class.html"}},{"name":"idName","qualifiedName":"dart:html.PasswordCredential.idName","href":"dart-html/PasswordCredential/idName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PasswordCredential","kind":3,"href":"dart-html/PasswordCredential-class.html"}},{"name":"name","qualifiedName":"dart:html.PasswordCredential.name","href":"dart-html/PasswordCredential/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PasswordCredential","kind":3,"href":"dart-html/PasswordCredential-class.html"}},{"name":"password","qualifiedName":"dart:html.PasswordCredential.password","href":"dart-html/PasswordCredential/password.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PasswordCredential","kind":3,"href":"dart-html/PasswordCredential-class.html"}},{"name":"passwordName","qualifiedName":"dart:html.PasswordCredential.passwordName","href":"dart-html/PasswordCredential/passwordName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PasswordCredential","kind":3,"href":"dart-html/PasswordCredential-class.html"}},{"name":"PasswordInputElement","qualifiedName":"dart:html.PasswordInputElement","href":"dart-html/PasswordInputElement-class.html","kind":3,"packageRank":15,"desc":"Text with no line breaks (sensitive information).","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PasswordInputElement.new","qualifiedName":"dart:html.PasswordInputElement.PasswordInputElement.new","href":"dart-html/PasswordInputElement/PasswordInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PasswordInputElement","kind":3,"href":"dart-html/PasswordInputElement-class.html"}},{"name":"Path2D","qualifiedName":"dart:html.Path2D","href":"dart-html/Path2D-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Path2D.new","qualifiedName":"dart:html.Path2D.Path2D.new","href":"dart-html/Path2D/Path2D.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Path2D","kind":3,"href":"dart-html/Path2D-class.html"}},{"name":"addPath","qualifiedName":"dart:html.Path2D.addPath","href":"dart-html/Path2D/addPath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Path2D","kind":3,"href":"dart-html/Path2D-class.html"}},{"name":"arc","qualifiedName":"dart:html.Path2D.arc","href":"dart-html/Path2D/arc.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Path2D","kind":3,"href":"dart-html/Path2D-class.html"}},{"name":"arcTo","qualifiedName":"dart:html.Path2D.arcTo","href":"dart-html/Path2D/arcTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Path2D","kind":3,"href":"dart-html/Path2D-class.html"}},{"name":"bezierCurveTo","qualifiedName":"dart:html.Path2D.bezierCurveTo","href":"dart-html/Path2D/bezierCurveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Path2D","kind":3,"href":"dart-html/Path2D-class.html"}},{"name":"closePath","qualifiedName":"dart:html.Path2D.closePath","href":"dart-html/Path2D/closePath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Path2D","kind":3,"href":"dart-html/Path2D-class.html"}},{"name":"ellipse","qualifiedName":"dart:html.Path2D.ellipse","href":"dart-html/Path2D/ellipse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Path2D","kind":3,"href":"dart-html/Path2D-class.html"}},{"name":"lineTo","qualifiedName":"dart:html.Path2D.lineTo","href":"dart-html/Path2D/lineTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Path2D","kind":3,"href":"dart-html/Path2D-class.html"}},{"name":"moveTo","qualifiedName":"dart:html.Path2D.moveTo","href":"dart-html/Path2D/moveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Path2D","kind":3,"href":"dart-html/Path2D-class.html"}},{"name":"quadraticCurveTo","qualifiedName":"dart:html.Path2D.quadraticCurveTo","href":"dart-html/Path2D/quadraticCurveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Path2D","kind":3,"href":"dart-html/Path2D-class.html"}},{"name":"rect","qualifiedName":"dart:html.Path2D.rect","href":"dart-html/Path2D/rect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Path2D","kind":3,"href":"dart-html/Path2D-class.html"}},{"name":"PaymentAddress","qualifiedName":"dart:html.PaymentAddress","href":"dart-html/PaymentAddress-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addressLine","qualifiedName":"dart:html.PaymentAddress.addressLine","href":"dart-html/PaymentAddress/addressLine.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentAddress","kind":3,"href":"dart-html/PaymentAddress-class.html"}},{"name":"city","qualifiedName":"dart:html.PaymentAddress.city","href":"dart-html/PaymentAddress/city.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentAddress","kind":3,"href":"dart-html/PaymentAddress-class.html"}},{"name":"country","qualifiedName":"dart:html.PaymentAddress.country","href":"dart-html/PaymentAddress/country.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentAddress","kind":3,"href":"dart-html/PaymentAddress-class.html"}},{"name":"dependentLocality","qualifiedName":"dart:html.PaymentAddress.dependentLocality","href":"dart-html/PaymentAddress/dependentLocality.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentAddress","kind":3,"href":"dart-html/PaymentAddress-class.html"}},{"name":"languageCode","qualifiedName":"dart:html.PaymentAddress.languageCode","href":"dart-html/PaymentAddress/languageCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentAddress","kind":3,"href":"dart-html/PaymentAddress-class.html"}},{"name":"organization","qualifiedName":"dart:html.PaymentAddress.organization","href":"dart-html/PaymentAddress/organization.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentAddress","kind":3,"href":"dart-html/PaymentAddress-class.html"}},{"name":"phone","qualifiedName":"dart:html.PaymentAddress.phone","href":"dart-html/PaymentAddress/phone.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentAddress","kind":3,"href":"dart-html/PaymentAddress-class.html"}},{"name":"postalCode","qualifiedName":"dart:html.PaymentAddress.postalCode","href":"dart-html/PaymentAddress/postalCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentAddress","kind":3,"href":"dart-html/PaymentAddress-class.html"}},{"name":"recipient","qualifiedName":"dart:html.PaymentAddress.recipient","href":"dart-html/PaymentAddress/recipient.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentAddress","kind":3,"href":"dart-html/PaymentAddress-class.html"}},{"name":"region","qualifiedName":"dart:html.PaymentAddress.region","href":"dart-html/PaymentAddress/region.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentAddress","kind":3,"href":"dart-html/PaymentAddress-class.html"}},{"name":"sortingCode","qualifiedName":"dart:html.PaymentAddress.sortingCode","href":"dart-html/PaymentAddress/sortingCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentAddress","kind":3,"href":"dart-html/PaymentAddress-class.html"}},{"name":"PaymentInstruments","qualifiedName":"dart:html.PaymentInstruments","href":"dart-html/PaymentInstruments-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"clear","qualifiedName":"dart:html.PaymentInstruments.clear","href":"dart-html/PaymentInstruments/clear.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentInstruments","kind":3,"href":"dart-html/PaymentInstruments-class.html"}},{"name":"delete","qualifiedName":"dart:html.PaymentInstruments.delete","href":"dart-html/PaymentInstruments/delete.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentInstruments","kind":3,"href":"dart-html/PaymentInstruments-class.html"}},{"name":"get","qualifiedName":"dart:html.PaymentInstruments.get","href":"dart-html/PaymentInstruments/get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentInstruments","kind":3,"href":"dart-html/PaymentInstruments-class.html"}},{"name":"has","qualifiedName":"dart:html.PaymentInstruments.has","href":"dart-html/PaymentInstruments/has.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentInstruments","kind":3,"href":"dart-html/PaymentInstruments-class.html"}},{"name":"keys","qualifiedName":"dart:html.PaymentInstruments.keys","href":"dart-html/PaymentInstruments/keys.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentInstruments","kind":3,"href":"dart-html/PaymentInstruments-class.html"}},{"name":"set","qualifiedName":"dart:html.PaymentInstruments.set","href":"dart-html/PaymentInstruments/set.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentInstruments","kind":3,"href":"dart-html/PaymentInstruments-class.html"}},{"name":"PaymentManager","qualifiedName":"dart:html.PaymentManager","href":"dart-html/PaymentManager-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"instruments","qualifiedName":"dart:html.PaymentManager.instruments","href":"dart-html/PaymentManager/instruments.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentManager","kind":3,"href":"dart-html/PaymentManager-class.html"}},{"name":"userHint","qualifiedName":"dart:html.PaymentManager.userHint","href":"dart-html/PaymentManager/userHint.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentManager","kind":3,"href":"dart-html/PaymentManager-class.html"}},{"name":"PaymentRequest","qualifiedName":"dart:html.PaymentRequest","href":"dart-html/PaymentRequest-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PaymentRequest.new","qualifiedName":"dart:html.PaymentRequest.PaymentRequest.new","href":"dart-html/PaymentRequest/PaymentRequest.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequest","kind":3,"href":"dart-html/PaymentRequest-class.html"}},{"name":"abort","qualifiedName":"dart:html.PaymentRequest.abort","href":"dart-html/PaymentRequest/abort.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequest","kind":3,"href":"dart-html/PaymentRequest-class.html"}},{"name":"canMakePayment","qualifiedName":"dart:html.PaymentRequest.canMakePayment","href":"dart-html/PaymentRequest/canMakePayment.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequest","kind":3,"href":"dart-html/PaymentRequest-class.html"}},{"name":"id","qualifiedName":"dart:html.PaymentRequest.id","href":"dart-html/PaymentRequest/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequest","kind":3,"href":"dart-html/PaymentRequest-class.html"}},{"name":"shippingAddress","qualifiedName":"dart:html.PaymentRequest.shippingAddress","href":"dart-html/PaymentRequest/shippingAddress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequest","kind":3,"href":"dart-html/PaymentRequest-class.html"}},{"name":"shippingOption","qualifiedName":"dart:html.PaymentRequest.shippingOption","href":"dart-html/PaymentRequest/shippingOption.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequest","kind":3,"href":"dart-html/PaymentRequest-class.html"}},{"name":"shippingType","qualifiedName":"dart:html.PaymentRequest.shippingType","href":"dart-html/PaymentRequest/shippingType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequest","kind":3,"href":"dart-html/PaymentRequest-class.html"}},{"name":"show","qualifiedName":"dart:html.PaymentRequest.show","href":"dart-html/PaymentRequest/show.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequest","kind":3,"href":"dart-html/PaymentRequest-class.html"}},{"name":"PaymentRequestEvent","qualifiedName":"dart:html.PaymentRequestEvent","href":"dart-html/PaymentRequestEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PaymentRequestEvent.new","qualifiedName":"dart:html.PaymentRequestEvent.PaymentRequestEvent.new","href":"dart-html/PaymentRequestEvent/PaymentRequestEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequestEvent","kind":3,"href":"dart-html/PaymentRequestEvent-class.html"}},{"name":"instrumentKey","qualifiedName":"dart:html.PaymentRequestEvent.instrumentKey","href":"dart-html/PaymentRequestEvent/instrumentKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequestEvent","kind":3,"href":"dart-html/PaymentRequestEvent-class.html"}},{"name":"methodData","qualifiedName":"dart:html.PaymentRequestEvent.methodData","href":"dart-html/PaymentRequestEvent/methodData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequestEvent","kind":3,"href":"dart-html/PaymentRequestEvent-class.html"}},{"name":"modifiers","qualifiedName":"dart:html.PaymentRequestEvent.modifiers","href":"dart-html/PaymentRequestEvent/modifiers.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequestEvent","kind":3,"href":"dart-html/PaymentRequestEvent-class.html"}},{"name":"openWindow","qualifiedName":"dart:html.PaymentRequestEvent.openWindow","href":"dart-html/PaymentRequestEvent/openWindow.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequestEvent","kind":3,"href":"dart-html/PaymentRequestEvent-class.html"}},{"name":"paymentRequestId","qualifiedName":"dart:html.PaymentRequestEvent.paymentRequestId","href":"dart-html/PaymentRequestEvent/paymentRequestId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequestEvent","kind":3,"href":"dart-html/PaymentRequestEvent-class.html"}},{"name":"paymentRequestOrigin","qualifiedName":"dart:html.PaymentRequestEvent.paymentRequestOrigin","href":"dart-html/PaymentRequestEvent/paymentRequestOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequestEvent","kind":3,"href":"dart-html/PaymentRequestEvent-class.html"}},{"name":"respondWith","qualifiedName":"dart:html.PaymentRequestEvent.respondWith","href":"dart-html/PaymentRequestEvent/respondWith.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequestEvent","kind":3,"href":"dart-html/PaymentRequestEvent-class.html"}},{"name":"topLevelOrigin","qualifiedName":"dart:html.PaymentRequestEvent.topLevelOrigin","href":"dart-html/PaymentRequestEvent/topLevelOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequestEvent","kind":3,"href":"dart-html/PaymentRequestEvent-class.html"}},{"name":"total","qualifiedName":"dart:html.PaymentRequestEvent.total","href":"dart-html/PaymentRequestEvent/total.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequestEvent","kind":3,"href":"dart-html/PaymentRequestEvent-class.html"}},{"name":"PaymentRequestUpdateEvent","qualifiedName":"dart:html.PaymentRequestUpdateEvent","href":"dart-html/PaymentRequestUpdateEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PaymentRequestUpdateEvent.new","qualifiedName":"dart:html.PaymentRequestUpdateEvent.PaymentRequestUpdateEvent.new","href":"dart-html/PaymentRequestUpdateEvent/PaymentRequestUpdateEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequestUpdateEvent","kind":3,"href":"dart-html/PaymentRequestUpdateEvent-class.html"}},{"name":"updateWith","qualifiedName":"dart:html.PaymentRequestUpdateEvent.updateWith","href":"dart-html/PaymentRequestUpdateEvent/updateWith.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentRequestUpdateEvent","kind":3,"href":"dart-html/PaymentRequestUpdateEvent-class.html"}},{"name":"PaymentResponse","qualifiedName":"dart:html.PaymentResponse","href":"dart-html/PaymentResponse-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"complete","qualifiedName":"dart:html.PaymentResponse.complete","href":"dart-html/PaymentResponse/complete.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentResponse","kind":3,"href":"dart-html/PaymentResponse-class.html"}},{"name":"details","qualifiedName":"dart:html.PaymentResponse.details","href":"dart-html/PaymentResponse/details.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentResponse","kind":3,"href":"dart-html/PaymentResponse-class.html"}},{"name":"methodName","qualifiedName":"dart:html.PaymentResponse.methodName","href":"dart-html/PaymentResponse/methodName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentResponse","kind":3,"href":"dart-html/PaymentResponse-class.html"}},{"name":"payerEmail","qualifiedName":"dart:html.PaymentResponse.payerEmail","href":"dart-html/PaymentResponse/payerEmail.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentResponse","kind":3,"href":"dart-html/PaymentResponse-class.html"}},{"name":"payerName","qualifiedName":"dart:html.PaymentResponse.payerName","href":"dart-html/PaymentResponse/payerName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentResponse","kind":3,"href":"dart-html/PaymentResponse-class.html"}},{"name":"payerPhone","qualifiedName":"dart:html.PaymentResponse.payerPhone","href":"dart-html/PaymentResponse/payerPhone.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentResponse","kind":3,"href":"dart-html/PaymentResponse-class.html"}},{"name":"requestId","qualifiedName":"dart:html.PaymentResponse.requestId","href":"dart-html/PaymentResponse/requestId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentResponse","kind":3,"href":"dart-html/PaymentResponse-class.html"}},{"name":"shippingAddress","qualifiedName":"dart:html.PaymentResponse.shippingAddress","href":"dart-html/PaymentResponse/shippingAddress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentResponse","kind":3,"href":"dart-html/PaymentResponse-class.html"}},{"name":"shippingOption","qualifiedName":"dart:html.PaymentResponse.shippingOption","href":"dart-html/PaymentResponse/shippingOption.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PaymentResponse","kind":3,"href":"dart-html/PaymentResponse-class.html"}},{"name":"Performance","qualifiedName":"dart:html.Performance","href":"dart-html/Performance-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"clearMarks","qualifiedName":"dart:html.Performance.clearMarks","href":"dart-html/Performance/clearMarks.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"clearMeasures","qualifiedName":"dart:html.Performance.clearMeasures","href":"dart-html/Performance/clearMeasures.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"clearResourceTimings","qualifiedName":"dart:html.Performance.clearResourceTimings","href":"dart-html/Performance/clearResourceTimings.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"getEntries","qualifiedName":"dart:html.Performance.getEntries","href":"dart-html/Performance/getEntries.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"getEntriesByName","qualifiedName":"dart:html.Performance.getEntriesByName","href":"dart-html/Performance/getEntriesByName.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"getEntriesByType","qualifiedName":"dart:html.Performance.getEntriesByType","href":"dart-html/Performance/getEntriesByType.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"mark","qualifiedName":"dart:html.Performance.mark","href":"dart-html/Performance/mark.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"measure","qualifiedName":"dart:html.Performance.measure","href":"dart-html/Performance/measure.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"memory","qualifiedName":"dart:html.Performance.memory","href":"dart-html/Performance/memory.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"navigation","qualifiedName":"dart:html.Performance.navigation","href":"dart-html/Performance/navigation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"now","qualifiedName":"dart:html.Performance.now","href":"dart-html/Performance/now.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"setResourceTimingBufferSize","qualifiedName":"dart:html.Performance.setResourceTimingBufferSize","href":"dart-html/Performance/setResourceTimingBufferSize.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"supported","qualifiedName":"dart:html.Performance.supported","href":"dart-html/Performance/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"timeOrigin","qualifiedName":"dart:html.Performance.timeOrigin","href":"dart-html/Performance/timeOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"timing","qualifiedName":"dart:html.Performance.timing","href":"dart-html/Performance/timing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Performance","kind":3,"href":"dart-html/Performance-class.html"}},{"name":"PerformanceEntry","qualifiedName":"dart:html.PerformanceEntry","href":"dart-html/PerformanceEntry-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"duration","qualifiedName":"dart:html.PerformanceEntry.duration","href":"dart-html/PerformanceEntry/duration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceEntry","kind":3,"href":"dart-html/PerformanceEntry-class.html"}},{"name":"entryType","qualifiedName":"dart:html.PerformanceEntry.entryType","href":"dart-html/PerformanceEntry/entryType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceEntry","kind":3,"href":"dart-html/PerformanceEntry-class.html"}},{"name":"name","qualifiedName":"dart:html.PerformanceEntry.name","href":"dart-html/PerformanceEntry/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceEntry","kind":3,"href":"dart-html/PerformanceEntry-class.html"}},{"name":"startTime","qualifiedName":"dart:html.PerformanceEntry.startTime","href":"dart-html/PerformanceEntry/startTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceEntry","kind":3,"href":"dart-html/PerformanceEntry-class.html"}},{"name":"PerformanceLongTaskTiming","qualifiedName":"dart:html.PerformanceLongTaskTiming","href":"dart-html/PerformanceLongTaskTiming-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"attribution","qualifiedName":"dart:html.PerformanceLongTaskTiming.attribution","href":"dart-html/PerformanceLongTaskTiming/attribution.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceLongTaskTiming","kind":3,"href":"dart-html/PerformanceLongTaskTiming-class.html"}},{"name":"PerformanceMark","qualifiedName":"dart:html.PerformanceMark","href":"dart-html/PerformanceMark-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PerformanceMeasure","qualifiedName":"dart:html.PerformanceMeasure","href":"dart-html/PerformanceMeasure-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PerformanceNavigation","qualifiedName":"dart:html.PerformanceNavigation","href":"dart-html/PerformanceNavigation-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TYPE_BACK_FORWARD","qualifiedName":"dart:html.PerformanceNavigation.TYPE_BACK_FORWARD","href":"dart-html/PerformanceNavigation/TYPE_BACK_FORWARD-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigation","kind":3,"href":"dart-html/PerformanceNavigation-class.html"}},{"name":"TYPE_NAVIGATE","qualifiedName":"dart:html.PerformanceNavigation.TYPE_NAVIGATE","href":"dart-html/PerformanceNavigation/TYPE_NAVIGATE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigation","kind":3,"href":"dart-html/PerformanceNavigation-class.html"}},{"name":"TYPE_RELOAD","qualifiedName":"dart:html.PerformanceNavigation.TYPE_RELOAD","href":"dart-html/PerformanceNavigation/TYPE_RELOAD-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigation","kind":3,"href":"dart-html/PerformanceNavigation-class.html"}},{"name":"TYPE_RESERVED","qualifiedName":"dart:html.PerformanceNavigation.TYPE_RESERVED","href":"dart-html/PerformanceNavigation/TYPE_RESERVED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigation","kind":3,"href":"dart-html/PerformanceNavigation-class.html"}},{"name":"redirectCount","qualifiedName":"dart:html.PerformanceNavigation.redirectCount","href":"dart-html/PerformanceNavigation/redirectCount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigation","kind":3,"href":"dart-html/PerformanceNavigation-class.html"}},{"name":"type","qualifiedName":"dart:html.PerformanceNavigation.type","href":"dart-html/PerformanceNavigation/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigation","kind":3,"href":"dart-html/PerformanceNavigation-class.html"}},{"name":"PerformanceNavigationTiming","qualifiedName":"dart:html.PerformanceNavigationTiming","href":"dart-html/PerformanceNavigationTiming-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"domComplete","qualifiedName":"dart:html.PerformanceNavigationTiming.domComplete","href":"dart-html/PerformanceNavigationTiming/domComplete.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigationTiming","kind":3,"href":"dart-html/PerformanceNavigationTiming-class.html"}},{"name":"domContentLoadedEventEnd","qualifiedName":"dart:html.PerformanceNavigationTiming.domContentLoadedEventEnd","href":"dart-html/PerformanceNavigationTiming/domContentLoadedEventEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigationTiming","kind":3,"href":"dart-html/PerformanceNavigationTiming-class.html"}},{"name":"domContentLoadedEventStart","qualifiedName":"dart:html.PerformanceNavigationTiming.domContentLoadedEventStart","href":"dart-html/PerformanceNavigationTiming/domContentLoadedEventStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigationTiming","kind":3,"href":"dart-html/PerformanceNavigationTiming-class.html"}},{"name":"domInteractive","qualifiedName":"dart:html.PerformanceNavigationTiming.domInteractive","href":"dart-html/PerformanceNavigationTiming/domInteractive.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigationTiming","kind":3,"href":"dart-html/PerformanceNavigationTiming-class.html"}},{"name":"loadEventEnd","qualifiedName":"dart:html.PerformanceNavigationTiming.loadEventEnd","href":"dart-html/PerformanceNavigationTiming/loadEventEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigationTiming","kind":3,"href":"dart-html/PerformanceNavigationTiming-class.html"}},{"name":"loadEventStart","qualifiedName":"dart:html.PerformanceNavigationTiming.loadEventStart","href":"dart-html/PerformanceNavigationTiming/loadEventStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigationTiming","kind":3,"href":"dart-html/PerformanceNavigationTiming-class.html"}},{"name":"redirectCount","qualifiedName":"dart:html.PerformanceNavigationTiming.redirectCount","href":"dart-html/PerformanceNavigationTiming/redirectCount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigationTiming","kind":3,"href":"dart-html/PerformanceNavigationTiming-class.html"}},{"name":"type","qualifiedName":"dart:html.PerformanceNavigationTiming.type","href":"dart-html/PerformanceNavigationTiming/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigationTiming","kind":3,"href":"dart-html/PerformanceNavigationTiming-class.html"}},{"name":"unloadEventEnd","qualifiedName":"dart:html.PerformanceNavigationTiming.unloadEventEnd","href":"dart-html/PerformanceNavigationTiming/unloadEventEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigationTiming","kind":3,"href":"dart-html/PerformanceNavigationTiming-class.html"}},{"name":"unloadEventStart","qualifiedName":"dart:html.PerformanceNavigationTiming.unloadEventStart","href":"dart-html/PerformanceNavigationTiming/unloadEventStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceNavigationTiming","kind":3,"href":"dart-html/PerformanceNavigationTiming-class.html"}},{"name":"PerformanceObserver","qualifiedName":"dart:html.PerformanceObserver","href":"dart-html/PerformanceObserver-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PerformanceObserver.new","qualifiedName":"dart:html.PerformanceObserver.PerformanceObserver.new","href":"dart-html/PerformanceObserver/PerformanceObserver.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceObserver","kind":3,"href":"dart-html/PerformanceObserver-class.html"}},{"name":"disconnect","qualifiedName":"dart:html.PerformanceObserver.disconnect","href":"dart-html/PerformanceObserver/disconnect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceObserver","kind":3,"href":"dart-html/PerformanceObserver-class.html"}},{"name":"observe","qualifiedName":"dart:html.PerformanceObserver.observe","href":"dart-html/PerformanceObserver/observe.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceObserver","kind":3,"href":"dart-html/PerformanceObserver-class.html"}},{"name":"PerformanceObserverCallback","qualifiedName":"dart:html.PerformanceObserverCallback","href":"dart-html/PerformanceObserverCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PerformanceObserverEntryList","qualifiedName":"dart:html.PerformanceObserverEntryList","href":"dart-html/PerformanceObserverEntryList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getEntries","qualifiedName":"dart:html.PerformanceObserverEntryList.getEntries","href":"dart-html/PerformanceObserverEntryList/getEntries.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceObserverEntryList","kind":3,"href":"dart-html/PerformanceObserverEntryList-class.html"}},{"name":"getEntriesByName","qualifiedName":"dart:html.PerformanceObserverEntryList.getEntriesByName","href":"dart-html/PerformanceObserverEntryList/getEntriesByName.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceObserverEntryList","kind":3,"href":"dart-html/PerformanceObserverEntryList-class.html"}},{"name":"getEntriesByType","qualifiedName":"dart:html.PerformanceObserverEntryList.getEntriesByType","href":"dart-html/PerformanceObserverEntryList/getEntriesByType.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceObserverEntryList","kind":3,"href":"dart-html/PerformanceObserverEntryList-class.html"}},{"name":"PerformancePaintTiming","qualifiedName":"dart:html.PerformancePaintTiming","href":"dart-html/PerformancePaintTiming-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PerformanceResourceTiming","qualifiedName":"dart:html.PerformanceResourceTiming","href":"dart-html/PerformanceResourceTiming-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"connectEnd","qualifiedName":"dart:html.PerformanceResourceTiming.connectEnd","href":"dart-html/PerformanceResourceTiming/connectEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"connectStart","qualifiedName":"dart:html.PerformanceResourceTiming.connectStart","href":"dart-html/PerformanceResourceTiming/connectStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"decodedBodySize","qualifiedName":"dart:html.PerformanceResourceTiming.decodedBodySize","href":"dart-html/PerformanceResourceTiming/decodedBodySize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"domainLookupEnd","qualifiedName":"dart:html.PerformanceResourceTiming.domainLookupEnd","href":"dart-html/PerformanceResourceTiming/domainLookupEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"domainLookupStart","qualifiedName":"dart:html.PerformanceResourceTiming.domainLookupStart","href":"dart-html/PerformanceResourceTiming/domainLookupStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"encodedBodySize","qualifiedName":"dart:html.PerformanceResourceTiming.encodedBodySize","href":"dart-html/PerformanceResourceTiming/encodedBodySize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"fetchStart","qualifiedName":"dart:html.PerformanceResourceTiming.fetchStart","href":"dart-html/PerformanceResourceTiming/fetchStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"initiatorType","qualifiedName":"dart:html.PerformanceResourceTiming.initiatorType","href":"dart-html/PerformanceResourceTiming/initiatorType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"nextHopProtocol","qualifiedName":"dart:html.PerformanceResourceTiming.nextHopProtocol","href":"dart-html/PerformanceResourceTiming/nextHopProtocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"redirectEnd","qualifiedName":"dart:html.PerformanceResourceTiming.redirectEnd","href":"dart-html/PerformanceResourceTiming/redirectEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"redirectStart","qualifiedName":"dart:html.PerformanceResourceTiming.redirectStart","href":"dart-html/PerformanceResourceTiming/redirectStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"requestStart","qualifiedName":"dart:html.PerformanceResourceTiming.requestStart","href":"dart-html/PerformanceResourceTiming/requestStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"responseEnd","qualifiedName":"dart:html.PerformanceResourceTiming.responseEnd","href":"dart-html/PerformanceResourceTiming/responseEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"responseStart","qualifiedName":"dart:html.PerformanceResourceTiming.responseStart","href":"dart-html/PerformanceResourceTiming/responseStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"secureConnectionStart","qualifiedName":"dart:html.PerformanceResourceTiming.secureConnectionStart","href":"dart-html/PerformanceResourceTiming/secureConnectionStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"serverTiming","qualifiedName":"dart:html.PerformanceResourceTiming.serverTiming","href":"dart-html/PerformanceResourceTiming/serverTiming.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"transferSize","qualifiedName":"dart:html.PerformanceResourceTiming.transferSize","href":"dart-html/PerformanceResourceTiming/transferSize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"workerStart","qualifiedName":"dart:html.PerformanceResourceTiming.workerStart","href":"dart-html/PerformanceResourceTiming/workerStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceResourceTiming","kind":3,"href":"dart-html/PerformanceResourceTiming-class.html"}},{"name":"PerformanceServerTiming","qualifiedName":"dart:html.PerformanceServerTiming","href":"dart-html/PerformanceServerTiming-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"description","qualifiedName":"dart:html.PerformanceServerTiming.description","href":"dart-html/PerformanceServerTiming/description.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceServerTiming","kind":3,"href":"dart-html/PerformanceServerTiming-class.html"}},{"name":"duration","qualifiedName":"dart:html.PerformanceServerTiming.duration","href":"dart-html/PerformanceServerTiming/duration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceServerTiming","kind":3,"href":"dart-html/PerformanceServerTiming-class.html"}},{"name":"name","qualifiedName":"dart:html.PerformanceServerTiming.name","href":"dart-html/PerformanceServerTiming/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceServerTiming","kind":3,"href":"dart-html/PerformanceServerTiming-class.html"}},{"name":"PerformanceTiming","qualifiedName":"dart:html.PerformanceTiming","href":"dart-html/PerformanceTiming-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"connectEnd","qualifiedName":"dart:html.PerformanceTiming.connectEnd","href":"dart-html/PerformanceTiming/connectEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"connectStart","qualifiedName":"dart:html.PerformanceTiming.connectStart","href":"dart-html/PerformanceTiming/connectStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"domComplete","qualifiedName":"dart:html.PerformanceTiming.domComplete","href":"dart-html/PerformanceTiming/domComplete.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"domContentLoadedEventEnd","qualifiedName":"dart:html.PerformanceTiming.domContentLoadedEventEnd","href":"dart-html/PerformanceTiming/domContentLoadedEventEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"domContentLoadedEventStart","qualifiedName":"dart:html.PerformanceTiming.domContentLoadedEventStart","href":"dart-html/PerformanceTiming/domContentLoadedEventStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"domInteractive","qualifiedName":"dart:html.PerformanceTiming.domInteractive","href":"dart-html/PerformanceTiming/domInteractive.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"domLoading","qualifiedName":"dart:html.PerformanceTiming.domLoading","href":"dart-html/PerformanceTiming/domLoading.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"domainLookupEnd","qualifiedName":"dart:html.PerformanceTiming.domainLookupEnd","href":"dart-html/PerformanceTiming/domainLookupEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"domainLookupStart","qualifiedName":"dart:html.PerformanceTiming.domainLookupStart","href":"dart-html/PerformanceTiming/domainLookupStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"fetchStart","qualifiedName":"dart:html.PerformanceTiming.fetchStart","href":"dart-html/PerformanceTiming/fetchStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"loadEventEnd","qualifiedName":"dart:html.PerformanceTiming.loadEventEnd","href":"dart-html/PerformanceTiming/loadEventEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"loadEventStart","qualifiedName":"dart:html.PerformanceTiming.loadEventStart","href":"dart-html/PerformanceTiming/loadEventStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"navigationStart","qualifiedName":"dart:html.PerformanceTiming.navigationStart","href":"dart-html/PerformanceTiming/navigationStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"redirectEnd","qualifiedName":"dart:html.PerformanceTiming.redirectEnd","href":"dart-html/PerformanceTiming/redirectEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"redirectStart","qualifiedName":"dart:html.PerformanceTiming.redirectStart","href":"dart-html/PerformanceTiming/redirectStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"requestStart","qualifiedName":"dart:html.PerformanceTiming.requestStart","href":"dart-html/PerformanceTiming/requestStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"responseEnd","qualifiedName":"dart:html.PerformanceTiming.responseEnd","href":"dart-html/PerformanceTiming/responseEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"responseStart","qualifiedName":"dart:html.PerformanceTiming.responseStart","href":"dart-html/PerformanceTiming/responseStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"secureConnectionStart","qualifiedName":"dart:html.PerformanceTiming.secureConnectionStart","href":"dart-html/PerformanceTiming/secureConnectionStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"unloadEventEnd","qualifiedName":"dart:html.PerformanceTiming.unloadEventEnd","href":"dart-html/PerformanceTiming/unloadEventEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"unloadEventStart","qualifiedName":"dart:html.PerformanceTiming.unloadEventStart","href":"dart-html/PerformanceTiming/unloadEventStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PerformanceTiming","kind":3,"href":"dart-html/PerformanceTiming-class.html"}},{"name":"PermissionStatus","qualifiedName":"dart:html.PermissionStatus","href":"dart-html/PermissionStatus-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"changeEvent","qualifiedName":"dart:html.PermissionStatus.changeEvent","href":"dart-html/PermissionStatus/changeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PermissionStatus","kind":3,"href":"dart-html/PermissionStatus-class.html"}},{"name":"onChange","qualifiedName":"dart:html.PermissionStatus.onChange","href":"dart-html/PermissionStatus/onChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PermissionStatus","kind":3,"href":"dart-html/PermissionStatus-class.html"}},{"name":"state","qualifiedName":"dart:html.PermissionStatus.state","href":"dart-html/PermissionStatus/state.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PermissionStatus","kind":3,"href":"dart-html/PermissionStatus-class.html"}},{"name":"Permissions","qualifiedName":"dart:html.Permissions","href":"dart-html/Permissions-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"query","qualifiedName":"dart:html.Permissions.query","href":"dart-html/Permissions/query.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Permissions","kind":3,"href":"dart-html/Permissions-class.html"}},{"name":"request","qualifiedName":"dart:html.Permissions.request","href":"dart-html/Permissions/request.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Permissions","kind":3,"href":"dart-html/Permissions-class.html"}},{"name":"requestAll","qualifiedName":"dart:html.Permissions.requestAll","href":"dart-html/Permissions/requestAll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Permissions","kind":3,"href":"dart-html/Permissions-class.html"}},{"name":"revoke","qualifiedName":"dart:html.Permissions.revoke","href":"dart-html/Permissions/revoke.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Permissions","kind":3,"href":"dart-html/Permissions-class.html"}},{"name":"PhotoCapabilities","qualifiedName":"dart:html.PhotoCapabilities","href":"dart-html/PhotoCapabilities-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"fillLightMode","qualifiedName":"dart:html.PhotoCapabilities.fillLightMode","href":"dart-html/PhotoCapabilities/fillLightMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PhotoCapabilities","kind":3,"href":"dart-html/PhotoCapabilities-class.html"}},{"name":"imageHeight","qualifiedName":"dart:html.PhotoCapabilities.imageHeight","href":"dart-html/PhotoCapabilities/imageHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PhotoCapabilities","kind":3,"href":"dart-html/PhotoCapabilities-class.html"}},{"name":"imageWidth","qualifiedName":"dart:html.PhotoCapabilities.imageWidth","href":"dart-html/PhotoCapabilities/imageWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PhotoCapabilities","kind":3,"href":"dart-html/PhotoCapabilities-class.html"}},{"name":"redEyeReduction","qualifiedName":"dart:html.PhotoCapabilities.redEyeReduction","href":"dart-html/PhotoCapabilities/redEyeReduction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PhotoCapabilities","kind":3,"href":"dart-html/PhotoCapabilities-class.html"}},{"name":"PictureElement","qualifiedName":"dart:html.PictureElement","href":"dart-html/PictureElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Platform","qualifiedName":"dart:html.Platform","href":"dart-html/Platform-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Platform.new","qualifiedName":"dart:html.Platform.Platform.new","href":"dart-html/Platform/Platform.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Platform","kind":3,"href":"dart-html/Platform-class.html"}},{"name":"supportsSimd","qualifiedName":"dart:html.Platform.supportsSimd","href":"dart-html/Platform/supportsSimd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if SIMD types in dart:typed_data types are supported\non this browser.  If false, using these types will generate a runtime\nerror.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-html/Platform-class.html"}},{"name":"supportsTypedData","qualifiedName":"dart:html.Platform.supportsTypedData","href":"dart-html/Platform/supportsTypedData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if dart:typed_data types are supported on this\nbrowser.  If false, using these types will generate a runtime\nerror.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-html/Platform-class.html"}},{"name":"Plugin","qualifiedName":"dart:html.Plugin","href":"dart-html/Plugin-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"description","qualifiedName":"dart:html.Plugin.description","href":"dart-html/Plugin/description.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Plugin","kind":3,"href":"dart-html/Plugin-class.html"}},{"name":"filename","qualifiedName":"dart:html.Plugin.filename","href":"dart-html/Plugin/filename.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Plugin","kind":3,"href":"dart-html/Plugin-class.html"}},{"name":"item","qualifiedName":"dart:html.Plugin.item","href":"dart-html/Plugin/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Plugin","kind":3,"href":"dart-html/Plugin-class.html"}},{"name":"length","qualifiedName":"dart:html.Plugin.length","href":"dart-html/Plugin/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Plugin","kind":3,"href":"dart-html/Plugin-class.html"}},{"name":"name","qualifiedName":"dart:html.Plugin.name","href":"dart-html/Plugin/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Plugin","kind":3,"href":"dart-html/Plugin-class.html"}},{"name":"namedItem","qualifiedName":"dart:html.Plugin.namedItem","href":"dart-html/Plugin/namedItem.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Plugin","kind":3,"href":"dart-html/Plugin-class.html"}},{"name":"PluginArray","qualifiedName":"dart:html.PluginArray","href":"dart-html/PluginArray-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"elementAt","qualifiedName":"dart:html.PluginArray.elementAt","href":"dart-html/PluginArray/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the indexth element.","enclosedBy":{"name":"PluginArray","kind":3,"href":"dart-html/PluginArray-class.html"}},{"name":"first","qualifiedName":"dart:html.PluginArray.first","href":"dart-html/PluginArray/first.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first element.","enclosedBy":{"name":"PluginArray","kind":3,"href":"dart-html/PluginArray-class.html"}},{"name":"item","qualifiedName":"dart:html.PluginArray.item","href":"dart-html/PluginArray/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PluginArray","kind":3,"href":"dart-html/PluginArray-class.html"}},{"name":"last","qualifiedName":"dart:html.PluginArray.last","href":"dart-html/PluginArray/last.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last element.","enclosedBy":{"name":"PluginArray","kind":3,"href":"dart-html/PluginArray-class.html"}},{"name":"length","qualifiedName":"dart:html.PluginArray.length","href":"dart-html/PluginArray/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"PluginArray","kind":3,"href":"dart-html/PluginArray-class.html"}},{"name":"namedItem","qualifiedName":"dart:html.PluginArray.namedItem","href":"dart-html/PluginArray/namedItem.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PluginArray","kind":3,"href":"dart-html/PluginArray-class.html"}},{"name":"operator []","qualifiedName":"dart:html.PluginArray.operator []","href":"dart-html/PluginArray/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The object at the given index in the list.","enclosedBy":{"name":"PluginArray","kind":3,"href":"dart-html/PluginArray-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.PluginArray.operator []=","href":"dart-html/PluginArray/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"PluginArray","kind":3,"href":"dart-html/PluginArray-class.html"}},{"name":"refresh","qualifiedName":"dart:html.PluginArray.refresh","href":"dart-html/PluginArray/refresh.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PluginArray","kind":3,"href":"dart-html/PluginArray-class.html"}},{"name":"single","qualifiedName":"dart:html.PluginArray.single","href":"dart-html/PluginArray/single.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"PluginArray","kind":3,"href":"dart-html/PluginArray-class.html"}},{"name":"PointerEvent","qualifiedName":"dart:html.PointerEvent","href":"dart-html/PointerEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PointerEvent.new","qualifiedName":"dart:html.PointerEvent.PointerEvent.new","href":"dart-html/PointerEvent/PointerEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"getCoalescedEvents","qualifiedName":"dart:html.PointerEvent.getCoalescedEvents","href":"dart-html/PointerEvent/getCoalescedEvents.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"height","qualifiedName":"dart:html.PointerEvent.height","href":"dart-html/PointerEvent/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"isPrimary","qualifiedName":"dart:html.PointerEvent.isPrimary","href":"dart-html/PointerEvent/isPrimary.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"pointerId","qualifiedName":"dart:html.PointerEvent.pointerId","href":"dart-html/PointerEvent/pointerId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"pointerType","qualifiedName":"dart:html.PointerEvent.pointerType","href":"dart-html/PointerEvent/pointerType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"pressure","qualifiedName":"dart:html.PointerEvent.pressure","href":"dart-html/PointerEvent/pressure.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"supported","qualifiedName":"dart:html.PointerEvent.supported","href":"dart-html/PointerEvent/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"PointerEvent used for both touch and mouse.  To check if touch is supported\ncall the property TouchEvent.supported","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"tangentialPressure","qualifiedName":"dart:html.PointerEvent.tangentialPressure","href":"dart-html/PointerEvent/tangentialPressure.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"tiltX","qualifiedName":"dart:html.PointerEvent.tiltX","href":"dart-html/PointerEvent/tiltX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"tiltY","qualifiedName":"dart:html.PointerEvent.tiltY","href":"dart-html/PointerEvent/tiltY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"twist","qualifiedName":"dart:html.PointerEvent.twist","href":"dart-html/PointerEvent/twist.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"width","qualifiedName":"dart:html.PointerEvent.width","href":"dart-html/PointerEvent/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PointerEvent","kind":3,"href":"dart-html/PointerEvent-class.html"}},{"name":"PopStateEvent","qualifiedName":"dart:html.PopStateEvent","href":"dart-html/PopStateEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PopStateEvent.new","qualifiedName":"dart:html.PopStateEvent.PopStateEvent.new","href":"dart-html/PopStateEvent/PopStateEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PopStateEvent","kind":3,"href":"dart-html/PopStateEvent-class.html"}},{"name":"state","qualifiedName":"dart:html.PopStateEvent.state","href":"dart-html/PopStateEvent/state.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PopStateEvent","kind":3,"href":"dart-html/PopStateEvent-class.html"}},{"name":"PositionError","qualifiedName":"dart:html.PositionError","href":"dart-html/PositionError-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PERMISSION_DENIED","qualifiedName":"dart:html.PositionError.PERMISSION_DENIED","href":"dart-html/PositionError/PERMISSION_DENIED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PositionError","kind":3,"href":"dart-html/PositionError-class.html"}},{"name":"POSITION_UNAVAILABLE","qualifiedName":"dart:html.PositionError.POSITION_UNAVAILABLE","href":"dart-html/PositionError/POSITION_UNAVAILABLE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PositionError","kind":3,"href":"dart-html/PositionError-class.html"}},{"name":"TIMEOUT","qualifiedName":"dart:html.PositionError.TIMEOUT","href":"dart-html/PositionError/TIMEOUT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PositionError","kind":3,"href":"dart-html/PositionError-class.html"}},{"name":"code","qualifiedName":"dart:html.PositionError.code","href":"dart-html/PositionError/code.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PositionError","kind":3,"href":"dart-html/PositionError-class.html"}},{"name":"message","qualifiedName":"dart:html.PositionError.message","href":"dart-html/PositionError/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PositionError","kind":3,"href":"dart-html/PositionError-class.html"}},{"name":"PreElement","qualifiedName":"dart:html.PreElement","href":"dart-html/PreElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PreElement.new","qualifiedName":"dart:html.PreElement.PreElement.new","href":"dart-html/PreElement/PreElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PreElement","kind":3,"href":"dart-html/PreElement-class.html"}},{"name":"Presentation","qualifiedName":"dart:html.Presentation","href":"dart-html/Presentation-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"defaultRequest","qualifiedName":"dart:html.Presentation.defaultRequest","href":"dart-html/Presentation/defaultRequest.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Presentation","kind":3,"href":"dart-html/Presentation-class.html"}},{"name":"receiver","qualifiedName":"dart:html.Presentation.receiver","href":"dart-html/Presentation/receiver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Presentation","kind":3,"href":"dart-html/Presentation-class.html"}},{"name":"PresentationAvailability","qualifiedName":"dart:html.PresentationAvailability","href":"dart-html/PresentationAvailability-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"changeEvent","qualifiedName":"dart:html.PresentationAvailability.changeEvent","href":"dart-html/PresentationAvailability/changeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationAvailability","kind":3,"href":"dart-html/PresentationAvailability-class.html"}},{"name":"onChange","qualifiedName":"dart:html.PresentationAvailability.onChange","href":"dart-html/PresentationAvailability/onChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationAvailability","kind":3,"href":"dart-html/PresentationAvailability-class.html"}},{"name":"value","qualifiedName":"dart:html.PresentationAvailability.value","href":"dart-html/PresentationAvailability/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationAvailability","kind":3,"href":"dart-html/PresentationAvailability-class.html"}},{"name":"PresentationConnection","qualifiedName":"dart:html.PresentationConnection","href":"dart-html/PresentationConnection-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"binaryType","qualifiedName":"dart:html.PresentationConnection.binaryType","href":"dart-html/PresentationConnection/binaryType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnection","kind":3,"href":"dart-html/PresentationConnection-class.html"}},{"name":"close","qualifiedName":"dart:html.PresentationConnection.close","href":"dart-html/PresentationConnection/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnection","kind":3,"href":"dart-html/PresentationConnection-class.html"}},{"name":"id","qualifiedName":"dart:html.PresentationConnection.id","href":"dart-html/PresentationConnection/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnection","kind":3,"href":"dart-html/PresentationConnection-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.PresentationConnection.messageEvent","href":"dart-html/PresentationConnection/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnection","kind":3,"href":"dart-html/PresentationConnection-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.PresentationConnection.onMessage","href":"dart-html/PresentationConnection/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnection","kind":3,"href":"dart-html/PresentationConnection-class.html"}},{"name":"send","qualifiedName":"dart:html.PresentationConnection.send","href":"dart-html/PresentationConnection/send.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnection","kind":3,"href":"dart-html/PresentationConnection-class.html"}},{"name":"state","qualifiedName":"dart:html.PresentationConnection.state","href":"dart-html/PresentationConnection/state.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnection","kind":3,"href":"dart-html/PresentationConnection-class.html"}},{"name":"terminate","qualifiedName":"dart:html.PresentationConnection.terminate","href":"dart-html/PresentationConnection/terminate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnection","kind":3,"href":"dart-html/PresentationConnection-class.html"}},{"name":"url","qualifiedName":"dart:html.PresentationConnection.url","href":"dart-html/PresentationConnection/url.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnection","kind":3,"href":"dart-html/PresentationConnection-class.html"}},{"name":"PresentationConnectionAvailableEvent","qualifiedName":"dart:html.PresentationConnectionAvailableEvent","href":"dart-html/PresentationConnectionAvailableEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PresentationConnectionAvailableEvent.new","qualifiedName":"dart:html.PresentationConnectionAvailableEvent.PresentationConnectionAvailableEvent.new","href":"dart-html/PresentationConnectionAvailableEvent/PresentationConnectionAvailableEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnectionAvailableEvent","kind":3,"href":"dart-html/PresentationConnectionAvailableEvent-class.html"}},{"name":"connection","qualifiedName":"dart:html.PresentationConnectionAvailableEvent.connection","href":"dart-html/PresentationConnectionAvailableEvent/connection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnectionAvailableEvent","kind":3,"href":"dart-html/PresentationConnectionAvailableEvent-class.html"}},{"name":"PresentationConnectionCloseEvent","qualifiedName":"dart:html.PresentationConnectionCloseEvent","href":"dart-html/PresentationConnectionCloseEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PresentationConnectionCloseEvent.new","qualifiedName":"dart:html.PresentationConnectionCloseEvent.PresentationConnectionCloseEvent.new","href":"dart-html/PresentationConnectionCloseEvent/PresentationConnectionCloseEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnectionCloseEvent","kind":3,"href":"dart-html/PresentationConnectionCloseEvent-class.html"}},{"name":"message","qualifiedName":"dart:html.PresentationConnectionCloseEvent.message","href":"dart-html/PresentationConnectionCloseEvent/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnectionCloseEvent","kind":3,"href":"dart-html/PresentationConnectionCloseEvent-class.html"}},{"name":"reason","qualifiedName":"dart:html.PresentationConnectionCloseEvent.reason","href":"dart-html/PresentationConnectionCloseEvent/reason.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnectionCloseEvent","kind":3,"href":"dart-html/PresentationConnectionCloseEvent-class.html"}},{"name":"PresentationConnectionList","qualifiedName":"dart:html.PresentationConnectionList","href":"dart-html/PresentationConnectionList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"connections","qualifiedName":"dart:html.PresentationConnectionList.connections","href":"dart-html/PresentationConnectionList/connections.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationConnectionList","kind":3,"href":"dart-html/PresentationConnectionList-class.html"}},{"name":"PresentationReceiver","qualifiedName":"dart:html.PresentationReceiver","href":"dart-html/PresentationReceiver-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"connectionList","qualifiedName":"dart:html.PresentationReceiver.connectionList","href":"dart-html/PresentationReceiver/connectionList.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationReceiver","kind":3,"href":"dart-html/PresentationReceiver-class.html"}},{"name":"PresentationRequest","qualifiedName":"dart:html.PresentationRequest","href":"dart-html/PresentationRequest-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PresentationRequest.new","qualifiedName":"dart:html.PresentationRequest.PresentationRequest.new","href":"dart-html/PresentationRequest/PresentationRequest.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationRequest","kind":3,"href":"dart-html/PresentationRequest-class.html"}},{"name":"getAvailability","qualifiedName":"dart:html.PresentationRequest.getAvailability","href":"dart-html/PresentationRequest/getAvailability.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationRequest","kind":3,"href":"dart-html/PresentationRequest-class.html"}},{"name":"reconnect","qualifiedName":"dart:html.PresentationRequest.reconnect","href":"dart-html/PresentationRequest/reconnect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationRequest","kind":3,"href":"dart-html/PresentationRequest-class.html"}},{"name":"start","qualifiedName":"dart:html.PresentationRequest.start","href":"dart-html/PresentationRequest/start.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PresentationRequest","kind":3,"href":"dart-html/PresentationRequest-class.html"}},{"name":"ProcessingInstruction","qualifiedName":"dart:html.ProcessingInstruction","href":"dart-html/ProcessingInstruction-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"sheet","qualifiedName":"dart:html.ProcessingInstruction.sheet","href":"dart-html/ProcessingInstruction/sheet.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessingInstruction","kind":3,"href":"dart-html/ProcessingInstruction-class.html"}},{"name":"target","qualifiedName":"dart:html.ProcessingInstruction.target","href":"dart-html/ProcessingInstruction/target.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessingInstruction","kind":3,"href":"dart-html/ProcessingInstruction-class.html"}},{"name":"ProgressElement","qualifiedName":"dart:html.ProgressElement","href":"dart-html/ProgressElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ProgressElement.new","qualifiedName":"dart:html.ProgressElement.ProgressElement.new","href":"dart-html/ProgressElement/ProgressElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ProgressElement","kind":3,"href":"dart-html/ProgressElement-class.html"}},{"name":"labels","qualifiedName":"dart:html.ProgressElement.labels","href":"dart-html/ProgressElement/labels.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProgressElement","kind":3,"href":"dart-html/ProgressElement-class.html"}},{"name":"max","qualifiedName":"dart:html.ProgressElement.max","href":"dart-html/ProgressElement/max.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProgressElement","kind":3,"href":"dart-html/ProgressElement-class.html"}},{"name":"position","qualifiedName":"dart:html.ProgressElement.position","href":"dart-html/ProgressElement/position.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProgressElement","kind":3,"href":"dart-html/ProgressElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.ProgressElement.supported","href":"dart-html/ProgressElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"ProgressElement","kind":3,"href":"dart-html/ProgressElement-class.html"}},{"name":"value","qualifiedName":"dart:html.ProgressElement.value","href":"dart-html/ProgressElement/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProgressElement","kind":3,"href":"dart-html/ProgressElement-class.html"}},{"name":"ProgressEvent","qualifiedName":"dart:html.ProgressEvent","href":"dart-html/ProgressEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ProgressEvent.new","qualifiedName":"dart:html.ProgressEvent.ProgressEvent.new","href":"dart-html/ProgressEvent/ProgressEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ProgressEvent","kind":3,"href":"dart-html/ProgressEvent-class.html"}},{"name":"lengthComputable","qualifiedName":"dart:html.ProgressEvent.lengthComputable","href":"dart-html/ProgressEvent/lengthComputable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProgressEvent","kind":3,"href":"dart-html/ProgressEvent-class.html"}},{"name":"loaded","qualifiedName":"dart:html.ProgressEvent.loaded","href":"dart-html/ProgressEvent/loaded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProgressEvent","kind":3,"href":"dart-html/ProgressEvent-class.html"}},{"name":"total","qualifiedName":"dart:html.ProgressEvent.total","href":"dart-html/ProgressEvent/total.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProgressEvent","kind":3,"href":"dart-html/ProgressEvent-class.html"}},{"name":"PromiseRejectionEvent","qualifiedName":"dart:html.PromiseRejectionEvent","href":"dart-html/PromiseRejectionEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PromiseRejectionEvent.new","qualifiedName":"dart:html.PromiseRejectionEvent.PromiseRejectionEvent.new","href":"dart-html/PromiseRejectionEvent/PromiseRejectionEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PromiseRejectionEvent","kind":3,"href":"dart-html/PromiseRejectionEvent-class.html"}},{"name":"promise","qualifiedName":"dart:html.PromiseRejectionEvent.promise","href":"dart-html/PromiseRejectionEvent/promise.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PromiseRejectionEvent","kind":3,"href":"dart-html/PromiseRejectionEvent-class.html"}},{"name":"reason","qualifiedName":"dart:html.PromiseRejectionEvent.reason","href":"dart-html/PromiseRejectionEvent/reason.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PromiseRejectionEvent","kind":3,"href":"dart-html/PromiseRejectionEvent-class.html"}},{"name":"PublicKeyCredential","qualifiedName":"dart:html.PublicKeyCredential","href":"dart-html/PublicKeyCredential-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"rawId","qualifiedName":"dart:html.PublicKeyCredential.rawId","href":"dart-html/PublicKeyCredential/rawId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PublicKeyCredential","kind":3,"href":"dart-html/PublicKeyCredential-class.html"}},{"name":"response","qualifiedName":"dart:html.PublicKeyCredential.response","href":"dart-html/PublicKeyCredential/response.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PublicKeyCredential","kind":3,"href":"dart-html/PublicKeyCredential-class.html"}},{"name":"PushEvent","qualifiedName":"dart:html.PushEvent","href":"dart-html/PushEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PushEvent.new","qualifiedName":"dart:html.PushEvent.PushEvent.new","href":"dart-html/PushEvent/PushEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PushEvent","kind":3,"href":"dart-html/PushEvent-class.html"}},{"name":"data","qualifiedName":"dart:html.PushEvent.data","href":"dart-html/PushEvent/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushEvent","kind":3,"href":"dart-html/PushEvent-class.html"}},{"name":"PushManager","qualifiedName":"dart:html.PushManager","href":"dart-html/PushManager-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getSubscription","qualifiedName":"dart:html.PushManager.getSubscription","href":"dart-html/PushManager/getSubscription.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushManager","kind":3,"href":"dart-html/PushManager-class.html"}},{"name":"permissionState","qualifiedName":"dart:html.PushManager.permissionState","href":"dart-html/PushManager/permissionState.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushManager","kind":3,"href":"dart-html/PushManager-class.html"}},{"name":"subscribe","qualifiedName":"dart:html.PushManager.subscribe","href":"dart-html/PushManager/subscribe.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushManager","kind":3,"href":"dart-html/PushManager-class.html"}},{"name":"supportedContentEncodings","qualifiedName":"dart:html.PushManager.supportedContentEncodings","href":"dart-html/PushManager/supportedContentEncodings.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushManager","kind":3,"href":"dart-html/PushManager-class.html"}},{"name":"PushMessageData","qualifiedName":"dart:html.PushMessageData","href":"dart-html/PushMessageData-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"arrayBuffer","qualifiedName":"dart:html.PushMessageData.arrayBuffer","href":"dart-html/PushMessageData/arrayBuffer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushMessageData","kind":3,"href":"dart-html/PushMessageData-class.html"}},{"name":"blob","qualifiedName":"dart:html.PushMessageData.blob","href":"dart-html/PushMessageData/blob.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushMessageData","kind":3,"href":"dart-html/PushMessageData-class.html"}},{"name":"json","qualifiedName":"dart:html.PushMessageData.json","href":"dart-html/PushMessageData/json.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushMessageData","kind":3,"href":"dart-html/PushMessageData-class.html"}},{"name":"text","qualifiedName":"dart:html.PushMessageData.text","href":"dart-html/PushMessageData/text.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushMessageData","kind":3,"href":"dart-html/PushMessageData-class.html"}},{"name":"PushSubscription","qualifiedName":"dart:html.PushSubscription","href":"dart-html/PushSubscription-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"endpoint","qualifiedName":"dart:html.PushSubscription.endpoint","href":"dart-html/PushSubscription/endpoint.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushSubscription","kind":3,"href":"dart-html/PushSubscription-class.html"}},{"name":"expirationTime","qualifiedName":"dart:html.PushSubscription.expirationTime","href":"dart-html/PushSubscription/expirationTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushSubscription","kind":3,"href":"dart-html/PushSubscription-class.html"}},{"name":"getKey","qualifiedName":"dart:html.PushSubscription.getKey","href":"dart-html/PushSubscription/getKey.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushSubscription","kind":3,"href":"dart-html/PushSubscription-class.html"}},{"name":"options","qualifiedName":"dart:html.PushSubscription.options","href":"dart-html/PushSubscription/options.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushSubscription","kind":3,"href":"dart-html/PushSubscription-class.html"}},{"name":"unsubscribe","qualifiedName":"dart:html.PushSubscription.unsubscribe","href":"dart-html/PushSubscription/unsubscribe.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushSubscription","kind":3,"href":"dart-html/PushSubscription-class.html"}},{"name":"PushSubscriptionOptions","qualifiedName":"dart:html.PushSubscriptionOptions","href":"dart-html/PushSubscriptionOptions-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"applicationServerKey","qualifiedName":"dart:html.PushSubscriptionOptions.applicationServerKey","href":"dart-html/PushSubscriptionOptions/applicationServerKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushSubscriptionOptions","kind":3,"href":"dart-html/PushSubscriptionOptions-class.html"}},{"name":"userVisibleOnly","qualifiedName":"dart:html.PushSubscriptionOptions.userVisibleOnly","href":"dart-html/PushSubscriptionOptions/userVisibleOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"PushSubscriptionOptions","kind":3,"href":"dart-html/PushSubscriptionOptions-class.html"}},{"name":"QuoteElement","qualifiedName":"dart:html.QuoteElement","href":"dart-html/QuoteElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"QuoteElement.new","qualifiedName":"dart:html.QuoteElement.QuoteElement.new","href":"dart-html/QuoteElement/QuoteElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"QuoteElement","kind":3,"href":"dart-html/QuoteElement-class.html"}},{"name":"cite","qualifiedName":"dart:html.QuoteElement.cite","href":"dart-html/QuoteElement/cite.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"QuoteElement","kind":3,"href":"dart-html/QuoteElement-class.html"}},{"name":"RadioButtonInputElement","qualifiedName":"dart:html.RadioButtonInputElement","href":"dart-html/RadioButtonInputElement-class.html","kind":3,"packageRank":15,"desc":"A control that when used with other RadioButtonInputElement controls\nforms a radio button group in which only one control can be checked at a\ntime.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RadioButtonInputElement.new","qualifiedName":"dart:html.RadioButtonInputElement.RadioButtonInputElement.new","href":"dart-html/RadioButtonInputElement/RadioButtonInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RadioButtonInputElement","kind":3,"href":"dart-html/RadioButtonInputElement-class.html"}},{"name":"checked","qualifiedName":"dart:html.RadioButtonInputElement.checked","href":"dart-html/RadioButtonInputElement/checked.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RadioButtonInputElement","kind":3,"href":"dart-html/RadioButtonInputElement-class.html"}},{"name":"required","qualifiedName":"dart:html.RadioButtonInputElement.required","href":"dart-html/RadioButtonInputElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RadioButtonInputElement","kind":3,"href":"dart-html/RadioButtonInputElement-class.html"}},{"name":"Range","qualifiedName":"dart:html.Range","href":"dart-html/Range-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"END_TO_END","qualifiedName":"dart:html.Range.END_TO_END","href":"dart-html/Range/END_TO_END-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"END_TO_START","qualifiedName":"dart:html.Range.END_TO_START","href":"dart-html/Range/END_TO_START-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"Range.fromPoint","qualifiedName":"dart:html.Range.Range.fromPoint","href":"dart-html/Range/Range.fromPoint.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"Range.new","qualifiedName":"dart:html.Range.Range.new","href":"dart-html/Range/Range.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"START_TO_END","qualifiedName":"dart:html.Range.START_TO_END","href":"dart-html/Range/START_TO_END-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"START_TO_START","qualifiedName":"dart:html.Range.START_TO_START","href":"dart-html/Range/START_TO_START-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"cloneContents","qualifiedName":"dart:html.Range.cloneContents","href":"dart-html/Range/cloneContents.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"cloneRange","qualifiedName":"dart:html.Range.cloneRange","href":"dart-html/Range/cloneRange.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"collapse","qualifiedName":"dart:html.Range.collapse","href":"dart-html/Range/collapse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"collapsed","qualifiedName":"dart:html.Range.collapsed","href":"dart-html/Range/collapsed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"commonAncestorContainer","qualifiedName":"dart:html.Range.commonAncestorContainer","href":"dart-html/Range/commonAncestorContainer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"compareBoundaryPoints","qualifiedName":"dart:html.Range.compareBoundaryPoints","href":"dart-html/Range/compareBoundaryPoints.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"comparePoint","qualifiedName":"dart:html.Range.comparePoint","href":"dart-html/Range/comparePoint.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"createContextualFragment","qualifiedName":"dart:html.Range.createContextualFragment","href":"dart-html/Range/createContextualFragment.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"deleteContents","qualifiedName":"dart:html.Range.deleteContents","href":"dart-html/Range/deleteContents.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"detach","qualifiedName":"dart:html.Range.detach","href":"dart-html/Range/detach.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"endContainer","qualifiedName":"dart:html.Range.endContainer","href":"dart-html/Range/endContainer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"endOffset","qualifiedName":"dart:html.Range.endOffset","href":"dart-html/Range/endOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"expand","qualifiedName":"dart:html.Range.expand","href":"dart-html/Range/expand.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"extractContents","qualifiedName":"dart:html.Range.extractContents","href":"dart-html/Range/extractContents.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"getBoundingClientRect","qualifiedName":"dart:html.Range.getBoundingClientRect","href":"dart-html/Range/getBoundingClientRect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"getClientRects","qualifiedName":"dart:html.Range.getClientRects","href":"dart-html/Range/getClientRects.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"insertNode","qualifiedName":"dart:html.Range.insertNode","href":"dart-html/Range/insertNode.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"isPointInRange","qualifiedName":"dart:html.Range.isPointInRange","href":"dart-html/Range/isPointInRange.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"selectNode","qualifiedName":"dart:html.Range.selectNode","href":"dart-html/Range/selectNode.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"selectNodeContents","qualifiedName":"dart:html.Range.selectNodeContents","href":"dart-html/Range/selectNodeContents.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"setEnd","qualifiedName":"dart:html.Range.setEnd","href":"dart-html/Range/setEnd.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"setEndAfter","qualifiedName":"dart:html.Range.setEndAfter","href":"dart-html/Range/setEndAfter.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"setEndBefore","qualifiedName":"dart:html.Range.setEndBefore","href":"dart-html/Range/setEndBefore.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"setStart","qualifiedName":"dart:html.Range.setStart","href":"dart-html/Range/setStart.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"setStartAfter","qualifiedName":"dart:html.Range.setStartAfter","href":"dart-html/Range/setStartAfter.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"setStartBefore","qualifiedName":"dart:html.Range.setStartBefore","href":"dart-html/Range/setStartBefore.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"startContainer","qualifiedName":"dart:html.Range.startContainer","href":"dart-html/Range/startContainer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"startOffset","qualifiedName":"dart:html.Range.startOffset","href":"dart-html/Range/startOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"supportsCreateContextualFragment","qualifiedName":"dart:html.Range.supportsCreateContextualFragment","href":"dart-html/Range/supportsCreateContextualFragment.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if createContextualFragment is supported.","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"surroundContents","qualifiedName":"dart:html.Range.surroundContents","href":"dart-html/Range/surroundContents.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Range","kind":3,"href":"dart-html/Range-class.html"}},{"name":"RangeInputElement","qualifiedName":"dart:html.RangeInputElement","href":"dart-html/RangeInputElement-class.html","kind":3,"packageRank":15,"desc":"Similar to NumberInputElement but the browser may provide more optimal\nstyling (such as a slider control).","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RangeInputElement.new","qualifiedName":"dart:html.RangeInputElement.RangeInputElement.new","href":"dart-html/RangeInputElement/RangeInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RangeInputElement","kind":3,"href":"dart-html/RangeInputElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.RangeInputElement.supported","href":"dart-html/RangeInputElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this input type is supported on the current platform.","enclosedBy":{"name":"RangeInputElement","kind":3,"href":"dart-html/RangeInputElement-class.html"}},{"name":"RangeInputElementBase","qualifiedName":"dart:html.RangeInputElementBase","href":"dart-html/RangeInputElementBase-class.html","kind":3,"packageRank":15,"desc":"Base interface for all input element types which involve ranges.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RangeInputElementBase.new","qualifiedName":"dart:html.RangeInputElementBase.RangeInputElementBase.new","href":"dart-html/RangeInputElementBase/RangeInputElementBase.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RangeInputElementBase","kind":3,"href":"dart-html/RangeInputElementBase-class.html"}},{"name":"list","qualifiedName":"dart:html.RangeInputElementBase.list","href":"dart-html/RangeInputElementBase/list.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RangeInputElementBase","kind":3,"href":"dart-html/RangeInputElementBase-class.html"}},{"name":"max","qualifiedName":"dart:html.RangeInputElementBase.max","href":"dart-html/RangeInputElementBase/max.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RangeInputElementBase","kind":3,"href":"dart-html/RangeInputElementBase-class.html"}},{"name":"min","qualifiedName":"dart:html.RangeInputElementBase.min","href":"dart-html/RangeInputElementBase/min.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RangeInputElementBase","kind":3,"href":"dart-html/RangeInputElementBase-class.html"}},{"name":"step","qualifiedName":"dart:html.RangeInputElementBase.step","href":"dart-html/RangeInputElementBase/step.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RangeInputElementBase","kind":3,"href":"dart-html/RangeInputElementBase-class.html"}},{"name":"stepDown","qualifiedName":"dart:html.RangeInputElementBase.stepDown","href":"dart-html/RangeInputElementBase/stepDown.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RangeInputElementBase","kind":3,"href":"dart-html/RangeInputElementBase-class.html"}},{"name":"stepUp","qualifiedName":"dart:html.RangeInputElementBase.stepUp","href":"dart-html/RangeInputElementBase/stepUp.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RangeInputElementBase","kind":3,"href":"dart-html/RangeInputElementBase-class.html"}},{"name":"valueAsNumber","qualifiedName":"dart:html.RangeInputElementBase.valueAsNumber","href":"dart-html/RangeInputElementBase/valueAsNumber.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RangeInputElementBase","kind":3,"href":"dart-html/RangeInputElementBase-class.html"}},{"name":"ReadyState","qualifiedName":"dart:html.ReadyState","href":"dart-html/ReadyState-class.html","kind":3,"packageRank":15,"desc":"Contains the set of standard values returned by HTMLDocument.getReadyState.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"COMPLETE","qualifiedName":"dart:html.ReadyState.COMPLETE","href":"dart-html/ReadyState/COMPLETE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Indicates the document and all subresources have been loaded.","enclosedBy":{"name":"ReadyState","kind":3,"href":"dart-html/ReadyState-class.html"}},{"name":"INTERACTIVE","qualifiedName":"dart:html.ReadyState.INTERACTIVE","href":"dart-html/ReadyState/INTERACTIVE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Indicates the document is finished parsing but is still loading\nsubresources.","enclosedBy":{"name":"ReadyState","kind":3,"href":"dart-html/ReadyState-class.html"}},{"name":"LOADING","qualifiedName":"dart:html.ReadyState.LOADING","href":"dart-html/ReadyState/LOADING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Indicates the document is still loading and parsing.","enclosedBy":{"name":"ReadyState","kind":3,"href":"dart-html/ReadyState-class.html"}},{"name":"ReadyState.new","qualifiedName":"dart:html.ReadyState.ReadyState.new","href":"dart-html/ReadyState/ReadyState.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ReadyState","kind":3,"href":"dart-html/ReadyState-class.html"}},{"name":"RelatedApplication","qualifiedName":"dart:html.RelatedApplication","href":"dart-html/RelatedApplication-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"id","qualifiedName":"dart:html.RelatedApplication.id","href":"dart-html/RelatedApplication/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RelatedApplication","kind":3,"href":"dart-html/RelatedApplication-class.html"}},{"name":"platform","qualifiedName":"dart:html.RelatedApplication.platform","href":"dart-html/RelatedApplication/platform.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RelatedApplication","kind":3,"href":"dart-html/RelatedApplication-class.html"}},{"name":"url","qualifiedName":"dart:html.RelatedApplication.url","href":"dart-html/RelatedApplication/url.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RelatedApplication","kind":3,"href":"dart-html/RelatedApplication-class.html"}},{"name":"RelativeOrientationSensor","qualifiedName":"dart:html.RelativeOrientationSensor","href":"dart-html/RelativeOrientationSensor-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RelativeOrientationSensor.new","qualifiedName":"dart:html.RelativeOrientationSensor.RelativeOrientationSensor.new","href":"dart-html/RelativeOrientationSensor/RelativeOrientationSensor.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RelativeOrientationSensor","kind":3,"href":"dart-html/RelativeOrientationSensor-class.html"}},{"name":"RemotePlayback","qualifiedName":"dart:html.RemotePlayback","href":"dart-html/RemotePlayback-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"cancelWatchAvailability","qualifiedName":"dart:html.RemotePlayback.cancelWatchAvailability","href":"dart-html/RemotePlayback/cancelWatchAvailability.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RemotePlayback","kind":3,"href":"dart-html/RemotePlayback-class.html"}},{"name":"prompt","qualifiedName":"dart:html.RemotePlayback.prompt","href":"dart-html/RemotePlayback/prompt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RemotePlayback","kind":3,"href":"dart-html/RemotePlayback-class.html"}},{"name":"state","qualifiedName":"dart:html.RemotePlayback.state","href":"dart-html/RemotePlayback/state.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RemotePlayback","kind":3,"href":"dart-html/RemotePlayback-class.html"}},{"name":"watchAvailability","qualifiedName":"dart:html.RemotePlayback.watchAvailability","href":"dart-html/RemotePlayback/watchAvailability.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RemotePlayback","kind":3,"href":"dart-html/RemotePlayback-class.html"}},{"name":"RemotePlaybackAvailabilityCallback","qualifiedName":"dart:html.RemotePlaybackAvailabilityCallback","href":"dart-html/RemotePlaybackAvailabilityCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ReportBody","qualifiedName":"dart:html.ReportBody","href":"dart-html/ReportBody-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ReportingObserver","qualifiedName":"dart:html.ReportingObserver","href":"dart-html/ReportingObserver-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ReportingObserver.new","qualifiedName":"dart:html.ReportingObserver.ReportingObserver.new","href":"dart-html/ReportingObserver/ReportingObserver.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ReportingObserver","kind":3,"href":"dart-html/ReportingObserver-class.html"}},{"name":"disconnect","qualifiedName":"dart:html.ReportingObserver.disconnect","href":"dart-html/ReportingObserver/disconnect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ReportingObserver","kind":3,"href":"dart-html/ReportingObserver-class.html"}},{"name":"observe","qualifiedName":"dart:html.ReportingObserver.observe","href":"dart-html/ReportingObserver/observe.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ReportingObserver","kind":3,"href":"dart-html/ReportingObserver-class.html"}},{"name":"ReportingObserverCallback","qualifiedName":"dart:html.ReportingObserverCallback","href":"dart-html/ReportingObserverCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RequestAnimationFrameCallback","qualifiedName":"dart:html.RequestAnimationFrameCallback","href":"dart-html/RequestAnimationFrameCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ResetButtonInputElement","qualifiedName":"dart:html.ResetButtonInputElement","href":"dart-html/ResetButtonInputElement-class.html","kind":3,"packageRank":15,"desc":"A button, which when clicked, resets the form.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ResetButtonInputElement.new","qualifiedName":"dart:html.ResetButtonInputElement.ResetButtonInputElement.new","href":"dart-html/ResetButtonInputElement/ResetButtonInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ResetButtonInputElement","kind":3,"href":"dart-html/ResetButtonInputElement-class.html"}},{"name":"ResizeObserver","qualifiedName":"dart:html.ResizeObserver","href":"dart-html/ResizeObserver-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ResizeObserver.new","qualifiedName":"dart:html.ResizeObserver.ResizeObserver.new","href":"dart-html/ResizeObserver/ResizeObserver.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ResizeObserver","kind":3,"href":"dart-html/ResizeObserver-class.html"}},{"name":"disconnect","qualifiedName":"dart:html.ResizeObserver.disconnect","href":"dart-html/ResizeObserver/disconnect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ResizeObserver","kind":3,"href":"dart-html/ResizeObserver-class.html"}},{"name":"observe","qualifiedName":"dart:html.ResizeObserver.observe","href":"dart-html/ResizeObserver/observe.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ResizeObserver","kind":3,"href":"dart-html/ResizeObserver-class.html"}},{"name":"unobserve","qualifiedName":"dart:html.ResizeObserver.unobserve","href":"dart-html/ResizeObserver/unobserve.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ResizeObserver","kind":3,"href":"dart-html/ResizeObserver-class.html"}},{"name":"ResizeObserverCallback","qualifiedName":"dart:html.ResizeObserverCallback","href":"dart-html/ResizeObserverCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ResizeObserverEntry","qualifiedName":"dart:html.ResizeObserverEntry","href":"dart-html/ResizeObserverEntry-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"contentRect","qualifiedName":"dart:html.ResizeObserverEntry.contentRect","href":"dart-html/ResizeObserverEntry/contentRect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ResizeObserverEntry","kind":3,"href":"dart-html/ResizeObserverEntry-class.html"}},{"name":"target","qualifiedName":"dart:html.ResizeObserverEntry.target","href":"dart-html/ResizeObserverEntry/target.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ResizeObserverEntry","kind":3,"href":"dart-html/ResizeObserverEntry-class.html"}},{"name":"RtcCertificate","qualifiedName":"dart:html.RtcCertificate","href":"dart-html/RtcCertificate-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"expires","qualifiedName":"dart:html.RtcCertificate.expires","href":"dart-html/RtcCertificate/expires.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcCertificate","kind":3,"href":"dart-html/RtcCertificate-class.html"}},{"name":"getFingerprints","qualifiedName":"dart:html.RtcCertificate.getFingerprints","href":"dart-html/RtcCertificate/getFingerprints.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcCertificate","kind":3,"href":"dart-html/RtcCertificate-class.html"}},{"name":"RtcDataChannel","qualifiedName":"dart:html.RtcDataChannel","href":"dart-html/RtcDataChannel-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"binaryType","qualifiedName":"dart:html.RtcDataChannel.binaryType","href":"dart-html/RtcDataChannel/binaryType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"bufferedAmount","qualifiedName":"dart:html.RtcDataChannel.bufferedAmount","href":"dart-html/RtcDataChannel/bufferedAmount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"bufferedAmountLowThreshold","qualifiedName":"dart:html.RtcDataChannel.bufferedAmountLowThreshold","href":"dart-html/RtcDataChannel/bufferedAmountLowThreshold.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"close","qualifiedName":"dart:html.RtcDataChannel.close","href":"dart-html/RtcDataChannel/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"closeEvent","qualifiedName":"dart:html.RtcDataChannel.closeEvent","href":"dart-html/RtcDataChannel/closeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose close events to event\nhandlers that are not necessarily instances of RtcDataChannel.","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.RtcDataChannel.errorEvent","href":"dart-html/RtcDataChannel/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of RtcDataChannel.","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"id","qualifiedName":"dart:html.RtcDataChannel.id","href":"dart-html/RtcDataChannel/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"label","qualifiedName":"dart:html.RtcDataChannel.label","href":"dart-html/RtcDataChannel/label.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"maxRetransmitTime","qualifiedName":"dart:html.RtcDataChannel.maxRetransmitTime","href":"dart-html/RtcDataChannel/maxRetransmitTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"maxRetransmits","qualifiedName":"dart:html.RtcDataChannel.maxRetransmits","href":"dart-html/RtcDataChannel/maxRetransmits.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.RtcDataChannel.messageEvent","href":"dart-html/RtcDataChannel/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose message events to event\nhandlers that are not necessarily instances of RtcDataChannel.","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"negotiated","qualifiedName":"dart:html.RtcDataChannel.negotiated","href":"dart-html/RtcDataChannel/negotiated.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"onClose","qualifiedName":"dart:html.RtcDataChannel.onClose","href":"dart-html/RtcDataChannel/onClose.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of close events handled by this RtcDataChannel.","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"onError","qualifiedName":"dart:html.RtcDataChannel.onError","href":"dart-html/RtcDataChannel/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this RtcDataChannel.","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.RtcDataChannel.onMessage","href":"dart-html/RtcDataChannel/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of message events handled by this RtcDataChannel.","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"onOpen","qualifiedName":"dart:html.RtcDataChannel.onOpen","href":"dart-html/RtcDataChannel/onOpen.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of open events handled by this RtcDataChannel.","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"openEvent","qualifiedName":"dart:html.RtcDataChannel.openEvent","href":"dart-html/RtcDataChannel/openEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose open events to event\nhandlers that are not necessarily instances of RtcDataChannel.","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"ordered","qualifiedName":"dart:html.RtcDataChannel.ordered","href":"dart-html/RtcDataChannel/ordered.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"protocol","qualifiedName":"dart:html.RtcDataChannel.protocol","href":"dart-html/RtcDataChannel/protocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"readyState","qualifiedName":"dart:html.RtcDataChannel.readyState","href":"dart-html/RtcDataChannel/readyState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"reliable","qualifiedName":"dart:html.RtcDataChannel.reliable","href":"dart-html/RtcDataChannel/reliable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"send","qualifiedName":"dart:html.RtcDataChannel.send","href":"dart-html/RtcDataChannel/send.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"sendBlob","qualifiedName":"dart:html.RtcDataChannel.sendBlob","href":"dart-html/RtcDataChannel/sendBlob.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"sendByteBuffer","qualifiedName":"dart:html.RtcDataChannel.sendByteBuffer","href":"dart-html/RtcDataChannel/sendByteBuffer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"sendString","qualifiedName":"dart:html.RtcDataChannel.sendString","href":"dart-html/RtcDataChannel/sendString.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"sendTypedData","qualifiedName":"dart:html.RtcDataChannel.sendTypedData","href":"dart-html/RtcDataChannel/sendTypedData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannel","kind":3,"href":"dart-html/RtcDataChannel-class.html"}},{"name":"RtcDataChannelEvent","qualifiedName":"dart:html.RtcDataChannelEvent","href":"dart-html/RtcDataChannelEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RtcDataChannelEvent.new","qualifiedName":"dart:html.RtcDataChannelEvent.RtcDataChannelEvent.new","href":"dart-html/RtcDataChannelEvent/RtcDataChannelEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannelEvent","kind":3,"href":"dart-html/RtcDataChannelEvent-class.html"}},{"name":"channel","qualifiedName":"dart:html.RtcDataChannelEvent.channel","href":"dart-html/RtcDataChannelEvent/channel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDataChannelEvent","kind":3,"href":"dart-html/RtcDataChannelEvent-class.html"}},{"name":"RtcDtmfSender","qualifiedName":"dart:html.RtcDtmfSender","href":"dart-html/RtcDtmfSender-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"canInsertDtmf","qualifiedName":"dart:html.RtcDtmfSender.canInsertDtmf","href":"dart-html/RtcDtmfSender/canInsertDtmf.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDtmfSender","kind":3,"href":"dart-html/RtcDtmfSender-class.html"}},{"name":"duration","qualifiedName":"dart:html.RtcDtmfSender.duration","href":"dart-html/RtcDtmfSender/duration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDtmfSender","kind":3,"href":"dart-html/RtcDtmfSender-class.html"}},{"name":"insertDtmf","qualifiedName":"dart:html.RtcDtmfSender.insertDtmf","href":"dart-html/RtcDtmfSender/insertDtmf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDtmfSender","kind":3,"href":"dart-html/RtcDtmfSender-class.html"}},{"name":"interToneGap","qualifiedName":"dart:html.RtcDtmfSender.interToneGap","href":"dart-html/RtcDtmfSender/interToneGap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDtmfSender","kind":3,"href":"dart-html/RtcDtmfSender-class.html"}},{"name":"onToneChange","qualifiedName":"dart:html.RtcDtmfSender.onToneChange","href":"dart-html/RtcDtmfSender/onToneChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of tonechange events handled by this RtcDtmfSender.","enclosedBy":{"name":"RtcDtmfSender","kind":3,"href":"dart-html/RtcDtmfSender-class.html"}},{"name":"toneBuffer","qualifiedName":"dart:html.RtcDtmfSender.toneBuffer","href":"dart-html/RtcDtmfSender/toneBuffer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDtmfSender","kind":3,"href":"dart-html/RtcDtmfSender-class.html"}},{"name":"toneChangeEvent","qualifiedName":"dart:html.RtcDtmfSender.toneChangeEvent","href":"dart-html/RtcDtmfSender/toneChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose tonechange events to event\nhandlers that are not necessarily instances of RtcDtmfSender.","enclosedBy":{"name":"RtcDtmfSender","kind":3,"href":"dart-html/RtcDtmfSender-class.html"}},{"name":"track","qualifiedName":"dart:html.RtcDtmfSender.track","href":"dart-html/RtcDtmfSender/track.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDtmfSender","kind":3,"href":"dart-html/RtcDtmfSender-class.html"}},{"name":"RtcDtmfToneChangeEvent","qualifiedName":"dart:html.RtcDtmfToneChangeEvent","href":"dart-html/RtcDtmfToneChangeEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RtcDtmfToneChangeEvent.new","qualifiedName":"dart:html.RtcDtmfToneChangeEvent.RtcDtmfToneChangeEvent.new","href":"dart-html/RtcDtmfToneChangeEvent/RtcDtmfToneChangeEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDtmfToneChangeEvent","kind":3,"href":"dart-html/RtcDtmfToneChangeEvent-class.html"}},{"name":"tone","qualifiedName":"dart:html.RtcDtmfToneChangeEvent.tone","href":"dart-html/RtcDtmfToneChangeEvent/tone.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcDtmfToneChangeEvent","kind":3,"href":"dart-html/RtcDtmfToneChangeEvent-class.html"}},{"name":"RtcIceCandidate","qualifiedName":"dart:html.RtcIceCandidate","href":"dart-html/RtcIceCandidate-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RtcIceCandidate.new","qualifiedName":"dart:html.RtcIceCandidate.RtcIceCandidate.new","href":"dart-html/RtcIceCandidate/RtcIceCandidate.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcIceCandidate","kind":3,"href":"dart-html/RtcIceCandidate-class.html"}},{"name":"candidate","qualifiedName":"dart:html.RtcIceCandidate.candidate","href":"dart-html/RtcIceCandidate/candidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcIceCandidate","kind":3,"href":"dart-html/RtcIceCandidate-class.html"}},{"name":"sdpMLineIndex","qualifiedName":"dart:html.RtcIceCandidate.sdpMLineIndex","href":"dart-html/RtcIceCandidate/sdpMLineIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcIceCandidate","kind":3,"href":"dart-html/RtcIceCandidate-class.html"}},{"name":"sdpMid","qualifiedName":"dart:html.RtcIceCandidate.sdpMid","href":"dart-html/RtcIceCandidate/sdpMid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcIceCandidate","kind":3,"href":"dart-html/RtcIceCandidate-class.html"}},{"name":"RtcLegacyStatsReport","qualifiedName":"dart:html.RtcLegacyStatsReport","href":"dart-html/RtcLegacyStatsReport-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"id","qualifiedName":"dart:html.RtcLegacyStatsReport.id","href":"dart-html/RtcLegacyStatsReport/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcLegacyStatsReport","kind":3,"href":"dart-html/RtcLegacyStatsReport-class.html"}},{"name":"names","qualifiedName":"dart:html.RtcLegacyStatsReport.names","href":"dart-html/RtcLegacyStatsReport/names.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcLegacyStatsReport","kind":3,"href":"dart-html/RtcLegacyStatsReport-class.html"}},{"name":"stat","qualifiedName":"dart:html.RtcLegacyStatsReport.stat","href":"dart-html/RtcLegacyStatsReport/stat.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcLegacyStatsReport","kind":3,"href":"dart-html/RtcLegacyStatsReport-class.html"}},{"name":"timestamp","qualifiedName":"dart:html.RtcLegacyStatsReport.timestamp","href":"dart-html/RtcLegacyStatsReport/timestamp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcLegacyStatsReport","kind":3,"href":"dart-html/RtcLegacyStatsReport-class.html"}},{"name":"type","qualifiedName":"dart:html.RtcLegacyStatsReport.type","href":"dart-html/RtcLegacyStatsReport/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcLegacyStatsReport","kind":3,"href":"dart-html/RtcLegacyStatsReport-class.html"}},{"name":"RtcPeerConnection","qualifiedName":"dart:html.RtcPeerConnection","href":"dart-html/RtcPeerConnection-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RtcPeerConnection.new","qualifiedName":"dart:html.RtcPeerConnection.RtcPeerConnection.new","href":"dart-html/RtcPeerConnection/RtcPeerConnection.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"addIceCandidate","qualifiedName":"dart:html.RtcPeerConnection.addIceCandidate","href":"dart-html/RtcPeerConnection/addIceCandidate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"addStream","qualifiedName":"dart:html.RtcPeerConnection.addStream","href":"dart-html/RtcPeerConnection/addStream.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"addStreamEvent","qualifiedName":"dart:html.RtcPeerConnection.addStreamEvent","href":"dart-html/RtcPeerConnection/addStreamEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose addstream events to event\nhandlers that are not necessarily instances of RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"addTrack","qualifiedName":"dart:html.RtcPeerConnection.addTrack","href":"dart-html/RtcPeerConnection/addTrack.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"close","qualifiedName":"dart:html.RtcPeerConnection.close","href":"dart-html/RtcPeerConnection/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"connectionState","qualifiedName":"dart:html.RtcPeerConnection.connectionState","href":"dart-html/RtcPeerConnection/connectionState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"connectionStateChangeEvent","qualifiedName":"dart:html.RtcPeerConnection.connectionStateChangeEvent","href":"dart-html/RtcPeerConnection/connectionStateChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose connectionstatechange events to event\nhandlers that are not necessarily instances of RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"createAnswer","qualifiedName":"dart:html.RtcPeerConnection.createAnswer","href":"dart-html/RtcPeerConnection/createAnswer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"createDataChannel","qualifiedName":"dart:html.RtcPeerConnection.createDataChannel","href":"dart-html/RtcPeerConnection/createDataChannel.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"createDtmfSender","qualifiedName":"dart:html.RtcPeerConnection.createDtmfSender","href":"dart-html/RtcPeerConnection/createDtmfSender.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"createOffer","qualifiedName":"dart:html.RtcPeerConnection.createOffer","href":"dart-html/RtcPeerConnection/createOffer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"dataChannelEvent","qualifiedName":"dart:html.RtcPeerConnection.dataChannelEvent","href":"dart-html/RtcPeerConnection/dataChannelEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose datachannel events to event\nhandlers that are not necessarily instances of RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"generateCertificate","qualifiedName":"dart:html.RtcPeerConnection.generateCertificate","href":"dart-html/RtcPeerConnection/generateCertificate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"getLegacyStats","qualifiedName":"dart:html.RtcPeerConnection.getLegacyStats","href":"dart-html/RtcPeerConnection/getLegacyStats.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Temporarily exposes _getStats and old getStats as getLegacyStats until Chrome fully supports\nnew getStats API.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"getLocalStreams","qualifiedName":"dart:html.RtcPeerConnection.getLocalStreams","href":"dart-html/RtcPeerConnection/getLocalStreams.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"getReceivers","qualifiedName":"dart:html.RtcPeerConnection.getReceivers","href":"dart-html/RtcPeerConnection/getReceivers.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"getRemoteStreams","qualifiedName":"dart:html.RtcPeerConnection.getRemoteStreams","href":"dart-html/RtcPeerConnection/getRemoteStreams.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"getSenders","qualifiedName":"dart:html.RtcPeerConnection.getSenders","href":"dart-html/RtcPeerConnection/getSenders.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"getStats","qualifiedName":"dart:html.RtcPeerConnection.getStats","href":"dart-html/RtcPeerConnection/getStats.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"iceCandidateEvent","qualifiedName":"dart:html.RtcPeerConnection.iceCandidateEvent","href":"dart-html/RtcPeerConnection/iceCandidateEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose icecandidate events to event\nhandlers that are not necessarily instances of RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"iceConnectionState","qualifiedName":"dart:html.RtcPeerConnection.iceConnectionState","href":"dart-html/RtcPeerConnection/iceConnectionState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"iceConnectionStateChangeEvent","qualifiedName":"dart:html.RtcPeerConnection.iceConnectionStateChangeEvent","href":"dart-html/RtcPeerConnection/iceConnectionStateChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose iceconnectionstatechange events to event\nhandlers that are not necessarily instances of RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"iceGatheringState","qualifiedName":"dart:html.RtcPeerConnection.iceGatheringState","href":"dart-html/RtcPeerConnection/iceGatheringState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"localDescription","qualifiedName":"dart:html.RtcPeerConnection.localDescription","href":"dart-html/RtcPeerConnection/localDescription.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"negotiationNeededEvent","qualifiedName":"dart:html.RtcPeerConnection.negotiationNeededEvent","href":"dart-html/RtcPeerConnection/negotiationNeededEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose negotiationneeded events to event\nhandlers that are not necessarily instances of RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"onAddStream","qualifiedName":"dart:html.RtcPeerConnection.onAddStream","href":"dart-html/RtcPeerConnection/onAddStream.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of addstream events handled by this RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"onConnectionStateChange","qualifiedName":"dart:html.RtcPeerConnection.onConnectionStateChange","href":"dart-html/RtcPeerConnection/onConnectionStateChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of connectionstatechange events handled by this RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"onDataChannel","qualifiedName":"dart:html.RtcPeerConnection.onDataChannel","href":"dart-html/RtcPeerConnection/onDataChannel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of datachannel events handled by this RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"onIceCandidate","qualifiedName":"dart:html.RtcPeerConnection.onIceCandidate","href":"dart-html/RtcPeerConnection/onIceCandidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of icecandidate events handled by this RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"onIceConnectionStateChange","qualifiedName":"dart:html.RtcPeerConnection.onIceConnectionStateChange","href":"dart-html/RtcPeerConnection/onIceConnectionStateChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of iceconnectionstatechange events handled by this RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"onNegotiationNeeded","qualifiedName":"dart:html.RtcPeerConnection.onNegotiationNeeded","href":"dart-html/RtcPeerConnection/onNegotiationNeeded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of negotiationneeded events handled by this RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"onRemoveStream","qualifiedName":"dart:html.RtcPeerConnection.onRemoveStream","href":"dart-html/RtcPeerConnection/onRemoveStream.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of removestream events handled by this RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"onSignalingStateChange","qualifiedName":"dart:html.RtcPeerConnection.onSignalingStateChange","href":"dart-html/RtcPeerConnection/onSignalingStateChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of signalingstatechange events handled by this RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"onTrack","qualifiedName":"dart:html.RtcPeerConnection.onTrack","href":"dart-html/RtcPeerConnection/onTrack.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of track events handled by this RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"remoteDescription","qualifiedName":"dart:html.RtcPeerConnection.remoteDescription","href":"dart-html/RtcPeerConnection/remoteDescription.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"removeStream","qualifiedName":"dart:html.RtcPeerConnection.removeStream","href":"dart-html/RtcPeerConnection/removeStream.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"removeStreamEvent","qualifiedName":"dart:html.RtcPeerConnection.removeStreamEvent","href":"dart-html/RtcPeerConnection/removeStreamEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose removestream events to event\nhandlers that are not necessarily instances of RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"removeTrack","qualifiedName":"dart:html.RtcPeerConnection.removeTrack","href":"dart-html/RtcPeerConnection/removeTrack.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"setConfiguration","qualifiedName":"dart:html.RtcPeerConnection.setConfiguration","href":"dart-html/RtcPeerConnection/setConfiguration.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"setLocalDescription","qualifiedName":"dart:html.RtcPeerConnection.setLocalDescription","href":"dart-html/RtcPeerConnection/setLocalDescription.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"setRemoteDescription","qualifiedName":"dart:html.RtcPeerConnection.setRemoteDescription","href":"dart-html/RtcPeerConnection/setRemoteDescription.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"signalingState","qualifiedName":"dart:html.RtcPeerConnection.signalingState","href":"dart-html/RtcPeerConnection/signalingState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"signalingStateChangeEvent","qualifiedName":"dart:html.RtcPeerConnection.signalingStateChangeEvent","href":"dart-html/RtcPeerConnection/signalingStateChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose signalingstatechange events to event\nhandlers that are not necessarily instances of RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"supported","qualifiedName":"dart:html.RtcPeerConnection.supported","href":"dart-html/RtcPeerConnection/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if Real Time Communication (RTC) APIs are supported and enabled on\nthe current platform.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"trackEvent","qualifiedName":"dart:html.RtcPeerConnection.trackEvent","href":"dart-html/RtcPeerConnection/trackEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose track events to event\nhandlers that are not necessarily instances of RtcPeerConnection.","enclosedBy":{"name":"RtcPeerConnection","kind":3,"href":"dart-html/RtcPeerConnection-class.html"}},{"name":"RtcPeerConnectionErrorCallback","qualifiedName":"dart:html.RtcPeerConnectionErrorCallback","href":"dart-html/RtcPeerConnectionErrorCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RtcPeerConnectionIceEvent","qualifiedName":"dart:html.RtcPeerConnectionIceEvent","href":"dart-html/RtcPeerConnectionIceEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RtcPeerConnectionIceEvent.new","qualifiedName":"dart:html.RtcPeerConnectionIceEvent.RtcPeerConnectionIceEvent.new","href":"dart-html/RtcPeerConnectionIceEvent/RtcPeerConnectionIceEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnectionIceEvent","kind":3,"href":"dart-html/RtcPeerConnectionIceEvent-class.html"}},{"name":"candidate","qualifiedName":"dart:html.RtcPeerConnectionIceEvent.candidate","href":"dart-html/RtcPeerConnectionIceEvent/candidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcPeerConnectionIceEvent","kind":3,"href":"dart-html/RtcPeerConnectionIceEvent-class.html"}},{"name":"RtcRtpContributingSource","qualifiedName":"dart:html.RtcRtpContributingSource","href":"dart-html/RtcRtpContributingSource-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"source","qualifiedName":"dart:html.RtcRtpContributingSource.source","href":"dart-html/RtcRtpContributingSource/source.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcRtpContributingSource","kind":3,"href":"dart-html/RtcRtpContributingSource-class.html"}},{"name":"timestamp","qualifiedName":"dart:html.RtcRtpContributingSource.timestamp","href":"dart-html/RtcRtpContributingSource/timestamp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcRtpContributingSource","kind":3,"href":"dart-html/RtcRtpContributingSource-class.html"}},{"name":"RtcRtpReceiver","qualifiedName":"dart:html.RtcRtpReceiver","href":"dart-html/RtcRtpReceiver-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getContributingSources","qualifiedName":"dart:html.RtcRtpReceiver.getContributingSources","href":"dart-html/RtcRtpReceiver/getContributingSources.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcRtpReceiver","kind":3,"href":"dart-html/RtcRtpReceiver-class.html"}},{"name":"track","qualifiedName":"dart:html.RtcRtpReceiver.track","href":"dart-html/RtcRtpReceiver/track.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcRtpReceiver","kind":3,"href":"dart-html/RtcRtpReceiver-class.html"}},{"name":"RtcRtpSender","qualifiedName":"dart:html.RtcRtpSender","href":"dart-html/RtcRtpSender-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"track","qualifiedName":"dart:html.RtcRtpSender.track","href":"dart-html/RtcRtpSender/track.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcRtpSender","kind":3,"href":"dart-html/RtcRtpSender-class.html"}},{"name":"RtcSessionDescription","qualifiedName":"dart:html.RtcSessionDescription","href":"dart-html/RtcSessionDescription-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RtcSessionDescription.new","qualifiedName":"dart:html.RtcSessionDescription.RtcSessionDescription.new","href":"dart-html/RtcSessionDescription/RtcSessionDescription.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcSessionDescription","kind":3,"href":"dart-html/RtcSessionDescription-class.html"}},{"name":"sdp","qualifiedName":"dart:html.RtcSessionDescription.sdp","href":"dart-html/RtcSessionDescription/sdp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcSessionDescription","kind":3,"href":"dart-html/RtcSessionDescription-class.html"}},{"name":"type","qualifiedName":"dart:html.RtcSessionDescription.type","href":"dart-html/RtcSessionDescription/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcSessionDescription","kind":3,"href":"dart-html/RtcSessionDescription-class.html"}},{"name":"RtcStatsCallback","qualifiedName":"dart:html.RtcStatsCallback","href":"dart-html/RtcStatsCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RtcStatsReport","qualifiedName":"dart:html.RtcStatsReport","href":"dart-html/RtcStatsReport-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addAll","qualifiedName":"dart:html.RtcStatsReport.addAll","href":"dart-html/RtcStatsReport/addAll.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Adds all key/value pairs of other to this map.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"clear","qualifiedName":"dart:html.RtcStatsReport.clear","href":"dart-html/RtcStatsReport/clear.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Removes all entries from the map.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"containsKey","qualifiedName":"dart:html.RtcStatsReport.containsKey","href":"dart-html/RtcStatsReport/containsKey.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Whether this map contains the given key.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"containsValue","qualifiedName":"dart:html.RtcStatsReport.containsValue","href":"dart-html/RtcStatsReport/containsValue.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Whether this map contains the given value.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"forEach","qualifiedName":"dart:html.RtcStatsReport.forEach","href":"dart-html/RtcStatsReport/forEach.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Applies action to each key/value pair of the map.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"isEmpty","qualifiedName":"dart:html.RtcStatsReport.isEmpty","href":"dart-html/RtcStatsReport/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether there is no key/value pair in the map.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:html.RtcStatsReport.isNotEmpty","href":"dart-html/RtcStatsReport/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether there is at least one key/value pair in the map.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"keys","qualifiedName":"dart:html.RtcStatsReport.keys","href":"dart-html/RtcStatsReport/keys.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The keys of this Map.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"length","qualifiedName":"dart:html.RtcStatsReport.length","href":"dart-html/RtcStatsReport/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of key/value pairs in the map.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"operator []","qualifiedName":"dart:html.RtcStatsReport.operator []","href":"dart-html/RtcStatsReport/operator_get.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"The value for the given key, or null if key is not in the map.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.RtcStatsReport.operator []=","href":"dart-html/RtcStatsReport/operator_put.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Associates the key with the given value.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"putIfAbsent","qualifiedName":"dart:html.RtcStatsReport.putIfAbsent","href":"dart-html/RtcStatsReport/putIfAbsent.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Look up the value of key, or add a new entry if it isn't there.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"remove","qualifiedName":"dart:html.RtcStatsReport.remove","href":"dart-html/RtcStatsReport/remove.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Removes key and its associated value, if present, from the map.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"values","qualifiedName":"dart:html.RtcStatsReport.values","href":"dart-html/RtcStatsReport/values.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The values of this Map.","enclosedBy":{"name":"RtcStatsReport","kind":3,"href":"dart-html/RtcStatsReport-class.html"}},{"name":"RtcStatsResponse","qualifiedName":"dart:html.RtcStatsResponse","href":"dart-html/RtcStatsResponse-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"namedItem","qualifiedName":"dart:html.RtcStatsResponse.namedItem","href":"dart-html/RtcStatsResponse/namedItem.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcStatsResponse","kind":3,"href":"dart-html/RtcStatsResponse-class.html"}},{"name":"result","qualifiedName":"dart:html.RtcStatsResponse.result","href":"dart-html/RtcStatsResponse/result.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcStatsResponse","kind":3,"href":"dart-html/RtcStatsResponse-class.html"}},{"name":"RtcTrackEvent","qualifiedName":"dart:html.RtcTrackEvent","href":"dart-html/RtcTrackEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"RtcTrackEvent.new","qualifiedName":"dart:html.RtcTrackEvent.RtcTrackEvent.new","href":"dart-html/RtcTrackEvent/RtcTrackEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcTrackEvent","kind":3,"href":"dart-html/RtcTrackEvent-class.html"}},{"name":"receiver","qualifiedName":"dart:html.RtcTrackEvent.receiver","href":"dart-html/RtcTrackEvent/receiver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcTrackEvent","kind":3,"href":"dart-html/RtcTrackEvent-class.html"}},{"name":"streams","qualifiedName":"dart:html.RtcTrackEvent.streams","href":"dart-html/RtcTrackEvent/streams.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcTrackEvent","kind":3,"href":"dart-html/RtcTrackEvent-class.html"}},{"name":"track","qualifiedName":"dart:html.RtcTrackEvent.track","href":"dart-html/RtcTrackEvent/track.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RtcTrackEvent","kind":3,"href":"dart-html/RtcTrackEvent-class.html"}},{"name":"Screen","qualifiedName":"dart:html.Screen","href":"dart-html/Screen-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"available","qualifiedName":"dart:html.Screen.available","href":"dart-html/Screen/available.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Screen","kind":3,"href":"dart-html/Screen-class.html"}},{"name":"colorDepth","qualifiedName":"dart:html.Screen.colorDepth","href":"dart-html/Screen/colorDepth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Screen","kind":3,"href":"dart-html/Screen-class.html"}},{"name":"height","qualifiedName":"dart:html.Screen.height","href":"dart-html/Screen/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Screen","kind":3,"href":"dart-html/Screen-class.html"}},{"name":"keepAwake","qualifiedName":"dart:html.Screen.keepAwake","href":"dart-html/Screen/keepAwake.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Screen","kind":3,"href":"dart-html/Screen-class.html"}},{"name":"orientation","qualifiedName":"dart:html.Screen.orientation","href":"dart-html/Screen/orientation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Screen","kind":3,"href":"dart-html/Screen-class.html"}},{"name":"pixelDepth","qualifiedName":"dart:html.Screen.pixelDepth","href":"dart-html/Screen/pixelDepth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Screen","kind":3,"href":"dart-html/Screen-class.html"}},{"name":"width","qualifiedName":"dart:html.Screen.width","href":"dart-html/Screen/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Screen","kind":3,"href":"dart-html/Screen-class.html"}},{"name":"ScreenOrientation","qualifiedName":"dart:html.ScreenOrientation","href":"dart-html/ScreenOrientation-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"angle","qualifiedName":"dart:html.ScreenOrientation.angle","href":"dart-html/ScreenOrientation/angle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScreenOrientation","kind":3,"href":"dart-html/ScreenOrientation-class.html"}},{"name":"changeEvent","qualifiedName":"dart:html.ScreenOrientation.changeEvent","href":"dart-html/ScreenOrientation/changeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScreenOrientation","kind":3,"href":"dart-html/ScreenOrientation-class.html"}},{"name":"lock","qualifiedName":"dart:html.ScreenOrientation.lock","href":"dart-html/ScreenOrientation/lock.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScreenOrientation","kind":3,"href":"dart-html/ScreenOrientation-class.html"}},{"name":"onChange","qualifiedName":"dart:html.ScreenOrientation.onChange","href":"dart-html/ScreenOrientation/onChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScreenOrientation","kind":3,"href":"dart-html/ScreenOrientation-class.html"}},{"name":"type","qualifiedName":"dart:html.ScreenOrientation.type","href":"dart-html/ScreenOrientation/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScreenOrientation","kind":3,"href":"dart-html/ScreenOrientation-class.html"}},{"name":"unlock","qualifiedName":"dart:html.ScreenOrientation.unlock","href":"dart-html/ScreenOrientation/unlock.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScreenOrientation","kind":3,"href":"dart-html/ScreenOrientation-class.html"}},{"name":"ScriptElement","qualifiedName":"dart:html.ScriptElement","href":"dart-html/ScriptElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ScriptElement.new","qualifiedName":"dart:html.ScriptElement.ScriptElement.new","href":"dart-html/ScriptElement/ScriptElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ScriptElement","kind":3,"href":"dart-html/ScriptElement-class.html"}},{"name":"async","qualifiedName":"dart:html.ScriptElement.async","href":"dart-html/ScriptElement/async.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScriptElement","kind":3,"href":"dart-html/ScriptElement-class.html"}},{"name":"charset","qualifiedName":"dart:html.ScriptElement.charset","href":"dart-html/ScriptElement/charset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScriptElement","kind":3,"href":"dart-html/ScriptElement-class.html"}},{"name":"crossOrigin","qualifiedName":"dart:html.ScriptElement.crossOrigin","href":"dart-html/ScriptElement/crossOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScriptElement","kind":3,"href":"dart-html/ScriptElement-class.html"}},{"name":"defer","qualifiedName":"dart:html.ScriptElement.defer","href":"dart-html/ScriptElement/defer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScriptElement","kind":3,"href":"dart-html/ScriptElement-class.html"}},{"name":"integrity","qualifiedName":"dart:html.ScriptElement.integrity","href":"dart-html/ScriptElement/integrity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScriptElement","kind":3,"href":"dart-html/ScriptElement-class.html"}},{"name":"noModule","qualifiedName":"dart:html.ScriptElement.noModule","href":"dart-html/ScriptElement/noModule.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScriptElement","kind":3,"href":"dart-html/ScriptElement-class.html"}},{"name":"src","qualifiedName":"dart:html.ScriptElement.src","href":"dart-html/ScriptElement/src.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScriptElement","kind":3,"href":"dart-html/ScriptElement-class.html"}},{"name":"type","qualifiedName":"dart:html.ScriptElement.type","href":"dart-html/ScriptElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScriptElement","kind":3,"href":"dart-html/ScriptElement-class.html"}},{"name":"ScrollAlignment","qualifiedName":"dart:html.ScrollAlignment","href":"dart-html/ScrollAlignment-class.html","kind":3,"packageRank":15,"desc":"Options for Element.scrollIntoView.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"BOTTOM","qualifiedName":"dart:html.ScrollAlignment.BOTTOM","href":"dart-html/ScrollAlignment/BOTTOM-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Attempt to align the element to the bottom of the scrollable area.","enclosedBy":{"name":"ScrollAlignment","kind":3,"href":"dart-html/ScrollAlignment-class.html"}},{"name":"CENTER","qualifiedName":"dart:html.ScrollAlignment.CENTER","href":"dart-html/ScrollAlignment/CENTER-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Attempt to center the element in the scrollable area.","enclosedBy":{"name":"ScrollAlignment","kind":3,"href":"dart-html/ScrollAlignment-class.html"}},{"name":"TOP","qualifiedName":"dart:html.ScrollAlignment.TOP","href":"dart-html/ScrollAlignment/TOP-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Attempt to align the element to the top of the scrollable area.","enclosedBy":{"name":"ScrollAlignment","kind":3,"href":"dart-html/ScrollAlignment-class.html"}},{"name":"toString","qualifiedName":"dart:html.ScrollAlignment.toString","href":"dart-html/ScrollAlignment/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"ScrollAlignment","kind":3,"href":"dart-html/ScrollAlignment-class.html"}},{"name":"ScrollState","qualifiedName":"dart:html.ScrollState","href":"dart-html/ScrollState-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ScrollState.new","qualifiedName":"dart:html.ScrollState.ScrollState.new","href":"dart-html/ScrollState/ScrollState.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"consumeDelta","qualifiedName":"dart:html.ScrollState.consumeDelta","href":"dart-html/ScrollState/consumeDelta.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"deltaGranularity","qualifiedName":"dart:html.ScrollState.deltaGranularity","href":"dart-html/ScrollState/deltaGranularity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"deltaX","qualifiedName":"dart:html.ScrollState.deltaX","href":"dart-html/ScrollState/deltaX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"deltaY","qualifiedName":"dart:html.ScrollState.deltaY","href":"dart-html/ScrollState/deltaY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"distributeToScrollChainDescendant","qualifiedName":"dart:html.ScrollState.distributeToScrollChainDescendant","href":"dart-html/ScrollState/distributeToScrollChainDescendant.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"fromUserInput","qualifiedName":"dart:html.ScrollState.fromUserInput","href":"dart-html/ScrollState/fromUserInput.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"inInertialPhase","qualifiedName":"dart:html.ScrollState.inInertialPhase","href":"dart-html/ScrollState/inInertialPhase.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"isBeginning","qualifiedName":"dart:html.ScrollState.isBeginning","href":"dart-html/ScrollState/isBeginning.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"isDirectManipulation","qualifiedName":"dart:html.ScrollState.isDirectManipulation","href":"dart-html/ScrollState/isDirectManipulation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"isEnding","qualifiedName":"dart:html.ScrollState.isEnding","href":"dart-html/ScrollState/isEnding.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"positionX","qualifiedName":"dart:html.ScrollState.positionX","href":"dart-html/ScrollState/positionX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"positionY","qualifiedName":"dart:html.ScrollState.positionY","href":"dart-html/ScrollState/positionY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"velocityX","qualifiedName":"dart:html.ScrollState.velocityX","href":"dart-html/ScrollState/velocityX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"velocityY","qualifiedName":"dart:html.ScrollState.velocityY","href":"dart-html/ScrollState/velocityY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollState","kind":3,"href":"dart-html/ScrollState-class.html"}},{"name":"ScrollStateCallback","qualifiedName":"dart:html.ScrollStateCallback","href":"dart-html/ScrollStateCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ScrollTimeline","qualifiedName":"dart:html.ScrollTimeline","href":"dart-html/ScrollTimeline-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ScrollTimeline.new","qualifiedName":"dart:html.ScrollTimeline.ScrollTimeline.new","href":"dart-html/ScrollTimeline/ScrollTimeline.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollTimeline","kind":3,"href":"dart-html/ScrollTimeline-class.html"}},{"name":"orientation","qualifiedName":"dart:html.ScrollTimeline.orientation","href":"dart-html/ScrollTimeline/orientation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollTimeline","kind":3,"href":"dart-html/ScrollTimeline-class.html"}},{"name":"scrollSource","qualifiedName":"dart:html.ScrollTimeline.scrollSource","href":"dart-html/ScrollTimeline/scrollSource.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollTimeline","kind":3,"href":"dart-html/ScrollTimeline-class.html"}},{"name":"timeRange","qualifiedName":"dart:html.ScrollTimeline.timeRange","href":"dart-html/ScrollTimeline/timeRange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ScrollTimeline","kind":3,"href":"dart-html/ScrollTimeline-class.html"}},{"name":"SearchInputElement","qualifiedName":"dart:html.SearchInputElement","href":"dart-html/SearchInputElement-class.html","kind":3,"packageRank":15,"desc":"Similar to TextInputElement, but on platforms where search is styled\ndifferently this will get the search style.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SearchInputElement.new","qualifiedName":"dart:html.SearchInputElement.SearchInputElement.new","href":"dart-html/SearchInputElement/SearchInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SearchInputElement","kind":3,"href":"dart-html/SearchInputElement-class.html"}},{"name":"dirName","qualifiedName":"dart:html.SearchInputElement.dirName","href":"dart-html/SearchInputElement/dirName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SearchInputElement","kind":3,"href":"dart-html/SearchInputElement-class.html"}},{"name":"list","qualifiedName":"dart:html.SearchInputElement.list","href":"dart-html/SearchInputElement/list.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SearchInputElement","kind":3,"href":"dart-html/SearchInputElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.SearchInputElement.supported","href":"dart-html/SearchInputElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this input type is supported on the current platform.","enclosedBy":{"name":"SearchInputElement","kind":3,"href":"dart-html/SearchInputElement-class.html"}},{"name":"SecurityPolicyViolationEvent","qualifiedName":"dart:html.SecurityPolicyViolationEvent","href":"dart-html/SecurityPolicyViolationEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SecurityPolicyViolationEvent.new","qualifiedName":"dart:html.SecurityPolicyViolationEvent.SecurityPolicyViolationEvent.new","href":"dart-html/SecurityPolicyViolationEvent/SecurityPolicyViolationEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"blockedUri","qualifiedName":"dart:html.SecurityPolicyViolationEvent.blockedUri","href":"dart-html/SecurityPolicyViolationEvent/blockedUri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"columnNumber","qualifiedName":"dart:html.SecurityPolicyViolationEvent.columnNumber","href":"dart-html/SecurityPolicyViolationEvent/columnNumber.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"disposition","qualifiedName":"dart:html.SecurityPolicyViolationEvent.disposition","href":"dart-html/SecurityPolicyViolationEvent/disposition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"documentUri","qualifiedName":"dart:html.SecurityPolicyViolationEvent.documentUri","href":"dart-html/SecurityPolicyViolationEvent/documentUri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"effectiveDirective","qualifiedName":"dart:html.SecurityPolicyViolationEvent.effectiveDirective","href":"dart-html/SecurityPolicyViolationEvent/effectiveDirective.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"lineNumber","qualifiedName":"dart:html.SecurityPolicyViolationEvent.lineNumber","href":"dart-html/SecurityPolicyViolationEvent/lineNumber.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"originalPolicy","qualifiedName":"dart:html.SecurityPolicyViolationEvent.originalPolicy","href":"dart-html/SecurityPolicyViolationEvent/originalPolicy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"referrer","qualifiedName":"dart:html.SecurityPolicyViolationEvent.referrer","href":"dart-html/SecurityPolicyViolationEvent/referrer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"sample","qualifiedName":"dart:html.SecurityPolicyViolationEvent.sample","href":"dart-html/SecurityPolicyViolationEvent/sample.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"sourceFile","qualifiedName":"dart:html.SecurityPolicyViolationEvent.sourceFile","href":"dart-html/SecurityPolicyViolationEvent/sourceFile.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"statusCode","qualifiedName":"dart:html.SecurityPolicyViolationEvent.statusCode","href":"dart-html/SecurityPolicyViolationEvent/statusCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"violatedDirective","qualifiedName":"dart:html.SecurityPolicyViolationEvent.violatedDirective","href":"dart-html/SecurityPolicyViolationEvent/violatedDirective.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SecurityPolicyViolationEvent","kind":3,"href":"dart-html/SecurityPolicyViolationEvent-class.html"}},{"name":"SelectElement","qualifiedName":"dart:html.SelectElement","href":"dart-html/SelectElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SelectElement.new","qualifiedName":"dart:html.SelectElement.SelectElement.new","href":"dart-html/SelectElement/SelectElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"add","qualifiedName":"dart:html.SelectElement.add","href":"dart-html/SelectElement/add.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"autofocus","qualifiedName":"dart:html.SelectElement.autofocus","href":"dart-html/SelectElement/autofocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"checkValidity","qualifiedName":"dart:html.SelectElement.checkValidity","href":"dart-html/SelectElement/checkValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"disabled","qualifiedName":"dart:html.SelectElement.disabled","href":"dart-html/SelectElement/disabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"form","qualifiedName":"dart:html.SelectElement.form","href":"dart-html/SelectElement/form.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"item","qualifiedName":"dart:html.SelectElement.item","href":"dart-html/SelectElement/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"labels","qualifiedName":"dart:html.SelectElement.labels","href":"dart-html/SelectElement/labels.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"length","qualifiedName":"dart:html.SelectElement.length","href":"dart-html/SelectElement/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"multiple","qualifiedName":"dart:html.SelectElement.multiple","href":"dart-html/SelectElement/multiple.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"name","qualifiedName":"dart:html.SelectElement.name","href":"dart-html/SelectElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"namedItem","qualifiedName":"dart:html.SelectElement.namedItem","href":"dart-html/SelectElement/namedItem.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"options","qualifiedName":"dart:html.SelectElement.options","href":"dart-html/SelectElement/options.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"reportValidity","qualifiedName":"dart:html.SelectElement.reportValidity","href":"dart-html/SelectElement/reportValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"required","qualifiedName":"dart:html.SelectElement.required","href":"dart-html/SelectElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"selectedIndex","qualifiedName":"dart:html.SelectElement.selectedIndex","href":"dart-html/SelectElement/selectedIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"selectedOptions","qualifiedName":"dart:html.SelectElement.selectedOptions","href":"dart-html/SelectElement/selectedOptions.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"setCustomValidity","qualifiedName":"dart:html.SelectElement.setCustomValidity","href":"dart-html/SelectElement/setCustomValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"size","qualifiedName":"dart:html.SelectElement.size","href":"dart-html/SelectElement/size.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"type","qualifiedName":"dart:html.SelectElement.type","href":"dart-html/SelectElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"validationMessage","qualifiedName":"dart:html.SelectElement.validationMessage","href":"dart-html/SelectElement/validationMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"validity","qualifiedName":"dart:html.SelectElement.validity","href":"dart-html/SelectElement/validity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"value","qualifiedName":"dart:html.SelectElement.value","href":"dart-html/SelectElement/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"willValidate","qualifiedName":"dart:html.SelectElement.willValidate","href":"dart-html/SelectElement/willValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SelectElement","kind":3,"href":"dart-html/SelectElement-class.html"}},{"name":"Selection","qualifiedName":"dart:html.Selection","href":"dart-html/Selection-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addRange","qualifiedName":"dart:html.Selection.addRange","href":"dart-html/Selection/addRange.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"anchorNode","qualifiedName":"dart:html.Selection.anchorNode","href":"dart-html/Selection/anchorNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"anchorOffset","qualifiedName":"dart:html.Selection.anchorOffset","href":"dart-html/Selection/anchorOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"baseNode","qualifiedName":"dart:html.Selection.baseNode","href":"dart-html/Selection/baseNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"baseOffset","qualifiedName":"dart:html.Selection.baseOffset","href":"dart-html/Selection/baseOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"collapse","qualifiedName":"dart:html.Selection.collapse","href":"dart-html/Selection/collapse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"collapseToEnd","qualifiedName":"dart:html.Selection.collapseToEnd","href":"dart-html/Selection/collapseToEnd.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"collapseToStart","qualifiedName":"dart:html.Selection.collapseToStart","href":"dart-html/Selection/collapseToStart.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"containsNode","qualifiedName":"dart:html.Selection.containsNode","href":"dart-html/Selection/containsNode.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"deleteFromDocument","qualifiedName":"dart:html.Selection.deleteFromDocument","href":"dart-html/Selection/deleteFromDocument.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"empty","qualifiedName":"dart:html.Selection.empty","href":"dart-html/Selection/empty.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"extend","qualifiedName":"dart:html.Selection.extend","href":"dart-html/Selection/extend.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"extentNode","qualifiedName":"dart:html.Selection.extentNode","href":"dart-html/Selection/extentNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"extentOffset","qualifiedName":"dart:html.Selection.extentOffset","href":"dart-html/Selection/extentOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"focusNode","qualifiedName":"dart:html.Selection.focusNode","href":"dart-html/Selection/focusNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"focusOffset","qualifiedName":"dart:html.Selection.focusOffset","href":"dart-html/Selection/focusOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"getRangeAt","qualifiedName":"dart:html.Selection.getRangeAt","href":"dart-html/Selection/getRangeAt.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"isCollapsed","qualifiedName":"dart:html.Selection.isCollapsed","href":"dart-html/Selection/isCollapsed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"modify","qualifiedName":"dart:html.Selection.modify","href":"dart-html/Selection/modify.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"rangeCount","qualifiedName":"dart:html.Selection.rangeCount","href":"dart-html/Selection/rangeCount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"removeAllRanges","qualifiedName":"dart:html.Selection.removeAllRanges","href":"dart-html/Selection/removeAllRanges.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"removeRange","qualifiedName":"dart:html.Selection.removeRange","href":"dart-html/Selection/removeRange.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"selectAllChildren","qualifiedName":"dart:html.Selection.selectAllChildren","href":"dart-html/Selection/selectAllChildren.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"setBaseAndExtent","qualifiedName":"dart:html.Selection.setBaseAndExtent","href":"dart-html/Selection/setBaseAndExtent.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"setPosition","qualifiedName":"dart:html.Selection.setPosition","href":"dart-html/Selection/setPosition.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"type","qualifiedName":"dart:html.Selection.type","href":"dart-html/Selection/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Selection","kind":3,"href":"dart-html/Selection-class.html"}},{"name":"Sensor","qualifiedName":"dart:html.Sensor","href":"dart-html/Sensor-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"activated","qualifiedName":"dart:html.Sensor.activated","href":"dart-html/Sensor/activated.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Sensor","kind":3,"href":"dart-html/Sensor-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.Sensor.errorEvent","href":"dart-html/Sensor/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Sensor","kind":3,"href":"dart-html/Sensor-class.html"}},{"name":"hasReading","qualifiedName":"dart:html.Sensor.hasReading","href":"dart-html/Sensor/hasReading.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Sensor","kind":3,"href":"dart-html/Sensor-class.html"}},{"name":"onError","qualifiedName":"dart:html.Sensor.onError","href":"dart-html/Sensor/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Sensor","kind":3,"href":"dart-html/Sensor-class.html"}},{"name":"start","qualifiedName":"dart:html.Sensor.start","href":"dart-html/Sensor/start.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Sensor","kind":3,"href":"dart-html/Sensor-class.html"}},{"name":"stop","qualifiedName":"dart:html.Sensor.stop","href":"dart-html/Sensor/stop.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Sensor","kind":3,"href":"dart-html/Sensor-class.html"}},{"name":"timestamp","qualifiedName":"dart:html.Sensor.timestamp","href":"dart-html/Sensor/timestamp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Sensor","kind":3,"href":"dart-html/Sensor-class.html"}},{"name":"SensorErrorEvent","qualifiedName":"dart:html.SensorErrorEvent","href":"dart-html/SensorErrorEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SensorErrorEvent.new","qualifiedName":"dart:html.SensorErrorEvent.SensorErrorEvent.new","href":"dart-html/SensorErrorEvent/SensorErrorEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SensorErrorEvent","kind":3,"href":"dart-html/SensorErrorEvent-class.html"}},{"name":"error","qualifiedName":"dart:html.SensorErrorEvent.error","href":"dart-html/SensorErrorEvent/error.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SensorErrorEvent","kind":3,"href":"dart-html/SensorErrorEvent-class.html"}},{"name":"ServiceWorker","qualifiedName":"dart:html.ServiceWorker","href":"dart-html/ServiceWorker-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"errorEvent","qualifiedName":"dart:html.ServiceWorker.errorEvent","href":"dart-html/ServiceWorker/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorker","kind":3,"href":"dart-html/ServiceWorker-class.html"}},{"name":"onError","qualifiedName":"dart:html.ServiceWorker.onError","href":"dart-html/ServiceWorker/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this AbstractWorker.","enclosedBy":{"name":"ServiceWorker","kind":3,"href":"dart-html/ServiceWorker-class.html"}},{"name":"postMessage","qualifiedName":"dart:html.ServiceWorker.postMessage","href":"dart-html/ServiceWorker/postMessage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorker","kind":3,"href":"dart-html/ServiceWorker-class.html"}},{"name":"scriptUrl","qualifiedName":"dart:html.ServiceWorker.scriptUrl","href":"dart-html/ServiceWorker/scriptUrl.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorker","kind":3,"href":"dart-html/ServiceWorker-class.html"}},{"name":"state","qualifiedName":"dart:html.ServiceWorker.state","href":"dart-html/ServiceWorker/state.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorker","kind":3,"href":"dart-html/ServiceWorker-class.html"}},{"name":"ServiceWorkerContainer","qualifiedName":"dart:html.ServiceWorkerContainer","href":"dart-html/ServiceWorkerContainer-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"controller","qualifiedName":"dart:html.ServiceWorkerContainer.controller","href":"dart-html/ServiceWorkerContainer/controller.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerContainer","kind":3,"href":"dart-html/ServiceWorkerContainer-class.html"}},{"name":"getRegistration","qualifiedName":"dart:html.ServiceWorkerContainer.getRegistration","href":"dart-html/ServiceWorkerContainer/getRegistration.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerContainer","kind":3,"href":"dart-html/ServiceWorkerContainer-class.html"}},{"name":"getRegistrations","qualifiedName":"dart:html.ServiceWorkerContainer.getRegistrations","href":"dart-html/ServiceWorkerContainer/getRegistrations.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerContainer","kind":3,"href":"dart-html/ServiceWorkerContainer-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.ServiceWorkerContainer.messageEvent","href":"dart-html/ServiceWorkerContainer/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerContainer","kind":3,"href":"dart-html/ServiceWorkerContainer-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.ServiceWorkerContainer.onMessage","href":"dart-html/ServiceWorkerContainer/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerContainer","kind":3,"href":"dart-html/ServiceWorkerContainer-class.html"}},{"name":"ready","qualifiedName":"dart:html.ServiceWorkerContainer.ready","href":"dart-html/ServiceWorkerContainer/ready.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerContainer","kind":3,"href":"dart-html/ServiceWorkerContainer-class.html"}},{"name":"register","qualifiedName":"dart:html.ServiceWorkerContainer.register","href":"dart-html/ServiceWorkerContainer/register.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerContainer","kind":3,"href":"dart-html/ServiceWorkerContainer-class.html"}},{"name":"ServiceWorkerGlobalScope","qualifiedName":"dart:html.ServiceWorkerGlobalScope","href":"dart-html/ServiceWorkerGlobalScope-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"activateEvent","qualifiedName":"dart:html.ServiceWorkerGlobalScope.activateEvent","href":"dart-html/ServiceWorkerGlobalScope/activateEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"clients","qualifiedName":"dart:html.ServiceWorkerGlobalScope.clients","href":"dart-html/ServiceWorkerGlobalScope/clients.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"fetchEvent","qualifiedName":"dart:html.ServiceWorkerGlobalScope.fetchEvent","href":"dart-html/ServiceWorkerGlobalScope/fetchEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"foreignfetchEvent","qualifiedName":"dart:html.ServiceWorkerGlobalScope.foreignfetchEvent","href":"dart-html/ServiceWorkerGlobalScope/foreignfetchEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"installEvent","qualifiedName":"dart:html.ServiceWorkerGlobalScope.installEvent","href":"dart-html/ServiceWorkerGlobalScope/installEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"instance","qualifiedName":"dart:html.ServiceWorkerGlobalScope.instance","href":"dart-html/ServiceWorkerGlobalScope/instance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.ServiceWorkerGlobalScope.messageEvent","href":"dart-html/ServiceWorkerGlobalScope/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"onActivate","qualifiedName":"dart:html.ServiceWorkerGlobalScope.onActivate","href":"dart-html/ServiceWorkerGlobalScope/onActivate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"onFetch","qualifiedName":"dart:html.ServiceWorkerGlobalScope.onFetch","href":"dart-html/ServiceWorkerGlobalScope/onFetch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"onForeignfetch","qualifiedName":"dart:html.ServiceWorkerGlobalScope.onForeignfetch","href":"dart-html/ServiceWorkerGlobalScope/onForeignfetch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"onInstall","qualifiedName":"dart:html.ServiceWorkerGlobalScope.onInstall","href":"dart-html/ServiceWorkerGlobalScope/onInstall.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.ServiceWorkerGlobalScope.onMessage","href":"dart-html/ServiceWorkerGlobalScope/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"registration","qualifiedName":"dart:html.ServiceWorkerGlobalScope.registration","href":"dart-html/ServiceWorkerGlobalScope/registration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"skipWaiting","qualifiedName":"dart:html.ServiceWorkerGlobalScope.skipWaiting","href":"dart-html/ServiceWorkerGlobalScope/skipWaiting.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerGlobalScope","kind":3,"href":"dart-html/ServiceWorkerGlobalScope-class.html"}},{"name":"ServiceWorkerRegistration","qualifiedName":"dart:html.ServiceWorkerRegistration","href":"dart-html/ServiceWorkerRegistration-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"active","qualifiedName":"dart:html.ServiceWorkerRegistration.active","href":"dart-html/ServiceWorkerRegistration/active.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"backgroundFetch","qualifiedName":"dart:html.ServiceWorkerRegistration.backgroundFetch","href":"dart-html/ServiceWorkerRegistration/backgroundFetch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"getNotifications","qualifiedName":"dart:html.ServiceWorkerRegistration.getNotifications","href":"dart-html/ServiceWorkerRegistration/getNotifications.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"installing","qualifiedName":"dart:html.ServiceWorkerRegistration.installing","href":"dart-html/ServiceWorkerRegistration/installing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"navigationPreload","qualifiedName":"dart:html.ServiceWorkerRegistration.navigationPreload","href":"dart-html/ServiceWorkerRegistration/navigationPreload.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"paymentManager","qualifiedName":"dart:html.ServiceWorkerRegistration.paymentManager","href":"dart-html/ServiceWorkerRegistration/paymentManager.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"pushManager","qualifiedName":"dart:html.ServiceWorkerRegistration.pushManager","href":"dart-html/ServiceWorkerRegistration/pushManager.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"scope","qualifiedName":"dart:html.ServiceWorkerRegistration.scope","href":"dart-html/ServiceWorkerRegistration/scope.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"showNotification","qualifiedName":"dart:html.ServiceWorkerRegistration.showNotification","href":"dart-html/ServiceWorkerRegistration/showNotification.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"sync","qualifiedName":"dart:html.ServiceWorkerRegistration.sync","href":"dart-html/ServiceWorkerRegistration/sync.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"unregister","qualifiedName":"dart:html.ServiceWorkerRegistration.unregister","href":"dart-html/ServiceWorkerRegistration/unregister.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"update","qualifiedName":"dart:html.ServiceWorkerRegistration.update","href":"dart-html/ServiceWorkerRegistration/update.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"waiting","qualifiedName":"dart:html.ServiceWorkerRegistration.waiting","href":"dart-html/ServiceWorkerRegistration/waiting.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ServiceWorkerRegistration","kind":3,"href":"dart-html/ServiceWorkerRegistration-class.html"}},{"name":"ShadowElement","qualifiedName":"dart:html.ShadowElement","href":"dart-html/ShadowElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ShadowElement.new","qualifiedName":"dart:html.ShadowElement.ShadowElement.new","href":"dart-html/ShadowElement/ShadowElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowElement","kind":3,"href":"dart-html/ShadowElement-class.html"}},{"name":"getDistributedNodes","qualifiedName":"dart:html.ShadowElement.getDistributedNodes","href":"dart-html/ShadowElement/getDistributedNodes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowElement","kind":3,"href":"dart-html/ShadowElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.ShadowElement.supported","href":"dart-html/ShadowElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"ShadowElement","kind":3,"href":"dart-html/ShadowElement-class.html"}},{"name":"ShadowRoot","qualifiedName":"dart:html.ShadowRoot","href":"dart-html/ShadowRoot-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"activeElement","qualifiedName":"dart:html.ShadowRoot.activeElement","href":"dart-html/ShadowRoot/activeElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"applyAuthorStyles","qualifiedName":"dart:html.ShadowRoot.applyAuthorStyles","href":"dart-html/ShadowRoot/applyAuthorStyles.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"delegatesFocus","qualifiedName":"dart:html.ShadowRoot.delegatesFocus","href":"dart-html/ShadowRoot/delegatesFocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"elementFromPoint","qualifiedName":"dart:html.ShadowRoot.elementFromPoint","href":"dart-html/ShadowRoot/elementFromPoint.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"elementsFromPoint","qualifiedName":"dart:html.ShadowRoot.elementsFromPoint","href":"dart-html/ShadowRoot/elementsFromPoint.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"fullscreenElement","qualifiedName":"dart:html.ShadowRoot.fullscreenElement","href":"dart-html/ShadowRoot/fullscreenElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"getSelection","qualifiedName":"dart:html.ShadowRoot.getSelection","href":"dart-html/ShadowRoot/getSelection.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"host","qualifiedName":"dart:html.ShadowRoot.host","href":"dart-html/ShadowRoot/host.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"innerHtml","qualifiedName":"dart:html.ShadowRoot.innerHtml","href":"dart-html/ShadowRoot/innerHtml.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"mode","qualifiedName":"dart:html.ShadowRoot.mode","href":"dart-html/ShadowRoot/mode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"olderShadowRoot","qualifiedName":"dart:html.ShadowRoot.olderShadowRoot","href":"dart-html/ShadowRoot/olderShadowRoot.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"pointerLockElement","qualifiedName":"dart:html.ShadowRoot.pointerLockElement","href":"dart-html/ShadowRoot/pointerLockElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"resetStyleInheritance","qualifiedName":"dart:html.ShadowRoot.resetStyleInheritance","href":"dart-html/ShadowRoot/resetStyleInheritance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"styleSheets","qualifiedName":"dart:html.ShadowRoot.styleSheets","href":"dart-html/ShadowRoot/styleSheets.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"supported","qualifiedName":"dart:html.ShadowRoot.supported","href":"dart-html/ShadowRoot/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ShadowRoot","kind":3,"href":"dart-html/ShadowRoot-class.html"}},{"name":"SharedWorker","qualifiedName":"dart:html.SharedWorker","href":"dart-html/SharedWorker-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SharedWorker.new","qualifiedName":"dart:html.SharedWorker.SharedWorker.new","href":"dart-html/SharedWorker/SharedWorker.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SharedWorker","kind":3,"href":"dart-html/SharedWorker-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.SharedWorker.errorEvent","href":"dart-html/SharedWorker/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SharedWorker","kind":3,"href":"dart-html/SharedWorker-class.html"}},{"name":"onError","qualifiedName":"dart:html.SharedWorker.onError","href":"dart-html/SharedWorker/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this AbstractWorker.","enclosedBy":{"name":"SharedWorker","kind":3,"href":"dart-html/SharedWorker-class.html"}},{"name":"port","qualifiedName":"dart:html.SharedWorker.port","href":"dart-html/SharedWorker/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SharedWorker","kind":3,"href":"dart-html/SharedWorker-class.html"}},{"name":"SharedWorkerGlobalScope","qualifiedName":"dart:html.SharedWorkerGlobalScope","href":"dart-html/SharedWorkerGlobalScope-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PERSISTENT","qualifiedName":"dart:html.SharedWorkerGlobalScope.PERSISTENT","href":"dart-html/SharedWorkerGlobalScope/PERSISTENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SharedWorkerGlobalScope","kind":3,"href":"dart-html/SharedWorkerGlobalScope-class.html"}},{"name":"TEMPORARY","qualifiedName":"dart:html.SharedWorkerGlobalScope.TEMPORARY","href":"dart-html/SharedWorkerGlobalScope/TEMPORARY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SharedWorkerGlobalScope","kind":3,"href":"dart-html/SharedWorkerGlobalScope-class.html"}},{"name":"close","qualifiedName":"dart:html.SharedWorkerGlobalScope.close","href":"dart-html/SharedWorkerGlobalScope/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SharedWorkerGlobalScope","kind":3,"href":"dart-html/SharedWorkerGlobalScope-class.html"}},{"name":"connectEvent","qualifiedName":"dart:html.SharedWorkerGlobalScope.connectEvent","href":"dart-html/SharedWorkerGlobalScope/connectEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose connect events to event\nhandlers that are not necessarily instances of SharedWorkerGlobalScope.","enclosedBy":{"name":"SharedWorkerGlobalScope","kind":3,"href":"dart-html/SharedWorkerGlobalScope-class.html"}},{"name":"instance","qualifiedName":"dart:html.SharedWorkerGlobalScope.instance","href":"dart-html/SharedWorkerGlobalScope/instance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SharedWorkerGlobalScope","kind":3,"href":"dart-html/SharedWorkerGlobalScope-class.html"}},{"name":"name","qualifiedName":"dart:html.SharedWorkerGlobalScope.name","href":"dart-html/SharedWorkerGlobalScope/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SharedWorkerGlobalScope","kind":3,"href":"dart-html/SharedWorkerGlobalScope-class.html"}},{"name":"onConnect","qualifiedName":"dart:html.SharedWorkerGlobalScope.onConnect","href":"dart-html/SharedWorkerGlobalScope/onConnect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of connect events handled by this SharedWorkerGlobalScope.","enclosedBy":{"name":"SharedWorkerGlobalScope","kind":3,"href":"dart-html/SharedWorkerGlobalScope-class.html"}},{"name":"requestFileSystemSync","qualifiedName":"dart:html.SharedWorkerGlobalScope.requestFileSystemSync","href":"dart-html/SharedWorkerGlobalScope/requestFileSystemSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SharedWorkerGlobalScope","kind":3,"href":"dart-html/SharedWorkerGlobalScope-class.html"}},{"name":"resolveLocalFileSystemSyncUrl","qualifiedName":"dart:html.SharedWorkerGlobalScope.resolveLocalFileSystemSyncUrl","href":"dart-html/SharedWorkerGlobalScope/resolveLocalFileSystemSyncUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SharedWorkerGlobalScope","kind":3,"href":"dart-html/SharedWorkerGlobalScope-class.html"}},{"name":"SlotElement","qualifiedName":"dart:html.SlotElement","href":"dart-html/SlotElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"assignedNodes","qualifiedName":"dart:html.SlotElement.assignedNodes","href":"dart-html/SlotElement/assignedNodes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SlotElement","kind":3,"href":"dart-html/SlotElement-class.html"}},{"name":"name","qualifiedName":"dart:html.SlotElement.name","href":"dart-html/SlotElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SlotElement","kind":3,"href":"dart-html/SlotElement-class.html"}},{"name":"SourceBuffer","qualifiedName":"dart:html.SourceBuffer","href":"dart-html/SourceBuffer-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"abort","qualifiedName":"dart:html.SourceBuffer.abort","href":"dart-html/SourceBuffer/abort.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"abortEvent","qualifiedName":"dart:html.SourceBuffer.abortEvent","href":"dart-html/SourceBuffer/abortEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"appendBuffer","qualifiedName":"dart:html.SourceBuffer.appendBuffer","href":"dart-html/SourceBuffer/appendBuffer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"appendTypedData","qualifiedName":"dart:html.SourceBuffer.appendTypedData","href":"dart-html/SourceBuffer/appendTypedData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"appendWindowEnd","qualifiedName":"dart:html.SourceBuffer.appendWindowEnd","href":"dart-html/SourceBuffer/appendWindowEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"appendWindowStart","qualifiedName":"dart:html.SourceBuffer.appendWindowStart","href":"dart-html/SourceBuffer/appendWindowStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"audioTracks","qualifiedName":"dart:html.SourceBuffer.audioTracks","href":"dart-html/SourceBuffer/audioTracks.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"buffered","qualifiedName":"dart:html.SourceBuffer.buffered","href":"dart-html/SourceBuffer/buffered.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.SourceBuffer.errorEvent","href":"dart-html/SourceBuffer/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"mode","qualifiedName":"dart:html.SourceBuffer.mode","href":"dart-html/SourceBuffer/mode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"onAbort","qualifiedName":"dart:html.SourceBuffer.onAbort","href":"dart-html/SourceBuffer/onAbort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"onError","qualifiedName":"dart:html.SourceBuffer.onError","href":"dart-html/SourceBuffer/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"remove","qualifiedName":"dart:html.SourceBuffer.remove","href":"dart-html/SourceBuffer/remove.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"timestampOffset","qualifiedName":"dart:html.SourceBuffer.timestampOffset","href":"dart-html/SourceBuffer/timestampOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"trackDefaults","qualifiedName":"dart:html.SourceBuffer.trackDefaults","href":"dart-html/SourceBuffer/trackDefaults.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"updating","qualifiedName":"dart:html.SourceBuffer.updating","href":"dart-html/SourceBuffer/updating.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"videoTracks","qualifiedName":"dart:html.SourceBuffer.videoTracks","href":"dart-html/SourceBuffer/videoTracks.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBuffer","kind":3,"href":"dart-html/SourceBuffer-class.html"}},{"name":"SourceBufferList","qualifiedName":"dart:html.SourceBufferList","href":"dart-html/SourceBufferList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"elementAt","qualifiedName":"dart:html.SourceBufferList.elementAt","href":"dart-html/SourceBufferList/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the indexth element.","enclosedBy":{"name":"SourceBufferList","kind":3,"href":"dart-html/SourceBufferList-class.html"}},{"name":"first","qualifiedName":"dart:html.SourceBufferList.first","href":"dart-html/SourceBufferList/first.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first element.","enclosedBy":{"name":"SourceBufferList","kind":3,"href":"dart-html/SourceBufferList-class.html"}},{"name":"item","qualifiedName":"dart:html.SourceBufferList.item","href":"dart-html/SourceBufferList/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceBufferList","kind":3,"href":"dart-html/SourceBufferList-class.html"}},{"name":"last","qualifiedName":"dart:html.SourceBufferList.last","href":"dart-html/SourceBufferList/last.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last element.","enclosedBy":{"name":"SourceBufferList","kind":3,"href":"dart-html/SourceBufferList-class.html"}},{"name":"length","qualifiedName":"dart:html.SourceBufferList.length","href":"dart-html/SourceBufferList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"SourceBufferList","kind":3,"href":"dart-html/SourceBufferList-class.html"}},{"name":"operator []","qualifiedName":"dart:html.SourceBufferList.operator []","href":"dart-html/SourceBufferList/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The object at the given index in the list.","enclosedBy":{"name":"SourceBufferList","kind":3,"href":"dart-html/SourceBufferList-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.SourceBufferList.operator []=","href":"dart-html/SourceBufferList/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"SourceBufferList","kind":3,"href":"dart-html/SourceBufferList-class.html"}},{"name":"single","qualifiedName":"dart:html.SourceBufferList.single","href":"dart-html/SourceBufferList/single.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"SourceBufferList","kind":3,"href":"dart-html/SourceBufferList-class.html"}},{"name":"SourceElement","qualifiedName":"dart:html.SourceElement","href":"dart-html/SourceElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SourceElement.new","qualifiedName":"dart:html.SourceElement.SourceElement.new","href":"dart-html/SourceElement/SourceElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceElement","kind":3,"href":"dart-html/SourceElement-class.html"}},{"name":"media","qualifiedName":"dart:html.SourceElement.media","href":"dart-html/SourceElement/media.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceElement","kind":3,"href":"dart-html/SourceElement-class.html"}},{"name":"sizes","qualifiedName":"dart:html.SourceElement.sizes","href":"dart-html/SourceElement/sizes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceElement","kind":3,"href":"dart-html/SourceElement-class.html"}},{"name":"src","qualifiedName":"dart:html.SourceElement.src","href":"dart-html/SourceElement/src.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceElement","kind":3,"href":"dart-html/SourceElement-class.html"}},{"name":"srcset","qualifiedName":"dart:html.SourceElement.srcset","href":"dart-html/SourceElement/srcset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceElement","kind":3,"href":"dart-html/SourceElement-class.html"}},{"name":"type","qualifiedName":"dart:html.SourceElement.type","href":"dart-html/SourceElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SourceElement","kind":3,"href":"dart-html/SourceElement-class.html"}},{"name":"SpanElement","qualifiedName":"dart:html.SpanElement","href":"dart-html/SpanElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SpanElement.new","qualifiedName":"dart:html.SpanElement.SpanElement.new","href":"dart-html/SpanElement/SpanElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SpanElement","kind":3,"href":"dart-html/SpanElement-class.html"}},{"name":"SpeechGrammar","qualifiedName":"dart:html.SpeechGrammar","href":"dart-html/SpeechGrammar-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SpeechGrammar.new","qualifiedName":"dart:html.SpeechGrammar.SpeechGrammar.new","href":"dart-html/SpeechGrammar/SpeechGrammar.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechGrammar","kind":3,"href":"dart-html/SpeechGrammar-class.html"}},{"name":"src","qualifiedName":"dart:html.SpeechGrammar.src","href":"dart-html/SpeechGrammar/src.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechGrammar","kind":3,"href":"dart-html/SpeechGrammar-class.html"}},{"name":"weight","qualifiedName":"dart:html.SpeechGrammar.weight","href":"dart-html/SpeechGrammar/weight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechGrammar","kind":3,"href":"dart-html/SpeechGrammar-class.html"}},{"name":"SpeechGrammarList","qualifiedName":"dart:html.SpeechGrammarList","href":"dart-html/SpeechGrammarList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SpeechGrammarList.new","qualifiedName":"dart:html.SpeechGrammarList.SpeechGrammarList.new","href":"dart-html/SpeechGrammarList/SpeechGrammarList.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechGrammarList","kind":3,"href":"dart-html/SpeechGrammarList-class.html"}},{"name":"addFromString","qualifiedName":"dart:html.SpeechGrammarList.addFromString","href":"dart-html/SpeechGrammarList/addFromString.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechGrammarList","kind":3,"href":"dart-html/SpeechGrammarList-class.html"}},{"name":"addFromUri","qualifiedName":"dart:html.SpeechGrammarList.addFromUri","href":"dart-html/SpeechGrammarList/addFromUri.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechGrammarList","kind":3,"href":"dart-html/SpeechGrammarList-class.html"}},{"name":"elementAt","qualifiedName":"dart:html.SpeechGrammarList.elementAt","href":"dart-html/SpeechGrammarList/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the indexth element.","enclosedBy":{"name":"SpeechGrammarList","kind":3,"href":"dart-html/SpeechGrammarList-class.html"}},{"name":"first","qualifiedName":"dart:html.SpeechGrammarList.first","href":"dart-html/SpeechGrammarList/first.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first element.","enclosedBy":{"name":"SpeechGrammarList","kind":3,"href":"dart-html/SpeechGrammarList-class.html"}},{"name":"item","qualifiedName":"dart:html.SpeechGrammarList.item","href":"dart-html/SpeechGrammarList/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechGrammarList","kind":3,"href":"dart-html/SpeechGrammarList-class.html"}},{"name":"last","qualifiedName":"dart:html.SpeechGrammarList.last","href":"dart-html/SpeechGrammarList/last.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last element.","enclosedBy":{"name":"SpeechGrammarList","kind":3,"href":"dart-html/SpeechGrammarList-class.html"}},{"name":"length","qualifiedName":"dart:html.SpeechGrammarList.length","href":"dart-html/SpeechGrammarList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"SpeechGrammarList","kind":3,"href":"dart-html/SpeechGrammarList-class.html"}},{"name":"operator []","qualifiedName":"dart:html.SpeechGrammarList.operator []","href":"dart-html/SpeechGrammarList/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The object at the given index in the list.","enclosedBy":{"name":"SpeechGrammarList","kind":3,"href":"dart-html/SpeechGrammarList-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.SpeechGrammarList.operator []=","href":"dart-html/SpeechGrammarList/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"SpeechGrammarList","kind":3,"href":"dart-html/SpeechGrammarList-class.html"}},{"name":"single","qualifiedName":"dart:html.SpeechGrammarList.single","href":"dart-html/SpeechGrammarList/single.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"SpeechGrammarList","kind":3,"href":"dart-html/SpeechGrammarList-class.html"}},{"name":"SpeechRecognition","qualifiedName":"dart:html.SpeechRecognition","href":"dart-html/SpeechRecognition-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SpeechRecognition.new","qualifiedName":"dart:html.SpeechRecognition.SpeechRecognition.new","href":"dart-html/SpeechRecognition/SpeechRecognition.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"abort","qualifiedName":"dart:html.SpeechRecognition.abort","href":"dart-html/SpeechRecognition/abort.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"audioEndEvent","qualifiedName":"dart:html.SpeechRecognition.audioEndEvent","href":"dart-html/SpeechRecognition/audioEndEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose audioend events to event\nhandlers that are not necessarily instances of SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"audioStartEvent","qualifiedName":"dart:html.SpeechRecognition.audioStartEvent","href":"dart-html/SpeechRecognition/audioStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose audiostart events to event\nhandlers that are not necessarily instances of SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"audioTrack","qualifiedName":"dart:html.SpeechRecognition.audioTrack","href":"dart-html/SpeechRecognition/audioTrack.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"continuous","qualifiedName":"dart:html.SpeechRecognition.continuous","href":"dart-html/SpeechRecognition/continuous.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"endEvent","qualifiedName":"dart:html.SpeechRecognition.endEvent","href":"dart-html/SpeechRecognition/endEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose end events to event\nhandlers that are not necessarily instances of SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.SpeechRecognition.errorEvent","href":"dart-html/SpeechRecognition/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"grammars","qualifiedName":"dart:html.SpeechRecognition.grammars","href":"dart-html/SpeechRecognition/grammars.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"interimResults","qualifiedName":"dart:html.SpeechRecognition.interimResults","href":"dart-html/SpeechRecognition/interimResults.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"lang","qualifiedName":"dart:html.SpeechRecognition.lang","href":"dart-html/SpeechRecognition/lang.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"maxAlternatives","qualifiedName":"dart:html.SpeechRecognition.maxAlternatives","href":"dart-html/SpeechRecognition/maxAlternatives.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"noMatchEvent","qualifiedName":"dart:html.SpeechRecognition.noMatchEvent","href":"dart-html/SpeechRecognition/noMatchEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose nomatch events to event\nhandlers that are not necessarily instances of SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"onAudioEnd","qualifiedName":"dart:html.SpeechRecognition.onAudioEnd","href":"dart-html/SpeechRecognition/onAudioEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of audioend events handled by this SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"onAudioStart","qualifiedName":"dart:html.SpeechRecognition.onAudioStart","href":"dart-html/SpeechRecognition/onAudioStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of audiostart events handled by this SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"onEnd","qualifiedName":"dart:html.SpeechRecognition.onEnd","href":"dart-html/SpeechRecognition/onEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of end events handled by this SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"onError","qualifiedName":"dart:html.SpeechRecognition.onError","href":"dart-html/SpeechRecognition/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"onNoMatch","qualifiedName":"dart:html.SpeechRecognition.onNoMatch","href":"dart-html/SpeechRecognition/onNoMatch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of nomatch events handled by this SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"onResult","qualifiedName":"dart:html.SpeechRecognition.onResult","href":"dart-html/SpeechRecognition/onResult.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of result events handled by this SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"onSoundEnd","qualifiedName":"dart:html.SpeechRecognition.onSoundEnd","href":"dart-html/SpeechRecognition/onSoundEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of soundend events handled by this SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"onSoundStart","qualifiedName":"dart:html.SpeechRecognition.onSoundStart","href":"dart-html/SpeechRecognition/onSoundStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of soundstart events handled by this SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"onSpeechEnd","qualifiedName":"dart:html.SpeechRecognition.onSpeechEnd","href":"dart-html/SpeechRecognition/onSpeechEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of speechend events handled by this SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"onSpeechStart","qualifiedName":"dart:html.SpeechRecognition.onSpeechStart","href":"dart-html/SpeechRecognition/onSpeechStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of speechstart events handled by this SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"onStart","qualifiedName":"dart:html.SpeechRecognition.onStart","href":"dart-html/SpeechRecognition/onStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of start events handled by this SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"resultEvent","qualifiedName":"dart:html.SpeechRecognition.resultEvent","href":"dart-html/SpeechRecognition/resultEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose result events to event\nhandlers that are not necessarily instances of SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"soundEndEvent","qualifiedName":"dart:html.SpeechRecognition.soundEndEvent","href":"dart-html/SpeechRecognition/soundEndEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose soundend events to event\nhandlers that are not necessarily instances of SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"soundStartEvent","qualifiedName":"dart:html.SpeechRecognition.soundStartEvent","href":"dart-html/SpeechRecognition/soundStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose soundstart events to event\nhandlers that are not necessarily instances of SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"speechEndEvent","qualifiedName":"dart:html.SpeechRecognition.speechEndEvent","href":"dart-html/SpeechRecognition/speechEndEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose speechend events to event\nhandlers that are not necessarily instances of SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"speechStartEvent","qualifiedName":"dart:html.SpeechRecognition.speechStartEvent","href":"dart-html/SpeechRecognition/speechStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose speechstart events to event\nhandlers that are not necessarily instances of SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"start","qualifiedName":"dart:html.SpeechRecognition.start","href":"dart-html/SpeechRecognition/start.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"startEvent","qualifiedName":"dart:html.SpeechRecognition.startEvent","href":"dart-html/SpeechRecognition/startEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose start events to event\nhandlers that are not necessarily instances of SpeechRecognition.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"stop","qualifiedName":"dart:html.SpeechRecognition.stop","href":"dart-html/SpeechRecognition/stop.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"supported","qualifiedName":"dart:html.SpeechRecognition.supported","href":"dart-html/SpeechRecognition/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"SpeechRecognition","kind":3,"href":"dart-html/SpeechRecognition-class.html"}},{"name":"SpeechRecognitionAlternative","qualifiedName":"dart:html.SpeechRecognitionAlternative","href":"dart-html/SpeechRecognitionAlternative-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"confidence","qualifiedName":"dart:html.SpeechRecognitionAlternative.confidence","href":"dart-html/SpeechRecognitionAlternative/confidence.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionAlternative","kind":3,"href":"dart-html/SpeechRecognitionAlternative-class.html"}},{"name":"transcript","qualifiedName":"dart:html.SpeechRecognitionAlternative.transcript","href":"dart-html/SpeechRecognitionAlternative/transcript.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionAlternative","kind":3,"href":"dart-html/SpeechRecognitionAlternative-class.html"}},{"name":"SpeechRecognitionError","qualifiedName":"dart:html.SpeechRecognitionError","href":"dart-html/SpeechRecognitionError-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SpeechRecognitionError.new","qualifiedName":"dart:html.SpeechRecognitionError.SpeechRecognitionError.new","href":"dart-html/SpeechRecognitionError/SpeechRecognitionError.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionError","kind":3,"href":"dart-html/SpeechRecognitionError-class.html"}},{"name":"error","qualifiedName":"dart:html.SpeechRecognitionError.error","href":"dart-html/SpeechRecognitionError/error.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionError","kind":3,"href":"dart-html/SpeechRecognitionError-class.html"}},{"name":"message","qualifiedName":"dart:html.SpeechRecognitionError.message","href":"dart-html/SpeechRecognitionError/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionError","kind":3,"href":"dart-html/SpeechRecognitionError-class.html"}},{"name":"SpeechRecognitionEvent","qualifiedName":"dart:html.SpeechRecognitionEvent","href":"dart-html/SpeechRecognitionEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SpeechRecognitionEvent.new","qualifiedName":"dart:html.SpeechRecognitionEvent.SpeechRecognitionEvent.new","href":"dart-html/SpeechRecognitionEvent/SpeechRecognitionEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionEvent","kind":3,"href":"dart-html/SpeechRecognitionEvent-class.html"}},{"name":"emma","qualifiedName":"dart:html.SpeechRecognitionEvent.emma","href":"dart-html/SpeechRecognitionEvent/emma.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionEvent","kind":3,"href":"dart-html/SpeechRecognitionEvent-class.html"}},{"name":"interpretation","qualifiedName":"dart:html.SpeechRecognitionEvent.interpretation","href":"dart-html/SpeechRecognitionEvent/interpretation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionEvent","kind":3,"href":"dart-html/SpeechRecognitionEvent-class.html"}},{"name":"resultIndex","qualifiedName":"dart:html.SpeechRecognitionEvent.resultIndex","href":"dart-html/SpeechRecognitionEvent/resultIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionEvent","kind":3,"href":"dart-html/SpeechRecognitionEvent-class.html"}},{"name":"results","qualifiedName":"dart:html.SpeechRecognitionEvent.results","href":"dart-html/SpeechRecognitionEvent/results.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionEvent","kind":3,"href":"dart-html/SpeechRecognitionEvent-class.html"}},{"name":"SpeechRecognitionResult","qualifiedName":"dart:html.SpeechRecognitionResult","href":"dart-html/SpeechRecognitionResult-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"isFinal","qualifiedName":"dart:html.SpeechRecognitionResult.isFinal","href":"dart-html/SpeechRecognitionResult/isFinal.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionResult","kind":3,"href":"dart-html/SpeechRecognitionResult-class.html"}},{"name":"item","qualifiedName":"dart:html.SpeechRecognitionResult.item","href":"dart-html/SpeechRecognitionResult/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionResult","kind":3,"href":"dart-html/SpeechRecognitionResult-class.html"}},{"name":"length","qualifiedName":"dart:html.SpeechRecognitionResult.length","href":"dart-html/SpeechRecognitionResult/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechRecognitionResult","kind":3,"href":"dart-html/SpeechRecognitionResult-class.html"}},{"name":"SpeechSynthesis","qualifiedName":"dart:html.SpeechSynthesis","href":"dart-html/SpeechSynthesis-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"cancel","qualifiedName":"dart:html.SpeechSynthesis.cancel","href":"dart-html/SpeechSynthesis/cancel.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesis","kind":3,"href":"dart-html/SpeechSynthesis-class.html"}},{"name":"getVoices","qualifiedName":"dart:html.SpeechSynthesis.getVoices","href":"dart-html/SpeechSynthesis/getVoices.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesis","kind":3,"href":"dart-html/SpeechSynthesis-class.html"}},{"name":"pause","qualifiedName":"dart:html.SpeechSynthesis.pause","href":"dart-html/SpeechSynthesis/pause.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesis","kind":3,"href":"dart-html/SpeechSynthesis-class.html"}},{"name":"paused","qualifiedName":"dart:html.SpeechSynthesis.paused","href":"dart-html/SpeechSynthesis/paused.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesis","kind":3,"href":"dart-html/SpeechSynthesis-class.html"}},{"name":"pending","qualifiedName":"dart:html.SpeechSynthesis.pending","href":"dart-html/SpeechSynthesis/pending.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesis","kind":3,"href":"dart-html/SpeechSynthesis-class.html"}},{"name":"resume","qualifiedName":"dart:html.SpeechSynthesis.resume","href":"dart-html/SpeechSynthesis/resume.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesis","kind":3,"href":"dart-html/SpeechSynthesis-class.html"}},{"name":"speak","qualifiedName":"dart:html.SpeechSynthesis.speak","href":"dart-html/SpeechSynthesis/speak.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesis","kind":3,"href":"dart-html/SpeechSynthesis-class.html"}},{"name":"speaking","qualifiedName":"dart:html.SpeechSynthesis.speaking","href":"dart-html/SpeechSynthesis/speaking.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesis","kind":3,"href":"dart-html/SpeechSynthesis-class.html"}},{"name":"SpeechSynthesisEvent","qualifiedName":"dart:html.SpeechSynthesisEvent","href":"dart-html/SpeechSynthesisEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"charIndex","qualifiedName":"dart:html.SpeechSynthesisEvent.charIndex","href":"dart-html/SpeechSynthesisEvent/charIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisEvent","kind":3,"href":"dart-html/SpeechSynthesisEvent-class.html"}},{"name":"elapsedTime","qualifiedName":"dart:html.SpeechSynthesisEvent.elapsedTime","href":"dart-html/SpeechSynthesisEvent/elapsedTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisEvent","kind":3,"href":"dart-html/SpeechSynthesisEvent-class.html"}},{"name":"name","qualifiedName":"dart:html.SpeechSynthesisEvent.name","href":"dart-html/SpeechSynthesisEvent/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisEvent","kind":3,"href":"dart-html/SpeechSynthesisEvent-class.html"}},{"name":"utterance","qualifiedName":"dart:html.SpeechSynthesisEvent.utterance","href":"dart-html/SpeechSynthesisEvent/utterance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisEvent","kind":3,"href":"dart-html/SpeechSynthesisEvent-class.html"}},{"name":"SpeechSynthesisUtterance","qualifiedName":"dart:html.SpeechSynthesisUtterance","href":"dart-html/SpeechSynthesisUtterance-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SpeechSynthesisUtterance.new","qualifiedName":"dart:html.SpeechSynthesisUtterance.SpeechSynthesisUtterance.new","href":"dart-html/SpeechSynthesisUtterance/SpeechSynthesisUtterance.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"boundaryEvent","qualifiedName":"dart:html.SpeechSynthesisUtterance.boundaryEvent","href":"dart-html/SpeechSynthesisUtterance/boundaryEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose boundary events to event\nhandlers that are not necessarily instances of SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"endEvent","qualifiedName":"dart:html.SpeechSynthesisUtterance.endEvent","href":"dart-html/SpeechSynthesisUtterance/endEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose end events to event\nhandlers that are not necessarily instances of SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.SpeechSynthesisUtterance.errorEvent","href":"dart-html/SpeechSynthesisUtterance/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"lang","qualifiedName":"dart:html.SpeechSynthesisUtterance.lang","href":"dart-html/SpeechSynthesisUtterance/lang.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"markEvent","qualifiedName":"dart:html.SpeechSynthesisUtterance.markEvent","href":"dart-html/SpeechSynthesisUtterance/markEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose mark events to event\nhandlers that are not necessarily instances of SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"onBoundary","qualifiedName":"dart:html.SpeechSynthesisUtterance.onBoundary","href":"dart-html/SpeechSynthesisUtterance/onBoundary.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of boundary events handled by this SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"onEnd","qualifiedName":"dart:html.SpeechSynthesisUtterance.onEnd","href":"dart-html/SpeechSynthesisUtterance/onEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of end events handled by this SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"onError","qualifiedName":"dart:html.SpeechSynthesisUtterance.onError","href":"dart-html/SpeechSynthesisUtterance/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"onMark","qualifiedName":"dart:html.SpeechSynthesisUtterance.onMark","href":"dart-html/SpeechSynthesisUtterance/onMark.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mark events handled by this SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"onPause","qualifiedName":"dart:html.SpeechSynthesisUtterance.onPause","href":"dart-html/SpeechSynthesisUtterance/onPause.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of pause events handled by this SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"onResume","qualifiedName":"dart:html.SpeechSynthesisUtterance.onResume","href":"dart-html/SpeechSynthesisUtterance/onResume.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of resume events handled by this SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"onStart","qualifiedName":"dart:html.SpeechSynthesisUtterance.onStart","href":"dart-html/SpeechSynthesisUtterance/onStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of start events handled by this SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"pauseEvent","qualifiedName":"dart:html.SpeechSynthesisUtterance.pauseEvent","href":"dart-html/SpeechSynthesisUtterance/pauseEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose pause events to event\nhandlers that are not necessarily instances of SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"pitch","qualifiedName":"dart:html.SpeechSynthesisUtterance.pitch","href":"dart-html/SpeechSynthesisUtterance/pitch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"rate","qualifiedName":"dart:html.SpeechSynthesisUtterance.rate","href":"dart-html/SpeechSynthesisUtterance/rate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"resumeEvent","qualifiedName":"dart:html.SpeechSynthesisUtterance.resumeEvent","href":"dart-html/SpeechSynthesisUtterance/resumeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose resume events to event\nhandlers that are not necessarily instances of SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"startEvent","qualifiedName":"dart:html.SpeechSynthesisUtterance.startEvent","href":"dart-html/SpeechSynthesisUtterance/startEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose start events to event\nhandlers that are not necessarily instances of SpeechSynthesisUtterance.","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"text","qualifiedName":"dart:html.SpeechSynthesisUtterance.text","href":"dart-html/SpeechSynthesisUtterance/text.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"voice","qualifiedName":"dart:html.SpeechSynthesisUtterance.voice","href":"dart-html/SpeechSynthesisUtterance/voice.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"volume","qualifiedName":"dart:html.SpeechSynthesisUtterance.volume","href":"dart-html/SpeechSynthesisUtterance/volume.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisUtterance","kind":3,"href":"dart-html/SpeechSynthesisUtterance-class.html"}},{"name":"SpeechSynthesisVoice","qualifiedName":"dart:html.SpeechSynthesisVoice","href":"dart-html/SpeechSynthesisVoice-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"defaultValue","qualifiedName":"dart:html.SpeechSynthesisVoice.defaultValue","href":"dart-html/SpeechSynthesisVoice/defaultValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisVoice","kind":3,"href":"dart-html/SpeechSynthesisVoice-class.html"}},{"name":"lang","qualifiedName":"dart:html.SpeechSynthesisVoice.lang","href":"dart-html/SpeechSynthesisVoice/lang.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisVoice","kind":3,"href":"dart-html/SpeechSynthesisVoice-class.html"}},{"name":"localService","qualifiedName":"dart:html.SpeechSynthesisVoice.localService","href":"dart-html/SpeechSynthesisVoice/localService.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisVoice","kind":3,"href":"dart-html/SpeechSynthesisVoice-class.html"}},{"name":"name","qualifiedName":"dart:html.SpeechSynthesisVoice.name","href":"dart-html/SpeechSynthesisVoice/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisVoice","kind":3,"href":"dart-html/SpeechSynthesisVoice-class.html"}},{"name":"voiceUri","qualifiedName":"dart:html.SpeechSynthesisVoice.voiceUri","href":"dart-html/SpeechSynthesisVoice/voiceUri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SpeechSynthesisVoice","kind":3,"href":"dart-html/SpeechSynthesisVoice-class.html"}},{"name":"StaticRange","qualifiedName":"dart:html.StaticRange","href":"dart-html/StaticRange-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"collapsed","qualifiedName":"dart:html.StaticRange.collapsed","href":"dart-html/StaticRange/collapsed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StaticRange","kind":3,"href":"dart-html/StaticRange-class.html"}},{"name":"endContainer","qualifiedName":"dart:html.StaticRange.endContainer","href":"dart-html/StaticRange/endContainer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StaticRange","kind":3,"href":"dart-html/StaticRange-class.html"}},{"name":"endOffset","qualifiedName":"dart:html.StaticRange.endOffset","href":"dart-html/StaticRange/endOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StaticRange","kind":3,"href":"dart-html/StaticRange-class.html"}},{"name":"startContainer","qualifiedName":"dart:html.StaticRange.startContainer","href":"dart-html/StaticRange/startContainer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StaticRange","kind":3,"href":"dart-html/StaticRange-class.html"}},{"name":"startOffset","qualifiedName":"dart:html.StaticRange.startOffset","href":"dart-html/StaticRange/startOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StaticRange","kind":3,"href":"dart-html/StaticRange-class.html"}},{"name":"Storage","qualifiedName":"dart:html.Storage","href":"dart-html/Storage-class.html","kind":3,"packageRank":15,"desc":"The type used by the\nWindow.localStorage and Window.sessionStorage properties.\nStorage is implemented as a Map&lt;String, String&gt;.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addAll","qualifiedName":"dart:html.Storage.addAll","href":"dart-html/Storage/addAll.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Adds all key/value pairs of other to this map.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"clear","qualifiedName":"dart:html.Storage.clear","href":"dart-html/Storage/clear.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Removes all entries from the map.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"containsKey","qualifiedName":"dart:html.Storage.containsKey","href":"dart-html/Storage/containsKey.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Whether this map contains the given key.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"containsValue","qualifiedName":"dart:html.Storage.containsValue","href":"dart-html/Storage/containsValue.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Whether this map contains the given value.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"forEach","qualifiedName":"dart:html.Storage.forEach","href":"dart-html/Storage/forEach.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Applies action to each key/value pair of the map.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"isEmpty","qualifiedName":"dart:html.Storage.isEmpty","href":"dart-html/Storage/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether there is no key/value pair in the map.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:html.Storage.isNotEmpty","href":"dart-html/Storage/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether there is at least one key/value pair in the map.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"keys","qualifiedName":"dart:html.Storage.keys","href":"dart-html/Storage/keys.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The keys of this Map.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"length","qualifiedName":"dart:html.Storage.length","href":"dart-html/Storage/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of key/value pairs in the map.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"operator []","qualifiedName":"dart:html.Storage.operator []","href":"dart-html/Storage/operator_get.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"The value for the given key, or null if key is not in the map.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.Storage.operator []=","href":"dart-html/Storage/operator_put.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Associates the key with the given value.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"putIfAbsent","qualifiedName":"dart:html.Storage.putIfAbsent","href":"dart-html/Storage/putIfAbsent.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Look up the value of key, or add a new entry if it isn't there.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"remove","qualifiedName":"dart:html.Storage.remove","href":"dart-html/Storage/remove.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Removes key and its associated value, if present, from the map.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"values","qualifiedName":"dart:html.Storage.values","href":"dart-html/Storage/values.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The values of this Map.","enclosedBy":{"name":"Storage","kind":3,"href":"dart-html/Storage-class.html"}},{"name":"StorageErrorCallback","qualifiedName":"dart:html.StorageErrorCallback","href":"dart-html/StorageErrorCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"StorageEvent","qualifiedName":"dart:html.StorageEvent","href":"dart-html/StorageEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"StorageEvent.new","qualifiedName":"dart:html.StorageEvent.StorageEvent.new","href":"dart-html/StorageEvent/StorageEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"StorageEvent","kind":3,"href":"dart-html/StorageEvent-class.html"}},{"name":"key","qualifiedName":"dart:html.StorageEvent.key","href":"dart-html/StorageEvent/key.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StorageEvent","kind":3,"href":"dart-html/StorageEvent-class.html"}},{"name":"newValue","qualifiedName":"dart:html.StorageEvent.newValue","href":"dart-html/StorageEvent/newValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StorageEvent","kind":3,"href":"dart-html/StorageEvent-class.html"}},{"name":"oldValue","qualifiedName":"dart:html.StorageEvent.oldValue","href":"dart-html/StorageEvent/oldValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StorageEvent","kind":3,"href":"dart-html/StorageEvent-class.html"}},{"name":"storageArea","qualifiedName":"dart:html.StorageEvent.storageArea","href":"dart-html/StorageEvent/storageArea.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StorageEvent","kind":3,"href":"dart-html/StorageEvent-class.html"}},{"name":"url","qualifiedName":"dart:html.StorageEvent.url","href":"dart-html/StorageEvent/url.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StorageEvent","kind":3,"href":"dart-html/StorageEvent-class.html"}},{"name":"StorageManager","qualifiedName":"dart:html.StorageManager","href":"dart-html/StorageManager-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"estimate","qualifiedName":"dart:html.StorageManager.estimate","href":"dart-html/StorageManager/estimate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StorageManager","kind":3,"href":"dart-html/StorageManager-class.html"}},{"name":"persist","qualifiedName":"dart:html.StorageManager.persist","href":"dart-html/StorageManager/persist.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StorageManager","kind":3,"href":"dart-html/StorageManager-class.html"}},{"name":"persisted","qualifiedName":"dart:html.StorageManager.persisted","href":"dart-html/StorageManager/persisted.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StorageManager","kind":3,"href":"dart-html/StorageManager-class.html"}},{"name":"StorageQuotaCallback","qualifiedName":"dart:html.StorageQuotaCallback","href":"dart-html/StorageQuotaCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"StorageUsageCallback","qualifiedName":"dart:html.StorageUsageCallback","href":"dart-html/StorageUsageCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"StyleElement","qualifiedName":"dart:html.StyleElement","href":"dart-html/StyleElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"StyleElement.new","qualifiedName":"dart:html.StyleElement.StyleElement.new","href":"dart-html/StyleElement/StyleElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleElement","kind":3,"href":"dart-html/StyleElement-class.html"}},{"name":"disabled","qualifiedName":"dart:html.StyleElement.disabled","href":"dart-html/StyleElement/disabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleElement","kind":3,"href":"dart-html/StyleElement-class.html"}},{"name":"media","qualifiedName":"dart:html.StyleElement.media","href":"dart-html/StyleElement/media.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleElement","kind":3,"href":"dart-html/StyleElement-class.html"}},{"name":"sheet","qualifiedName":"dart:html.StyleElement.sheet","href":"dart-html/StyleElement/sheet.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleElement","kind":3,"href":"dart-html/StyleElement-class.html"}},{"name":"type","qualifiedName":"dart:html.StyleElement.type","href":"dart-html/StyleElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleElement","kind":3,"href":"dart-html/StyleElement-class.html"}},{"name":"StyleMedia","qualifiedName":"dart:html.StyleMedia","href":"dart-html/StyleMedia-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"matchMedium","qualifiedName":"dart:html.StyleMedia.matchMedium","href":"dart-html/StyleMedia/matchMedium.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleMedia","kind":3,"href":"dart-html/StyleMedia-class.html"}},{"name":"type","qualifiedName":"dart:html.StyleMedia.type","href":"dart-html/StyleMedia/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleMedia","kind":3,"href":"dart-html/StyleMedia-class.html"}},{"name":"StylePropertyMap","qualifiedName":"dart:html.StylePropertyMap","href":"dart-html/StylePropertyMap-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"append","qualifiedName":"dart:html.StylePropertyMap.append","href":"dart-html/StylePropertyMap/append.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StylePropertyMap","kind":3,"href":"dart-html/StylePropertyMap-class.html"}},{"name":"delete","qualifiedName":"dart:html.StylePropertyMap.delete","href":"dart-html/StylePropertyMap/delete.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StylePropertyMap","kind":3,"href":"dart-html/StylePropertyMap-class.html"}},{"name":"set","qualifiedName":"dart:html.StylePropertyMap.set","href":"dart-html/StylePropertyMap/set.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StylePropertyMap","kind":3,"href":"dart-html/StylePropertyMap-class.html"}},{"name":"StylePropertyMapReadonly","qualifiedName":"dart:html.StylePropertyMapReadonly","href":"dart-html/StylePropertyMapReadonly-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"get","qualifiedName":"dart:html.StylePropertyMapReadonly.get","href":"dart-html/StylePropertyMapReadonly/get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StylePropertyMapReadonly","kind":3,"href":"dart-html/StylePropertyMapReadonly-class.html"}},{"name":"getAll","qualifiedName":"dart:html.StylePropertyMapReadonly.getAll","href":"dart-html/StylePropertyMapReadonly/getAll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StylePropertyMapReadonly","kind":3,"href":"dart-html/StylePropertyMapReadonly-class.html"}},{"name":"getProperties","qualifiedName":"dart:html.StylePropertyMapReadonly.getProperties","href":"dart-html/StylePropertyMapReadonly/getProperties.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StylePropertyMapReadonly","kind":3,"href":"dart-html/StylePropertyMapReadonly-class.html"}},{"name":"has","qualifiedName":"dart:html.StylePropertyMapReadonly.has","href":"dart-html/StylePropertyMapReadonly/has.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StylePropertyMapReadonly","kind":3,"href":"dart-html/StylePropertyMapReadonly-class.html"}},{"name":"StyleSheet","qualifiedName":"dart:html.StyleSheet","href":"dart-html/StyleSheet-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"disabled","qualifiedName":"dart:html.StyleSheet.disabled","href":"dart-html/StyleSheet/disabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleSheet","kind":3,"href":"dart-html/StyleSheet-class.html"}},{"name":"href","qualifiedName":"dart:html.StyleSheet.href","href":"dart-html/StyleSheet/href.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleSheet","kind":3,"href":"dart-html/StyleSheet-class.html"}},{"name":"media","qualifiedName":"dart:html.StyleSheet.media","href":"dart-html/StyleSheet/media.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleSheet","kind":3,"href":"dart-html/StyleSheet-class.html"}},{"name":"ownerNode","qualifiedName":"dart:html.StyleSheet.ownerNode","href":"dart-html/StyleSheet/ownerNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleSheet","kind":3,"href":"dart-html/StyleSheet-class.html"}},{"name":"parentStyleSheet","qualifiedName":"dart:html.StyleSheet.parentStyleSheet","href":"dart-html/StyleSheet/parentStyleSheet.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleSheet","kind":3,"href":"dart-html/StyleSheet-class.html"}},{"name":"title","qualifiedName":"dart:html.StyleSheet.title","href":"dart-html/StyleSheet/title.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleSheet","kind":3,"href":"dart-html/StyleSheet-class.html"}},{"name":"type","qualifiedName":"dart:html.StyleSheet.type","href":"dart-html/StyleSheet/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StyleSheet","kind":3,"href":"dart-html/StyleSheet-class.html"}},{"name":"SubmitButtonInputElement","qualifiedName":"dart:html.SubmitButtonInputElement","href":"dart-html/SubmitButtonInputElement-class.html","kind":3,"packageRank":15,"desc":"A button, which when clicked, submits the form.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SubmitButtonInputElement.new","qualifiedName":"dart:html.SubmitButtonInputElement.SubmitButtonInputElement.new","href":"dart-html/SubmitButtonInputElement/SubmitButtonInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SubmitButtonInputElement","kind":3,"href":"dart-html/SubmitButtonInputElement-class.html"}},{"name":"formAction","qualifiedName":"dart:html.SubmitButtonInputElement.formAction","href":"dart-html/SubmitButtonInputElement/formAction.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SubmitButtonInputElement","kind":3,"href":"dart-html/SubmitButtonInputElement-class.html"}},{"name":"formEnctype","qualifiedName":"dart:html.SubmitButtonInputElement.formEnctype","href":"dart-html/SubmitButtonInputElement/formEnctype.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SubmitButtonInputElement","kind":3,"href":"dart-html/SubmitButtonInputElement-class.html"}},{"name":"formMethod","qualifiedName":"dart:html.SubmitButtonInputElement.formMethod","href":"dart-html/SubmitButtonInputElement/formMethod.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SubmitButtonInputElement","kind":3,"href":"dart-html/SubmitButtonInputElement-class.html"}},{"name":"formNoValidate","qualifiedName":"dart:html.SubmitButtonInputElement.formNoValidate","href":"dart-html/SubmitButtonInputElement/formNoValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SubmitButtonInputElement","kind":3,"href":"dart-html/SubmitButtonInputElement-class.html"}},{"name":"formTarget","qualifiedName":"dart:html.SubmitButtonInputElement.formTarget","href":"dart-html/SubmitButtonInputElement/formTarget.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SubmitButtonInputElement","kind":3,"href":"dart-html/SubmitButtonInputElement-class.html"}},{"name":"SyncEvent","qualifiedName":"dart:html.SyncEvent","href":"dart-html/SyncEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"SyncEvent.new","qualifiedName":"dart:html.SyncEvent.SyncEvent.new","href":"dart-html/SyncEvent/SyncEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SyncEvent","kind":3,"href":"dart-html/SyncEvent-class.html"}},{"name":"lastChance","qualifiedName":"dart:html.SyncEvent.lastChance","href":"dart-html/SyncEvent/lastChance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SyncEvent","kind":3,"href":"dart-html/SyncEvent-class.html"}},{"name":"tag","qualifiedName":"dart:html.SyncEvent.tag","href":"dart-html/SyncEvent/tag.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SyncEvent","kind":3,"href":"dart-html/SyncEvent-class.html"}},{"name":"SyncManager","qualifiedName":"dart:html.SyncManager","href":"dart-html/SyncManager-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getTags","qualifiedName":"dart:html.SyncManager.getTags","href":"dart-html/SyncManager/getTags.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SyncManager","kind":3,"href":"dart-html/SyncManager-class.html"}},{"name":"register","qualifiedName":"dart:html.SyncManager.register","href":"dart-html/SyncManager/register.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SyncManager","kind":3,"href":"dart-html/SyncManager-class.html"}},{"name":"TableCaptionElement","qualifiedName":"dart:html.TableCaptionElement","href":"dart-html/TableCaptionElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TableCaptionElement.new","qualifiedName":"dart:html.TableCaptionElement.TableCaptionElement.new","href":"dart-html/TableCaptionElement/TableCaptionElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TableCaptionElement","kind":3,"href":"dart-html/TableCaptionElement-class.html"}},{"name":"TableCellElement","qualifiedName":"dart:html.TableCellElement","href":"dart-html/TableCellElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TableCellElement.new","qualifiedName":"dart:html.TableCellElement.TableCellElement.new","href":"dart-html/TableCellElement/TableCellElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TableCellElement","kind":3,"href":"dart-html/TableCellElement-class.html"}},{"name":"cellIndex","qualifiedName":"dart:html.TableCellElement.cellIndex","href":"dart-html/TableCellElement/cellIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableCellElement","kind":3,"href":"dart-html/TableCellElement-class.html"}},{"name":"colSpan","qualifiedName":"dart:html.TableCellElement.colSpan","href":"dart-html/TableCellElement/colSpan.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableCellElement","kind":3,"href":"dart-html/TableCellElement-class.html"}},{"name":"headers","qualifiedName":"dart:html.TableCellElement.headers","href":"dart-html/TableCellElement/headers.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableCellElement","kind":3,"href":"dart-html/TableCellElement-class.html"}},{"name":"rowSpan","qualifiedName":"dart:html.TableCellElement.rowSpan","href":"dart-html/TableCellElement/rowSpan.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableCellElement","kind":3,"href":"dart-html/TableCellElement-class.html"}},{"name":"TableColElement","qualifiedName":"dart:html.TableColElement","href":"dart-html/TableColElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TableColElement.new","qualifiedName":"dart:html.TableColElement.TableColElement.new","href":"dart-html/TableColElement/TableColElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TableColElement","kind":3,"href":"dart-html/TableColElement-class.html"}},{"name":"span","qualifiedName":"dart:html.TableColElement.span","href":"dart-html/TableColElement/span.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableColElement","kind":3,"href":"dart-html/TableColElement-class.html"}},{"name":"TableElement","qualifiedName":"dart:html.TableElement","href":"dart-html/TableElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TableElement.new","qualifiedName":"dart:html.TableElement.TableElement.new","href":"dart-html/TableElement/TableElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"addRow","qualifiedName":"dart:html.TableElement.addRow","href":"dart-html/TableElement/addRow.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"caption","qualifiedName":"dart:html.TableElement.caption","href":"dart-html/TableElement/caption.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"createCaption","qualifiedName":"dart:html.TableElement.createCaption","href":"dart-html/TableElement/createCaption.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"createFragment","qualifiedName":"dart:html.TableElement.createFragment","href":"dart-html/TableElement/createFragment.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Create a DocumentFragment from the HTML fragment and ensure that it follows\nthe sanitization rules specified by the validator or treeSanitizer.","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"createTBody","qualifiedName":"dart:html.TableElement.createTBody","href":"dart-html/TableElement/createTBody.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"createTFoot","qualifiedName":"dart:html.TableElement.createTFoot","href":"dart-html/TableElement/createTFoot.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"createTHead","qualifiedName":"dart:html.TableElement.createTHead","href":"dart-html/TableElement/createTHead.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"deleteCaption","qualifiedName":"dart:html.TableElement.deleteCaption","href":"dart-html/TableElement/deleteCaption.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"deleteRow","qualifiedName":"dart:html.TableElement.deleteRow","href":"dart-html/TableElement/deleteRow.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"deleteTFoot","qualifiedName":"dart:html.TableElement.deleteTFoot","href":"dart-html/TableElement/deleteTFoot.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"deleteTHead","qualifiedName":"dart:html.TableElement.deleteTHead","href":"dart-html/TableElement/deleteTHead.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"insertRow","qualifiedName":"dart:html.TableElement.insertRow","href":"dart-html/TableElement/insertRow.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"rows","qualifiedName":"dart:html.TableElement.rows","href":"dart-html/TableElement/rows.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"tBodies","qualifiedName":"dart:html.TableElement.tBodies","href":"dart-html/TableElement/tBodies.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"tFoot","qualifiedName":"dart:html.TableElement.tFoot","href":"dart-html/TableElement/tFoot.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"tHead","qualifiedName":"dart:html.TableElement.tHead","href":"dart-html/TableElement/tHead.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableElement","kind":3,"href":"dart-html/TableElement-class.html"}},{"name":"TableRowElement","qualifiedName":"dart:html.TableRowElement","href":"dart-html/TableRowElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TableRowElement.new","qualifiedName":"dart:html.TableRowElement.TableRowElement.new","href":"dart-html/TableRowElement/TableRowElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TableRowElement","kind":3,"href":"dart-html/TableRowElement-class.html"}},{"name":"addCell","qualifiedName":"dart:html.TableRowElement.addCell","href":"dart-html/TableRowElement/addCell.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableRowElement","kind":3,"href":"dart-html/TableRowElement-class.html"}},{"name":"cells","qualifiedName":"dart:html.TableRowElement.cells","href":"dart-html/TableRowElement/cells.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableRowElement","kind":3,"href":"dart-html/TableRowElement-class.html"}},{"name":"createFragment","qualifiedName":"dart:html.TableRowElement.createFragment","href":"dart-html/TableRowElement/createFragment.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Create a DocumentFragment from the HTML fragment and ensure that it follows\nthe sanitization rules specified by the validator or treeSanitizer.","enclosedBy":{"name":"TableRowElement","kind":3,"href":"dart-html/TableRowElement-class.html"}},{"name":"deleteCell","qualifiedName":"dart:html.TableRowElement.deleteCell","href":"dart-html/TableRowElement/deleteCell.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableRowElement","kind":3,"href":"dart-html/TableRowElement-class.html"}},{"name":"insertCell","qualifiedName":"dart:html.TableRowElement.insertCell","href":"dart-html/TableRowElement/insertCell.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableRowElement","kind":3,"href":"dart-html/TableRowElement-class.html"}},{"name":"rowIndex","qualifiedName":"dart:html.TableRowElement.rowIndex","href":"dart-html/TableRowElement/rowIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableRowElement","kind":3,"href":"dart-html/TableRowElement-class.html"}},{"name":"sectionRowIndex","qualifiedName":"dart:html.TableRowElement.sectionRowIndex","href":"dart-html/TableRowElement/sectionRowIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableRowElement","kind":3,"href":"dart-html/TableRowElement-class.html"}},{"name":"TableSectionElement","qualifiedName":"dart:html.TableSectionElement","href":"dart-html/TableSectionElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addRow","qualifiedName":"dart:html.TableSectionElement.addRow","href":"dart-html/TableSectionElement/addRow.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableSectionElement","kind":3,"href":"dart-html/TableSectionElement-class.html"}},{"name":"createFragment","qualifiedName":"dart:html.TableSectionElement.createFragment","href":"dart-html/TableSectionElement/createFragment.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Create a DocumentFragment from the HTML fragment and ensure that it follows\nthe sanitization rules specified by the validator or treeSanitizer.","enclosedBy":{"name":"TableSectionElement","kind":3,"href":"dart-html/TableSectionElement-class.html"}},{"name":"deleteRow","qualifiedName":"dart:html.TableSectionElement.deleteRow","href":"dart-html/TableSectionElement/deleteRow.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableSectionElement","kind":3,"href":"dart-html/TableSectionElement-class.html"}},{"name":"insertRow","qualifiedName":"dart:html.TableSectionElement.insertRow","href":"dart-html/TableSectionElement/insertRow.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableSectionElement","kind":3,"href":"dart-html/TableSectionElement-class.html"}},{"name":"rows","qualifiedName":"dart:html.TableSectionElement.rows","href":"dart-html/TableSectionElement/rows.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TableSectionElement","kind":3,"href":"dart-html/TableSectionElement-class.html"}},{"name":"TaskAttributionTiming","qualifiedName":"dart:html.TaskAttributionTiming","href":"dart-html/TaskAttributionTiming-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"containerId","qualifiedName":"dart:html.TaskAttributionTiming.containerId","href":"dart-html/TaskAttributionTiming/containerId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TaskAttributionTiming","kind":3,"href":"dart-html/TaskAttributionTiming-class.html"}},{"name":"containerName","qualifiedName":"dart:html.TaskAttributionTiming.containerName","href":"dart-html/TaskAttributionTiming/containerName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TaskAttributionTiming","kind":3,"href":"dart-html/TaskAttributionTiming-class.html"}},{"name":"containerSrc","qualifiedName":"dart:html.TaskAttributionTiming.containerSrc","href":"dart-html/TaskAttributionTiming/containerSrc.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TaskAttributionTiming","kind":3,"href":"dart-html/TaskAttributionTiming-class.html"}},{"name":"containerType","qualifiedName":"dart:html.TaskAttributionTiming.containerType","href":"dart-html/TaskAttributionTiming/containerType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TaskAttributionTiming","kind":3,"href":"dart-html/TaskAttributionTiming-class.html"}},{"name":"scriptUrl","qualifiedName":"dart:html.TaskAttributionTiming.scriptUrl","href":"dart-html/TaskAttributionTiming/scriptUrl.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TaskAttributionTiming","kind":3,"href":"dart-html/TaskAttributionTiming-class.html"}},{"name":"TelephoneInputElement","qualifiedName":"dart:html.TelephoneInputElement","href":"dart-html/TelephoneInputElement-class.html","kind":3,"packageRank":15,"desc":"Represents a control for editing a telephone number.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TelephoneInputElement.new","qualifiedName":"dart:html.TelephoneInputElement.TelephoneInputElement.new","href":"dart-html/TelephoneInputElement/TelephoneInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TelephoneInputElement","kind":3,"href":"dart-html/TelephoneInputElement-class.html"}},{"name":"list","qualifiedName":"dart:html.TelephoneInputElement.list","href":"dart-html/TelephoneInputElement/list.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TelephoneInputElement","kind":3,"href":"dart-html/TelephoneInputElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.TelephoneInputElement.supported","href":"dart-html/TelephoneInputElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this input type is supported on the current platform.","enclosedBy":{"name":"TelephoneInputElement","kind":3,"href":"dart-html/TelephoneInputElement-class.html"}},{"name":"TemplateElement","qualifiedName":"dart:html.TemplateElement","href":"dart-html/TemplateElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TemplateElement.new","qualifiedName":"dart:html.TemplateElement.TemplateElement.new","href":"dart-html/TemplateElement/TemplateElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TemplateElement","kind":3,"href":"dart-html/TemplateElement-class.html"}},{"name":"content","qualifiedName":"dart:html.TemplateElement.content","href":"dart-html/TemplateElement/content.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TemplateElement","kind":3,"href":"dart-html/TemplateElement-class.html"}},{"name":"setInnerHtml","qualifiedName":"dart:html.TemplateElement.setInnerHtml","href":"dart-html/TemplateElement/setInnerHtml.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"An override to place the contents into content rather than as child nodes.","enclosedBy":{"name":"TemplateElement","kind":3,"href":"dart-html/TemplateElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.TemplateElement.supported","href":"dart-html/TemplateElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"TemplateElement","kind":3,"href":"dart-html/TemplateElement-class.html"}},{"name":"Text","qualifiedName":"dart:html.Text","href":"dart-html/Text-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Text.new","qualifiedName":"dart:html.Text.Text.new","href":"dart-html/Text/Text.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Text","kind":3,"href":"dart-html/Text-class.html"}},{"name":"assignedSlot","qualifiedName":"dart:html.Text.assignedSlot","href":"dart-html/Text/assignedSlot.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Text","kind":3,"href":"dart-html/Text-class.html"}},{"name":"getDestinationInsertionPoints","qualifiedName":"dart:html.Text.getDestinationInsertionPoints","href":"dart-html/Text/getDestinationInsertionPoints.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Text","kind":3,"href":"dart-html/Text-class.html"}},{"name":"splitText","qualifiedName":"dart:html.Text.splitText","href":"dart-html/Text/splitText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Text","kind":3,"href":"dart-html/Text-class.html"}},{"name":"wholeText","qualifiedName":"dart:html.Text.wholeText","href":"dart-html/Text/wholeText.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Text","kind":3,"href":"dart-html/Text-class.html"}},{"name":"TextAreaElement","qualifiedName":"dart:html.TextAreaElement","href":"dart-html/TextAreaElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TextAreaElement.new","qualifiedName":"dart:html.TextAreaElement.TextAreaElement.new","href":"dart-html/TextAreaElement/TextAreaElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"autocapitalize","qualifiedName":"dart:html.TextAreaElement.autocapitalize","href":"dart-html/TextAreaElement/autocapitalize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"autofocus","qualifiedName":"dart:html.TextAreaElement.autofocus","href":"dart-html/TextAreaElement/autofocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"checkValidity","qualifiedName":"dart:html.TextAreaElement.checkValidity","href":"dart-html/TextAreaElement/checkValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"cols","qualifiedName":"dart:html.TextAreaElement.cols","href":"dart-html/TextAreaElement/cols.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"defaultValue","qualifiedName":"dart:html.TextAreaElement.defaultValue","href":"dart-html/TextAreaElement/defaultValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"dirName","qualifiedName":"dart:html.TextAreaElement.dirName","href":"dart-html/TextAreaElement/dirName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"disabled","qualifiedName":"dart:html.TextAreaElement.disabled","href":"dart-html/TextAreaElement/disabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"form","qualifiedName":"dart:html.TextAreaElement.form","href":"dart-html/TextAreaElement/form.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"labels","qualifiedName":"dart:html.TextAreaElement.labels","href":"dart-html/TextAreaElement/labels.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"maxLength","qualifiedName":"dart:html.TextAreaElement.maxLength","href":"dart-html/TextAreaElement/maxLength.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"minLength","qualifiedName":"dart:html.TextAreaElement.minLength","href":"dart-html/TextAreaElement/minLength.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"name","qualifiedName":"dart:html.TextAreaElement.name","href":"dart-html/TextAreaElement/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"placeholder","qualifiedName":"dart:html.TextAreaElement.placeholder","href":"dart-html/TextAreaElement/placeholder.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"readOnly","qualifiedName":"dart:html.TextAreaElement.readOnly","href":"dart-html/TextAreaElement/readOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"reportValidity","qualifiedName":"dart:html.TextAreaElement.reportValidity","href":"dart-html/TextAreaElement/reportValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"required","qualifiedName":"dart:html.TextAreaElement.required","href":"dart-html/TextAreaElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"rows","qualifiedName":"dart:html.TextAreaElement.rows","href":"dart-html/TextAreaElement/rows.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"select","qualifiedName":"dart:html.TextAreaElement.select","href":"dart-html/TextAreaElement/select.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"selectionDirection","qualifiedName":"dart:html.TextAreaElement.selectionDirection","href":"dart-html/TextAreaElement/selectionDirection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"selectionEnd","qualifiedName":"dart:html.TextAreaElement.selectionEnd","href":"dart-html/TextAreaElement/selectionEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"selectionStart","qualifiedName":"dart:html.TextAreaElement.selectionStart","href":"dart-html/TextAreaElement/selectionStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"setCustomValidity","qualifiedName":"dart:html.TextAreaElement.setCustomValidity","href":"dart-html/TextAreaElement/setCustomValidity.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"setRangeText","qualifiedName":"dart:html.TextAreaElement.setRangeText","href":"dart-html/TextAreaElement/setRangeText.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"setSelectionRange","qualifiedName":"dart:html.TextAreaElement.setSelectionRange","href":"dart-html/TextAreaElement/setSelectionRange.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"textLength","qualifiedName":"dart:html.TextAreaElement.textLength","href":"dart-html/TextAreaElement/textLength.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"type","qualifiedName":"dart:html.TextAreaElement.type","href":"dart-html/TextAreaElement/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"validationMessage","qualifiedName":"dart:html.TextAreaElement.validationMessage","href":"dart-html/TextAreaElement/validationMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"validity","qualifiedName":"dart:html.TextAreaElement.validity","href":"dart-html/TextAreaElement/validity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"value","qualifiedName":"dart:html.TextAreaElement.value","href":"dart-html/TextAreaElement/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"willValidate","qualifiedName":"dart:html.TextAreaElement.willValidate","href":"dart-html/TextAreaElement/willValidate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"wrap","qualifiedName":"dart:html.TextAreaElement.wrap","href":"dart-html/TextAreaElement/wrap.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextAreaElement","kind":3,"href":"dart-html/TextAreaElement-class.html"}},{"name":"TextDetector","qualifiedName":"dart:html.TextDetector","href":"dart-html/TextDetector-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TextDetector.new","qualifiedName":"dart:html.TextDetector.TextDetector.new","href":"dart-html/TextDetector/TextDetector.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TextDetector","kind":3,"href":"dart-html/TextDetector-class.html"}},{"name":"detect","qualifiedName":"dart:html.TextDetector.detect","href":"dart-html/TextDetector/detect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextDetector","kind":3,"href":"dart-html/TextDetector-class.html"}},{"name":"TextEvent","qualifiedName":"dart:html.TextEvent","href":"dart-html/TextEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TextEvent.new","qualifiedName":"dart:html.TextEvent.TextEvent.new","href":"dart-html/TextEvent/TextEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TextEvent","kind":3,"href":"dart-html/TextEvent-class.html"}},{"name":"data","qualifiedName":"dart:html.TextEvent.data","href":"dart-html/TextEvent/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextEvent","kind":3,"href":"dart-html/TextEvent-class.html"}},{"name":"TextInputElement","qualifiedName":"dart:html.TextInputElement","href":"dart-html/TextInputElement-class.html","kind":3,"packageRank":15,"desc":"A basic text input editor control.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TextInputElement.new","qualifiedName":"dart:html.TextInputElement.TextInputElement.new","href":"dart-html/TextInputElement/TextInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElement","kind":3,"href":"dart-html/TextInputElement-class.html"}},{"name":"dirName","qualifiedName":"dart:html.TextInputElement.dirName","href":"dart-html/TextInputElement/dirName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElement","kind":3,"href":"dart-html/TextInputElement-class.html"}},{"name":"list","qualifiedName":"dart:html.TextInputElement.list","href":"dart-html/TextInputElement/list.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElement","kind":3,"href":"dart-html/TextInputElement-class.html"}},{"name":"TextInputElementBase","qualifiedName":"dart:html.TextInputElementBase","href":"dart-html/TextInputElementBase-class.html","kind":3,"packageRank":15,"desc":"Base interface for all inputs which involve text editing.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TextInputElementBase.new","qualifiedName":"dart:html.TextInputElementBase.TextInputElementBase.new","href":"dart-html/TextInputElementBase/TextInputElementBase.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"autocomplete","qualifiedName":"dart:html.TextInputElementBase.autocomplete","href":"dart-html/TextInputElementBase/autocomplete.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"maxLength","qualifiedName":"dart:html.TextInputElementBase.maxLength","href":"dart-html/TextInputElementBase/maxLength.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"pattern","qualifiedName":"dart:html.TextInputElementBase.pattern","href":"dart-html/TextInputElementBase/pattern.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"placeholder","qualifiedName":"dart:html.TextInputElementBase.placeholder","href":"dart-html/TextInputElementBase/placeholder.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"readOnly","qualifiedName":"dart:html.TextInputElementBase.readOnly","href":"dart-html/TextInputElementBase/readOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"required","qualifiedName":"dart:html.TextInputElementBase.required","href":"dart-html/TextInputElementBase/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"select","qualifiedName":"dart:html.TextInputElementBase.select","href":"dart-html/TextInputElementBase/select.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"selectionDirection","qualifiedName":"dart:html.TextInputElementBase.selectionDirection","href":"dart-html/TextInputElementBase/selectionDirection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"selectionEnd","qualifiedName":"dart:html.TextInputElementBase.selectionEnd","href":"dart-html/TextInputElementBase/selectionEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"selectionStart","qualifiedName":"dart:html.TextInputElementBase.selectionStart","href":"dart-html/TextInputElementBase/selectionStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"setSelectionRange","qualifiedName":"dart:html.TextInputElementBase.setSelectionRange","href":"dart-html/TextInputElementBase/setSelectionRange.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"size","qualifiedName":"dart:html.TextInputElementBase.size","href":"dart-html/TextInputElementBase/size.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextInputElementBase","kind":3,"href":"dart-html/TextInputElementBase-class.html"}},{"name":"TextMetrics","qualifiedName":"dart:html.TextMetrics","href":"dart-html/TextMetrics-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"actualBoundingBoxAscent","qualifiedName":"dart:html.TextMetrics.actualBoundingBoxAscent","href":"dart-html/TextMetrics/actualBoundingBoxAscent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextMetrics","kind":3,"href":"dart-html/TextMetrics-class.html"}},{"name":"actualBoundingBoxDescent","qualifiedName":"dart:html.TextMetrics.actualBoundingBoxDescent","href":"dart-html/TextMetrics/actualBoundingBoxDescent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextMetrics","kind":3,"href":"dart-html/TextMetrics-class.html"}},{"name":"actualBoundingBoxLeft","qualifiedName":"dart:html.TextMetrics.actualBoundingBoxLeft","href":"dart-html/TextMetrics/actualBoundingBoxLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextMetrics","kind":3,"href":"dart-html/TextMetrics-class.html"}},{"name":"actualBoundingBoxRight","qualifiedName":"dart:html.TextMetrics.actualBoundingBoxRight","href":"dart-html/TextMetrics/actualBoundingBoxRight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextMetrics","kind":3,"href":"dart-html/TextMetrics-class.html"}},{"name":"alphabeticBaseline","qualifiedName":"dart:html.TextMetrics.alphabeticBaseline","href":"dart-html/TextMetrics/alphabeticBaseline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextMetrics","kind":3,"href":"dart-html/TextMetrics-class.html"}},{"name":"emHeightAscent","qualifiedName":"dart:html.TextMetrics.emHeightAscent","href":"dart-html/TextMetrics/emHeightAscent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextMetrics","kind":3,"href":"dart-html/TextMetrics-class.html"}},{"name":"emHeightDescent","qualifiedName":"dart:html.TextMetrics.emHeightDescent","href":"dart-html/TextMetrics/emHeightDescent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextMetrics","kind":3,"href":"dart-html/TextMetrics-class.html"}},{"name":"fontBoundingBoxAscent","qualifiedName":"dart:html.TextMetrics.fontBoundingBoxAscent","href":"dart-html/TextMetrics/fontBoundingBoxAscent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextMetrics","kind":3,"href":"dart-html/TextMetrics-class.html"}},{"name":"fontBoundingBoxDescent","qualifiedName":"dart:html.TextMetrics.fontBoundingBoxDescent","href":"dart-html/TextMetrics/fontBoundingBoxDescent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextMetrics","kind":3,"href":"dart-html/TextMetrics-class.html"}},{"name":"hangingBaseline","qualifiedName":"dart:html.TextMetrics.hangingBaseline","href":"dart-html/TextMetrics/hangingBaseline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextMetrics","kind":3,"href":"dart-html/TextMetrics-class.html"}},{"name":"ideographicBaseline","qualifiedName":"dart:html.TextMetrics.ideographicBaseline","href":"dart-html/TextMetrics/ideographicBaseline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextMetrics","kind":3,"href":"dart-html/TextMetrics-class.html"}},{"name":"width","qualifiedName":"dart:html.TextMetrics.width","href":"dart-html/TextMetrics/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextMetrics","kind":3,"href":"dart-html/TextMetrics-class.html"}},{"name":"TextTrack","qualifiedName":"dart:html.TextTrack","href":"dart-html/TextTrack-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"activeCues","qualifiedName":"dart:html.TextTrack.activeCues","href":"dart-html/TextTrack/activeCues.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrack","kind":3,"href":"dart-html/TextTrack-class.html"}},{"name":"addCue","qualifiedName":"dart:html.TextTrack.addCue","href":"dart-html/TextTrack/addCue.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrack","kind":3,"href":"dart-html/TextTrack-class.html"}},{"name":"cueChangeEvent","qualifiedName":"dart:html.TextTrack.cueChangeEvent","href":"dart-html/TextTrack/cueChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose cuechange events to event\nhandlers that are not necessarily instances of TextTrack.","enclosedBy":{"name":"TextTrack","kind":3,"href":"dart-html/TextTrack-class.html"}},{"name":"cues","qualifiedName":"dart:html.TextTrack.cues","href":"dart-html/TextTrack/cues.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrack","kind":3,"href":"dart-html/TextTrack-class.html"}},{"name":"id","qualifiedName":"dart:html.TextTrack.id","href":"dart-html/TextTrack/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrack","kind":3,"href":"dart-html/TextTrack-class.html"}},{"name":"kind","qualifiedName":"dart:html.TextTrack.kind","href":"dart-html/TextTrack/kind.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrack","kind":3,"href":"dart-html/TextTrack-class.html"}},{"name":"label","qualifiedName":"dart:html.TextTrack.label","href":"dart-html/TextTrack/label.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrack","kind":3,"href":"dart-html/TextTrack-class.html"}},{"name":"language","qualifiedName":"dart:html.TextTrack.language","href":"dart-html/TextTrack/language.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrack","kind":3,"href":"dart-html/TextTrack-class.html"}},{"name":"mode","qualifiedName":"dart:html.TextTrack.mode","href":"dart-html/TextTrack/mode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrack","kind":3,"href":"dart-html/TextTrack-class.html"}},{"name":"onCueChange","qualifiedName":"dart:html.TextTrack.onCueChange","href":"dart-html/TextTrack/onCueChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of cuechange events handled by this TextTrack.","enclosedBy":{"name":"TextTrack","kind":3,"href":"dart-html/TextTrack-class.html"}},{"name":"removeCue","qualifiedName":"dart:html.TextTrack.removeCue","href":"dart-html/TextTrack/removeCue.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrack","kind":3,"href":"dart-html/TextTrack-class.html"}},{"name":"TextTrackCue","qualifiedName":"dart:html.TextTrackCue","href":"dart-html/TextTrackCue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"endTime","qualifiedName":"dart:html.TextTrackCue.endTime","href":"dart-html/TextTrackCue/endTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrackCue","kind":3,"href":"dart-html/TextTrackCue-class.html"}},{"name":"enterEvent","qualifiedName":"dart:html.TextTrackCue.enterEvent","href":"dart-html/TextTrackCue/enterEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose enter events to event\nhandlers that are not necessarily instances of TextTrackCue.","enclosedBy":{"name":"TextTrackCue","kind":3,"href":"dart-html/TextTrackCue-class.html"}},{"name":"exitEvent","qualifiedName":"dart:html.TextTrackCue.exitEvent","href":"dart-html/TextTrackCue/exitEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose exit events to event\nhandlers that are not necessarily instances of TextTrackCue.","enclosedBy":{"name":"TextTrackCue","kind":3,"href":"dart-html/TextTrackCue-class.html"}},{"name":"id","qualifiedName":"dart:html.TextTrackCue.id","href":"dart-html/TextTrackCue/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrackCue","kind":3,"href":"dart-html/TextTrackCue-class.html"}},{"name":"onEnter","qualifiedName":"dart:html.TextTrackCue.onEnter","href":"dart-html/TextTrackCue/onEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of enter events handled by this TextTrackCue.","enclosedBy":{"name":"TextTrackCue","kind":3,"href":"dart-html/TextTrackCue-class.html"}},{"name":"onExit","qualifiedName":"dart:html.TextTrackCue.onExit","href":"dart-html/TextTrackCue/onExit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of exit events handled by this TextTrackCue.","enclosedBy":{"name":"TextTrackCue","kind":3,"href":"dart-html/TextTrackCue-class.html"}},{"name":"pauseOnExit","qualifiedName":"dart:html.TextTrackCue.pauseOnExit","href":"dart-html/TextTrackCue/pauseOnExit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrackCue","kind":3,"href":"dart-html/TextTrackCue-class.html"}},{"name":"startTime","qualifiedName":"dart:html.TextTrackCue.startTime","href":"dart-html/TextTrackCue/startTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrackCue","kind":3,"href":"dart-html/TextTrackCue-class.html"}},{"name":"track","qualifiedName":"dart:html.TextTrackCue.track","href":"dart-html/TextTrackCue/track.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrackCue","kind":3,"href":"dart-html/TextTrackCue-class.html"}},{"name":"TextTrackCueList","qualifiedName":"dart:html.TextTrackCueList","href":"dart-html/TextTrackCueList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"elementAt","qualifiedName":"dart:html.TextTrackCueList.elementAt","href":"dart-html/TextTrackCueList/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the indexth element.","enclosedBy":{"name":"TextTrackCueList","kind":3,"href":"dart-html/TextTrackCueList-class.html"}},{"name":"first","qualifiedName":"dart:html.TextTrackCueList.first","href":"dart-html/TextTrackCueList/first.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first element.","enclosedBy":{"name":"TextTrackCueList","kind":3,"href":"dart-html/TextTrackCueList-class.html"}},{"name":"getCueById","qualifiedName":"dart:html.TextTrackCueList.getCueById","href":"dart-html/TextTrackCueList/getCueById.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrackCueList","kind":3,"href":"dart-html/TextTrackCueList-class.html"}},{"name":"last","qualifiedName":"dart:html.TextTrackCueList.last","href":"dart-html/TextTrackCueList/last.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last element.","enclosedBy":{"name":"TextTrackCueList","kind":3,"href":"dart-html/TextTrackCueList-class.html"}},{"name":"length","qualifiedName":"dart:html.TextTrackCueList.length","href":"dart-html/TextTrackCueList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"TextTrackCueList","kind":3,"href":"dart-html/TextTrackCueList-class.html"}},{"name":"operator []","qualifiedName":"dart:html.TextTrackCueList.operator []","href":"dart-html/TextTrackCueList/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The object at the given index in the list.","enclosedBy":{"name":"TextTrackCueList","kind":3,"href":"dart-html/TextTrackCueList-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.TextTrackCueList.operator []=","href":"dart-html/TextTrackCueList/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"TextTrackCueList","kind":3,"href":"dart-html/TextTrackCueList-class.html"}},{"name":"single","qualifiedName":"dart:html.TextTrackCueList.single","href":"dart-html/TextTrackCueList/single.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"TextTrackCueList","kind":3,"href":"dart-html/TextTrackCueList-class.html"}},{"name":"TextTrackList","qualifiedName":"dart:html.TextTrackList","href":"dart-html/TextTrackList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addTrackEvent","qualifiedName":"dart:html.TextTrackList.addTrackEvent","href":"dart-html/TextTrackList/addTrackEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose addtrack events to event\nhandlers that are not necessarily instances of TextTrackList.","enclosedBy":{"name":"TextTrackList","kind":3,"href":"dart-html/TextTrackList-class.html"}},{"name":"changeEvent","qualifiedName":"dart:html.TextTrackList.changeEvent","href":"dart-html/TextTrackList/changeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrackList","kind":3,"href":"dart-html/TextTrackList-class.html"}},{"name":"elementAt","qualifiedName":"dart:html.TextTrackList.elementAt","href":"dart-html/TextTrackList/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the indexth element.","enclosedBy":{"name":"TextTrackList","kind":3,"href":"dart-html/TextTrackList-class.html"}},{"name":"first","qualifiedName":"dart:html.TextTrackList.first","href":"dart-html/TextTrackList/first.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first element.","enclosedBy":{"name":"TextTrackList","kind":3,"href":"dart-html/TextTrackList-class.html"}},{"name":"getTrackById","qualifiedName":"dart:html.TextTrackList.getTrackById","href":"dart-html/TextTrackList/getTrackById.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrackList","kind":3,"href":"dart-html/TextTrackList-class.html"}},{"name":"last","qualifiedName":"dart:html.TextTrackList.last","href":"dart-html/TextTrackList/last.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last element.","enclosedBy":{"name":"TextTrackList","kind":3,"href":"dart-html/TextTrackList-class.html"}},{"name":"length","qualifiedName":"dart:html.TextTrackList.length","href":"dart-html/TextTrackList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"TextTrackList","kind":3,"href":"dart-html/TextTrackList-class.html"}},{"name":"onAddTrack","qualifiedName":"dart:html.TextTrackList.onAddTrack","href":"dart-html/TextTrackList/onAddTrack.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of addtrack events handled by this TextTrackList.","enclosedBy":{"name":"TextTrackList","kind":3,"href":"dart-html/TextTrackList-class.html"}},{"name":"onChange","qualifiedName":"dart:html.TextTrackList.onChange","href":"dart-html/TextTrackList/onChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TextTrackList","kind":3,"href":"dart-html/TextTrackList-class.html"}},{"name":"operator []","qualifiedName":"dart:html.TextTrackList.operator []","href":"dart-html/TextTrackList/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The object at the given index in the list.","enclosedBy":{"name":"TextTrackList","kind":3,"href":"dart-html/TextTrackList-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.TextTrackList.operator []=","href":"dart-html/TextTrackList/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"TextTrackList","kind":3,"href":"dart-html/TextTrackList-class.html"}},{"name":"single","qualifiedName":"dart:html.TextTrackList.single","href":"dart-html/TextTrackList/single.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"TextTrackList","kind":3,"href":"dart-html/TextTrackList-class.html"}},{"name":"TimeElement","qualifiedName":"dart:html.TimeElement","href":"dart-html/TimeElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"dateTime","qualifiedName":"dart:html.TimeElement.dateTime","href":"dart-html/TimeElement/dateTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TimeElement","kind":3,"href":"dart-html/TimeElement-class.html"}},{"name":"TimeInputElement","qualifiedName":"dart:html.TimeInputElement","href":"dart-html/TimeInputElement-class.html","kind":3,"packageRank":15,"desc":"A time (hour, minute, seconds, fractional seconds) with no time zone.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TimeInputElement.new","qualifiedName":"dart:html.TimeInputElement.TimeInputElement.new","href":"dart-html/TimeInputElement/TimeInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TimeInputElement","kind":3,"href":"dart-html/TimeInputElement-class.html"}},{"name":"readOnly","qualifiedName":"dart:html.TimeInputElement.readOnly","href":"dart-html/TimeInputElement/readOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TimeInputElement","kind":3,"href":"dart-html/TimeInputElement-class.html"}},{"name":"required","qualifiedName":"dart:html.TimeInputElement.required","href":"dart-html/TimeInputElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TimeInputElement","kind":3,"href":"dart-html/TimeInputElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.TimeInputElement.supported","href":"dart-html/TimeInputElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this input type is supported on the current platform.","enclosedBy":{"name":"TimeInputElement","kind":3,"href":"dart-html/TimeInputElement-class.html"}},{"name":"valueAsDate","qualifiedName":"dart:html.TimeInputElement.valueAsDate","href":"dart-html/TimeInputElement/valueAsDate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TimeInputElement","kind":3,"href":"dart-html/TimeInputElement-class.html"}},{"name":"TimeRanges","qualifiedName":"dart:html.TimeRanges","href":"dart-html/TimeRanges-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"end","qualifiedName":"dart:html.TimeRanges.end","href":"dart-html/TimeRanges/end.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TimeRanges","kind":3,"href":"dart-html/TimeRanges-class.html"}},{"name":"length","qualifiedName":"dart:html.TimeRanges.length","href":"dart-html/TimeRanges/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TimeRanges","kind":3,"href":"dart-html/TimeRanges-class.html"}},{"name":"start","qualifiedName":"dart:html.TimeRanges.start","href":"dart-html/TimeRanges/start.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TimeRanges","kind":3,"href":"dart-html/TimeRanges-class.html"}},{"name":"TimeoutHandler","qualifiedName":"dart:html.TimeoutHandler","href":"dart-html/TimeoutHandler.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TitleElement","qualifiedName":"dart:html.TitleElement","href":"dart-html/TitleElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TitleElement.new","qualifiedName":"dart:html.TitleElement.TitleElement.new","href":"dart-html/TitleElement/TitleElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TitleElement","kind":3,"href":"dart-html/TitleElement-class.html"}},{"name":"Touch","qualifiedName":"dart:html.Touch","href":"dart-html/Touch-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Touch.new","qualifiedName":"dart:html.Touch.Touch.new","href":"dart-html/Touch/Touch.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Touch","kind":3,"href":"dart-html/Touch-class.html"}},{"name":"client","qualifiedName":"dart:html.Touch.client","href":"dart-html/Touch/client.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Touch","kind":3,"href":"dart-html/Touch-class.html"}},{"name":"force","qualifiedName":"dart:html.Touch.force","href":"dart-html/Touch/force.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Touch","kind":3,"href":"dart-html/Touch-class.html"}},{"name":"identifier","qualifiedName":"dart:html.Touch.identifier","href":"dart-html/Touch/identifier.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Touch","kind":3,"href":"dart-html/Touch-class.html"}},{"name":"page","qualifiedName":"dart:html.Touch.page","href":"dart-html/Touch/page.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Touch","kind":3,"href":"dart-html/Touch-class.html"}},{"name":"radiusX","qualifiedName":"dart:html.Touch.radiusX","href":"dart-html/Touch/radiusX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Touch","kind":3,"href":"dart-html/Touch-class.html"}},{"name":"radiusY","qualifiedName":"dart:html.Touch.radiusY","href":"dart-html/Touch/radiusY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Touch","kind":3,"href":"dart-html/Touch-class.html"}},{"name":"region","qualifiedName":"dart:html.Touch.region","href":"dart-html/Touch/region.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Touch","kind":3,"href":"dart-html/Touch-class.html"}},{"name":"rotationAngle","qualifiedName":"dart:html.Touch.rotationAngle","href":"dart-html/Touch/rotationAngle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Touch","kind":3,"href":"dart-html/Touch-class.html"}},{"name":"screen","qualifiedName":"dart:html.Touch.screen","href":"dart-html/Touch/screen.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Touch","kind":3,"href":"dart-html/Touch-class.html"}},{"name":"target","qualifiedName":"dart:html.Touch.target","href":"dart-html/Touch/target.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Touch","kind":3,"href":"dart-html/Touch-class.html"}},{"name":"TouchEvent","qualifiedName":"dart:html.TouchEvent","href":"dart-html/TouchEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TouchEvent.new","qualifiedName":"dart:html.TouchEvent.TouchEvent.new","href":"dart-html/TouchEvent/TouchEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TouchEvent","kind":3,"href":"dart-html/TouchEvent-class.html"}},{"name":"altKey","qualifiedName":"dart:html.TouchEvent.altKey","href":"dart-html/TouchEvent/altKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TouchEvent","kind":3,"href":"dart-html/TouchEvent-class.html"}},{"name":"changedTouches","qualifiedName":"dart:html.TouchEvent.changedTouches","href":"dart-html/TouchEvent/changedTouches.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TouchEvent","kind":3,"href":"dart-html/TouchEvent-class.html"}},{"name":"ctrlKey","qualifiedName":"dart:html.TouchEvent.ctrlKey","href":"dart-html/TouchEvent/ctrlKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TouchEvent","kind":3,"href":"dart-html/TouchEvent-class.html"}},{"name":"metaKey","qualifiedName":"dart:html.TouchEvent.metaKey","href":"dart-html/TouchEvent/metaKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TouchEvent","kind":3,"href":"dart-html/TouchEvent-class.html"}},{"name":"shiftKey","qualifiedName":"dart:html.TouchEvent.shiftKey","href":"dart-html/TouchEvent/shiftKey.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TouchEvent","kind":3,"href":"dart-html/TouchEvent-class.html"}},{"name":"supported","qualifiedName":"dart:html.TouchEvent.supported","href":"dart-html/TouchEvent/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if touch events supported on the current platform.","enclosedBy":{"name":"TouchEvent","kind":3,"href":"dart-html/TouchEvent-class.html"}},{"name":"targetTouches","qualifiedName":"dart:html.TouchEvent.targetTouches","href":"dart-html/TouchEvent/targetTouches.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TouchEvent","kind":3,"href":"dart-html/TouchEvent-class.html"}},{"name":"touches","qualifiedName":"dart:html.TouchEvent.touches","href":"dart-html/TouchEvent/touches.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TouchEvent","kind":3,"href":"dart-html/TouchEvent-class.html"}},{"name":"TouchList","qualifiedName":"dart:html.TouchList","href":"dart-html/TouchList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"elementAt","qualifiedName":"dart:html.TouchList.elementAt","href":"dart-html/TouchList/elementAt.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the indexth element.","enclosedBy":{"name":"TouchList","kind":3,"href":"dart-html/TouchList-class.html"}},{"name":"first","qualifiedName":"dart:html.TouchList.first","href":"dart-html/TouchList/first.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The first element.","enclosedBy":{"name":"TouchList","kind":3,"href":"dart-html/TouchList-class.html"}},{"name":"item","qualifiedName":"dart:html.TouchList.item","href":"dart-html/TouchList/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TouchList","kind":3,"href":"dart-html/TouchList-class.html"}},{"name":"last","qualifiedName":"dart:html.TouchList.last","href":"dart-html/TouchList/last.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The last element.","enclosedBy":{"name":"TouchList","kind":3,"href":"dart-html/TouchList-class.html"}},{"name":"length","qualifiedName":"dart:html.TouchList.length","href":"dart-html/TouchList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"TouchList","kind":3,"href":"dart-html/TouchList-class.html"}},{"name":"operator []","qualifiedName":"dart:html.TouchList.operator []","href":"dart-html/TouchList/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The object at the given index in the list.","enclosedBy":{"name":"TouchList","kind":3,"href":"dart-html/TouchList-class.html"}},{"name":"operator []=","qualifiedName":"dart:html.TouchList.operator []=","href":"dart-html/TouchList/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sets the value at the given index in the list to value.","enclosedBy":{"name":"TouchList","kind":3,"href":"dart-html/TouchList-class.html"}},{"name":"single","qualifiedName":"dart:html.TouchList.single","href":"dart-html/TouchList/single.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks that this iterable has only one element, and returns that element.","enclosedBy":{"name":"TouchList","kind":3,"href":"dart-html/TouchList-class.html"}},{"name":"supported","qualifiedName":"dart:html.TouchList.supported","href":"dart-html/TouchList/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"TouchList","kind":3,"href":"dart-html/TouchList-class.html"}},{"name":"TrackDefault","qualifiedName":"dart:html.TrackDefault","href":"dart-html/TrackDefault-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TrackDefault.new","qualifiedName":"dart:html.TrackDefault.TrackDefault.new","href":"dart-html/TrackDefault/TrackDefault.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackDefault","kind":3,"href":"dart-html/TrackDefault-class.html"}},{"name":"byteStreamTrackID","qualifiedName":"dart:html.TrackDefault.byteStreamTrackID","href":"dart-html/TrackDefault/byteStreamTrackID.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackDefault","kind":3,"href":"dart-html/TrackDefault-class.html"}},{"name":"kinds","qualifiedName":"dart:html.TrackDefault.kinds","href":"dart-html/TrackDefault/kinds.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackDefault","kind":3,"href":"dart-html/TrackDefault-class.html"}},{"name":"label","qualifiedName":"dart:html.TrackDefault.label","href":"dart-html/TrackDefault/label.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackDefault","kind":3,"href":"dart-html/TrackDefault-class.html"}},{"name":"language","qualifiedName":"dart:html.TrackDefault.language","href":"dart-html/TrackDefault/language.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackDefault","kind":3,"href":"dart-html/TrackDefault-class.html"}},{"name":"type","qualifiedName":"dart:html.TrackDefault.type","href":"dart-html/TrackDefault/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackDefault","kind":3,"href":"dart-html/TrackDefault-class.html"}},{"name":"TrackDefaultList","qualifiedName":"dart:html.TrackDefaultList","href":"dart-html/TrackDefaultList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TrackDefaultList.new","qualifiedName":"dart:html.TrackDefaultList.TrackDefaultList.new","href":"dart-html/TrackDefaultList/TrackDefaultList.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackDefaultList","kind":3,"href":"dart-html/TrackDefaultList-class.html"}},{"name":"item","qualifiedName":"dart:html.TrackDefaultList.item","href":"dart-html/TrackDefaultList/item.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackDefaultList","kind":3,"href":"dart-html/TrackDefaultList-class.html"}},{"name":"length","qualifiedName":"dart:html.TrackDefaultList.length","href":"dart-html/TrackDefaultList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackDefaultList","kind":3,"href":"dart-html/TrackDefaultList-class.html"}},{"name":"TrackElement","qualifiedName":"dart:html.TrackElement","href":"dart-html/TrackElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ERROR","qualifiedName":"dart:html.TrackElement.ERROR","href":"dart-html/TrackElement/ERROR-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"LOADED","qualifiedName":"dart:html.TrackElement.LOADED","href":"dart-html/TrackElement/LOADED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"LOADING","qualifiedName":"dart:html.TrackElement.LOADING","href":"dart-html/TrackElement/LOADING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"NONE","qualifiedName":"dart:html.TrackElement.NONE","href":"dart-html/TrackElement/NONE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"TrackElement.new","qualifiedName":"dart:html.TrackElement.TrackElement.new","href":"dart-html/TrackElement/TrackElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"defaultValue","qualifiedName":"dart:html.TrackElement.defaultValue","href":"dart-html/TrackElement/defaultValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"kind","qualifiedName":"dart:html.TrackElement.kind","href":"dart-html/TrackElement/kind.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"label","qualifiedName":"dart:html.TrackElement.label","href":"dart-html/TrackElement/label.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"readyState","qualifiedName":"dart:html.TrackElement.readyState","href":"dart-html/TrackElement/readyState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"src","qualifiedName":"dart:html.TrackElement.src","href":"dart-html/TrackElement/src.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"srclang","qualifiedName":"dart:html.TrackElement.srclang","href":"dart-html/TrackElement/srclang.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.TrackElement.supported","href":"dart-html/TrackElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"track","qualifiedName":"dart:html.TrackElement.track","href":"dart-html/TrackElement/track.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackElement","kind":3,"href":"dart-html/TrackElement-class.html"}},{"name":"TrackEvent","qualifiedName":"dart:html.TrackEvent","href":"dart-html/TrackEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TrackEvent.new","qualifiedName":"dart:html.TrackEvent.TrackEvent.new","href":"dart-html/TrackEvent/TrackEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackEvent","kind":3,"href":"dart-html/TrackEvent-class.html"}},{"name":"track","qualifiedName":"dart:html.TrackEvent.track","href":"dart-html/TrackEvent/track.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrackEvent","kind":3,"href":"dart-html/TrackEvent-class.html"}},{"name":"TransitionEvent","qualifiedName":"dart:html.TransitionEvent","href":"dart-html/TransitionEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TransitionEvent.new","qualifiedName":"dart:html.TransitionEvent.TransitionEvent.new","href":"dart-html/TransitionEvent/TransitionEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TransitionEvent","kind":3,"href":"dart-html/TransitionEvent-class.html"}},{"name":"elapsedTime","qualifiedName":"dart:html.TransitionEvent.elapsedTime","href":"dart-html/TransitionEvent/elapsedTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TransitionEvent","kind":3,"href":"dart-html/TransitionEvent-class.html"}},{"name":"propertyName","qualifiedName":"dart:html.TransitionEvent.propertyName","href":"dart-html/TransitionEvent/propertyName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TransitionEvent","kind":3,"href":"dart-html/TransitionEvent-class.html"}},{"name":"pseudoElement","qualifiedName":"dart:html.TransitionEvent.pseudoElement","href":"dart-html/TransitionEvent/pseudoElement.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TransitionEvent","kind":3,"href":"dart-html/TransitionEvent-class.html"}},{"name":"TreeWalker","qualifiedName":"dart:html.TreeWalker","href":"dart-html/TreeWalker-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"TreeWalker.new","qualifiedName":"dart:html.TreeWalker.TreeWalker.new","href":"dart-html/TreeWalker/TreeWalker.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TreeWalker","kind":3,"href":"dart-html/TreeWalker-class.html"}},{"name":"currentNode","qualifiedName":"dart:html.TreeWalker.currentNode","href":"dart-html/TreeWalker/currentNode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TreeWalker","kind":3,"href":"dart-html/TreeWalker-class.html"}},{"name":"filter","qualifiedName":"dart:html.TreeWalker.filter","href":"dart-html/TreeWalker/filter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TreeWalker","kind":3,"href":"dart-html/TreeWalker-class.html"}},{"name":"firstChild","qualifiedName":"dart:html.TreeWalker.firstChild","href":"dart-html/TreeWalker/firstChild.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TreeWalker","kind":3,"href":"dart-html/TreeWalker-class.html"}},{"name":"lastChild","qualifiedName":"dart:html.TreeWalker.lastChild","href":"dart-html/TreeWalker/lastChild.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TreeWalker","kind":3,"href":"dart-html/TreeWalker-class.html"}},{"name":"nextNode","qualifiedName":"dart:html.TreeWalker.nextNode","href":"dart-html/TreeWalker/nextNode.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TreeWalker","kind":3,"href":"dart-html/TreeWalker-class.html"}},{"name":"nextSibling","qualifiedName":"dart:html.TreeWalker.nextSibling","href":"dart-html/TreeWalker/nextSibling.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TreeWalker","kind":3,"href":"dart-html/TreeWalker-class.html"}},{"name":"parentNode","qualifiedName":"dart:html.TreeWalker.parentNode","href":"dart-html/TreeWalker/parentNode.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TreeWalker","kind":3,"href":"dart-html/TreeWalker-class.html"}},{"name":"previousNode","qualifiedName":"dart:html.TreeWalker.previousNode","href":"dart-html/TreeWalker/previousNode.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TreeWalker","kind":3,"href":"dart-html/TreeWalker-class.html"}},{"name":"previousSibling","qualifiedName":"dart:html.TreeWalker.previousSibling","href":"dart-html/TreeWalker/previousSibling.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TreeWalker","kind":3,"href":"dart-html/TreeWalker-class.html"}},{"name":"root","qualifiedName":"dart:html.TreeWalker.root","href":"dart-html/TreeWalker/root.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TreeWalker","kind":3,"href":"dart-html/TreeWalker-class.html"}},{"name":"whatToShow","qualifiedName":"dart:html.TreeWalker.whatToShow","href":"dart-html/TreeWalker/whatToShow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TreeWalker","kind":3,"href":"dart-html/TreeWalker-class.html"}},{"name":"TrustedHtml","qualifiedName":"dart:html.TrustedHtml","href":"dart-html/TrustedHtml-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"escape","qualifiedName":"dart:html.TrustedHtml.escape","href":"dart-html/TrustedHtml/escape.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrustedHtml","kind":3,"href":"dart-html/TrustedHtml-class.html"}},{"name":"unsafelyCreate","qualifiedName":"dart:html.TrustedHtml.unsafelyCreate","href":"dart-html/TrustedHtml/unsafelyCreate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrustedHtml","kind":3,"href":"dart-html/TrustedHtml-class.html"}},{"name":"TrustedScriptUrl","qualifiedName":"dart:html.TrustedScriptUrl","href":"dart-html/TrustedScriptUrl-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"unsafelyCreate","qualifiedName":"dart:html.TrustedScriptUrl.unsafelyCreate","href":"dart-html/TrustedScriptUrl/unsafelyCreate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrustedScriptUrl","kind":3,"href":"dart-html/TrustedScriptUrl-class.html"}},{"name":"TrustedUrl","qualifiedName":"dart:html.TrustedUrl","href":"dart-html/TrustedUrl-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"create","qualifiedName":"dart:html.TrustedUrl.create","href":"dart-html/TrustedUrl/create.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrustedUrl","kind":3,"href":"dart-html/TrustedUrl-class.html"}},{"name":"unsafelyCreate","qualifiedName":"dart:html.TrustedUrl.unsafelyCreate","href":"dart-html/TrustedUrl/unsafelyCreate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TrustedUrl","kind":3,"href":"dart-html/TrustedUrl-class.html"}},{"name":"UIEvent","qualifiedName":"dart:html.UIEvent","href":"dart-html/UIEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"UIEvent.new","qualifiedName":"dart:html.UIEvent.UIEvent.new","href":"dart-html/UIEvent/UIEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"UIEvent","kind":3,"href":"dart-html/UIEvent-class.html"}},{"name":"detail","qualifiedName":"dart:html.UIEvent.detail","href":"dart-html/UIEvent/detail.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UIEvent","kind":3,"href":"dart-html/UIEvent-class.html"}},{"name":"sourceCapabilities","qualifiedName":"dart:html.UIEvent.sourceCapabilities","href":"dart-html/UIEvent/sourceCapabilities.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UIEvent","kind":3,"href":"dart-html/UIEvent-class.html"}},{"name":"view","qualifiedName":"dart:html.UIEvent.view","href":"dart-html/UIEvent/view.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UIEvent","kind":3,"href":"dart-html/UIEvent-class.html"}},{"name":"UListElement","qualifiedName":"dart:html.UListElement","href":"dart-html/UListElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"UListElement.new","qualifiedName":"dart:html.UListElement.UListElement.new","href":"dart-html/UListElement/UListElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"UListElement","kind":3,"href":"dart-html/UListElement-class.html"}},{"name":"UnderlyingSourceBase","qualifiedName":"dart:html.UnderlyingSourceBase","href":"dart-html/UnderlyingSourceBase-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"cancel","qualifiedName":"dart:html.UnderlyingSourceBase.cancel","href":"dart-html/UnderlyingSourceBase/cancel.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UnderlyingSourceBase","kind":3,"href":"dart-html/UnderlyingSourceBase-class.html"}},{"name":"notifyLockAcquired","qualifiedName":"dart:html.UnderlyingSourceBase.notifyLockAcquired","href":"dart-html/UnderlyingSourceBase/notifyLockAcquired.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UnderlyingSourceBase","kind":3,"href":"dart-html/UnderlyingSourceBase-class.html"}},{"name":"notifyLockReleased","qualifiedName":"dart:html.UnderlyingSourceBase.notifyLockReleased","href":"dart-html/UnderlyingSourceBase/notifyLockReleased.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UnderlyingSourceBase","kind":3,"href":"dart-html/UnderlyingSourceBase-class.html"}},{"name":"pull","qualifiedName":"dart:html.UnderlyingSourceBase.pull","href":"dart-html/UnderlyingSourceBase/pull.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UnderlyingSourceBase","kind":3,"href":"dart-html/UnderlyingSourceBase-class.html"}},{"name":"start","qualifiedName":"dart:html.UnderlyingSourceBase.start","href":"dart-html/UnderlyingSourceBase/start.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UnderlyingSourceBase","kind":3,"href":"dart-html/UnderlyingSourceBase-class.html"}},{"name":"UnknownElement","qualifiedName":"dart:html.UnknownElement","href":"dart-html/UnknownElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"UriPolicy","qualifiedName":"dart:html.UriPolicy","href":"dart-html/UriPolicy-class.html","kind":3,"packageRank":15,"desc":"Defines the policy for what types of uris are allowed for particular\nattribute values.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"UriPolicy.new","qualifiedName":"dart:html.UriPolicy.UriPolicy.new","href":"dart-html/UriPolicy/UriPolicy.html","kind":2,"packageRank":15,"desc":"Constructs the default UriPolicy which is to only allow Uris to the same\norigin as the application was launched from.","enclosedBy":{"name":"UriPolicy","kind":3,"href":"dart-html/UriPolicy-class.html"}},{"name":"allowsUri","qualifiedName":"dart:html.UriPolicy.allowsUri","href":"dart-html/UriPolicy/allowsUri.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Checks if the uri is allowed on the specified attribute.","enclosedBy":{"name":"UriPolicy","kind":3,"href":"dart-html/UriPolicy-class.html"}},{"name":"Url","qualifiedName":"dart:html.Url","href":"dart-html/Url-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"createObjectUrl","qualifiedName":"dart:html.Url.createObjectUrl","href":"dart-html/Url/createObjectUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"createObjectUrlFromBlob","qualifiedName":"dart:html.Url.createObjectUrlFromBlob","href":"dart-html/Url/createObjectUrlFromBlob.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"createObjectUrlFromSource","qualifiedName":"dart:html.Url.createObjectUrlFromSource","href":"dart-html/Url/createObjectUrlFromSource.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"createObjectUrlFromStream","qualifiedName":"dart:html.Url.createObjectUrlFromStream","href":"dart-html/Url/createObjectUrlFromStream.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"hash","qualifiedName":"dart:html.Url.hash","href":"dart-html/Url/hash.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"host","qualifiedName":"dart:html.Url.host","href":"dart-html/Url/host.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"hostname","qualifiedName":"dart:html.Url.hostname","href":"dart-html/Url/hostname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"href","qualifiedName":"dart:html.Url.href","href":"dart-html/Url/href.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"origin","qualifiedName":"dart:html.Url.origin","href":"dart-html/Url/origin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"password","qualifiedName":"dart:html.Url.password","href":"dart-html/Url/password.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"pathname","qualifiedName":"dart:html.Url.pathname","href":"dart-html/Url/pathname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"port","qualifiedName":"dart:html.Url.port","href":"dart-html/Url/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"protocol","qualifiedName":"dart:html.Url.protocol","href":"dart-html/Url/protocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"revokeObjectUrl","qualifiedName":"dart:html.Url.revokeObjectUrl","href":"dart-html/Url/revokeObjectUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"search","qualifiedName":"dart:html.Url.search","href":"dart-html/Url/search.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"searchParams","qualifiedName":"dart:html.Url.searchParams","href":"dart-html/Url/searchParams.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"toString","qualifiedName":"dart:html.Url.toString","href":"dart-html/Url/toString.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"username","qualifiedName":"dart:html.Url.username","href":"dart-html/Url/username.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Url","kind":3,"href":"dart-html/Url-class.html"}},{"name":"UrlInputElement","qualifiedName":"dart:html.UrlInputElement","href":"dart-html/UrlInputElement-class.html","kind":3,"packageRank":15,"desc":"A control for editing an absolute URL.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"UrlInputElement.new","qualifiedName":"dart:html.UrlInputElement.UrlInputElement.new","href":"dart-html/UrlInputElement/UrlInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlInputElement","kind":3,"href":"dart-html/UrlInputElement-class.html"}},{"name":"list","qualifiedName":"dart:html.UrlInputElement.list","href":"dart-html/UrlInputElement/list.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlInputElement","kind":3,"href":"dart-html/UrlInputElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.UrlInputElement.supported","href":"dart-html/UrlInputElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this input type is supported on the current platform.","enclosedBy":{"name":"UrlInputElement","kind":3,"href":"dart-html/UrlInputElement-class.html"}},{"name":"UrlSearchParams","qualifiedName":"dart:html.UrlSearchParams","href":"dart-html/UrlSearchParams-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"UrlSearchParams.new","qualifiedName":"dart:html.UrlSearchParams.UrlSearchParams.new","href":"dart-html/UrlSearchParams/UrlSearchParams.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlSearchParams","kind":3,"href":"dart-html/UrlSearchParams-class.html"}},{"name":"append","qualifiedName":"dart:html.UrlSearchParams.append","href":"dart-html/UrlSearchParams/append.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlSearchParams","kind":3,"href":"dart-html/UrlSearchParams-class.html"}},{"name":"delete","qualifiedName":"dart:html.UrlSearchParams.delete","href":"dart-html/UrlSearchParams/delete.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlSearchParams","kind":3,"href":"dart-html/UrlSearchParams-class.html"}},{"name":"get","qualifiedName":"dart:html.UrlSearchParams.get","href":"dart-html/UrlSearchParams/get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlSearchParams","kind":3,"href":"dart-html/UrlSearchParams-class.html"}},{"name":"getAll","qualifiedName":"dart:html.UrlSearchParams.getAll","href":"dart-html/UrlSearchParams/getAll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlSearchParams","kind":3,"href":"dart-html/UrlSearchParams-class.html"}},{"name":"has","qualifiedName":"dart:html.UrlSearchParams.has","href":"dart-html/UrlSearchParams/has.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlSearchParams","kind":3,"href":"dart-html/UrlSearchParams-class.html"}},{"name":"set","qualifiedName":"dart:html.UrlSearchParams.set","href":"dart-html/UrlSearchParams/set.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlSearchParams","kind":3,"href":"dart-html/UrlSearchParams-class.html"}},{"name":"sort","qualifiedName":"dart:html.UrlSearchParams.sort","href":"dart-html/UrlSearchParams/sort.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlSearchParams","kind":3,"href":"dart-html/UrlSearchParams-class.html"}},{"name":"UrlUtilsReadOnly","qualifiedName":"dart:html.UrlUtilsReadOnly","href":"dart-html/UrlUtilsReadOnly-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"hash","qualifiedName":"dart:html.UrlUtilsReadOnly.hash","href":"dart-html/UrlUtilsReadOnly/hash.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlUtilsReadOnly","kind":3,"href":"dart-html/UrlUtilsReadOnly-class.html"}},{"name":"host","qualifiedName":"dart:html.UrlUtilsReadOnly.host","href":"dart-html/UrlUtilsReadOnly/host.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlUtilsReadOnly","kind":3,"href":"dart-html/UrlUtilsReadOnly-class.html"}},{"name":"hostname","qualifiedName":"dart:html.UrlUtilsReadOnly.hostname","href":"dart-html/UrlUtilsReadOnly/hostname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlUtilsReadOnly","kind":3,"href":"dart-html/UrlUtilsReadOnly-class.html"}},{"name":"href","qualifiedName":"dart:html.UrlUtilsReadOnly.href","href":"dart-html/UrlUtilsReadOnly/href.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlUtilsReadOnly","kind":3,"href":"dart-html/UrlUtilsReadOnly-class.html"}},{"name":"origin","qualifiedName":"dart:html.UrlUtilsReadOnly.origin","href":"dart-html/UrlUtilsReadOnly/origin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlUtilsReadOnly","kind":3,"href":"dart-html/UrlUtilsReadOnly-class.html"}},{"name":"pathname","qualifiedName":"dart:html.UrlUtilsReadOnly.pathname","href":"dart-html/UrlUtilsReadOnly/pathname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlUtilsReadOnly","kind":3,"href":"dart-html/UrlUtilsReadOnly-class.html"}},{"name":"port","qualifiedName":"dart:html.UrlUtilsReadOnly.port","href":"dart-html/UrlUtilsReadOnly/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlUtilsReadOnly","kind":3,"href":"dart-html/UrlUtilsReadOnly-class.html"}},{"name":"protocol","qualifiedName":"dart:html.UrlUtilsReadOnly.protocol","href":"dart-html/UrlUtilsReadOnly/protocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlUtilsReadOnly","kind":3,"href":"dart-html/UrlUtilsReadOnly-class.html"}},{"name":"search","qualifiedName":"dart:html.UrlUtilsReadOnly.search","href":"dart-html/UrlUtilsReadOnly/search.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlUtilsReadOnly","kind":3,"href":"dart-html/UrlUtilsReadOnly-class.html"}},{"name":"VR","qualifiedName":"dart:html.VR","href":"dart-html/VR-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getDevices","qualifiedName":"dart:html.VR.getDevices","href":"dart-html/VR/getDevices.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VR","kind":3,"href":"dart-html/VR-class.html"}},{"name":"VRCoordinateSystem","qualifiedName":"dart:html.VRCoordinateSystem","href":"dart-html/VRCoordinateSystem-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"getTransformTo","qualifiedName":"dart:html.VRCoordinateSystem.getTransformTo","href":"dart-html/VRCoordinateSystem/getTransformTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRCoordinateSystem","kind":3,"href":"dart-html/VRCoordinateSystem-class.html"}},{"name":"VRDevice","qualifiedName":"dart:html.VRDevice","href":"dart-html/VRDevice-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"deviceName","qualifiedName":"dart:html.VRDevice.deviceName","href":"dart-html/VRDevice/deviceName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDevice","kind":3,"href":"dart-html/VRDevice-class.html"}},{"name":"isExternal","qualifiedName":"dart:html.VRDevice.isExternal","href":"dart-html/VRDevice/isExternal.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDevice","kind":3,"href":"dart-html/VRDevice-class.html"}},{"name":"requestSession","qualifiedName":"dart:html.VRDevice.requestSession","href":"dart-html/VRDevice/requestSession.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDevice","kind":3,"href":"dart-html/VRDevice-class.html"}},{"name":"supportsSession","qualifiedName":"dart:html.VRDevice.supportsSession","href":"dart-html/VRDevice/supportsSession.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDevice","kind":3,"href":"dart-html/VRDevice-class.html"}},{"name":"VRDeviceEvent","qualifiedName":"dart:html.VRDeviceEvent","href":"dart-html/VRDeviceEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"VRDeviceEvent.new","qualifiedName":"dart:html.VRDeviceEvent.VRDeviceEvent.new","href":"dart-html/VRDeviceEvent/VRDeviceEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDeviceEvent","kind":3,"href":"dart-html/VRDeviceEvent-class.html"}},{"name":"device","qualifiedName":"dart:html.VRDeviceEvent.device","href":"dart-html/VRDeviceEvent/device.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDeviceEvent","kind":3,"href":"dart-html/VRDeviceEvent-class.html"}},{"name":"VRDisplay","qualifiedName":"dart:html.VRDisplay","href":"dart-html/VRDisplay-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"cancelAnimationFrame","qualifiedName":"dart:html.VRDisplay.cancelAnimationFrame","href":"dart-html/VRDisplay/cancelAnimationFrame.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"capabilities","qualifiedName":"dart:html.VRDisplay.capabilities","href":"dart-html/VRDisplay/capabilities.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"depthFar","qualifiedName":"dart:html.VRDisplay.depthFar","href":"dart-html/VRDisplay/depthFar.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"depthNear","qualifiedName":"dart:html.VRDisplay.depthNear","href":"dart-html/VRDisplay/depthNear.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"displayId","qualifiedName":"dart:html.VRDisplay.displayId","href":"dart-html/VRDisplay/displayId.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"displayName","qualifiedName":"dart:html.VRDisplay.displayName","href":"dart-html/VRDisplay/displayName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"exitPresent","qualifiedName":"dart:html.VRDisplay.exitPresent","href":"dart-html/VRDisplay/exitPresent.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"getEyeParameters","qualifiedName":"dart:html.VRDisplay.getEyeParameters","href":"dart-html/VRDisplay/getEyeParameters.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"getFrameData","qualifiedName":"dart:html.VRDisplay.getFrameData","href":"dart-html/VRDisplay/getFrameData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"getLayers","qualifiedName":"dart:html.VRDisplay.getLayers","href":"dart-html/VRDisplay/getLayers.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"isPresenting","qualifiedName":"dart:html.VRDisplay.isPresenting","href":"dart-html/VRDisplay/isPresenting.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"requestAnimationFrame","qualifiedName":"dart:html.VRDisplay.requestAnimationFrame","href":"dart-html/VRDisplay/requestAnimationFrame.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"requestPresent","qualifiedName":"dart:html.VRDisplay.requestPresent","href":"dart-html/VRDisplay/requestPresent.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"stageParameters","qualifiedName":"dart:html.VRDisplay.stageParameters","href":"dart-html/VRDisplay/stageParameters.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"submitFrame","qualifiedName":"dart:html.VRDisplay.submitFrame","href":"dart-html/VRDisplay/submitFrame.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplay","kind":3,"href":"dart-html/VRDisplay-class.html"}},{"name":"VRDisplayCapabilities","qualifiedName":"dart:html.VRDisplayCapabilities","href":"dart-html/VRDisplayCapabilities-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"canPresent","qualifiedName":"dart:html.VRDisplayCapabilities.canPresent","href":"dart-html/VRDisplayCapabilities/canPresent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplayCapabilities","kind":3,"href":"dart-html/VRDisplayCapabilities-class.html"}},{"name":"hasExternalDisplay","qualifiedName":"dart:html.VRDisplayCapabilities.hasExternalDisplay","href":"dart-html/VRDisplayCapabilities/hasExternalDisplay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplayCapabilities","kind":3,"href":"dart-html/VRDisplayCapabilities-class.html"}},{"name":"hasPosition","qualifiedName":"dart:html.VRDisplayCapabilities.hasPosition","href":"dart-html/VRDisplayCapabilities/hasPosition.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplayCapabilities","kind":3,"href":"dart-html/VRDisplayCapabilities-class.html"}},{"name":"maxLayers","qualifiedName":"dart:html.VRDisplayCapabilities.maxLayers","href":"dart-html/VRDisplayCapabilities/maxLayers.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplayCapabilities","kind":3,"href":"dart-html/VRDisplayCapabilities-class.html"}},{"name":"VRDisplayEvent","qualifiedName":"dart:html.VRDisplayEvent","href":"dart-html/VRDisplayEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"VRDisplayEvent.new","qualifiedName":"dart:html.VRDisplayEvent.VRDisplayEvent.new","href":"dart-html/VRDisplayEvent/VRDisplayEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplayEvent","kind":3,"href":"dart-html/VRDisplayEvent-class.html"}},{"name":"display","qualifiedName":"dart:html.VRDisplayEvent.display","href":"dart-html/VRDisplayEvent/display.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplayEvent","kind":3,"href":"dart-html/VRDisplayEvent-class.html"}},{"name":"reason","qualifiedName":"dart:html.VRDisplayEvent.reason","href":"dart-html/VRDisplayEvent/reason.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRDisplayEvent","kind":3,"href":"dart-html/VRDisplayEvent-class.html"}},{"name":"VREyeParameters","qualifiedName":"dart:html.VREyeParameters","href":"dart-html/VREyeParameters-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"offset","qualifiedName":"dart:html.VREyeParameters.offset","href":"dart-html/VREyeParameters/offset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VREyeParameters","kind":3,"href":"dart-html/VREyeParameters-class.html"}},{"name":"renderHeight","qualifiedName":"dart:html.VREyeParameters.renderHeight","href":"dart-html/VREyeParameters/renderHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VREyeParameters","kind":3,"href":"dart-html/VREyeParameters-class.html"}},{"name":"renderWidth","qualifiedName":"dart:html.VREyeParameters.renderWidth","href":"dart-html/VREyeParameters/renderWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VREyeParameters","kind":3,"href":"dart-html/VREyeParameters-class.html"}},{"name":"VRFrameData","qualifiedName":"dart:html.VRFrameData","href":"dart-html/VRFrameData-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"VRFrameData.new","qualifiedName":"dart:html.VRFrameData.VRFrameData.new","href":"dart-html/VRFrameData/VRFrameData.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"VRFrameData","kind":3,"href":"dart-html/VRFrameData-class.html"}},{"name":"leftProjectionMatrix","qualifiedName":"dart:html.VRFrameData.leftProjectionMatrix","href":"dart-html/VRFrameData/leftProjectionMatrix.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRFrameData","kind":3,"href":"dart-html/VRFrameData-class.html"}},{"name":"leftViewMatrix","qualifiedName":"dart:html.VRFrameData.leftViewMatrix","href":"dart-html/VRFrameData/leftViewMatrix.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRFrameData","kind":3,"href":"dart-html/VRFrameData-class.html"}},{"name":"pose","qualifiedName":"dart:html.VRFrameData.pose","href":"dart-html/VRFrameData/pose.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRFrameData","kind":3,"href":"dart-html/VRFrameData-class.html"}},{"name":"rightProjectionMatrix","qualifiedName":"dart:html.VRFrameData.rightProjectionMatrix","href":"dart-html/VRFrameData/rightProjectionMatrix.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRFrameData","kind":3,"href":"dart-html/VRFrameData-class.html"}},{"name":"rightViewMatrix","qualifiedName":"dart:html.VRFrameData.rightViewMatrix","href":"dart-html/VRFrameData/rightViewMatrix.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRFrameData","kind":3,"href":"dart-html/VRFrameData-class.html"}},{"name":"VRFrameOfReference","qualifiedName":"dart:html.VRFrameOfReference","href":"dart-html/VRFrameOfReference-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"bounds","qualifiedName":"dart:html.VRFrameOfReference.bounds","href":"dart-html/VRFrameOfReference/bounds.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRFrameOfReference","kind":3,"href":"dart-html/VRFrameOfReference-class.html"}},{"name":"emulatedHeight","qualifiedName":"dart:html.VRFrameOfReference.emulatedHeight","href":"dart-html/VRFrameOfReference/emulatedHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRFrameOfReference","kind":3,"href":"dart-html/VRFrameOfReference-class.html"}},{"name":"VRPose","qualifiedName":"dart:html.VRPose","href":"dart-html/VRPose-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"angularAcceleration","qualifiedName":"dart:html.VRPose.angularAcceleration","href":"dart-html/VRPose/angularAcceleration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRPose","kind":3,"href":"dart-html/VRPose-class.html"}},{"name":"angularVelocity","qualifiedName":"dart:html.VRPose.angularVelocity","href":"dart-html/VRPose/angularVelocity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRPose","kind":3,"href":"dart-html/VRPose-class.html"}},{"name":"linearAcceleration","qualifiedName":"dart:html.VRPose.linearAcceleration","href":"dart-html/VRPose/linearAcceleration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRPose","kind":3,"href":"dart-html/VRPose-class.html"}},{"name":"linearVelocity","qualifiedName":"dart:html.VRPose.linearVelocity","href":"dart-html/VRPose/linearVelocity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRPose","kind":3,"href":"dart-html/VRPose-class.html"}},{"name":"orientation","qualifiedName":"dart:html.VRPose.orientation","href":"dart-html/VRPose/orientation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRPose","kind":3,"href":"dart-html/VRPose-class.html"}},{"name":"position","qualifiedName":"dart:html.VRPose.position","href":"dart-html/VRPose/position.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRPose","kind":3,"href":"dart-html/VRPose-class.html"}},{"name":"VRSession","qualifiedName":"dart:html.VRSession","href":"dart-html/VRSession-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"blurEvent","qualifiedName":"dart:html.VRSession.blurEvent","href":"dart-html/VRSession/blurEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRSession","kind":3,"href":"dart-html/VRSession-class.html"}},{"name":"depthFar","qualifiedName":"dart:html.VRSession.depthFar","href":"dart-html/VRSession/depthFar.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRSession","kind":3,"href":"dart-html/VRSession-class.html"}},{"name":"depthNear","qualifiedName":"dart:html.VRSession.depthNear","href":"dart-html/VRSession/depthNear.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRSession","kind":3,"href":"dart-html/VRSession-class.html"}},{"name":"device","qualifiedName":"dart:html.VRSession.device","href":"dart-html/VRSession/device.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRSession","kind":3,"href":"dart-html/VRSession-class.html"}},{"name":"end","qualifiedName":"dart:html.VRSession.end","href":"dart-html/VRSession/end.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRSession","kind":3,"href":"dart-html/VRSession-class.html"}},{"name":"exclusive","qualifiedName":"dart:html.VRSession.exclusive","href":"dart-html/VRSession/exclusive.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRSession","kind":3,"href":"dart-html/VRSession-class.html"}},{"name":"focusEvent","qualifiedName":"dart:html.VRSession.focusEvent","href":"dart-html/VRSession/focusEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRSession","kind":3,"href":"dart-html/VRSession-class.html"}},{"name":"onBlur","qualifiedName":"dart:html.VRSession.onBlur","href":"dart-html/VRSession/onBlur.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRSession","kind":3,"href":"dart-html/VRSession-class.html"}},{"name":"onFocus","qualifiedName":"dart:html.VRSession.onFocus","href":"dart-html/VRSession/onFocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRSession","kind":3,"href":"dart-html/VRSession-class.html"}},{"name":"requestFrameOfReference","qualifiedName":"dart:html.VRSession.requestFrameOfReference","href":"dart-html/VRSession/requestFrameOfReference.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRSession","kind":3,"href":"dart-html/VRSession-class.html"}},{"name":"VRSessionEvent","qualifiedName":"dart:html.VRSessionEvent","href":"dart-html/VRSessionEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"VRSessionEvent.new","qualifiedName":"dart:html.VRSessionEvent.VRSessionEvent.new","href":"dart-html/VRSessionEvent/VRSessionEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"VRSessionEvent","kind":3,"href":"dart-html/VRSessionEvent-class.html"}},{"name":"session","qualifiedName":"dart:html.VRSessionEvent.session","href":"dart-html/VRSessionEvent/session.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRSessionEvent","kind":3,"href":"dart-html/VRSessionEvent-class.html"}},{"name":"VRStageBounds","qualifiedName":"dart:html.VRStageBounds","href":"dart-html/VRStageBounds-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"geometry","qualifiedName":"dart:html.VRStageBounds.geometry","href":"dart-html/VRStageBounds/geometry.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRStageBounds","kind":3,"href":"dart-html/VRStageBounds-class.html"}},{"name":"VRStageBoundsPoint","qualifiedName":"dart:html.VRStageBoundsPoint","href":"dart-html/VRStageBoundsPoint-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"x","qualifiedName":"dart:html.VRStageBoundsPoint.x","href":"dart-html/VRStageBoundsPoint/x.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRStageBoundsPoint","kind":3,"href":"dart-html/VRStageBoundsPoint-class.html"}},{"name":"z","qualifiedName":"dart:html.VRStageBoundsPoint.z","href":"dart-html/VRStageBoundsPoint/z.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRStageBoundsPoint","kind":3,"href":"dart-html/VRStageBoundsPoint-class.html"}},{"name":"VRStageParameters","qualifiedName":"dart:html.VRStageParameters","href":"dart-html/VRStageParameters-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"sittingToStandingTransform","qualifiedName":"dart:html.VRStageParameters.sittingToStandingTransform","href":"dart-html/VRStageParameters/sittingToStandingTransform.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRStageParameters","kind":3,"href":"dart-html/VRStageParameters-class.html"}},{"name":"sizeX","qualifiedName":"dart:html.VRStageParameters.sizeX","href":"dart-html/VRStageParameters/sizeX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRStageParameters","kind":3,"href":"dart-html/VRStageParameters-class.html"}},{"name":"sizeZ","qualifiedName":"dart:html.VRStageParameters.sizeZ","href":"dart-html/VRStageParameters/sizeZ.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VRStageParameters","kind":3,"href":"dart-html/VRStageParameters-class.html"}},{"name":"ValidityState","qualifiedName":"dart:html.ValidityState","href":"dart-html/ValidityState-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"badInput","qualifiedName":"dart:html.ValidityState.badInput","href":"dart-html/ValidityState/badInput.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ValidityState","kind":3,"href":"dart-html/ValidityState-class.html"}},{"name":"customError","qualifiedName":"dart:html.ValidityState.customError","href":"dart-html/ValidityState/customError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ValidityState","kind":3,"href":"dart-html/ValidityState-class.html"}},{"name":"patternMismatch","qualifiedName":"dart:html.ValidityState.patternMismatch","href":"dart-html/ValidityState/patternMismatch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ValidityState","kind":3,"href":"dart-html/ValidityState-class.html"}},{"name":"rangeOverflow","qualifiedName":"dart:html.ValidityState.rangeOverflow","href":"dart-html/ValidityState/rangeOverflow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ValidityState","kind":3,"href":"dart-html/ValidityState-class.html"}},{"name":"rangeUnderflow","qualifiedName":"dart:html.ValidityState.rangeUnderflow","href":"dart-html/ValidityState/rangeUnderflow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ValidityState","kind":3,"href":"dart-html/ValidityState-class.html"}},{"name":"stepMismatch","qualifiedName":"dart:html.ValidityState.stepMismatch","href":"dart-html/ValidityState/stepMismatch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ValidityState","kind":3,"href":"dart-html/ValidityState-class.html"}},{"name":"tooLong","qualifiedName":"dart:html.ValidityState.tooLong","href":"dart-html/ValidityState/tooLong.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ValidityState","kind":3,"href":"dart-html/ValidityState-class.html"}},{"name":"tooShort","qualifiedName":"dart:html.ValidityState.tooShort","href":"dart-html/ValidityState/tooShort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ValidityState","kind":3,"href":"dart-html/ValidityState-class.html"}},{"name":"typeMismatch","qualifiedName":"dart:html.ValidityState.typeMismatch","href":"dart-html/ValidityState/typeMismatch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ValidityState","kind":3,"href":"dart-html/ValidityState-class.html"}},{"name":"valid","qualifiedName":"dart:html.ValidityState.valid","href":"dart-html/ValidityState/valid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ValidityState","kind":3,"href":"dart-html/ValidityState-class.html"}},{"name":"valueMissing","qualifiedName":"dart:html.ValidityState.valueMissing","href":"dart-html/ValidityState/valueMissing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ValidityState","kind":3,"href":"dart-html/ValidityState-class.html"}},{"name":"VideoElement","qualifiedName":"dart:html.VideoElement","href":"dart-html/VideoElement-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"VideoElement.new","qualifiedName":"dart:html.VideoElement.VideoElement.new","href":"dart-html/VideoElement/VideoElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoElement","kind":3,"href":"dart-html/VideoElement-class.html"}},{"name":"decodedFrameCount","qualifiedName":"dart:html.VideoElement.decodedFrameCount","href":"dart-html/VideoElement/decodedFrameCount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoElement","kind":3,"href":"dart-html/VideoElement-class.html"}},{"name":"droppedFrameCount","qualifiedName":"dart:html.VideoElement.droppedFrameCount","href":"dart-html/VideoElement/droppedFrameCount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoElement","kind":3,"href":"dart-html/VideoElement-class.html"}},{"name":"enterFullscreen","qualifiedName":"dart:html.VideoElement.enterFullscreen","href":"dart-html/VideoElement/enterFullscreen.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoElement","kind":3,"href":"dart-html/VideoElement-class.html"}},{"name":"exitFullscreen","qualifiedName":"dart:html.VideoElement.exitFullscreen","href":"dart-html/VideoElement/exitFullscreen.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoElement","kind":3,"href":"dart-html/VideoElement-class.html"}},{"name":"getVideoPlaybackQuality","qualifiedName":"dart:html.VideoElement.getVideoPlaybackQuality","href":"dart-html/VideoElement/getVideoPlaybackQuality.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoElement","kind":3,"href":"dart-html/VideoElement-class.html"}},{"name":"height","qualifiedName":"dart:html.VideoElement.height","href":"dart-html/VideoElement/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoElement","kind":3,"href":"dart-html/VideoElement-class.html"}},{"name":"poster","qualifiedName":"dart:html.VideoElement.poster","href":"dart-html/VideoElement/poster.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoElement","kind":3,"href":"dart-html/VideoElement-class.html"}},{"name":"videoHeight","qualifiedName":"dart:html.VideoElement.videoHeight","href":"dart-html/VideoElement/videoHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoElement","kind":3,"href":"dart-html/VideoElement-class.html"}},{"name":"videoWidth","qualifiedName":"dart:html.VideoElement.videoWidth","href":"dart-html/VideoElement/videoWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoElement","kind":3,"href":"dart-html/VideoElement-class.html"}},{"name":"width","qualifiedName":"dart:html.VideoElement.width","href":"dart-html/VideoElement/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoElement","kind":3,"href":"dart-html/VideoElement-class.html"}},{"name":"VideoPlaybackQuality","qualifiedName":"dart:html.VideoPlaybackQuality","href":"dart-html/VideoPlaybackQuality-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"corruptedVideoFrames","qualifiedName":"dart:html.VideoPlaybackQuality.corruptedVideoFrames","href":"dart-html/VideoPlaybackQuality/corruptedVideoFrames.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoPlaybackQuality","kind":3,"href":"dart-html/VideoPlaybackQuality-class.html"}},{"name":"creationTime","qualifiedName":"dart:html.VideoPlaybackQuality.creationTime","href":"dart-html/VideoPlaybackQuality/creationTime.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoPlaybackQuality","kind":3,"href":"dart-html/VideoPlaybackQuality-class.html"}},{"name":"droppedVideoFrames","qualifiedName":"dart:html.VideoPlaybackQuality.droppedVideoFrames","href":"dart-html/VideoPlaybackQuality/droppedVideoFrames.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoPlaybackQuality","kind":3,"href":"dart-html/VideoPlaybackQuality-class.html"}},{"name":"totalVideoFrames","qualifiedName":"dart:html.VideoPlaybackQuality.totalVideoFrames","href":"dart-html/VideoPlaybackQuality/totalVideoFrames.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoPlaybackQuality","kind":3,"href":"dart-html/VideoPlaybackQuality-class.html"}},{"name":"VideoTrack","qualifiedName":"dart:html.VideoTrack","href":"dart-html/VideoTrack-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"id","qualifiedName":"dart:html.VideoTrack.id","href":"dart-html/VideoTrack/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoTrack","kind":3,"href":"dart-html/VideoTrack-class.html"}},{"name":"kind","qualifiedName":"dart:html.VideoTrack.kind","href":"dart-html/VideoTrack/kind.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoTrack","kind":3,"href":"dart-html/VideoTrack-class.html"}},{"name":"label","qualifiedName":"dart:html.VideoTrack.label","href":"dart-html/VideoTrack/label.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoTrack","kind":3,"href":"dart-html/VideoTrack-class.html"}},{"name":"language","qualifiedName":"dart:html.VideoTrack.language","href":"dart-html/VideoTrack/language.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoTrack","kind":3,"href":"dart-html/VideoTrack-class.html"}},{"name":"selected","qualifiedName":"dart:html.VideoTrack.selected","href":"dart-html/VideoTrack/selected.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoTrack","kind":3,"href":"dart-html/VideoTrack-class.html"}},{"name":"sourceBuffer","qualifiedName":"dart:html.VideoTrack.sourceBuffer","href":"dart-html/VideoTrack/sourceBuffer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoTrack","kind":3,"href":"dart-html/VideoTrack-class.html"}},{"name":"VideoTrackList","qualifiedName":"dart:html.VideoTrackList","href":"dart-html/VideoTrackList-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"changeEvent","qualifiedName":"dart:html.VideoTrackList.changeEvent","href":"dart-html/VideoTrackList/changeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoTrackList","kind":3,"href":"dart-html/VideoTrackList-class.html"}},{"name":"getTrackById","qualifiedName":"dart:html.VideoTrackList.getTrackById","href":"dart-html/VideoTrackList/getTrackById.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoTrackList","kind":3,"href":"dart-html/VideoTrackList-class.html"}},{"name":"length","qualifiedName":"dart:html.VideoTrackList.length","href":"dart-html/VideoTrackList/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoTrackList","kind":3,"href":"dart-html/VideoTrackList-class.html"}},{"name":"onChange","qualifiedName":"dart:html.VideoTrackList.onChange","href":"dart-html/VideoTrackList/onChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoTrackList","kind":3,"href":"dart-html/VideoTrackList-class.html"}},{"name":"selectedIndex","qualifiedName":"dart:html.VideoTrackList.selectedIndex","href":"dart-html/VideoTrackList/selectedIndex.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VideoTrackList","kind":3,"href":"dart-html/VideoTrackList-class.html"}},{"name":"VisualViewport","qualifiedName":"dart:html.VisualViewport","href":"dart-html/VisualViewport-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"height","qualifiedName":"dart:html.VisualViewport.height","href":"dart-html/VisualViewport/height.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VisualViewport","kind":3,"href":"dart-html/VisualViewport-class.html"}},{"name":"offsetLeft","qualifiedName":"dart:html.VisualViewport.offsetLeft","href":"dart-html/VisualViewport/offsetLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VisualViewport","kind":3,"href":"dart-html/VisualViewport-class.html"}},{"name":"offsetTop","qualifiedName":"dart:html.VisualViewport.offsetTop","href":"dart-html/VisualViewport/offsetTop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VisualViewport","kind":3,"href":"dart-html/VisualViewport-class.html"}},{"name":"onResize","qualifiedName":"dart:html.VisualViewport.onResize","href":"dart-html/VisualViewport/onResize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VisualViewport","kind":3,"href":"dart-html/VisualViewport-class.html"}},{"name":"onScroll","qualifiedName":"dart:html.VisualViewport.onScroll","href":"dart-html/VisualViewport/onScroll.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VisualViewport","kind":3,"href":"dart-html/VisualViewport-class.html"}},{"name":"pageLeft","qualifiedName":"dart:html.VisualViewport.pageLeft","href":"dart-html/VisualViewport/pageLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VisualViewport","kind":3,"href":"dart-html/VisualViewport-class.html"}},{"name":"pageTop","qualifiedName":"dart:html.VisualViewport.pageTop","href":"dart-html/VisualViewport/pageTop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VisualViewport","kind":3,"href":"dart-html/VisualViewport-class.html"}},{"name":"resizeEvent","qualifiedName":"dart:html.VisualViewport.resizeEvent","href":"dart-html/VisualViewport/resizeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VisualViewport","kind":3,"href":"dart-html/VisualViewport-class.html"}},{"name":"scale","qualifiedName":"dart:html.VisualViewport.scale","href":"dart-html/VisualViewport/scale.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VisualViewport","kind":3,"href":"dart-html/VisualViewport-class.html"}},{"name":"scrollEvent","qualifiedName":"dart:html.VisualViewport.scrollEvent","href":"dart-html/VisualViewport/scrollEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VisualViewport","kind":3,"href":"dart-html/VisualViewport-class.html"}},{"name":"width","qualifiedName":"dart:html.VisualViewport.width","href":"dart-html/VisualViewport/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VisualViewport","kind":3,"href":"dart-html/VisualViewport-class.html"}},{"name":"VoidCallback","qualifiedName":"dart:html.VoidCallback","href":"dart-html/VoidCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"VttCue","qualifiedName":"dart:html.VttCue","href":"dart-html/VttCue-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"VttCue.new","qualifiedName":"dart:html.VttCue.VttCue.new","href":"dart-html/VttCue/VttCue.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"VttCue","kind":3,"href":"dart-html/VttCue-class.html"}},{"name":"align","qualifiedName":"dart:html.VttCue.align","href":"dart-html/VttCue/align.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttCue","kind":3,"href":"dart-html/VttCue-class.html"}},{"name":"getCueAsHtml","qualifiedName":"dart:html.VttCue.getCueAsHtml","href":"dart-html/VttCue/getCueAsHtml.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttCue","kind":3,"href":"dart-html/VttCue-class.html"}},{"name":"line","qualifiedName":"dart:html.VttCue.line","href":"dart-html/VttCue/line.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttCue","kind":3,"href":"dart-html/VttCue-class.html"}},{"name":"position","qualifiedName":"dart:html.VttCue.position","href":"dart-html/VttCue/position.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttCue","kind":3,"href":"dart-html/VttCue-class.html"}},{"name":"region","qualifiedName":"dart:html.VttCue.region","href":"dart-html/VttCue/region.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttCue","kind":3,"href":"dart-html/VttCue-class.html"}},{"name":"size","qualifiedName":"dart:html.VttCue.size","href":"dart-html/VttCue/size.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttCue","kind":3,"href":"dart-html/VttCue-class.html"}},{"name":"snapToLines","qualifiedName":"dart:html.VttCue.snapToLines","href":"dart-html/VttCue/snapToLines.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttCue","kind":3,"href":"dart-html/VttCue-class.html"}},{"name":"text","qualifiedName":"dart:html.VttCue.text","href":"dart-html/VttCue/text.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttCue","kind":3,"href":"dart-html/VttCue-class.html"}},{"name":"vertical","qualifiedName":"dart:html.VttCue.vertical","href":"dart-html/VttCue/vertical.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttCue","kind":3,"href":"dart-html/VttCue-class.html"}},{"name":"VttRegion","qualifiedName":"dart:html.VttRegion","href":"dart-html/VttRegion-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"VttRegion.new","qualifiedName":"dart:html.VttRegion.VttRegion.new","href":"dart-html/VttRegion/VttRegion.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"VttRegion","kind":3,"href":"dart-html/VttRegion-class.html"}},{"name":"id","qualifiedName":"dart:html.VttRegion.id","href":"dart-html/VttRegion/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttRegion","kind":3,"href":"dart-html/VttRegion-class.html"}},{"name":"lines","qualifiedName":"dart:html.VttRegion.lines","href":"dart-html/VttRegion/lines.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttRegion","kind":3,"href":"dart-html/VttRegion-class.html"}},{"name":"regionAnchorX","qualifiedName":"dart:html.VttRegion.regionAnchorX","href":"dart-html/VttRegion/regionAnchorX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttRegion","kind":3,"href":"dart-html/VttRegion-class.html"}},{"name":"regionAnchorY","qualifiedName":"dart:html.VttRegion.regionAnchorY","href":"dart-html/VttRegion/regionAnchorY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttRegion","kind":3,"href":"dart-html/VttRegion-class.html"}},{"name":"scroll","qualifiedName":"dart:html.VttRegion.scroll","href":"dart-html/VttRegion/scroll.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttRegion","kind":3,"href":"dart-html/VttRegion-class.html"}},{"name":"viewportAnchorX","qualifiedName":"dart:html.VttRegion.viewportAnchorX","href":"dart-html/VttRegion/viewportAnchorX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttRegion","kind":3,"href":"dart-html/VttRegion-class.html"}},{"name":"viewportAnchorY","qualifiedName":"dart:html.VttRegion.viewportAnchorY","href":"dart-html/VttRegion/viewportAnchorY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttRegion","kind":3,"href":"dart-html/VttRegion-class.html"}},{"name":"width","qualifiedName":"dart:html.VttRegion.width","href":"dart-html/VttRegion/width.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"VttRegion","kind":3,"href":"dart-html/VttRegion-class.html"}},{"name":"WebSocket","qualifiedName":"dart:html.WebSocket","href":"dart-html/WebSocket-class.html","kind":3,"packageRank":15,"desc":"Use the WebSocket interface to connect to a WebSocket,\nand to send and receive data on that WebSocket.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"CLOSED","qualifiedName":"dart:html.WebSocket.CLOSED","href":"dart-html/WebSocket/CLOSED-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"CLOSING","qualifiedName":"dart:html.WebSocket.CLOSING","href":"dart-html/WebSocket/CLOSING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"CONNECTING","qualifiedName":"dart:html.WebSocket.CONNECTING","href":"dart-html/WebSocket/CONNECTING-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"OPEN","qualifiedName":"dart:html.WebSocket.OPEN","href":"dart-html/WebSocket/OPEN-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"WebSocket.new","qualifiedName":"dart:html.WebSocket.WebSocket.new","href":"dart-html/WebSocket/WebSocket.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"binaryType","qualifiedName":"dart:html.WebSocket.binaryType","href":"dart-html/WebSocket/binaryType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"bufferedAmount","qualifiedName":"dart:html.WebSocket.bufferedAmount","href":"dart-html/WebSocket/bufferedAmount.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"close","qualifiedName":"dart:html.WebSocket.close","href":"dart-html/WebSocket/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"closeEvent","qualifiedName":"dart:html.WebSocket.closeEvent","href":"dart-html/WebSocket/closeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose close events to event\nhandlers that are not necessarily instances of WebSocket.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.WebSocket.errorEvent","href":"dart-html/WebSocket/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of WebSocket.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"extensions","qualifiedName":"dart:html.WebSocket.extensions","href":"dart-html/WebSocket/extensions.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.WebSocket.messageEvent","href":"dart-html/WebSocket/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose message events to event\nhandlers that are not necessarily instances of WebSocket.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"onClose","qualifiedName":"dart:html.WebSocket.onClose","href":"dart-html/WebSocket/onClose.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of close events handled by this WebSocket.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"onError","qualifiedName":"dart:html.WebSocket.onError","href":"dart-html/WebSocket/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this WebSocket.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.WebSocket.onMessage","href":"dart-html/WebSocket/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of message events handled by this WebSocket.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"onOpen","qualifiedName":"dart:html.WebSocket.onOpen","href":"dart-html/WebSocket/onOpen.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of open events handled by this WebSocket.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"openEvent","qualifiedName":"dart:html.WebSocket.openEvent","href":"dart-html/WebSocket/openEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose open events to event\nhandlers that are not necessarily instances of WebSocket.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"protocol","qualifiedName":"dart:html.WebSocket.protocol","href":"dart-html/WebSocket/protocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"readyState","qualifiedName":"dart:html.WebSocket.readyState","href":"dart-html/WebSocket/readyState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"send","qualifiedName":"dart:html.WebSocket.send","href":"dart-html/WebSocket/send.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Transmit data to the server over this connection.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"sendBlob","qualifiedName":"dart:html.WebSocket.sendBlob","href":"dart-html/WebSocket/sendBlob.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Transmit data to the server over this connection.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"sendByteBuffer","qualifiedName":"dart:html.WebSocket.sendByteBuffer","href":"dart-html/WebSocket/sendByteBuffer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Transmit data to the server over this connection.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"sendString","qualifiedName":"dart:html.WebSocket.sendString","href":"dart-html/WebSocket/sendString.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Transmit data to the server over this connection.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"sendTypedData","qualifiedName":"dart:html.WebSocket.sendTypedData","href":"dart-html/WebSocket/sendTypedData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Transmit data to the server over this connection.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"supported","qualifiedName":"dart:html.WebSocket.supported","href":"dart-html/WebSocket/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"url","qualifiedName":"dart:html.WebSocket.url","href":"dart-html/WebSocket/url.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-html/WebSocket-class.html"}},{"name":"WeekInputElement","qualifiedName":"dart:html.WeekInputElement","href":"dart-html/WeekInputElement-class.html","kind":3,"packageRank":15,"desc":"A date consisting of a week-year number and a week number with no time zone.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"WeekInputElement.new","qualifiedName":"dart:html.WeekInputElement.WeekInputElement.new","href":"dart-html/WeekInputElement/WeekInputElement.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"WeekInputElement","kind":3,"href":"dart-html/WeekInputElement-class.html"}},{"name":"readOnly","qualifiedName":"dart:html.WeekInputElement.readOnly","href":"dart-html/WeekInputElement/readOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WeekInputElement","kind":3,"href":"dart-html/WeekInputElement-class.html"}},{"name":"required","qualifiedName":"dart:html.WeekInputElement.required","href":"dart-html/WeekInputElement/required.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WeekInputElement","kind":3,"href":"dart-html/WeekInputElement-class.html"}},{"name":"supported","qualifiedName":"dart:html.WeekInputElement.supported","href":"dart-html/WeekInputElement/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if this input type is supported on the current platform.","enclosedBy":{"name":"WeekInputElement","kind":3,"href":"dart-html/WeekInputElement-class.html"}},{"name":"valueAsDate","qualifiedName":"dart:html.WeekInputElement.valueAsDate","href":"dart-html/WeekInputElement/valueAsDate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WeekInputElement","kind":3,"href":"dart-html/WeekInputElement-class.html"}},{"name":"WheelEvent","qualifiedName":"dart:html.WheelEvent","href":"dart-html/WheelEvent-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"DOM_DELTA_LINE","qualifiedName":"dart:html.WheelEvent.DOM_DELTA_LINE","href":"dart-html/WheelEvent/DOM_DELTA_LINE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WheelEvent","kind":3,"href":"dart-html/WheelEvent-class.html"}},{"name":"DOM_DELTA_PAGE","qualifiedName":"dart:html.WheelEvent.DOM_DELTA_PAGE","href":"dart-html/WheelEvent/DOM_DELTA_PAGE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WheelEvent","kind":3,"href":"dart-html/WheelEvent-class.html"}},{"name":"DOM_DELTA_PIXEL","qualifiedName":"dart:html.WheelEvent.DOM_DELTA_PIXEL","href":"dart-html/WheelEvent/DOM_DELTA_PIXEL-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WheelEvent","kind":3,"href":"dart-html/WheelEvent-class.html"}},{"name":"WheelEvent.new","qualifiedName":"dart:html.WheelEvent.WheelEvent.new","href":"dart-html/WheelEvent/WheelEvent.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"WheelEvent","kind":3,"href":"dart-html/WheelEvent-class.html"}},{"name":"deltaMode","qualifiedName":"dart:html.WheelEvent.deltaMode","href":"dart-html/WheelEvent/deltaMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WheelEvent","kind":3,"href":"dart-html/WheelEvent-class.html"}},{"name":"deltaX","qualifiedName":"dart:html.WheelEvent.deltaX","href":"dart-html/WheelEvent/deltaX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The amount that is expected to scroll horizontally, in units determined by\ndeltaMode.","enclosedBy":{"name":"WheelEvent","kind":3,"href":"dart-html/WheelEvent-class.html"}},{"name":"deltaY","qualifiedName":"dart:html.WheelEvent.deltaY","href":"dart-html/WheelEvent/deltaY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The amount that is expected to scroll vertically, in units determined by\ndeltaMode.","enclosedBy":{"name":"WheelEvent","kind":3,"href":"dart-html/WheelEvent-class.html"}},{"name":"deltaZ","qualifiedName":"dart:html.WheelEvent.deltaZ","href":"dart-html/WheelEvent/deltaZ.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WheelEvent","kind":3,"href":"dart-html/WheelEvent-class.html"}},{"name":"Window","qualifiedName":"dart:html.Window","href":"dart-html/Window-class.html","kind":3,"packageRank":15,"desc":"Top-level container for the current browser tab or window.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"PERSISTENT","qualifiedName":"dart:html.Window.PERSISTENT","href":"dart-html/Window/PERSISTENT-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Indicates that file system data cannot be cleared unless given user\npermission.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"TEMPORARY","qualifiedName":"dart:html.Window.TEMPORARY","href":"dart-html/Window/TEMPORARY-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Indicates that file system data can be cleared at any time.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"alert","qualifiedName":"dart:html.Window.alert","href":"dart-html/Window/alert.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Displays a modal alert to the user.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"animationEndEvent","qualifiedName":"dart:html.Window.animationEndEvent","href":"dart-html/Window/animationEndEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose animationend events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"animationFrame","qualifiedName":"dart:html.Window.animationFrame","href":"dart-html/Window/animationFrame.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns a Future that completes just before the window is about to\nrepaint so the user can draw an animation frame.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"animationIterationEvent","qualifiedName":"dart:html.Window.animationIterationEvent","href":"dart-html/Window/animationIterationEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose animationiteration events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"animationStartEvent","qualifiedName":"dart:html.Window.animationStartEvent","href":"dart-html/Window/animationStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose animationstart events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"animationWorklet","qualifiedName":"dart:html.Window.animationWorklet","href":"dart-html/Window/animationWorklet.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"applicationCache","qualifiedName":"dart:html.Window.applicationCache","href":"dart-html/Window/applicationCache.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The application cache for this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"atob","qualifiedName":"dart:html.Window.atob","href":"dart-html/Window/atob.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"audioWorklet","qualifiedName":"dart:html.Window.audioWorklet","href":"dart-html/Window/audioWorklet.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"beforeUnloadEvent","qualifiedName":"dart:html.Window.beforeUnloadEvent","href":"dart-html/Window/beforeUnloadEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose beforeunload events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"btoa","qualifiedName":"dart:html.Window.btoa","href":"dart-html/Window/btoa.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"caches","qualifiedName":"dart:html.Window.caches","href":"dart-html/Window/caches.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"cancelAnimationFrame","qualifiedName":"dart:html.Window.cancelAnimationFrame","href":"dart-html/Window/cancelAnimationFrame.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Cancels an animation frame request.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"cancelIdleCallback","qualifiedName":"dart:html.Window.cancelIdleCallback","href":"dart-html/Window/cancelIdleCallback.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"close","qualifiedName":"dart:html.Window.close","href":"dart-html/Window/close.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Closes the window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"closed","qualifiedName":"dart:html.Window.closed","href":"dart-html/Window/closed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Indicates whether this window has been closed.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"confirm","qualifiedName":"dart:html.Window.confirm","href":"dart-html/Window/confirm.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Displays a modal OK/Cancel prompt to the user.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"console","qualifiedName":"dart:html.Window.console","href":"dart-html/Window/console.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The debugging console for this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"contentLoadedEvent","qualifiedName":"dart:html.Window.contentLoadedEvent","href":"dart-html/Window/contentLoadedEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose contentloaded events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"cookieStore","qualifiedName":"dart:html.Window.cookieStore","href":"dart-html/Window/cookieStore.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"crypto","qualifiedName":"dart:html.Window.crypto","href":"dart-html/Window/crypto.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Entrypoint for the browser's cryptographic functions.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"customElements","qualifiedName":"dart:html.Window.customElements","href":"dart-html/Window/customElements.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"defaultStatus","qualifiedName":"dart:html.Window.defaultStatus","href":"dart-html/Window/defaultStatus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Deprecated.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"defaultstatus","qualifiedName":"dart:html.Window.defaultstatus","href":"dart-html/Window/defaultstatus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Deprecated.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"deviceMotionEvent","qualifiedName":"dart:html.Window.deviceMotionEvent","href":"dart-html/Window/deviceMotionEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose devicemotion events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"deviceOrientationEvent","qualifiedName":"dart:html.Window.deviceOrientationEvent","href":"dart-html/Window/deviceOrientationEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose deviceorientation events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"devicePixelRatio","qualifiedName":"dart:html.Window.devicePixelRatio","href":"dart-html/Window/devicePixelRatio.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The ratio between physical pixels and logical CSS pixels.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"document","qualifiedName":"dart:html.Window.document","href":"dart-html/Window/document.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The newest document in this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"external","qualifiedName":"dart:html.Window.external","href":"dart-html/Window/external.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"fetch","qualifiedName":"dart:html.Window.fetch","href":"dart-html/Window/fetch.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"find","qualifiedName":"dart:html.Window.find","href":"dart-html/Window/find.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Finds text in this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"getComputedStyleMap","qualifiedName":"dart:html.Window.getComputedStyleMap","href":"dart-html/Window/getComputedStyleMap.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"getMatchedCssRules","qualifiedName":"dart:html.Window.getMatchedCssRules","href":"dart-html/Window/getMatchedCssRules.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns all CSS rules that apply to the element's pseudo-element.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"getSelection","qualifiedName":"dart:html.Window.getSelection","href":"dart-html/Window/getSelection.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns the currently selected text.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"hashChangeEvent","qualifiedName":"dart:html.Window.hashChangeEvent","href":"dart-html/Window/hashChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose hashchange events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"history","qualifiedName":"dart:html.Window.history","href":"dart-html/Window/history.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The current session history for this window's newest document.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"indexedDB","qualifiedName":"dart:html.Window.indexedDB","href":"dart-html/Window/indexedDB.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets an instance of the Indexed DB factory to being using Indexed DB.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"innerHeight","qualifiedName":"dart:html.Window.innerHeight","href":"dart-html/Window/innerHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The height of the viewport including scrollbars.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"innerWidth","qualifiedName":"dart:html.Window.innerWidth","href":"dart-html/Window/innerWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The width of the viewport including scrollbars.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"isSecureContext","qualifiedName":"dart:html.Window.isSecureContext","href":"dart-html/Window/isSecureContext.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"loadStartEvent","qualifiedName":"dart:html.Window.loadStartEvent","href":"dart-html/Window/loadStartEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"localStorage","qualifiedName":"dart:html.Window.localStorage","href":"dart-html/Window/localStorage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Storage for this window that persists across sessions.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"location","qualifiedName":"dart:html.Window.location","href":"dart-html/Window/location.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The current location of this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"locationbar","qualifiedName":"dart:html.Window.locationbar","href":"dart-html/Window/locationbar.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"This window's location bar, which displays the URL.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"matchMedia","qualifiedName":"dart:html.Window.matchMedia","href":"dart-html/Window/matchMedia.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns a list of media queries for the given query string.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"menubar","qualifiedName":"dart:html.Window.menubar","href":"dart-html/Window/menubar.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"This window's menu bar, which displays menu commands.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.Window.messageEvent","href":"dart-html/Window/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose message events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"moveBy","qualifiedName":"dart:html.Window.moveBy","href":"dart-html/Window/moveBy.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Moves this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"moveTo","qualifiedName":"dart:html.Window.moveTo","href":"dart-html/Window/moveTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Moves this window to a specific position.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"name","qualifiedName":"dart:html.Window.name","href":"dart-html/Window/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The name of this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"navigator","qualifiedName":"dart:html.Window.navigator","href":"dart-html/Window/navigator.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The user agent accessing this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"offlineEvent","qualifiedName":"dart:html.Window.offlineEvent","href":"dart-html/Window/offlineEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose offline events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"offscreenBuffering","qualifiedName":"dart:html.Window.offscreenBuffering","href":"dart-html/Window/offscreenBuffering.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether objects are drawn offscreen before being displayed.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onAbort","qualifiedName":"dart:html.Window.onAbort","href":"dart-html/Window/onAbort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of abort events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onAnimationEnd","qualifiedName":"dart:html.Window.onAnimationEnd","href":"dart-html/Window/onAnimationEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of animationend events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onAnimationIteration","qualifiedName":"dart:html.Window.onAnimationIteration","href":"dart-html/Window/onAnimationIteration.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of animationiteration events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onAnimationStart","qualifiedName":"dart:html.Window.onAnimationStart","href":"dart-html/Window/onAnimationStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of animationstart events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onBeforeUnload","qualifiedName":"dart:html.Window.onBeforeUnload","href":"dart-html/Window/onBeforeUnload.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of beforeunload events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onBlur","qualifiedName":"dart:html.Window.onBlur","href":"dart-html/Window/onBlur.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of blur events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onCanPlay","qualifiedName":"dart:html.Window.onCanPlay","href":"dart-html/Window/onCanPlay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onCanPlayThrough","qualifiedName":"dart:html.Window.onCanPlayThrough","href":"dart-html/Window/onCanPlayThrough.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onChange","qualifiedName":"dart:html.Window.onChange","href":"dart-html/Window/onChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of change events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onClick","qualifiedName":"dart:html.Window.onClick","href":"dart-html/Window/onClick.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of click events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onContentLoaded","qualifiedName":"dart:html.Window.onContentLoaded","href":"dart-html/Window/onContentLoaded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of contentloaded events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onContextMenu","qualifiedName":"dart:html.Window.onContextMenu","href":"dart-html/Window/onContextMenu.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of contextmenu events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onDeviceMotion","qualifiedName":"dart:html.Window.onDeviceMotion","href":"dart-html/Window/onDeviceMotion.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of devicemotion events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onDeviceOrientation","qualifiedName":"dart:html.Window.onDeviceOrientation","href":"dart-html/Window/onDeviceOrientation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of deviceorientation events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onDoubleClick","qualifiedName":"dart:html.Window.onDoubleClick","href":"dart-html/Window/onDoubleClick.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of doubleclick events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onDrag","qualifiedName":"dart:html.Window.onDrag","href":"dart-html/Window/onDrag.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of drag events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onDragEnd","qualifiedName":"dart:html.Window.onDragEnd","href":"dart-html/Window/onDragEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of dragend events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onDragEnter","qualifiedName":"dart:html.Window.onDragEnter","href":"dart-html/Window/onDragEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of dragenter events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onDragLeave","qualifiedName":"dart:html.Window.onDragLeave","href":"dart-html/Window/onDragLeave.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of dragleave events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onDragOver","qualifiedName":"dart:html.Window.onDragOver","href":"dart-html/Window/onDragOver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of dragover events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onDragStart","qualifiedName":"dart:html.Window.onDragStart","href":"dart-html/Window/onDragStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of dragstart events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onDrop","qualifiedName":"dart:html.Window.onDrop","href":"dart-html/Window/onDrop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of drop events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onDurationChange","qualifiedName":"dart:html.Window.onDurationChange","href":"dart-html/Window/onDurationChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onEmptied","qualifiedName":"dart:html.Window.onEmptied","href":"dart-html/Window/onEmptied.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onEnded","qualifiedName":"dart:html.Window.onEnded","href":"dart-html/Window/onEnded.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onError","qualifiedName":"dart:html.Window.onError","href":"dart-html/Window/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onFocus","qualifiedName":"dart:html.Window.onFocus","href":"dart-html/Window/onFocus.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of focus events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onHashChange","qualifiedName":"dart:html.Window.onHashChange","href":"dart-html/Window/onHashChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of hashchange events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onInput","qualifiedName":"dart:html.Window.onInput","href":"dart-html/Window/onInput.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of input events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onInvalid","qualifiedName":"dart:html.Window.onInvalid","href":"dart-html/Window/onInvalid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of invalid events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onKeyDown","qualifiedName":"dart:html.Window.onKeyDown","href":"dart-html/Window/onKeyDown.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of keydown events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onKeyPress","qualifiedName":"dart:html.Window.onKeyPress","href":"dart-html/Window/onKeyPress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of keypress events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onKeyUp","qualifiedName":"dart:html.Window.onKeyUp","href":"dart-html/Window/onKeyUp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of keyup events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onLoad","qualifiedName":"dart:html.Window.onLoad","href":"dart-html/Window/onLoad.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of load events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onLoadStart","qualifiedName":"dart:html.Window.onLoadStart","href":"dart-html/Window/onLoadStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onLoadedData","qualifiedName":"dart:html.Window.onLoadedData","href":"dart-html/Window/onLoadedData.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onLoadedMetadata","qualifiedName":"dart:html.Window.onLoadedMetadata","href":"dart-html/Window/onLoadedMetadata.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.Window.onMessage","href":"dart-html/Window/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of message events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onMouseDown","qualifiedName":"dart:html.Window.onMouseDown","href":"dart-html/Window/onMouseDown.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mousedown events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onMouseEnter","qualifiedName":"dart:html.Window.onMouseEnter","href":"dart-html/Window/onMouseEnter.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseenter events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onMouseLeave","qualifiedName":"dart:html.Window.onMouseLeave","href":"dart-html/Window/onMouseLeave.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseleave events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onMouseMove","qualifiedName":"dart:html.Window.onMouseMove","href":"dart-html/Window/onMouseMove.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mousemove events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onMouseOut","qualifiedName":"dart:html.Window.onMouseOut","href":"dart-html/Window/onMouseOut.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseout events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onMouseOver","qualifiedName":"dart:html.Window.onMouseOver","href":"dart-html/Window/onMouseOver.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseover events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onMouseUp","qualifiedName":"dart:html.Window.onMouseUp","href":"dart-html/Window/onMouseUp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mouseup events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onMouseWheel","qualifiedName":"dart:html.Window.onMouseWheel","href":"dart-html/Window/onMouseWheel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of mousewheel events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onOffline","qualifiedName":"dart:html.Window.onOffline","href":"dart-html/Window/onOffline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of offline events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onOnline","qualifiedName":"dart:html.Window.onOnline","href":"dart-html/Window/onOnline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of online events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onPageHide","qualifiedName":"dart:html.Window.onPageHide","href":"dart-html/Window/onPageHide.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of pagehide events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onPageShow","qualifiedName":"dart:html.Window.onPageShow","href":"dart-html/Window/onPageShow.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of pageshow events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onPause","qualifiedName":"dart:html.Window.onPause","href":"dart-html/Window/onPause.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onPlay","qualifiedName":"dart:html.Window.onPlay","href":"dart-html/Window/onPlay.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onPlaying","qualifiedName":"dart:html.Window.onPlaying","href":"dart-html/Window/onPlaying.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onPopState","qualifiedName":"dart:html.Window.onPopState","href":"dart-html/Window/onPopState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of popstate events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onProgress","qualifiedName":"dart:html.Window.onProgress","href":"dart-html/Window/onProgress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onRateChange","qualifiedName":"dart:html.Window.onRateChange","href":"dart-html/Window/onRateChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onReset","qualifiedName":"dart:html.Window.onReset","href":"dart-html/Window/onReset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of reset events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onResize","qualifiedName":"dart:html.Window.onResize","href":"dart-html/Window/onResize.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of resize events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onScroll","qualifiedName":"dart:html.Window.onScroll","href":"dart-html/Window/onScroll.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of scroll events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onSearch","qualifiedName":"dart:html.Window.onSearch","href":"dart-html/Window/onSearch.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of search events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onSeeked","qualifiedName":"dart:html.Window.onSeeked","href":"dart-html/Window/onSeeked.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onSeeking","qualifiedName":"dart:html.Window.onSeeking","href":"dart-html/Window/onSeeking.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onSelect","qualifiedName":"dart:html.Window.onSelect","href":"dart-html/Window/onSelect.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of select events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onStalled","qualifiedName":"dart:html.Window.onStalled","href":"dart-html/Window/onStalled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onStorage","qualifiedName":"dart:html.Window.onStorage","href":"dart-html/Window/onStorage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of storage events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onSubmit","qualifiedName":"dart:html.Window.onSubmit","href":"dart-html/Window/onSubmit.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of submit events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onSuspend","qualifiedName":"dart:html.Window.onSuspend","href":"dart-html/Window/onSuspend.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onTimeUpdate","qualifiedName":"dart:html.Window.onTimeUpdate","href":"dart-html/Window/onTimeUpdate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onTouchCancel","qualifiedName":"dart:html.Window.onTouchCancel","href":"dart-html/Window/onTouchCancel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchcancel events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onTouchEnd","qualifiedName":"dart:html.Window.onTouchEnd","href":"dart-html/Window/onTouchEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchend events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onTouchMove","qualifiedName":"dart:html.Window.onTouchMove","href":"dart-html/Window/onTouchMove.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchmove events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onTouchStart","qualifiedName":"dart:html.Window.onTouchStart","href":"dart-html/Window/onTouchStart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of touchstart events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onTransitionEnd","qualifiedName":"dart:html.Window.onTransitionEnd","href":"dart-html/Window/onTransitionEnd.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of transitionend events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onUnload","qualifiedName":"dart:html.Window.onUnload","href":"dart-html/Window/onUnload.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of unload events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onVolumeChange","qualifiedName":"dart:html.Window.onVolumeChange","href":"dart-html/Window/onVolumeChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onWaiting","qualifiedName":"dart:html.Window.onWaiting","href":"dart-html/Window/onWaiting.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onWheel","qualifiedName":"dart:html.Window.onWheel","href":"dart-html/Window/onWheel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of wheel events handled by this Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"onlineEvent","qualifiedName":"dart:html.Window.onlineEvent","href":"dart-html/Window/onlineEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose online events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"open","qualifiedName":"dart:html.Window.open","href":"dart-html/Window/open.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens a new window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"opener","qualifiedName":"dart:html.Window.opener","href":"dart-html/Window/opener.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A reference to the window that opened this one.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"orientation","qualifiedName":"dart:html.Window.orientation","href":"dart-html/Window/orientation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"origin","qualifiedName":"dart:html.Window.origin","href":"dart-html/Window/origin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"outerHeight","qualifiedName":"dart:html.Window.outerHeight","href":"dart-html/Window/outerHeight.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The height of this window including all user interface elements.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"outerWidth","qualifiedName":"dart:html.Window.outerWidth","href":"dart-html/Window/outerWidth.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The width of the window including all user interface elements.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"pageHideEvent","qualifiedName":"dart:html.Window.pageHideEvent","href":"dart-html/Window/pageHideEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose pagehide events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"pageShowEvent","qualifiedName":"dart:html.Window.pageShowEvent","href":"dart-html/Window/pageShowEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose pageshow events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"pageXOffset","qualifiedName":"dart:html.Window.pageXOffset","href":"dart-html/Window/pageXOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"pageYOffset","qualifiedName":"dart:html.Window.pageYOffset","href":"dart-html/Window/pageYOffset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"parent","qualifiedName":"dart:html.Window.parent","href":"dart-html/Window/parent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A reference to the parent of this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"performance","qualifiedName":"dart:html.Window.performance","href":"dart-html/Window/performance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Timing and navigation data for this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"popStateEvent","qualifiedName":"dart:html.Window.popStateEvent","href":"dart-html/Window/popStateEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose popstate events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"postMessage","qualifiedName":"dart:html.Window.postMessage","href":"dart-html/Window/postMessage.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sends a cross-origin message.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"print","qualifiedName":"dart:html.Window.print","href":"dart-html/Window/print.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens the print dialog for this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"progressEvent","qualifiedName":"dart:html.Window.progressEvent","href":"dart-html/Window/progressEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"requestAnimationFrame","qualifiedName":"dart:html.Window.requestAnimationFrame","href":"dart-html/Window/requestAnimationFrame.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Called to draw an animation frame and then request the window to repaint\nafter callback has finished (creating the animation).","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"requestFileSystem","qualifiedName":"dart:html.Window.requestFileSystem","href":"dart-html/Window/requestFileSystem.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Access a sandboxed file system of size bytes.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"requestIdleCallback","qualifiedName":"dart:html.Window.requestIdleCallback","href":"dart-html/Window/requestIdleCallback.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"resizeBy","qualifiedName":"dart:html.Window.resizeBy","href":"dart-html/Window/resizeBy.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Resizes this window by an offset.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"resizeTo","qualifiedName":"dart:html.Window.resizeTo","href":"dart-html/Window/resizeTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Resizes this window to a specific width and height.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"resolveLocalFileSystemUrl","qualifiedName":"dart:html.Window.resolveLocalFileSystemUrl","href":"dart-html/Window/resolveLocalFileSystemUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Asynchronously retrieves a local filesystem entry.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"screen","qualifiedName":"dart:html.Window.screen","href":"dart-html/Window/screen.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Information about the screen displaying this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"screenLeft","qualifiedName":"dart:html.Window.screenLeft","href":"dart-html/Window/screenLeft.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The distance from the left side of the screen to the left side of this\nwindow.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"screenTop","qualifiedName":"dart:html.Window.screenTop","href":"dart-html/Window/screenTop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The distance from the top of the screen to the top of this window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"screenX","qualifiedName":"dart:html.Window.screenX","href":"dart-html/Window/screenX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The distance from the left side of the screen to the mouse pointer.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"screenY","qualifiedName":"dart:html.Window.screenY","href":"dart-html/Window/screenY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The distance from the top of the screen to the mouse pointer.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"scroll","qualifiedName":"dart:html.Window.scroll","href":"dart-html/Window/scroll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Scrolls the page horizontally and vertically to a specific point.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"scrollBy","qualifiedName":"dart:html.Window.scrollBy","href":"dart-html/Window/scrollBy.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Scrolls the page horizontally and vertically by an offset.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"scrollTo","qualifiedName":"dart:html.Window.scrollTo","href":"dart-html/Window/scrollTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Scrolls the page horizontally and vertically to a specific point.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"scrollX","qualifiedName":"dart:html.Window.scrollX","href":"dart-html/Window/scrollX.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The distance this window has been scrolled horizontally.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"scrollY","qualifiedName":"dart:html.Window.scrollY","href":"dart-html/Window/scrollY.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The distance this window has been scrolled vertically.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"scrollbars","qualifiedName":"dart:html.Window.scrollbars","href":"dart-html/Window/scrollbars.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"This window's scroll bars.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"self","qualifiedName":"dart:html.Window.self","href":"dart-html/Window/self.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The current window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"sessionStorage","qualifiedName":"dart:html.Window.sessionStorage","href":"dart-html/Window/sessionStorage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Storage for this window that is cleared when this session ends.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"speechSynthesis","qualifiedName":"dart:html.Window.speechSynthesis","href":"dart-html/Window/speechSynthesis.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Access to speech synthesis in the browser.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"status","qualifiedName":"dart:html.Window.status","href":"dart-html/Window/status.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Deprecated.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"statusbar","qualifiedName":"dart:html.Window.statusbar","href":"dart-html/Window/statusbar.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"This window's status bar.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"stop","qualifiedName":"dart:html.Window.stop","href":"dart-html/Window/stop.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stops the window from loading.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"storageEvent","qualifiedName":"dart:html.Window.storageEvent","href":"dart-html/Window/storageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose storage events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"styleMedia","qualifiedName":"dart:html.Window.styleMedia","href":"dart-html/Window/styleMedia.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Access to CSS media queries.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"supportsPointConversions","qualifiedName":"dart:html.Window.supportsPointConversions","href":"dart-html/Window/supportsPointConversions.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"convertPointFromNodeToPage and convertPointFromPageToNode are removed.\nsee http://dev.w3.org/csswg/cssom-view/#geometry","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"toolbar","qualifiedName":"dart:html.Window.toolbar","href":"dart-html/Window/toolbar.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"This window's tool bar.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"top","qualifiedName":"dart:html.Window.top","href":"dart-html/Window/top.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A reference to the topmost window in the window hierarchy.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"unloadEvent","qualifiedName":"dart:html.Window.unloadEvent","href":"dart-html/Window/unloadEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose unload events to event\nhandlers that are not necessarily instances of Window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"visualViewport","qualifiedName":"dart:html.Window.visualViewport","href":"dart-html/Window/visualViewport.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"window","qualifiedName":"dart:html.Window.window","href":"dart-html/Window/window.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The current window.","enclosedBy":{"name":"Window","kind":3,"href":"dart-html/Window-class.html"}},{"name":"WindowBase","qualifiedName":"dart:html.WindowBase","href":"dart-html/WindowBase-class.html","kind":3,"packageRank":15,"desc":"Top-level container for a browser tab or window.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"WindowBase.new","qualifiedName":"dart:html.WindowBase.WindowBase.new","href":"dart-html/WindowBase/WindowBase.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowBase","kind":3,"href":"dart-html/WindowBase-class.html"}},{"name":"close","qualifiedName":"dart:html.WindowBase.close","href":"dart-html/WindowBase/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Closes the window.","enclosedBy":{"name":"WindowBase","kind":3,"href":"dart-html/WindowBase-class.html"}},{"name":"closed","qualifiedName":"dart:html.WindowBase.closed","href":"dart-html/WindowBase/closed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Indicates whether this window has been closed.","enclosedBy":{"name":"WindowBase","kind":3,"href":"dart-html/WindowBase-class.html"}},{"name":"history","qualifiedName":"dart:html.WindowBase.history","href":"dart-html/WindowBase/history.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The current session history for this window.","enclosedBy":{"name":"WindowBase","kind":3,"href":"dart-html/WindowBase-class.html"}},{"name":"location","qualifiedName":"dart:html.WindowBase.location","href":"dart-html/WindowBase/location.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The current location of this window.","enclosedBy":{"name":"WindowBase","kind":3,"href":"dart-html/WindowBase-class.html"}},{"name":"opener","qualifiedName":"dart:html.WindowBase.opener","href":"dart-html/WindowBase/opener.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A reference to the window that opened this one.","enclosedBy":{"name":"WindowBase","kind":3,"href":"dart-html/WindowBase-class.html"}},{"name":"parent","qualifiedName":"dart:html.WindowBase.parent","href":"dart-html/WindowBase/parent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A reference to the parent of this window.","enclosedBy":{"name":"WindowBase","kind":3,"href":"dart-html/WindowBase-class.html"}},{"name":"postMessage","qualifiedName":"dart:html.WindowBase.postMessage","href":"dart-html/WindowBase/postMessage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sends a cross-origin message.","enclosedBy":{"name":"WindowBase","kind":3,"href":"dart-html/WindowBase-class.html"}},{"name":"top","qualifiedName":"dart:html.WindowBase.top","href":"dart-html/WindowBase/top.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A reference to the topmost window in the window hierarchy.","enclosedBy":{"name":"WindowBase","kind":3,"href":"dart-html/WindowBase-class.html"}},{"name":"WindowBase64","qualifiedName":"dart:html.WindowBase64","href":"dart-html/WindowBase64-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"atob","qualifiedName":"dart:html.WindowBase64.atob","href":"dart-html/WindowBase64/atob.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowBase64","kind":3,"href":"dart-html/WindowBase64-class.html"}},{"name":"btoa","qualifiedName":"dart:html.WindowBase64.btoa","href":"dart-html/WindowBase64/btoa.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowBase64","kind":3,"href":"dart-html/WindowBase64-class.html"}},{"name":"WindowClient","qualifiedName":"dart:html.WindowClient","href":"dart-html/WindowClient-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"focus","qualifiedName":"dart:html.WindowClient.focus","href":"dart-html/WindowClient/focus.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowClient","kind":3,"href":"dart-html/WindowClient-class.html"}},{"name":"focused","qualifiedName":"dart:html.WindowClient.focused","href":"dart-html/WindowClient/focused.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowClient","kind":3,"href":"dart-html/WindowClient-class.html"}},{"name":"navigate","qualifiedName":"dart:html.WindowClient.navigate","href":"dart-html/WindowClient/navigate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowClient","kind":3,"href":"dart-html/WindowClient-class.html"}},{"name":"visibilityState","qualifiedName":"dart:html.WindowClient.visibilityState","href":"dart-html/WindowClient/visibilityState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowClient","kind":3,"href":"dart-html/WindowClient-class.html"}},{"name":"WindowEventHandlers","qualifiedName":"dart:html.WindowEventHandlers","href":"dart-html/WindowEventHandlers-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"hashChangeEvent","qualifiedName":"dart:html.WindowEventHandlers.hashChangeEvent","href":"dart-html/WindowEventHandlers/hashChangeEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.WindowEventHandlers.messageEvent","href":"dart-html/WindowEventHandlers/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"offlineEvent","qualifiedName":"dart:html.WindowEventHandlers.offlineEvent","href":"dart-html/WindowEventHandlers/offlineEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"onHashChange","qualifiedName":"dart:html.WindowEventHandlers.onHashChange","href":"dart-html/WindowEventHandlers/onHashChange.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.WindowEventHandlers.onMessage","href":"dart-html/WindowEventHandlers/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"onOffline","qualifiedName":"dart:html.WindowEventHandlers.onOffline","href":"dart-html/WindowEventHandlers/onOffline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"onOnline","qualifiedName":"dart:html.WindowEventHandlers.onOnline","href":"dart-html/WindowEventHandlers/onOnline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"onPopState","qualifiedName":"dart:html.WindowEventHandlers.onPopState","href":"dart-html/WindowEventHandlers/onPopState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"onStorage","qualifiedName":"dart:html.WindowEventHandlers.onStorage","href":"dart-html/WindowEventHandlers/onStorage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"onUnload","qualifiedName":"dart:html.WindowEventHandlers.onUnload","href":"dart-html/WindowEventHandlers/onUnload.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"onlineEvent","qualifiedName":"dart:html.WindowEventHandlers.onlineEvent","href":"dart-html/WindowEventHandlers/onlineEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"popStateEvent","qualifiedName":"dart:html.WindowEventHandlers.popStateEvent","href":"dart-html/WindowEventHandlers/popStateEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"storageEvent","qualifiedName":"dart:html.WindowEventHandlers.storageEvent","href":"dart-html/WindowEventHandlers/storageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"unloadEvent","qualifiedName":"dart:html.WindowEventHandlers.unloadEvent","href":"dart-html/WindowEventHandlers/unloadEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WindowEventHandlers","kind":3,"href":"dart-html/WindowEventHandlers-class.html"}},{"name":"Worker","qualifiedName":"dart:html.Worker","href":"dart-html/Worker-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"Worker.new","qualifiedName":"dart:html.Worker.Worker.new","href":"dart-html/Worker/Worker.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Worker","kind":3,"href":"dart-html/Worker-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.Worker.errorEvent","href":"dart-html/Worker/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of Worker.","enclosedBy":{"name":"Worker","kind":3,"href":"dart-html/Worker-class.html"}},{"name":"messageEvent","qualifiedName":"dart:html.Worker.messageEvent","href":"dart-html/Worker/messageEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose message events to event\nhandlers that are not necessarily instances of Worker.","enclosedBy":{"name":"Worker","kind":3,"href":"dart-html/Worker-class.html"}},{"name":"onError","qualifiedName":"dart:html.Worker.onError","href":"dart-html/Worker/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this Worker.","enclosedBy":{"name":"Worker","kind":3,"href":"dart-html/Worker-class.html"}},{"name":"onMessage","qualifiedName":"dart:html.Worker.onMessage","href":"dart-html/Worker/onMessage.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of message events handled by this Worker.","enclosedBy":{"name":"Worker","kind":3,"href":"dart-html/Worker-class.html"}},{"name":"postMessage","qualifiedName":"dart:html.Worker.postMessage","href":"dart-html/Worker/postMessage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Worker","kind":3,"href":"dart-html/Worker-class.html"}},{"name":"supported","qualifiedName":"dart:html.Worker.supported","href":"dart-html/Worker/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"Worker","kind":3,"href":"dart-html/Worker-class.html"}},{"name":"terminate","qualifiedName":"dart:html.Worker.terminate","href":"dart-html/Worker/terminate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Worker","kind":3,"href":"dart-html/Worker-class.html"}},{"name":"WorkerGlobalScope","qualifiedName":"dart:html.WorkerGlobalScope","href":"dart-html/WorkerGlobalScope-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"addressSpace","qualifiedName":"dart:html.WorkerGlobalScope.addressSpace","href":"dart-html/WorkerGlobalScope/addressSpace.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"atob","qualifiedName":"dart:html.WorkerGlobalScope.atob","href":"dart-html/WorkerGlobalScope/atob.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"btoa","qualifiedName":"dart:html.WorkerGlobalScope.btoa","href":"dart-html/WorkerGlobalScope/btoa.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"caches","qualifiedName":"dart:html.WorkerGlobalScope.caches","href":"dart-html/WorkerGlobalScope/caches.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"crypto","qualifiedName":"dart:html.WorkerGlobalScope.crypto","href":"dart-html/WorkerGlobalScope/crypto.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"errorEvent","qualifiedName":"dart:html.WorkerGlobalScope.errorEvent","href":"dart-html/WorkerGlobalScope/errorEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Static factory designed to expose error events to event\nhandlers that are not necessarily instances of WorkerGlobalScope.","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"fetch","qualifiedName":"dart:html.WorkerGlobalScope.fetch","href":"dart-html/WorkerGlobalScope/fetch.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"importScripts","qualifiedName":"dart:html.WorkerGlobalScope.importScripts","href":"dart-html/WorkerGlobalScope/importScripts.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"indexedDB","qualifiedName":"dart:html.WorkerGlobalScope.indexedDB","href":"dart-html/WorkerGlobalScope/indexedDB.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"instance","qualifiedName":"dart:html.WorkerGlobalScope.instance","href":"dart-html/WorkerGlobalScope/instance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"isSecureContext","qualifiedName":"dart:html.WorkerGlobalScope.isSecureContext","href":"dart-html/WorkerGlobalScope/isSecureContext.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"location","qualifiedName":"dart:html.WorkerGlobalScope.location","href":"dart-html/WorkerGlobalScope/location.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"navigator","qualifiedName":"dart:html.WorkerGlobalScope.navigator","href":"dart-html/WorkerGlobalScope/navigator.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"onError","qualifiedName":"dart:html.WorkerGlobalScope.onError","href":"dart-html/WorkerGlobalScope/onError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Stream of error events handled by this WorkerGlobalScope.","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"origin","qualifiedName":"dart:html.WorkerGlobalScope.origin","href":"dart-html/WorkerGlobalScope/origin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"performance","qualifiedName":"dart:html.WorkerGlobalScope.performance","href":"dart-html/WorkerGlobalScope/performance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"self","qualifiedName":"dart:html.WorkerGlobalScope.self","href":"dart-html/WorkerGlobalScope/self.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerGlobalScope","kind":3,"href":"dart-html/WorkerGlobalScope-class.html"}},{"name":"WorkerPerformance","qualifiedName":"dart:html.WorkerPerformance","href":"dart-html/WorkerPerformance-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"clearMarks","qualifiedName":"dart:html.WorkerPerformance.clearMarks","href":"dart-html/WorkerPerformance/clearMarks.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerPerformance","kind":3,"href":"dart-html/WorkerPerformance-class.html"}},{"name":"clearMeasures","qualifiedName":"dart:html.WorkerPerformance.clearMeasures","href":"dart-html/WorkerPerformance/clearMeasures.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerPerformance","kind":3,"href":"dart-html/WorkerPerformance-class.html"}},{"name":"clearResourceTimings","qualifiedName":"dart:html.WorkerPerformance.clearResourceTimings","href":"dart-html/WorkerPerformance/clearResourceTimings.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerPerformance","kind":3,"href":"dart-html/WorkerPerformance-class.html"}},{"name":"getEntries","qualifiedName":"dart:html.WorkerPerformance.getEntries","href":"dart-html/WorkerPerformance/getEntries.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerPerformance","kind":3,"href":"dart-html/WorkerPerformance-class.html"}},{"name":"getEntriesByName","qualifiedName":"dart:html.WorkerPerformance.getEntriesByName","href":"dart-html/WorkerPerformance/getEntriesByName.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerPerformance","kind":3,"href":"dart-html/WorkerPerformance-class.html"}},{"name":"getEntriesByType","qualifiedName":"dart:html.WorkerPerformance.getEntriesByType","href":"dart-html/WorkerPerformance/getEntriesByType.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerPerformance","kind":3,"href":"dart-html/WorkerPerformance-class.html"}},{"name":"mark","qualifiedName":"dart:html.WorkerPerformance.mark","href":"dart-html/WorkerPerformance/mark.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerPerformance","kind":3,"href":"dart-html/WorkerPerformance-class.html"}},{"name":"measure","qualifiedName":"dart:html.WorkerPerformance.measure","href":"dart-html/WorkerPerformance/measure.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerPerformance","kind":3,"href":"dart-html/WorkerPerformance-class.html"}},{"name":"memory","qualifiedName":"dart:html.WorkerPerformance.memory","href":"dart-html/WorkerPerformance/memory.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerPerformance","kind":3,"href":"dart-html/WorkerPerformance-class.html"}},{"name":"now","qualifiedName":"dart:html.WorkerPerformance.now","href":"dart-html/WorkerPerformance/now.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerPerformance","kind":3,"href":"dart-html/WorkerPerformance-class.html"}},{"name":"setResourceTimingBufferSize","qualifiedName":"dart:html.WorkerPerformance.setResourceTimingBufferSize","href":"dart-html/WorkerPerformance/setResourceTimingBufferSize.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerPerformance","kind":3,"href":"dart-html/WorkerPerformance-class.html"}},{"name":"timeOrigin","qualifiedName":"dart:html.WorkerPerformance.timeOrigin","href":"dart-html/WorkerPerformance/timeOrigin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkerPerformance","kind":3,"href":"dart-html/WorkerPerformance-class.html"}},{"name":"WorkletAnimation","qualifiedName":"dart:html.WorkletAnimation","href":"dart-html/WorkletAnimation-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"WorkletAnimation.new","qualifiedName":"dart:html.WorkletAnimation.WorkletAnimation.new","href":"dart-html/WorkletAnimation/WorkletAnimation.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkletAnimation","kind":3,"href":"dart-html/WorkletAnimation-class.html"}},{"name":"cancel","qualifiedName":"dart:html.WorkletAnimation.cancel","href":"dart-html/WorkletAnimation/cancel.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkletAnimation","kind":3,"href":"dart-html/WorkletAnimation-class.html"}},{"name":"play","qualifiedName":"dart:html.WorkletAnimation.play","href":"dart-html/WorkletAnimation/play.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkletAnimation","kind":3,"href":"dart-html/WorkletAnimation-class.html"}},{"name":"playState","qualifiedName":"dart:html.WorkletAnimation.playState","href":"dart-html/WorkletAnimation/playState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WorkletAnimation","kind":3,"href":"dart-html/WorkletAnimation-class.html"}},{"name":"WorkletGlobalScope","qualifiedName":"dart:html.WorkletGlobalScope","href":"dart-html/WorkletGlobalScope-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"XPathEvaluator","qualifiedName":"dart:html.XPathEvaluator","href":"dart-html/XPathEvaluator-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"XPathEvaluator.new","qualifiedName":"dart:html.XPathEvaluator.XPathEvaluator.new","href":"dart-html/XPathEvaluator/XPathEvaluator.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathEvaluator","kind":3,"href":"dart-html/XPathEvaluator-class.html"}},{"name":"createExpression","qualifiedName":"dart:html.XPathEvaluator.createExpression","href":"dart-html/XPathEvaluator/createExpression.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathEvaluator","kind":3,"href":"dart-html/XPathEvaluator-class.html"}},{"name":"createNSResolver","qualifiedName":"dart:html.XPathEvaluator.createNSResolver","href":"dart-html/XPathEvaluator/createNSResolver.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathEvaluator","kind":3,"href":"dart-html/XPathEvaluator-class.html"}},{"name":"evaluate","qualifiedName":"dart:html.XPathEvaluator.evaluate","href":"dart-html/XPathEvaluator/evaluate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathEvaluator","kind":3,"href":"dart-html/XPathEvaluator-class.html"}},{"name":"XPathExpression","qualifiedName":"dart:html.XPathExpression","href":"dart-html/XPathExpression-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"evaluate","qualifiedName":"dart:html.XPathExpression.evaluate","href":"dart-html/XPathExpression/evaluate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathExpression","kind":3,"href":"dart-html/XPathExpression-class.html"}},{"name":"XPathNSResolver","qualifiedName":"dart:html.XPathNSResolver","href":"dart-html/XPathNSResolver-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"lookupNamespaceUri","qualifiedName":"dart:html.XPathNSResolver.lookupNamespaceUri","href":"dart-html/XPathNSResolver/lookupNamespaceUri.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathNSResolver","kind":3,"href":"dart-html/XPathNSResolver-class.html"}},{"name":"XPathResult","qualifiedName":"dart:html.XPathResult","href":"dart-html/XPathResult-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"ANY_TYPE","qualifiedName":"dart:html.XPathResult.ANY_TYPE","href":"dart-html/XPathResult/ANY_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"ANY_UNORDERED_NODE_TYPE","qualifiedName":"dart:html.XPathResult.ANY_UNORDERED_NODE_TYPE","href":"dart-html/XPathResult/ANY_UNORDERED_NODE_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"BOOLEAN_TYPE","qualifiedName":"dart:html.XPathResult.BOOLEAN_TYPE","href":"dart-html/XPathResult/BOOLEAN_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"FIRST_ORDERED_NODE_TYPE","qualifiedName":"dart:html.XPathResult.FIRST_ORDERED_NODE_TYPE","href":"dart-html/XPathResult/FIRST_ORDERED_NODE_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"NUMBER_TYPE","qualifiedName":"dart:html.XPathResult.NUMBER_TYPE","href":"dart-html/XPathResult/NUMBER_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"ORDERED_NODE_ITERATOR_TYPE","qualifiedName":"dart:html.XPathResult.ORDERED_NODE_ITERATOR_TYPE","href":"dart-html/XPathResult/ORDERED_NODE_ITERATOR_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"ORDERED_NODE_SNAPSHOT_TYPE","qualifiedName":"dart:html.XPathResult.ORDERED_NODE_SNAPSHOT_TYPE","href":"dart-html/XPathResult/ORDERED_NODE_SNAPSHOT_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"STRING_TYPE","qualifiedName":"dart:html.XPathResult.STRING_TYPE","href":"dart-html/XPathResult/STRING_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"UNORDERED_NODE_ITERATOR_TYPE","qualifiedName":"dart:html.XPathResult.UNORDERED_NODE_ITERATOR_TYPE","href":"dart-html/XPathResult/UNORDERED_NODE_ITERATOR_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"UNORDERED_NODE_SNAPSHOT_TYPE","qualifiedName":"dart:html.XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE","href":"dart-html/XPathResult/UNORDERED_NODE_SNAPSHOT_TYPE-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"booleanValue","qualifiedName":"dart:html.XPathResult.booleanValue","href":"dart-html/XPathResult/booleanValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"invalidIteratorState","qualifiedName":"dart:html.XPathResult.invalidIteratorState","href":"dart-html/XPathResult/invalidIteratorState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"iterateNext","qualifiedName":"dart:html.XPathResult.iterateNext","href":"dart-html/XPathResult/iterateNext.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"numberValue","qualifiedName":"dart:html.XPathResult.numberValue","href":"dart-html/XPathResult/numberValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"resultType","qualifiedName":"dart:html.XPathResult.resultType","href":"dart-html/XPathResult/resultType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"singleNodeValue","qualifiedName":"dart:html.XPathResult.singleNodeValue","href":"dart-html/XPathResult/singleNodeValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"snapshotItem","qualifiedName":"dart:html.XPathResult.snapshotItem","href":"dart-html/XPathResult/snapshotItem.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"snapshotLength","qualifiedName":"dart:html.XPathResult.snapshotLength","href":"dart-html/XPathResult/snapshotLength.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"stringValue","qualifiedName":"dart:html.XPathResult.stringValue","href":"dart-html/XPathResult/stringValue.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XPathResult","kind":3,"href":"dart-html/XPathResult-class.html"}},{"name":"XmlDocument","qualifiedName":"dart:html.XmlDocument","href":"dart-html/XmlDocument-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"XmlSerializer","qualifiedName":"dart:html.XmlSerializer","href":"dart-html/XmlSerializer-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"XmlSerializer.new","qualifiedName":"dart:html.XmlSerializer.XmlSerializer.new","href":"dart-html/XmlSerializer/XmlSerializer.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"XmlSerializer","kind":3,"href":"dart-html/XmlSerializer-class.html"}},{"name":"serializeToString","qualifiedName":"dart:html.XmlSerializer.serializeToString","href":"dart-html/XmlSerializer/serializeToString.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XmlSerializer","kind":3,"href":"dart-html/XmlSerializer-class.html"}},{"name":"XsltProcessor","qualifiedName":"dart:html.XsltProcessor","href":"dart-html/XsltProcessor-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"XsltProcessor.new","qualifiedName":"dart:html.XsltProcessor.XsltProcessor.new","href":"dart-html/XsltProcessor/XsltProcessor.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"XsltProcessor","kind":3,"href":"dart-html/XsltProcessor-class.html"}},{"name":"clearParameters","qualifiedName":"dart:html.XsltProcessor.clearParameters","href":"dart-html/XsltProcessor/clearParameters.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XsltProcessor","kind":3,"href":"dart-html/XsltProcessor-class.html"}},{"name":"getParameter","qualifiedName":"dart:html.XsltProcessor.getParameter","href":"dart-html/XsltProcessor/getParameter.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XsltProcessor","kind":3,"href":"dart-html/XsltProcessor-class.html"}},{"name":"importStylesheet","qualifiedName":"dart:html.XsltProcessor.importStylesheet","href":"dart-html/XsltProcessor/importStylesheet.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XsltProcessor","kind":3,"href":"dart-html/XsltProcessor-class.html"}},{"name":"removeParameter","qualifiedName":"dart:html.XsltProcessor.removeParameter","href":"dart-html/XsltProcessor/removeParameter.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XsltProcessor","kind":3,"href":"dart-html/XsltProcessor-class.html"}},{"name":"reset","qualifiedName":"dart:html.XsltProcessor.reset","href":"dart-html/XsltProcessor/reset.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XsltProcessor","kind":3,"href":"dart-html/XsltProcessor-class.html"}},{"name":"setParameter","qualifiedName":"dart:html.XsltProcessor.setParameter","href":"dart-html/XsltProcessor/setParameter.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XsltProcessor","kind":3,"href":"dart-html/XsltProcessor-class.html"}},{"name":"supported","qualifiedName":"dart:html.XsltProcessor.supported","href":"dart-html/XsltProcessor/supported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Checks if this type is supported on the current platform.","enclosedBy":{"name":"XsltProcessor","kind":3,"href":"dart-html/XsltProcessor-class.html"}},{"name":"transformToDocument","qualifiedName":"dart:html.XsltProcessor.transformToDocument","href":"dart-html/XsltProcessor/transformToDocument.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XsltProcessor","kind":3,"href":"dart-html/XsltProcessor-class.html"}},{"name":"transformToFragment","qualifiedName":"dart:html.XsltProcessor.transformToFragment","href":"dart-html/XsltProcessor/transformToFragment.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"XsltProcessor","kind":3,"href":"dart-html/XsltProcessor-class.html"}},{"name":"document","qualifiedName":"dart:html.document","href":"dart-html/document.html","kind":20,"packageRank":15,"desc":"Root node for all content in a web page.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"promiseToFutureAsMap","qualifiedName":"dart:html.promiseToFutureAsMap","href":"dart-html/promiseToFutureAsMap.html","kind":8,"packageRank":15,"desc":"Convert a JS Promise to a Future&lt;Map&lt;String, dynamic&gt;&gt;.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"querySelector","qualifiedName":"dart:html.querySelector","href":"dart-html/querySelector.html","kind":8,"packageRank":15,"desc":"Finds the first descendant element of this document that matches the\nspecified group of selectors.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"querySelectorAll","qualifiedName":"dart:html.querySelectorAll","href":"dart-html/querySelectorAll.html","kind":8,"packageRank":15,"desc":"Finds all descendant elements of this document that match the specified\ngroup of selectors.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"window","qualifiedName":"dart:html.window","href":"dart-html/window.html","kind":20,"packageRank":15,"desc":"Top-level container for a web page, which is usually a browser tab or window.","enclosedBy":{"name":"dart:html","kind":9,"href":"dart-html/"}},{"name":"dart:io","qualifiedName":"dart:io","href":"dart-io/","kind":9,"packageRank":15,"desc":"File, socket, HTTP, and other I/O support for non-web applications."},{"name":"BadCertificateCallback","qualifiedName":"dart:io.BadCertificateCallback","href":"dart-io/BadCertificateCallback.html","kind":21,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"CertificateException","qualifiedName":"dart:io.CertificateException","href":"dart-io/CertificateException-class.html","kind":3,"packageRank":15,"desc":"An exception that happens in the handshake phase of establishing\na secure network connection, when looking up or verifying a\ncertificate.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"CertificateException.new","qualifiedName":"dart:io.CertificateException.CertificateException.new","href":"dart-io/CertificateException/CertificateException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CertificateException","kind":3,"href":"dart-io/CertificateException-class.html"}},{"name":"CompressionOptions","qualifiedName":"dart:io.CompressionOptions","href":"dart-io/CompressionOptions-class.html","kind":3,"packageRank":15,"desc":"Options controlling compression in a WebSocket.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"CompressionOptions.new","qualifiedName":"dart:io.CompressionOptions.CompressionOptions.new","href":"dart-io/CompressionOptions/CompressionOptions.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"CompressionOptions","kind":3,"href":"dart-io/CompressionOptions-class.html"}},{"name":"clientMaxWindowBits","qualifiedName":"dart:io.CompressionOptions.clientMaxWindowBits","href":"dart-io/CompressionOptions/clientMaxWindowBits.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The maximal window size bit count requested by the client.","enclosedBy":{"name":"CompressionOptions","kind":3,"href":"dart-io/CompressionOptions-class.html"}},{"name":"clientNoContextTakeover","qualifiedName":"dart:io.CompressionOptions.clientNoContextTakeover","href":"dart-io/CompressionOptions/clientNoContextTakeover.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the client will reuse its compression instances.","enclosedBy":{"name":"CompressionOptions","kind":3,"href":"dart-io/CompressionOptions-class.html"}},{"name":"compressionDefault","qualifiedName":"dart:io.CompressionOptions.compressionDefault","href":"dart-io/CompressionOptions/compressionDefault-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Default WebSocket compression configuration.","enclosedBy":{"name":"CompressionOptions","kind":3,"href":"dart-io/CompressionOptions-class.html"}},{"name":"compressionOff","qualifiedName":"dart:io.CompressionOptions.compressionOff","href":"dart-io/CompressionOptions/compressionOff-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"No-compression configuration.","enclosedBy":{"name":"CompressionOptions","kind":3,"href":"dart-io/CompressionOptions-class.html"}},{"name":"enabled","qualifiedName":"dart:io.CompressionOptions.enabled","href":"dart-io/CompressionOptions/enabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether WebSocket compression is enabled.","enclosedBy":{"name":"CompressionOptions","kind":3,"href":"dart-io/CompressionOptions-class.html"}},{"name":"serverMaxWindowBits","qualifiedName":"dart:io.CompressionOptions.serverMaxWindowBits","href":"dart-io/CompressionOptions/serverMaxWindowBits.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The maximal window size bit count requested by the server.","enclosedBy":{"name":"CompressionOptions","kind":3,"href":"dart-io/CompressionOptions-class.html"}},{"name":"serverNoContextTakeover","qualifiedName":"dart:io.CompressionOptions.serverNoContextTakeover","href":"dart-io/CompressionOptions/serverNoContextTakeover.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the server will reuse its compression instances.","enclosedBy":{"name":"CompressionOptions","kind":3,"href":"dart-io/CompressionOptions-class.html"}},{"name":"ConnectionTask","qualifiedName":"dart:io.ConnectionTask","href":"dart-io/ConnectionTask-class.html","kind":3,"packageRank":15,"desc":"A cancelable connection attempt.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"cancel","qualifiedName":"dart:io.ConnectionTask.cancel","href":"dart-io/ConnectionTask/cancel.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Cancels the connection attempt.","enclosedBy":{"name":"ConnectionTask","kind":3,"href":"dart-io/ConnectionTask-class.html"}},{"name":"fromSocket","qualifiedName":"dart:io.ConnectionTask.fromSocket","href":"dart-io/ConnectionTask/fromSocket.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Create a ConnectionTask from an existing Future&lt;Socket&gt;.","enclosedBy":{"name":"ConnectionTask","kind":3,"href":"dart-io/ConnectionTask-class.html"}},{"name":"socket","qualifiedName":"dart:io.ConnectionTask.socket","href":"dart-io/ConnectionTask/socket.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A Future that completes with value that S.connect() would return\nunless cancel is called on this ConnectionTask.","enclosedBy":{"name":"ConnectionTask","kind":3,"href":"dart-io/ConnectionTask-class.html"}},{"name":"ContentType","qualifiedName":"dart:io.ContentType","href":"dart-io/ContentType-class.html","kind":3,"packageRank":15,"desc":"A MIME/IANA media type used as the value of the\nHttpHeaders.contentTypeHeader header.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"ContentType.new","qualifiedName":"dart:io.ContentType.ContentType.new","href":"dart-io/ContentType/ContentType.html","kind":2,"packageRank":15,"desc":"Creates a new content type object setting the primary type and\nsub type. The charset and additional parameters can also be set\nusing charset and parameters. If charset is passed and\nparameters contains charset as well the passed charset will\noverride the value in parameters. Keys passed in parameters will be\nconverted to lower case. The charset entry, whether passed as charset\nor in parameters, will have its value converted to lower-case.","enclosedBy":{"name":"ContentType","kind":3,"href":"dart-io/ContentType-class.html"}},{"name":"binary","qualifiedName":"dart:io.ContentType.binary","href":"dart-io/ContentType/binary.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Content type for binary data.","enclosedBy":{"name":"ContentType","kind":3,"href":"dart-io/ContentType-class.html"}},{"name":"charset","qualifiedName":"dart:io.ContentType.charset","href":"dart-io/ContentType/charset.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the character set, if any.","enclosedBy":{"name":"ContentType","kind":3,"href":"dart-io/ContentType-class.html"}},{"name":"html","qualifiedName":"dart:io.ContentType.html","href":"dart-io/ContentType/html.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Content type for HTML using UTF-8 encoding.","enclosedBy":{"name":"ContentType","kind":3,"href":"dart-io/ContentType-class.html"}},{"name":"json","qualifiedName":"dart:io.ContentType.json","href":"dart-io/ContentType/json.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Content type for JSON using UTF-8 encoding.","enclosedBy":{"name":"ContentType","kind":3,"href":"dart-io/ContentType-class.html"}},{"name":"mimeType","qualifiedName":"dart:io.ContentType.mimeType","href":"dart-io/ContentType/mimeType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the MIME type and subtype, without any parameters.","enclosedBy":{"name":"ContentType","kind":3,"href":"dart-io/ContentType-class.html"}},{"name":"parse","qualifiedName":"dart:io.ContentType.parse","href":"dart-io/ContentType/parse.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Creates a new content type object from parsing a Content-Type\nheader value. As primary type, sub type and parameter names and\nvalues are not case sensitive all these values will be converted\nto lower case. Parsing this string","enclosedBy":{"name":"ContentType","kind":3,"href":"dart-io/ContentType-class.html"}},{"name":"primaryType","qualifiedName":"dart:io.ContentType.primaryType","href":"dart-io/ContentType/primaryType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the primary type.","enclosedBy":{"name":"ContentType","kind":3,"href":"dart-io/ContentType-class.html"}},{"name":"subType","qualifiedName":"dart:io.ContentType.subType","href":"dart-io/ContentType/subType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the subtype.","enclosedBy":{"name":"ContentType","kind":3,"href":"dart-io/ContentType-class.html"}},{"name":"text","qualifiedName":"dart:io.ContentType.text","href":"dart-io/ContentType/text.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Content type for plain text using UTF-8 encoding.","enclosedBy":{"name":"ContentType","kind":3,"href":"dart-io/ContentType-class.html"}},{"name":"Cookie","qualifiedName":"dart:io.Cookie","href":"dart-io/Cookie-class.html","kind":3,"packageRank":15,"desc":"Representation of a cookie. For cookies received by the server as Cookie\nheader values only name and value properties will be set. When building a\ncookie for the 'set-cookie' header in the server and when receiving cookies\nin the client as 'set-cookie' headers all fields can be used.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"Cookie.fromSetCookieValue","qualifiedName":"dart:io.Cookie.Cookie.fromSetCookieValue","href":"dart-io/Cookie/Cookie.fromSetCookieValue.html","kind":2,"packageRank":15,"desc":"Creates a new cookie by parsing a header value from a 'set-cookie'\nheader.","enclosedBy":{"name":"Cookie","kind":3,"href":"dart-io/Cookie-class.html"}},{"name":"Cookie.new","qualifiedName":"dart:io.Cookie.Cookie.new","href":"dart-io/Cookie/Cookie.html","kind":2,"packageRank":15,"desc":"Creates a new cookie setting the name and value.","enclosedBy":{"name":"Cookie","kind":3,"href":"dart-io/Cookie-class.html"}},{"name":"domain","qualifiedName":"dart:io.Cookie.domain","href":"dart-io/Cookie/domain.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The domain that the cookie applies to.","enclosedBy":{"name":"Cookie","kind":3,"href":"dart-io/Cookie-class.html"}},{"name":"expires","qualifiedName":"dart:io.Cookie.expires","href":"dart-io/Cookie/expires.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The time at which the cookie expires.","enclosedBy":{"name":"Cookie","kind":3,"href":"dart-io/Cookie-class.html"}},{"name":"httpOnly","qualifiedName":"dart:io.Cookie.httpOnly","href":"dart-io/Cookie/httpOnly.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the cookie is only sent in the HTTP request and is not made\navailable to client side scripts.","enclosedBy":{"name":"Cookie","kind":3,"href":"dart-io/Cookie-class.html"}},{"name":"maxAge","qualifiedName":"dart:io.Cookie.maxAge","href":"dart-io/Cookie/maxAge.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of seconds until the cookie expires. A zero or negative value\nmeans the cookie has expired.","enclosedBy":{"name":"Cookie","kind":3,"href":"dart-io/Cookie-class.html"}},{"name":"name","qualifiedName":"dart:io.Cookie.name","href":"dart-io/Cookie/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The name of the cookie.","enclosedBy":{"name":"Cookie","kind":3,"href":"dart-io/Cookie-class.html"}},{"name":"path","qualifiedName":"dart:io.Cookie.path","href":"dart-io/Cookie/path.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The path within the domain that the cookie applies to.","enclosedBy":{"name":"Cookie","kind":3,"href":"dart-io/Cookie-class.html"}},{"name":"sameSite","qualifiedName":"dart:io.Cookie.sameSite","href":"dart-io/Cookie/sameSite.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the cookie is available from other sites.","enclosedBy":{"name":"Cookie","kind":3,"href":"dart-io/Cookie-class.html"}},{"name":"secure","qualifiedName":"dart:io.Cookie.secure","href":"dart-io/Cookie/secure.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether to only send this cookie on secure connections.","enclosedBy":{"name":"Cookie","kind":3,"href":"dart-io/Cookie-class.html"}},{"name":"toString","qualifiedName":"dart:io.Cookie.toString","href":"dart-io/Cookie/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the formatted string representation of the cookie. The\nstring representation can be used for setting the Cookie or\n'set-cookie' headers","enclosedBy":{"name":"Cookie","kind":3,"href":"dart-io/Cookie-class.html"}},{"name":"value","qualifiedName":"dart:io.Cookie.value","href":"dart-io/Cookie/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The value of the cookie.","enclosedBy":{"name":"Cookie","kind":3,"href":"dart-io/Cookie-class.html"}},{"name":"Datagram","qualifiedName":"dart:io.Datagram","href":"dart-io/Datagram-class.html","kind":3,"packageRank":15,"desc":"A data packet received by a RawDatagramSocket.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"Datagram.new","qualifiedName":"dart:io.Datagram.Datagram.new","href":"dart-io/Datagram/Datagram.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Datagram","kind":3,"href":"dart-io/Datagram-class.html"}},{"name":"address","qualifiedName":"dart:io.Datagram.address","href":"dart-io/Datagram/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The address of the socket which sends the data.","enclosedBy":{"name":"Datagram","kind":3,"href":"dart-io/Datagram-class.html"}},{"name":"data","qualifiedName":"dart:io.Datagram.data","href":"dart-io/Datagram/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The actual bytes of the message.","enclosedBy":{"name":"Datagram","kind":3,"href":"dart-io/Datagram-class.html"}},{"name":"port","qualifiedName":"dart:io.Datagram.port","href":"dart-io/Datagram/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The port of the socket which sends the data.","enclosedBy":{"name":"Datagram","kind":3,"href":"dart-io/Datagram-class.html"}},{"name":"Directory","qualifiedName":"dart:io.Directory","href":"dart-io/Directory-class.html","kind":3,"packageRank":15,"desc":"A reference to a directory (or folder) on the file system.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"Directory.fromRawPath","qualifiedName":"dart:io.Directory.Directory.fromRawPath","href":"dart-io/Directory/Directory.fromRawPath.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"Directory.fromUri","qualifiedName":"dart:io.Directory.Directory.fromUri","href":"dart-io/Directory/Directory.fromUri.html","kind":2,"packageRank":15,"desc":"Create a Directory from a URI.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"Directory.new","qualifiedName":"dart:io.Directory.Directory.new","href":"dart-io/Directory/Directory.html","kind":2,"packageRank":15,"desc":"Creates a Directory object.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"absolute","qualifiedName":"dart:io.Directory.absolute","href":"dart-io/Directory/absolute.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A Directory whose path is the absolute path of this Directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"create","qualifiedName":"dart:io.Directory.create","href":"dart-io/Directory/create.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates the directory if it doesn't exist.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"createSync","qualifiedName":"dart:io.Directory.createSync","href":"dart-io/Directory/createSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously creates the directory if it doesn't exist.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"createTemp","qualifiedName":"dart:io.Directory.createTemp","href":"dart-io/Directory/createTemp.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a temporary directory in this directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"createTempSync","qualifiedName":"dart:io.Directory.createTempSync","href":"dart-io/Directory/createTempSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously creates a temporary directory in this directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"current","qualifiedName":"dart:io.Directory.current","href":"dart-io/Directory/current.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Creates a directory object pointing to the current working\ndirectory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"delete","qualifiedName":"dart:io.Directory.delete","href":"dart-io/Directory/delete.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Deletes this Directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"deleteSync","qualifiedName":"dart:io.Directory.deleteSync","href":"dart-io/Directory/deleteSync.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Synchronously deletes this Directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"list","qualifiedName":"dart:io.Directory.list","href":"dart-io/Directory/list.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Lists the sub-directories and files of this Directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"listSync","qualifiedName":"dart:io.Directory.listSync","href":"dart-io/Directory/listSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Lists the sub-directories and files of this Directory.\nOptionally recurses into sub-directories.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"path","qualifiedName":"dart:io.Directory.path","href":"dart-io/Directory/path.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the path of this directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"rename","qualifiedName":"dart:io.Directory.rename","href":"dart-io/Directory/rename.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Renames this directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"renameSync","qualifiedName":"dart:io.Directory.renameSync","href":"dart-io/Directory/renameSync.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Synchronously renames this directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"resolveSymbolicLinks","qualifiedName":"dart:io.Directory.resolveSymbolicLinks","href":"dart-io/Directory/resolveSymbolicLinks.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Resolves the path of a file system object relative to the\ncurrent working directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"resolveSymbolicLinksSync","qualifiedName":"dart:io.Directory.resolveSymbolicLinksSync","href":"dart-io/Directory/resolveSymbolicLinksSync.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Resolves the path of a file system object relative to the\ncurrent working directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"systemTemp","qualifiedName":"dart:io.Directory.systemTemp","href":"dart-io/Directory/systemTemp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The system temp directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"toString","qualifiedName":"dart:io.Directory.toString","href":"dart-io/Directory/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns a human readable representation of this Directory.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"uri","qualifiedName":"dart:io.Directory.uri","href":"dart-io/Directory/uri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A Uri representing the directory's location.","enclosedBy":{"name":"Directory","kind":3,"href":"dart-io/Directory-class.html"}},{"name":"File","qualifiedName":"dart:io.File","href":"dart-io/File-class.html","kind":3,"packageRank":15,"desc":"A reference to a file on the file system.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"File.fromRawPath","qualifiedName":"dart:io.File.File.fromRawPath","href":"dart-io/File/File.fromRawPath.html","kind":2,"packageRank":15,"desc":"Creates a File object from a raw path.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"File.fromUri","qualifiedName":"dart:io.File.File.fromUri","href":"dart-io/File/File.fromUri.html","kind":2,"packageRank":15,"desc":"Create a File object from a URI.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"File.new","qualifiedName":"dart:io.File.File.new","href":"dart-io/File/File.html","kind":2,"packageRank":15,"desc":"Creates a File object.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"absolute","qualifiedName":"dart:io.File.absolute","href":"dart-io/File/absolute.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A File with the absolute path of path.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"copy","qualifiedName":"dart:io.File.copy","href":"dart-io/File/copy.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Copies this file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"copySync","qualifiedName":"dart:io.File.copySync","href":"dart-io/File/copySync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously copies this file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"create","qualifiedName":"dart:io.File.create","href":"dart-io/File/create.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates the file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"createSync","qualifiedName":"dart:io.File.createSync","href":"dart-io/File/createSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously creates the file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"delete","qualifiedName":"dart:io.File.delete","href":"dart-io/File/delete.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Deletes this File.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"deleteSync","qualifiedName":"dart:io.File.deleteSync","href":"dart-io/File/deleteSync.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Synchronously deletes this File.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"lastAccessed","qualifiedName":"dart:io.File.lastAccessed","href":"dart-io/File/lastAccessed.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The last-accessed time of the file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"lastAccessedSync","qualifiedName":"dart:io.File.lastAccessedSync","href":"dart-io/File/lastAccessedSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The last-accessed time of the file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"lastModified","qualifiedName":"dart:io.File.lastModified","href":"dart-io/File/lastModified.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Get the last-modified time of the file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"lastModifiedSync","qualifiedName":"dart:io.File.lastModifiedSync","href":"dart-io/File/lastModifiedSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Get the last-modified time of the file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"length","qualifiedName":"dart:io.File.length","href":"dart-io/File/length.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The length of the file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"lengthSync","qualifiedName":"dart:io.File.lengthSync","href":"dart-io/File/lengthSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The length of the file provided synchronously.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"open","qualifiedName":"dart:io.File.open","href":"dart-io/File/open.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens the file for random access operations.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"openRead","qualifiedName":"dart:io.File.openRead","href":"dart-io/File/openRead.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a new independent Stream for the contents of this file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"openSync","qualifiedName":"dart:io.File.openSync","href":"dart-io/File/openSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously opens the file for random access operations.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"openWrite","qualifiedName":"dart:io.File.openWrite","href":"dart-io/File/openWrite.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a new independent IOSink for the file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"path","qualifiedName":"dart:io.File.path","href":"dart-io/File/path.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Get the path of the file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"readAsBytes","qualifiedName":"dart:io.File.readAsBytes","href":"dart-io/File/readAsBytes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads the entire file contents as a list of bytes.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"readAsBytesSync","qualifiedName":"dart:io.File.readAsBytesSync","href":"dart-io/File/readAsBytesSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously reads the entire file contents as a list of bytes.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"readAsLines","qualifiedName":"dart:io.File.readAsLines","href":"dart-io/File/readAsLines.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads the entire file contents as lines of text using the given\nEncoding.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"readAsLinesSync","qualifiedName":"dart:io.File.readAsLinesSync","href":"dart-io/File/readAsLinesSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously reads the entire file contents as lines of text\nusing the given Encoding.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"readAsString","qualifiedName":"dart:io.File.readAsString","href":"dart-io/File/readAsString.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads the entire file contents as a string using the given\nEncoding.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"readAsStringSync","qualifiedName":"dart:io.File.readAsStringSync","href":"dart-io/File/readAsStringSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously reads the entire file contents as a string using the\ngiven Encoding.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"rename","qualifiedName":"dart:io.File.rename","href":"dart-io/File/rename.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Renames this file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"renameSync","qualifiedName":"dart:io.File.renameSync","href":"dart-io/File/renameSync.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Synchronously renames this file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"setLastAccessed","qualifiedName":"dart:io.File.setLastAccessed","href":"dart-io/File/setLastAccessed.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Modifies the time the file was last accessed.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"setLastAccessedSync","qualifiedName":"dart:io.File.setLastAccessedSync","href":"dart-io/File/setLastAccessedSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously modifies the time the file was last accessed.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"setLastModified","qualifiedName":"dart:io.File.setLastModified","href":"dart-io/File/setLastModified.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Modifies the time the file was last modified.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"setLastModifiedSync","qualifiedName":"dart:io.File.setLastModifiedSync","href":"dart-io/File/setLastModifiedSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously modifies the time the file was last modified.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"writeAsBytes","qualifiedName":"dart:io.File.writeAsBytes","href":"dart-io/File/writeAsBytes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Writes a list of bytes to a file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"writeAsBytesSync","qualifiedName":"dart:io.File.writeAsBytesSync","href":"dart-io/File/writeAsBytesSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously writes a list of bytes to a file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"writeAsString","qualifiedName":"dart:io.File.writeAsString","href":"dart-io/File/writeAsString.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Writes a string to a file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"writeAsStringSync","qualifiedName":"dart:io.File.writeAsStringSync","href":"dart-io/File/writeAsStringSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously writes a string to a file.","enclosedBy":{"name":"File","kind":3,"href":"dart-io/File-class.html"}},{"name":"FileLock","qualifiedName":"dart:io.FileLock","href":"dart-io/FileLock-class.html","kind":3,"packageRank":15,"desc":"Type of lock when requesting a lock on a file.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"blockingExclusive","qualifiedName":"dart:io.FileLock.blockingExclusive","href":"dart-io/FileLock/blockingExclusive-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Blocking exclusive file lock.","enclosedBy":{"name":"FileLock","kind":3,"href":"dart-io/FileLock-class.html"}},{"name":"blockingShared","qualifiedName":"dart:io.FileLock.blockingShared","href":"dart-io/FileLock/blockingShared-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Blocking shared file lock.","enclosedBy":{"name":"FileLock","kind":3,"href":"dart-io/FileLock-class.html"}},{"name":"exclusive","qualifiedName":"dart:io.FileLock.exclusive","href":"dart-io/FileLock/exclusive-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Exclusive file lock.","enclosedBy":{"name":"FileLock","kind":3,"href":"dart-io/FileLock-class.html"}},{"name":"shared","qualifiedName":"dart:io.FileLock.shared","href":"dart-io/FileLock/shared-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Shared file lock.","enclosedBy":{"name":"FileLock","kind":3,"href":"dart-io/FileLock-class.html"}},{"name":"FileMode","qualifiedName":"dart:io.FileMode","href":"dart-io/FileMode-class.html","kind":3,"packageRank":15,"desc":"The modes in which a File can be opened.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"append","qualifiedName":"dart:io.FileMode.append","href":"dart-io/FileMode/append-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Mode for opening a file for reading and writing to the\nend of it. The file is created if it does not already exist.","enclosedBy":{"name":"FileMode","kind":3,"href":"dart-io/FileMode-class.html"}},{"name":"read","qualifiedName":"dart:io.FileMode.read","href":"dart-io/FileMode/read-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The mode for opening a file only for reading.","enclosedBy":{"name":"FileMode","kind":3,"href":"dart-io/FileMode-class.html"}},{"name":"write","qualifiedName":"dart:io.FileMode.write","href":"dart-io/FileMode/write-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Mode for opening a file for reading and writing. The file is\noverwritten if it already exists. The file is created if it does not\nalready exist.","enclosedBy":{"name":"FileMode","kind":3,"href":"dart-io/FileMode-class.html"}},{"name":"writeOnly","qualifiedName":"dart:io.FileMode.writeOnly","href":"dart-io/FileMode/writeOnly-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Mode for opening a file for writing only. The file is\noverwritten if it already exists. The file is created if it does not\nalready exist.","enclosedBy":{"name":"FileMode","kind":3,"href":"dart-io/FileMode-class.html"}},{"name":"writeOnlyAppend","qualifiedName":"dart:io.FileMode.writeOnlyAppend","href":"dart-io/FileMode/writeOnlyAppend-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Mode for opening a file for writing only to the\nend of it. The file is created if it does not already exist.","enclosedBy":{"name":"FileMode","kind":3,"href":"dart-io/FileMode-class.html"}},{"name":"FileStat","qualifiedName":"dart:io.FileStat","href":"dart-io/FileStat-class.html","kind":3,"packageRank":15,"desc":"The result of calling the POSIX stat() function on a file system object.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"accessed","qualifiedName":"dart:io.FileStat.accessed","href":"dart-io/FileStat/accessed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The time of the last access to the data of the file system object.","enclosedBy":{"name":"FileStat","kind":3,"href":"dart-io/FileStat-class.html"}},{"name":"changed","qualifiedName":"dart:io.FileStat.changed","href":"dart-io/FileStat/changed.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The time of the last change to the data or metadata of the file system\nobject.","enclosedBy":{"name":"FileStat","kind":3,"href":"dart-io/FileStat-class.html"}},{"name":"mode","qualifiedName":"dart:io.FileStat.mode","href":"dart-io/FileStat/mode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The mode of the file system object.","enclosedBy":{"name":"FileStat","kind":3,"href":"dart-io/FileStat-class.html"}},{"name":"modeString","qualifiedName":"dart:io.FileStat.modeString","href":"dart-io/FileStat/modeString.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The mode value as a human-readable string.","enclosedBy":{"name":"FileStat","kind":3,"href":"dart-io/FileStat-class.html"}},{"name":"modified","qualifiedName":"dart:io.FileStat.modified","href":"dart-io/FileStat/modified.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The time of the last change to the data of the file system object.","enclosedBy":{"name":"FileStat","kind":3,"href":"dart-io/FileStat-class.html"}},{"name":"size","qualifiedName":"dart:io.FileStat.size","href":"dart-io/FileStat/size.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The size of the file system object.","enclosedBy":{"name":"FileStat","kind":3,"href":"dart-io/FileStat-class.html"}},{"name":"stat","qualifiedName":"dart:io.FileStat.stat","href":"dart-io/FileStat/stat.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Asynchronously calls the operating system's stat() function (or\nequivalent) on path.","enclosedBy":{"name":"FileStat","kind":3,"href":"dart-io/FileStat-class.html"}},{"name":"statSync","qualifiedName":"dart:io.FileStat.statSync","href":"dart-io/FileStat/statSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Calls the operating system's stat() function (or equivalent) on path.","enclosedBy":{"name":"FileStat","kind":3,"href":"dart-io/FileStat-class.html"}},{"name":"toString","qualifiedName":"dart:io.FileStat.toString","href":"dart-io/FileStat/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"FileStat","kind":3,"href":"dart-io/FileStat-class.html"}},{"name":"type","qualifiedName":"dart:io.FileStat.type","href":"dart-io/FileStat/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The type of the underlying file system object.","enclosedBy":{"name":"FileStat","kind":3,"href":"dart-io/FileStat-class.html"}},{"name":"FileSystemCreateEvent","qualifiedName":"dart:io.FileSystemCreateEvent","href":"dart-io/FileSystemCreateEvent-class.html","kind":3,"packageRank":15,"desc":"File system event for newly created file system objects.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"FileSystemCreateEvent.new","qualifiedName":"dart:io.FileSystemCreateEvent.FileSystemCreateEvent.new","href":"dart-io/FileSystemCreateEvent/FileSystemCreateEvent.html","kind":2,"packageRank":15,"desc":"Constructs a new FileSystemCreateEvent.","enclosedBy":{"name":"FileSystemCreateEvent","kind":3,"href":"dart-io/FileSystemCreateEvent-class.html"}},{"name":"toString","qualifiedName":"dart:io.FileSystemCreateEvent.toString","href":"dart-io/FileSystemCreateEvent/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"FileSystemCreateEvent","kind":3,"href":"dart-io/FileSystemCreateEvent-class.html"}},{"name":"FileSystemDeleteEvent","qualifiedName":"dart:io.FileSystemDeleteEvent","href":"dart-io/FileSystemDeleteEvent-class.html","kind":3,"packageRank":15,"desc":"File system event for deletion of file system objects.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"FileSystemDeleteEvent.new","qualifiedName":"dart:io.FileSystemDeleteEvent.FileSystemDeleteEvent.new","href":"dart-io/FileSystemDeleteEvent/FileSystemDeleteEvent.html","kind":2,"packageRank":15,"desc":"Constructs a new FileSystemDeleteEvent.","enclosedBy":{"name":"FileSystemDeleteEvent","kind":3,"href":"dart-io/FileSystemDeleteEvent-class.html"}},{"name":"isDirectory","qualifiedName":"dart:io.FileSystemDeleteEvent.isDirectory","href":"dart-io/FileSystemDeleteEvent/isDirectory.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the file system object was a directory.","enclosedBy":{"name":"FileSystemDeleteEvent","kind":3,"href":"dart-io/FileSystemDeleteEvent-class.html"}},{"name":"toString","qualifiedName":"dart:io.FileSystemDeleteEvent.toString","href":"dart-io/FileSystemDeleteEvent/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"FileSystemDeleteEvent","kind":3,"href":"dart-io/FileSystemDeleteEvent-class.html"}},{"name":"FileSystemEntity","qualifiedName":"dart:io.FileSystemEntity","href":"dart-io/FileSystemEntity-class.html","kind":3,"packageRank":15,"desc":"The common superclass of File, Directory, and Link.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"FileSystemEntity.new","qualifiedName":"dart:io.FileSystemEntity.FileSystemEntity.new","href":"dart-io/FileSystemEntity/FileSystemEntity.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"absolute","qualifiedName":"dart:io.FileSystemEntity.absolute","href":"dart-io/FileSystemEntity/absolute.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A FileSystemEntity whose path is the absolute path of path.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"delete","qualifiedName":"dart:io.FileSystemEntity.delete","href":"dart-io/FileSystemEntity/delete.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Deletes this FileSystemEntity.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"deleteSync","qualifiedName":"dart:io.FileSystemEntity.deleteSync","href":"dart-io/FileSystemEntity/deleteSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously deletes this FileSystemEntity.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"exists","qualifiedName":"dart:io.FileSystemEntity.exists","href":"dart-io/FileSystemEntity/exists.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Checks whether the file system entity with this path exists.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"existsSync","qualifiedName":"dart:io.FileSystemEntity.existsSync","href":"dart-io/FileSystemEntity/existsSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously checks whether the file system entity with this path\nexists.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"identical","qualifiedName":"dart:io.FileSystemEntity.identical","href":"dart-io/FileSystemEntity/identical.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Checks whether two paths refer to the same object in the\nfile system.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"identicalSync","qualifiedName":"dart:io.FileSystemEntity.identicalSync","href":"dart-io/FileSystemEntity/identicalSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously checks whether two paths refer to the same object in the\nfile system.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"isAbsolute","qualifiedName":"dart:io.FileSystemEntity.isAbsolute","href":"dart-io/FileSystemEntity/isAbsolute.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether this object's path is absolute.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"isDirectory","qualifiedName":"dart:io.FileSystemEntity.isDirectory","href":"dart-io/FileSystemEntity/isDirectory.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Whether path refers to a directory.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"isDirectorySync","qualifiedName":"dart:io.FileSystemEntity.isDirectorySync","href":"dart-io/FileSystemEntity/isDirectorySync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously checks whether path refers to a directory.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"isFile","qualifiedName":"dart:io.FileSystemEntity.isFile","href":"dart-io/FileSystemEntity/isFile.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Whether path refers to a file.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"isFileSync","qualifiedName":"dart:io.FileSystemEntity.isFileSync","href":"dart-io/FileSystemEntity/isFileSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously checks whether path refers to a file.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"isLink","qualifiedName":"dart:io.FileSystemEntity.isLink","href":"dart-io/FileSystemEntity/isLink.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Whether path refers to a link.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"isLinkSync","qualifiedName":"dart:io.FileSystemEntity.isLinkSync","href":"dart-io/FileSystemEntity/isLinkSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously checks whether path refers to a link.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"isWatchSupported","qualifiedName":"dart:io.FileSystemEntity.isWatchSupported","href":"dart-io/FileSystemEntity/isWatchSupported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Test if watch is supported on the current system.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"parent","qualifiedName":"dart:io.FileSystemEntity.parent","href":"dart-io/FileSystemEntity/parent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The parent directory of this entity.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"parentOf","qualifiedName":"dart:io.FileSystemEntity.parentOf","href":"dart-io/FileSystemEntity/parentOf.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The parent path of a path.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"path","qualifiedName":"dart:io.FileSystemEntity.path","href":"dart-io/FileSystemEntity/path.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"rename","qualifiedName":"dart:io.FileSystemEntity.rename","href":"dart-io/FileSystemEntity/rename.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Renames this file system entity.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"renameSync","qualifiedName":"dart:io.FileSystemEntity.renameSync","href":"dart-io/FileSystemEntity/renameSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously renames this file system entity.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"resolveSymbolicLinks","qualifiedName":"dart:io.FileSystemEntity.resolveSymbolicLinks","href":"dart-io/FileSystemEntity/resolveSymbolicLinks.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Resolves the path of a file system object relative to the\ncurrent working directory.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"resolveSymbolicLinksSync","qualifiedName":"dart:io.FileSystemEntity.resolveSymbolicLinksSync","href":"dart-io/FileSystemEntity/resolveSymbolicLinksSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Resolves the path of a file system object relative to the\ncurrent working directory.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"stat","qualifiedName":"dart:io.FileSystemEntity.stat","href":"dart-io/FileSystemEntity/stat.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Calls the operating system's stat() function on path.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"statSync","qualifiedName":"dart:io.FileSystemEntity.statSync","href":"dart-io/FileSystemEntity/statSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously calls the operating system's stat() function on path.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"type","qualifiedName":"dart:io.FileSystemEntity.type","href":"dart-io/FileSystemEntity/type.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Finds the type of file system object that a path points to.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"typeSync","qualifiedName":"dart:io.FileSystemEntity.typeSync","href":"dart-io/FileSystemEntity/typeSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously finds the type of file system object that a path points to.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"uri","qualifiedName":"dart:io.FileSystemEntity.uri","href":"dart-io/FileSystemEntity/uri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A Uri representing the file system entity's location.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"watch","qualifiedName":"dart:io.FileSystemEntity.watch","href":"dart-io/FileSystemEntity/watch.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Start watching the FileSystemEntity for changes.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"dart-io/FileSystemEntity-class.html"}},{"name":"FileSystemEntityType","qualifiedName":"dart:io.FileSystemEntityType","href":"dart-io/FileSystemEntityType-class.html","kind":3,"packageRank":15,"desc":"The type of an entity on the file system,\nsuch as a file, directory, or link.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"NOT_FOUND","qualifiedName":"dart:io.FileSystemEntityType.NOT_FOUND","href":"dart-io/FileSystemEntityType/NOT_FOUND-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileSystemEntityType","kind":3,"href":"dart-io/FileSystemEntityType-class.html"}},{"name":"directory","qualifiedName":"dart:io.FileSystemEntityType.directory","href":"dart-io/FileSystemEntityType/directory-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileSystemEntityType","kind":3,"href":"dart-io/FileSystemEntityType-class.html"}},{"name":"file","qualifiedName":"dart:io.FileSystemEntityType.file","href":"dart-io/FileSystemEntityType/file-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileSystemEntityType","kind":3,"href":"dart-io/FileSystemEntityType-class.html"}},{"name":"link","qualifiedName":"dart:io.FileSystemEntityType.link","href":"dart-io/FileSystemEntityType/link-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileSystemEntityType","kind":3,"href":"dart-io/FileSystemEntityType-class.html"}},{"name":"notFound","qualifiedName":"dart:io.FileSystemEntityType.notFound","href":"dart-io/FileSystemEntityType/notFound-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileSystemEntityType","kind":3,"href":"dart-io/FileSystemEntityType-class.html"}},{"name":"pipe","qualifiedName":"dart:io.FileSystemEntityType.pipe","href":"dart-io/FileSystemEntityType/pipe-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileSystemEntityType","kind":3,"href":"dart-io/FileSystemEntityType-class.html"}},{"name":"toString","qualifiedName":"dart:io.FileSystemEntityType.toString","href":"dart-io/FileSystemEntityType/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"FileSystemEntityType","kind":3,"href":"dart-io/FileSystemEntityType-class.html"}},{"name":"unixDomainSock","qualifiedName":"dart:io.FileSystemEntityType.unixDomainSock","href":"dart-io/FileSystemEntityType/unixDomainSock-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"FileSystemEntityType","kind":3,"href":"dart-io/FileSystemEntityType-class.html"}},{"name":"FileSystemEvent","qualifiedName":"dart:io.FileSystemEvent","href":"dart-io/FileSystemEvent-class.html","kind":3,"packageRank":15,"desc":"Base event class emitted by FileSystemEntity.watch.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"all","qualifiedName":"dart:io.FileSystemEvent.all","href":"dart-io/FileSystemEvent/all-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Bitfield for FileSystemEntity.watch, for enabling all of create,\nmodify, delete and move.","enclosedBy":{"name":"FileSystemEvent","kind":3,"href":"dart-io/FileSystemEvent-class.html"}},{"name":"create","qualifiedName":"dart:io.FileSystemEvent.create","href":"dart-io/FileSystemEvent/create-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Bitfield for FileSystemEntity.watch, to enable FileSystemCreateEvents.","enclosedBy":{"name":"FileSystemEvent","kind":3,"href":"dart-io/FileSystemEvent-class.html"}},{"name":"delete","qualifiedName":"dart:io.FileSystemEvent.delete","href":"dart-io/FileSystemEvent/delete-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Bitfield for FileSystemEntity.watch, to enable FileSystemDeleteEvents.","enclosedBy":{"name":"FileSystemEvent","kind":3,"href":"dart-io/FileSystemEvent-class.html"}},{"name":"isDirectory","qualifiedName":"dart:io.FileSystemEvent.isDirectory","href":"dart-io/FileSystemEvent/isDirectory.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the event target is a directory.","enclosedBy":{"name":"FileSystemEvent","kind":3,"href":"dart-io/FileSystemEvent-class.html"}},{"name":"modify","qualifiedName":"dart:io.FileSystemEvent.modify","href":"dart-io/FileSystemEvent/modify-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Bitfield for FileSystemEntity.watch, to enable FileSystemModifyEvents.","enclosedBy":{"name":"FileSystemEvent","kind":3,"href":"dart-io/FileSystemEvent-class.html"}},{"name":"move","qualifiedName":"dart:io.FileSystemEvent.move","href":"dart-io/FileSystemEvent/move-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Bitfield for FileSystemEntity.watch, to enable FileSystemMoveEvents.","enclosedBy":{"name":"FileSystemEvent","kind":3,"href":"dart-io/FileSystemEvent-class.html"}},{"name":"path","qualifiedName":"dart:io.FileSystemEvent.path","href":"dart-io/FileSystemEvent/path.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The path that triggered the event.","enclosedBy":{"name":"FileSystemEvent","kind":3,"href":"dart-io/FileSystemEvent-class.html"}},{"name":"type","qualifiedName":"dart:io.FileSystemEvent.type","href":"dart-io/FileSystemEvent/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The type of event. See FileSystemEvent for a list of events.","enclosedBy":{"name":"FileSystemEvent","kind":3,"href":"dart-io/FileSystemEvent-class.html"}},{"name":"FileSystemException","qualifiedName":"dart:io.FileSystemException","href":"dart-io/FileSystemException-class.html","kind":3,"packageRank":15,"desc":"Exception thrown when a file operation fails.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"FileSystemException.new","qualifiedName":"dart:io.FileSystemException.FileSystemException.new","href":"dart-io/FileSystemException/FileSystemException.html","kind":2,"packageRank":15,"desc":"Creates a new file system exception with optional parts.","enclosedBy":{"name":"FileSystemException","kind":3,"href":"dart-io/FileSystemException-class.html"}},{"name":"message","qualifiedName":"dart:io.FileSystemException.message","href":"dart-io/FileSystemException/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Message describing the error.","enclosedBy":{"name":"FileSystemException","kind":3,"href":"dart-io/FileSystemException-class.html"}},{"name":"osError","qualifiedName":"dart:io.FileSystemException.osError","href":"dart-io/FileSystemException/osError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The underlying OS error.","enclosedBy":{"name":"FileSystemException","kind":3,"href":"dart-io/FileSystemException-class.html"}},{"name":"path","qualifiedName":"dart:io.FileSystemException.path","href":"dart-io/FileSystemException/path.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The file system path on which the error occurred.","enclosedBy":{"name":"FileSystemException","kind":3,"href":"dart-io/FileSystemException-class.html"}},{"name":"toString","qualifiedName":"dart:io.FileSystemException.toString","href":"dart-io/FileSystemException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"FileSystemException","kind":3,"href":"dart-io/FileSystemException-class.html"}},{"name":"FileSystemModifyEvent","qualifiedName":"dart:io.FileSystemModifyEvent","href":"dart-io/FileSystemModifyEvent-class.html","kind":3,"packageRank":15,"desc":"File system event for modifications of file system objects.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"FileSystemModifyEvent.new","qualifiedName":"dart:io.FileSystemModifyEvent.FileSystemModifyEvent.new","href":"dart-io/FileSystemModifyEvent/FileSystemModifyEvent.html","kind":2,"packageRank":15,"desc":"Constructs a new FileSystemModifyEvent.","enclosedBy":{"name":"FileSystemModifyEvent","kind":3,"href":"dart-io/FileSystemModifyEvent-class.html"}},{"name":"contentChanged","qualifiedName":"dart:io.FileSystemModifyEvent.contentChanged","href":"dart-io/FileSystemModifyEvent/contentChanged.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"If the content was changed and not only the attributes, contentChanged\nis true.","enclosedBy":{"name":"FileSystemModifyEvent","kind":3,"href":"dart-io/FileSystemModifyEvent-class.html"}},{"name":"toString","qualifiedName":"dart:io.FileSystemModifyEvent.toString","href":"dart-io/FileSystemModifyEvent/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"FileSystemModifyEvent","kind":3,"href":"dart-io/FileSystemModifyEvent-class.html"}},{"name":"FileSystemMoveEvent","qualifiedName":"dart:io.FileSystemMoveEvent","href":"dart-io/FileSystemMoveEvent-class.html","kind":3,"packageRank":15,"desc":"File system event for moving of file system objects.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"FileSystemMoveEvent.new","qualifiedName":"dart:io.FileSystemMoveEvent.FileSystemMoveEvent.new","href":"dart-io/FileSystemMoveEvent/FileSystemMoveEvent.html","kind":2,"packageRank":15,"desc":"Constructs a new FileSystemMoveEvent.","enclosedBy":{"name":"FileSystemMoveEvent","kind":3,"href":"dart-io/FileSystemMoveEvent-class.html"}},{"name":"destination","qualifiedName":"dart:io.FileSystemMoveEvent.destination","href":"dart-io/FileSystemMoveEvent/destination.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The destination path of the file being moved.","enclosedBy":{"name":"FileSystemMoveEvent","kind":3,"href":"dart-io/FileSystemMoveEvent-class.html"}},{"name":"toString","qualifiedName":"dart:io.FileSystemMoveEvent.toString","href":"dart-io/FileSystemMoveEvent/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"FileSystemMoveEvent","kind":3,"href":"dart-io/FileSystemMoveEvent-class.html"}},{"name":"GZipCodec","qualifiedName":"dart:io.GZipCodec","href":"dart-io/GZipCodec-class.html","kind":3,"packageRank":15,"desc":"The GZipCodec encodes raw bytes to GZip compressed bytes and decodes GZip\ncompressed bytes to raw bytes.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"GZipCodec.new","qualifiedName":"dart:io.GZipCodec.GZipCodec.new","href":"dart-io/GZipCodec/GZipCodec.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"GZipCodec","kind":3,"href":"dart-io/GZipCodec-class.html"}},{"name":"decoder","qualifiedName":"dart:io.GZipCodec.decoder","href":"dart-io/GZipCodec/decoder.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Get a ZLibDecoder for decoding GZip compressed data.","enclosedBy":{"name":"GZipCodec","kind":3,"href":"dart-io/GZipCodec-class.html"}},{"name":"dictionary","qualifiedName":"dart:io.GZipCodec.dictionary","href":"dart-io/GZipCodec/dictionary.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Initial compression dictionary.","enclosedBy":{"name":"GZipCodec","kind":3,"href":"dart-io/GZipCodec-class.html"}},{"name":"encoder","qualifiedName":"dart:io.GZipCodec.encoder","href":"dart-io/GZipCodec/encoder.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Get a ZLibEncoder for encoding to GZip compressed data.","enclosedBy":{"name":"GZipCodec","kind":3,"href":"dart-io/GZipCodec-class.html"}},{"name":"gzip","qualifiedName":"dart:io.GZipCodec.gzip","href":"dart-io/GZipCodec/gzip.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, GZip frames will be added to the compressed data.","enclosedBy":{"name":"GZipCodec","kind":3,"href":"dart-io/GZipCodec-class.html"}},{"name":"level","qualifiedName":"dart:io.GZipCodec.level","href":"dart-io/GZipCodec/level.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The compression-level can be set in the range of -1..9, with 6 being\nthe default compression level. Levels above 6 will have higher\ncompression rates at the cost of more CPU and memory usage. Levels below\n6 will use less CPU and memory at the cost of lower compression rates.","enclosedBy":{"name":"GZipCodec","kind":3,"href":"dart-io/GZipCodec-class.html"}},{"name":"memLevel","qualifiedName":"dart:io.GZipCodec.memLevel","href":"dart-io/GZipCodec/memLevel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Specifies how much memory should be allocated for the internal compression\nstate. 1 uses minimum memory but is slow and reduces compression ratio;\n9 uses maximum memory for optimal speed. The default value is 8.","enclosedBy":{"name":"GZipCodec","kind":3,"href":"dart-io/GZipCodec-class.html"}},{"name":"raw","qualifiedName":"dart:io.GZipCodec.raw","href":"dart-io/GZipCodec/raw.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, deflate generates raw data with no zlib header or trailer, and\nwill not compute an adler32 check value","enclosedBy":{"name":"GZipCodec","kind":3,"href":"dart-io/GZipCodec-class.html"}},{"name":"strategy","qualifiedName":"dart:io.GZipCodec.strategy","href":"dart-io/GZipCodec/strategy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Tunes the compression algorithm. Use the value\nZLibOption.strategyDefault for normal data,\nZLibOption.strategyFiltered for data produced by a filter\n(or predictor), ZLibOption.strategyHuffmanOnly to force Huffman\nencoding only (no string match), or ZLibOption.strategyRle to limit\nmatch distances to one (run-length encoding).","enclosedBy":{"name":"GZipCodec","kind":3,"href":"dart-io/GZipCodec-class.html"}},{"name":"windowBits","qualifiedName":"dart:io.GZipCodec.windowBits","href":"dart-io/GZipCodec/windowBits.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Base two logarithm of the window size (the size of the history buffer). It\nshould be in the range 8..15. Larger values result in better compression\nat the expense of memory usage. The default value is 15","enclosedBy":{"name":"GZipCodec","kind":3,"href":"dart-io/GZipCodec-class.html"}},{"name":"HandshakeException","qualifiedName":"dart:io.HandshakeException","href":"dart-io/HandshakeException-class.html","kind":3,"packageRank":15,"desc":"An exception that happens in the handshake phase of establishing\na secure network connection.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"HandshakeException.new","qualifiedName":"dart:io.HandshakeException.HandshakeException.new","href":"dart-io/HandshakeException/HandshakeException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HandshakeException","kind":3,"href":"dart-io/HandshakeException-class.html"}},{"name":"HeaderValue","qualifiedName":"dart:io.HeaderValue","href":"dart-io/HeaderValue-class.html","kind":3,"packageRank":15,"desc":"Representation of a header value in the form:","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"HeaderValue.new","qualifiedName":"dart:io.HeaderValue.HeaderValue.new","href":"dart-io/HeaderValue/HeaderValue.html","kind":2,"packageRank":15,"desc":"Creates a new header value object setting the value and parameters.","enclosedBy":{"name":"HeaderValue","kind":3,"href":"dart-io/HeaderValue-class.html"}},{"name":"parameters","qualifiedName":"dart:io.HeaderValue.parameters","href":"dart-io/HeaderValue/parameters.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A map of parameters.","enclosedBy":{"name":"HeaderValue","kind":3,"href":"dart-io/HeaderValue-class.html"}},{"name":"parse","qualifiedName":"dart:io.HeaderValue.parse","href":"dart-io/HeaderValue/parse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a new header value object from parsing a header value\nstring with both value and optional parameters.","enclosedBy":{"name":"HeaderValue","kind":3,"href":"dart-io/HeaderValue-class.html"}},{"name":"toString","qualifiedName":"dart:io.HeaderValue.toString","href":"dart-io/HeaderValue/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the formatted string representation in the form:","enclosedBy":{"name":"HeaderValue","kind":3,"href":"dart-io/HeaderValue-class.html"}},{"name":"value","qualifiedName":"dart:io.HeaderValue.value","href":"dart-io/HeaderValue/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The value of the header.","enclosedBy":{"name":"HeaderValue","kind":3,"href":"dart-io/HeaderValue-class.html"}},{"name":"HttpClient","qualifiedName":"dart:io.HttpClient","href":"dart-io/HttpClient-class.html","kind":3,"packageRank":15,"desc":"An HTTP client for communicating with an HTTP server.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"HttpClient.new","qualifiedName":"dart:io.HttpClient.HttpClient.new","href":"dart-io/HttpClient/HttpClient.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"addCredentials","qualifiedName":"dart:io.HttpClient.addCredentials","href":"dart-io/HttpClient/addCredentials.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Add credentials to be used for authorizing HTTP requests.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"addProxyCredentials","qualifiedName":"dart:io.HttpClient.addProxyCredentials","href":"dart-io/HttpClient/addProxyCredentials.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Add credentials to be used for authorizing HTTP proxies.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"authenticate","qualifiedName":"dart:io.HttpClient.authenticate","href":"dart-io/HttpClient/authenticate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Sets the function to be called when a site is requesting\nauthentication.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"authenticateProxy","qualifiedName":"dart:io.HttpClient.authenticateProxy","href":"dart-io/HttpClient/authenticateProxy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Sets the function to be called when a proxy is requesting\nauthentication.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"autoUncompress","qualifiedName":"dart:io.HttpClient.autoUncompress","href":"dart-io/HttpClient/autoUncompress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets and sets whether the body of a response will be automatically\nuncompressed.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"badCertificateCallback","qualifiedName":"dart:io.HttpClient.badCertificateCallback","href":"dart-io/HttpClient/badCertificateCallback.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Sets a callback that will decide whether to accept a secure connection\nwith a server certificate that cannot be authenticated by any of our\ntrusted root certificates.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"close","qualifiedName":"dart:io.HttpClient.close","href":"dart-io/HttpClient/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Shuts down the HTTP client.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"connectionFactory","qualifiedName":"dart:io.HttpClient.connectionFactory","href":"dart-io/HttpClient/connectionFactory.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Sets the function used to create socket connections.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"connectionTimeout","qualifiedName":"dart:io.HttpClient.connectionTimeout","href":"dart-io/HttpClient/connectionTimeout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets and sets the connection timeout.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"defaultHttpPort","qualifiedName":"dart:io.HttpClient.defaultHttpPort","href":"dart-io/HttpClient/defaultHttpPort-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"defaultHttpsPort","qualifiedName":"dart:io.HttpClient.defaultHttpsPort","href":"dart-io/HttpClient/defaultHttpsPort-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"delete","qualifiedName":"dart:io.HttpClient.delete","href":"dart-io/HttpClient/delete.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection using the DELETE method.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"deleteUrl","qualifiedName":"dart:io.HttpClient.deleteUrl","href":"dart-io/HttpClient/deleteUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection using the DELETE method.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"enableTimelineLogging","qualifiedName":"dart:io.HttpClient.enableTimelineLogging","href":"dart-io/HttpClient/enableTimelineLogging.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Current state of HTTP request logging from all HttpClients to the\ndeveloper timeline.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"findProxy","qualifiedName":"dart:io.HttpClient.findProxy","href":"dart-io/HttpClient/findProxy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Sets the function used to resolve the proxy server to be used for\nopening an HTTP connection to the specified url. If this\nfunction is not set, direct connections will always be used.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"findProxyFromEnvironment","qualifiedName":"dart:io.HttpClient.findProxyFromEnvironment","href":"dart-io/HttpClient/findProxyFromEnvironment.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Function for resolving the proxy server to be used for an HTTP\nconnection from the proxy configuration specified through\nenvironment variables.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"get","qualifiedName":"dart:io.HttpClient.get","href":"dart-io/HttpClient/get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection using the GET method.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"getUrl","qualifiedName":"dart:io.HttpClient.getUrl","href":"dart-io/HttpClient/getUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection using the GET method.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"head","qualifiedName":"dart:io.HttpClient.head","href":"dart-io/HttpClient/head.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection using the HEAD method.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"headUrl","qualifiedName":"dart:io.HttpClient.headUrl","href":"dart-io/HttpClient/headUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection using the HEAD method.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"idleTimeout","qualifiedName":"dart:io.HttpClient.idleTimeout","href":"dart-io/HttpClient/idleTimeout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets and sets the idle timeout of non-active persistent (keep-alive)\nconnections.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"keyLog","qualifiedName":"dart:io.HttpClient.keyLog","href":"dart-io/HttpClient/keyLog.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Sets a callback that will be called when new TLS keys are exchanged with\nthe server. It will receive one line of text in\nNSS Key Log Format\nfor each call. Writing these lines to a file will allow tools (such as\nWireshark)\nto decrypt communication between the this client and the server. This is\nmeant to allow network-level debugging of secure sockets and should not\nbe used in production code. For example:","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"maxConnectionsPerHost","qualifiedName":"dart:io.HttpClient.maxConnectionsPerHost","href":"dart-io/HttpClient/maxConnectionsPerHost.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets and sets the maximum number of live connections, to a single host.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"open","qualifiedName":"dart:io.HttpClient.open","href":"dart-io/HttpClient/open.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"openUrl","qualifiedName":"dart:io.HttpClient.openUrl","href":"dart-io/HttpClient/openUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"patch","qualifiedName":"dart:io.HttpClient.patch","href":"dart-io/HttpClient/patch.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection using the PATCH method.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"patchUrl","qualifiedName":"dart:io.HttpClient.patchUrl","href":"dart-io/HttpClient/patchUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection using the PATCH method.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"post","qualifiedName":"dart:io.HttpClient.post","href":"dart-io/HttpClient/post.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection using the POST method.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"postUrl","qualifiedName":"dart:io.HttpClient.postUrl","href":"dart-io/HttpClient/postUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection using the POST method.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"put","qualifiedName":"dart:io.HttpClient.put","href":"dart-io/HttpClient/put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection using the PUT method.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"putUrl","qualifiedName":"dart:io.HttpClient.putUrl","href":"dart-io/HttpClient/putUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Opens an HTTP connection using the PUT method.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"userAgent","qualifiedName":"dart:io.HttpClient.userAgent","href":"dart-io/HttpClient/userAgent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets and sets the default value of the User-Agent header for all requests\ngenerated by this HttpClient.","enclosedBy":{"name":"HttpClient","kind":3,"href":"dart-io/HttpClient-class.html"}},{"name":"HttpClientBasicCredentials","qualifiedName":"dart:io.HttpClientBasicCredentials","href":"dart-io/HttpClientBasicCredentials-class.html","kind":3,"packageRank":15,"desc":"Represents credentials for basic authentication.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"HttpClientBasicCredentials.new","qualifiedName":"dart:io.HttpClientBasicCredentials.HttpClientBasicCredentials.new","href":"dart-io/HttpClientBasicCredentials/HttpClientBasicCredentials.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpClientBasicCredentials","kind":3,"href":"dart-io/HttpClientBasicCredentials-class.html"}},{"name":"HttpClientBearerCredentials","qualifiedName":"dart:io.HttpClientBearerCredentials","href":"dart-io/HttpClientBearerCredentials-class.html","kind":3,"packageRank":15,"desc":"Represents credentials for bearer token authentication.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"HttpClientBearerCredentials.new","qualifiedName":"dart:io.HttpClientBearerCredentials.HttpClientBearerCredentials.new","href":"dart-io/HttpClientBearerCredentials/HttpClientBearerCredentials.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpClientBearerCredentials","kind":3,"href":"dart-io/HttpClientBearerCredentials-class.html"}},{"name":"HttpClientCredentials","qualifiedName":"dart:io.HttpClientCredentials","href":"dart-io/HttpClientCredentials-class.html","kind":3,"packageRank":15,"desc":"Represents credentials for authentication in HttpClient.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"HttpClientDigestCredentials","qualifiedName":"dart:io.HttpClientDigestCredentials","href":"dart-io/HttpClientDigestCredentials-class.html","kind":3,"packageRank":15,"desc":"Represents credentials for digest authentication.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"HttpClientDigestCredentials.new","qualifiedName":"dart:io.HttpClientDigestCredentials.HttpClientDigestCredentials.new","href":"dart-io/HttpClientDigestCredentials/HttpClientDigestCredentials.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpClientDigestCredentials","kind":3,"href":"dart-io/HttpClientDigestCredentials-class.html"}},{"name":"HttpClientRequest","qualifiedName":"dart:io.HttpClientRequest","href":"dart-io/HttpClientRequest-class.html","kind":3,"packageRank":15,"desc":"HTTP request for a client connection.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"abort","qualifiedName":"dart:io.HttpClientRequest.abort","href":"dart-io/HttpClientRequest/abort.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Aborts the client connection.","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"bufferOutput","qualifiedName":"dart:io.HttpClientRequest.bufferOutput","href":"dart-io/HttpClientRequest/bufferOutput.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets or sets if the HttpClientRequest should buffer output.","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"close","qualifiedName":"dart:io.HttpClientRequest.close","href":"dart-io/HttpClientRequest/close.html","kind":10,"overriddenDepth":4,"packageRank":15,"desc":"Close the request for input. Returns the value of done.","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"connectionInfo","qualifiedName":"dart:io.HttpClientRequest.connectionInfo","href":"dart-io/HttpClientRequest/connectionInfo.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets information about the client connection.","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"contentLength","qualifiedName":"dart:io.HttpClientRequest.contentLength","href":"dart-io/HttpClientRequest/contentLength.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets and sets the content length of the request.","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"cookies","qualifiedName":"dart:io.HttpClientRequest.cookies","href":"dart-io/HttpClientRequest/cookies.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Cookies to present to the server (in the 'cookie' header).","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"done","qualifiedName":"dart:io.HttpClientRequest.done","href":"dart-io/HttpClientRequest/done.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"An HttpClientResponse future that will complete once the response is\navailable.","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"followRedirects","qualifiedName":"dart:io.HttpClientRequest.followRedirects","href":"dart-io/HttpClientRequest/followRedirects.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether to follow redirects automatically.","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"headers","qualifiedName":"dart:io.HttpClientRequest.headers","href":"dart-io/HttpClientRequest/headers.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns the client request headers.","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"maxRedirects","qualifiedName":"dart:io.HttpClientRequest.maxRedirects","href":"dart-io/HttpClientRequest/maxRedirects.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Set this property to the maximum number of redirects to follow\nwhen followRedirects is true. If this number is exceeded\nan error event will be added with a RedirectException.","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"method","qualifiedName":"dart:io.HttpClientRequest.method","href":"dart-io/HttpClientRequest/method.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The method of the request.","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"persistentConnection","qualifiedName":"dart:io.HttpClientRequest.persistentConnection","href":"dart-io/HttpClientRequest/persistentConnection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The requested persistent connection state.","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"uri","qualifiedName":"dart:io.HttpClientRequest.uri","href":"dart-io/HttpClientRequest/uri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The uri of the request.","enclosedBy":{"name":"HttpClientRequest","kind":3,"href":"dart-io/HttpClientRequest-class.html"}},{"name":"HttpClientResponseCompressionState","qualifiedName":"dart:io.HttpClientResponseCompressionState","href":"dart-io/HttpClientResponseCompressionState.html","kind":5,"packageRank":15,"desc":"Enum that specifies the compression state of the byte stream of an\nHttpClientResponse.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"values","qualifiedName":"dart:io.HttpClientResponseCompressionState.values","href":"dart-io/HttpClientResponseCompressionState/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"HttpClientResponseCompressionState","kind":5,"href":"dart-io/HttpClientResponseCompressionState.html"}},{"name":"HttpConnectionInfo","qualifiedName":"dart:io.HttpConnectionInfo","href":"dart-io/HttpConnectionInfo-class.html","kind":3,"packageRank":15,"desc":"Information about an HttpRequest, HttpResponse, HttpClientRequest, or\nHttpClientResponse connection.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"localPort","qualifiedName":"dart:io.HttpConnectionInfo.localPort","href":"dart-io/HttpConnectionInfo/localPort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpConnectionInfo","kind":3,"href":"dart-io/HttpConnectionInfo-class.html"}},{"name":"remoteAddress","qualifiedName":"dart:io.HttpConnectionInfo.remoteAddress","href":"dart-io/HttpConnectionInfo/remoteAddress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpConnectionInfo","kind":3,"href":"dart-io/HttpConnectionInfo-class.html"}},{"name":"remotePort","qualifiedName":"dart:io.HttpConnectionInfo.remotePort","href":"dart-io/HttpConnectionInfo/remotePort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpConnectionInfo","kind":3,"href":"dart-io/HttpConnectionInfo-class.html"}},{"name":"HttpConnectionsInfo","qualifiedName":"dart:io.HttpConnectionsInfo","href":"dart-io/HttpConnectionsInfo-class.html","kind":3,"packageRank":15,"desc":"Summary statistics about an HttpServers current socket connections.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"HttpConnectionsInfo.new","qualifiedName":"dart:io.HttpConnectionsInfo.HttpConnectionsInfo.new","href":"dart-io/HttpConnectionsInfo/HttpConnectionsInfo.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpConnectionsInfo","kind":3,"href":"dart-io/HttpConnectionsInfo-class.html"}},{"name":"active","qualifiedName":"dart:io.HttpConnectionsInfo.active","href":"dart-io/HttpConnectionsInfo/active.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Number of active connections where actual request/response\nprocessing is active.","enclosedBy":{"name":"HttpConnectionsInfo","kind":3,"href":"dart-io/HttpConnectionsInfo-class.html"}},{"name":"closing","qualifiedName":"dart:io.HttpConnectionsInfo.closing","href":"dart-io/HttpConnectionsInfo/closing.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Number of connections which are preparing to close.","enclosedBy":{"name":"HttpConnectionsInfo","kind":3,"href":"dart-io/HttpConnectionsInfo-class.html"}},{"name":"idle","qualifiedName":"dart:io.HttpConnectionsInfo.idle","href":"dart-io/HttpConnectionsInfo/idle.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Number of idle connections held by clients as persistent connections.","enclosedBy":{"name":"HttpConnectionsInfo","kind":3,"href":"dart-io/HttpConnectionsInfo-class.html"}},{"name":"total","qualifiedName":"dart:io.HttpConnectionsInfo.total","href":"dart-io/HttpConnectionsInfo/total.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Total number of socket connections.","enclosedBy":{"name":"HttpConnectionsInfo","kind":3,"href":"dart-io/HttpConnectionsInfo-class.html"}},{"name":"HttpDate","qualifiedName":"dart:io.HttpDate","href":"dart-io/HttpDate-class.html","kind":3,"packageRank":15,"desc":"Utility functions for working with dates with HTTP specific date\nformats.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"HttpDate.new","qualifiedName":"dart:io.HttpDate.HttpDate.new","href":"dart-io/HttpDate/HttpDate.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpDate","kind":3,"href":"dart-io/HttpDate-class.html"}},{"name":"format","qualifiedName":"dart:io.HttpDate.format","href":"dart-io/HttpDate/format.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Format a date according to\nRFC-1123,\ne.g. Thu, 1 Jan 1970 00:00:00 GMT.","enclosedBy":{"name":"HttpDate","kind":3,"href":"dart-io/HttpDate-class.html"}},{"name":"parse","qualifiedName":"dart:io.HttpDate.parse","href":"dart-io/HttpDate/parse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Parse a date string in either of the formats\nRFC-1123,\nRFC-850 or\nANSI C's asctime() format. These formats are listed here.","enclosedBy":{"name":"HttpDate","kind":3,"href":"dart-io/HttpDate-class.html"}},{"name":"HttpException","qualifiedName":"dart:io.HttpException","href":"dart-io/HttpException-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"HttpException.new","qualifiedName":"dart:io.HttpException.HttpException.new","href":"dart-io/HttpException/HttpException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpException","kind":3,"href":"dart-io/HttpException-class.html"}},{"name":"message","qualifiedName":"dart:io.HttpException.message","href":"dart-io/HttpException/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpException","kind":3,"href":"dart-io/HttpException-class.html"}},{"name":"toString","qualifiedName":"dart:io.HttpException.toString","href":"dart-io/HttpException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"HttpException","kind":3,"href":"dart-io/HttpException-class.html"}},{"name":"uri","qualifiedName":"dart:io.HttpException.uri","href":"dart-io/HttpException/uri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpException","kind":3,"href":"dart-io/HttpException-class.html"}},{"name":"HttpHeaders","qualifiedName":"dart:io.HttpHeaders","href":"dart-io/HttpHeaders-class.html","kind":3,"packageRank":15,"desc":"Headers for HTTP requests and responses.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"acceptCharsetHeader","qualifiedName":"dart:io.HttpHeaders.acceptCharsetHeader","href":"dart-io/HttpHeaders/acceptCharsetHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"acceptEncodingHeader","qualifiedName":"dart:io.HttpHeaders.acceptEncodingHeader","href":"dart-io/HttpHeaders/acceptEncodingHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"acceptHeader","qualifiedName":"dart:io.HttpHeaders.acceptHeader","href":"dart-io/HttpHeaders/acceptHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"acceptLanguageHeader","qualifiedName":"dart:io.HttpHeaders.acceptLanguageHeader","href":"dart-io/HttpHeaders/acceptLanguageHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"acceptRangesHeader","qualifiedName":"dart:io.HttpHeaders.acceptRangesHeader","href":"dart-io/HttpHeaders/acceptRangesHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"accessControlAllowCredentialsHeader","qualifiedName":"dart:io.HttpHeaders.accessControlAllowCredentialsHeader","href":"dart-io/HttpHeaders/accessControlAllowCredentialsHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"accessControlAllowHeadersHeader","qualifiedName":"dart:io.HttpHeaders.accessControlAllowHeadersHeader","href":"dart-io/HttpHeaders/accessControlAllowHeadersHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"accessControlAllowMethodsHeader","qualifiedName":"dart:io.HttpHeaders.accessControlAllowMethodsHeader","href":"dart-io/HttpHeaders/accessControlAllowMethodsHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"accessControlAllowOriginHeader","qualifiedName":"dart:io.HttpHeaders.accessControlAllowOriginHeader","href":"dart-io/HttpHeaders/accessControlAllowOriginHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"accessControlExposeHeadersHeader","qualifiedName":"dart:io.HttpHeaders.accessControlExposeHeadersHeader","href":"dart-io/HttpHeaders/accessControlExposeHeadersHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"accessControlMaxAgeHeader","qualifiedName":"dart:io.HttpHeaders.accessControlMaxAgeHeader","href":"dart-io/HttpHeaders/accessControlMaxAgeHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"accessControlRequestHeadersHeader","qualifiedName":"dart:io.HttpHeaders.accessControlRequestHeadersHeader","href":"dart-io/HttpHeaders/accessControlRequestHeadersHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"accessControlRequestMethodHeader","qualifiedName":"dart:io.HttpHeaders.accessControlRequestMethodHeader","href":"dart-io/HttpHeaders/accessControlRequestMethodHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"add","qualifiedName":"dart:io.HttpHeaders.add","href":"dart-io/HttpHeaders/add.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Adds a header value.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"ageHeader","qualifiedName":"dart:io.HttpHeaders.ageHeader","href":"dart-io/HttpHeaders/ageHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"allowHeader","qualifiedName":"dart:io.HttpHeaders.allowHeader","href":"dart-io/HttpHeaders/allowHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"authorizationHeader","qualifiedName":"dart:io.HttpHeaders.authorizationHeader","href":"dart-io/HttpHeaders/authorizationHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"cacheControlHeader","qualifiedName":"dart:io.HttpHeaders.cacheControlHeader","href":"dart-io/HttpHeaders/cacheControlHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"chunkedTransferEncoding","qualifiedName":"dart:io.HttpHeaders.chunkedTransferEncoding","href":"dart-io/HttpHeaders/chunkedTransferEncoding.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the connection uses chunked transfer encoding.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"clear","qualifiedName":"dart:io.HttpHeaders.clear","href":"dart-io/HttpHeaders/clear.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Removes all headers.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"connectionHeader","qualifiedName":"dart:io.HttpHeaders.connectionHeader","href":"dart-io/HttpHeaders/connectionHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"contentDisposition","qualifiedName":"dart:io.HttpHeaders.contentDisposition","href":"dart-io/HttpHeaders/contentDisposition-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"contentEncodingHeader","qualifiedName":"dart:io.HttpHeaders.contentEncodingHeader","href":"dart-io/HttpHeaders/contentEncodingHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"contentLanguageHeader","qualifiedName":"dart:io.HttpHeaders.contentLanguageHeader","href":"dart-io/HttpHeaders/contentLanguageHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"contentLength","qualifiedName":"dart:io.HttpHeaders.contentLength","href":"dart-io/HttpHeaders/contentLength.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The value of the contentLengthHeader header, if any.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"contentLengthHeader","qualifiedName":"dart:io.HttpHeaders.contentLengthHeader","href":"dart-io/HttpHeaders/contentLengthHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"contentLocationHeader","qualifiedName":"dart:io.HttpHeaders.contentLocationHeader","href":"dart-io/HttpHeaders/contentLocationHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"contentMD5Header","qualifiedName":"dart:io.HttpHeaders.contentMD5Header","href":"dart-io/HttpHeaders/contentMD5Header-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"contentRangeHeader","qualifiedName":"dart:io.HttpHeaders.contentRangeHeader","href":"dart-io/HttpHeaders/contentRangeHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"contentType","qualifiedName":"dart:io.HttpHeaders.contentType","href":"dart-io/HttpHeaders/contentType.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The ContentType of the contentTypeHeader header, if any.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"contentTypeHeader","qualifiedName":"dart:io.HttpHeaders.contentTypeHeader","href":"dart-io/HttpHeaders/contentTypeHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"cookieHeader","qualifiedName":"dart:io.HttpHeaders.cookieHeader","href":"dart-io/HttpHeaders/cookieHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"date","qualifiedName":"dart:io.HttpHeaders.date","href":"dart-io/HttpHeaders/date.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The date specified by the dateHeader header, if any.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"dateHeader","qualifiedName":"dart:io.HttpHeaders.dateHeader","href":"dart-io/HttpHeaders/dateHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"entityHeaders","qualifiedName":"dart:io.HttpHeaders.entityHeaders","href":"dart-io/HttpHeaders/entityHeaders-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"etagHeader","qualifiedName":"dart:io.HttpHeaders.etagHeader","href":"dart-io/HttpHeaders/etagHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"expectHeader","qualifiedName":"dart:io.HttpHeaders.expectHeader","href":"dart-io/HttpHeaders/expectHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"expires","qualifiedName":"dart:io.HttpHeaders.expires","href":"dart-io/HttpHeaders/expires.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The date and time specified by the expiresHeader header, if any.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"expiresHeader","qualifiedName":"dart:io.HttpHeaders.expiresHeader","href":"dart-io/HttpHeaders/expiresHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"forEach","qualifiedName":"dart:io.HttpHeaders.forEach","href":"dart-io/HttpHeaders/forEach.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Performs the action on each header.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"fromHeader","qualifiedName":"dart:io.HttpHeaders.fromHeader","href":"dart-io/HttpHeaders/fromHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"generalHeaders","qualifiedName":"dart:io.HttpHeaders.generalHeaders","href":"dart-io/HttpHeaders/generalHeaders-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"host","qualifiedName":"dart:io.HttpHeaders.host","href":"dart-io/HttpHeaders/host.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The value of the hostHeader header, if any.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"hostHeader","qualifiedName":"dart:io.HttpHeaders.hostHeader","href":"dart-io/HttpHeaders/hostHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"ifMatchHeader","qualifiedName":"dart:io.HttpHeaders.ifMatchHeader","href":"dart-io/HttpHeaders/ifMatchHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"ifModifiedSince","qualifiedName":"dart:io.HttpHeaders.ifModifiedSince","href":"dart-io/HttpHeaders/ifModifiedSince.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The date and time specified by the ifModifiedSinceHeader header, if any.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"ifModifiedSinceHeader","qualifiedName":"dart:io.HttpHeaders.ifModifiedSinceHeader","href":"dart-io/HttpHeaders/ifModifiedSinceHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"ifNoneMatchHeader","qualifiedName":"dart:io.HttpHeaders.ifNoneMatchHeader","href":"dart-io/HttpHeaders/ifNoneMatchHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"ifRangeHeader","qualifiedName":"dart:io.HttpHeaders.ifRangeHeader","href":"dart-io/HttpHeaders/ifRangeHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"ifUnmodifiedSinceHeader","qualifiedName":"dart:io.HttpHeaders.ifUnmodifiedSinceHeader","href":"dart-io/HttpHeaders/ifUnmodifiedSinceHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"lastModifiedHeader","qualifiedName":"dart:io.HttpHeaders.lastModifiedHeader","href":"dart-io/HttpHeaders/lastModifiedHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"locationHeader","qualifiedName":"dart:io.HttpHeaders.locationHeader","href":"dart-io/HttpHeaders/locationHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"maxForwardsHeader","qualifiedName":"dart:io.HttpHeaders.maxForwardsHeader","href":"dart-io/HttpHeaders/maxForwardsHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"noFolding","qualifiedName":"dart:io.HttpHeaders.noFolding","href":"dart-io/HttpHeaders/noFolding.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Disables folding for the header named name when sending the HTTP header.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"operator []","qualifiedName":"dart:io.HttpHeaders.operator []","href":"dart-io/HttpHeaders/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The values for the header named name.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"persistentConnection","qualifiedName":"dart:io.HttpHeaders.persistentConnection","href":"dart-io/HttpHeaders/persistentConnection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the connection is persistent (keep-alive).","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"port","qualifiedName":"dart:io.HttpHeaders.port","href":"dart-io/HttpHeaders/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The value of the port part of the hostHeader header, if any.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"pragmaHeader","qualifiedName":"dart:io.HttpHeaders.pragmaHeader","href":"dart-io/HttpHeaders/pragmaHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"proxyAuthenticateHeader","qualifiedName":"dart:io.HttpHeaders.proxyAuthenticateHeader","href":"dart-io/HttpHeaders/proxyAuthenticateHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"proxyAuthorizationHeader","qualifiedName":"dart:io.HttpHeaders.proxyAuthorizationHeader","href":"dart-io/HttpHeaders/proxyAuthorizationHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"rangeHeader","qualifiedName":"dart:io.HttpHeaders.rangeHeader","href":"dart-io/HttpHeaders/rangeHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"refererHeader","qualifiedName":"dart:io.HttpHeaders.refererHeader","href":"dart-io/HttpHeaders/refererHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"remove","qualifiedName":"dart:io.HttpHeaders.remove","href":"dart-io/HttpHeaders/remove.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Removes a specific value for a header name.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"removeAll","qualifiedName":"dart:io.HttpHeaders.removeAll","href":"dart-io/HttpHeaders/removeAll.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Removes all values for the specified header name.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"requestHeaders","qualifiedName":"dart:io.HttpHeaders.requestHeaders","href":"dart-io/HttpHeaders/requestHeaders-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"responseHeaders","qualifiedName":"dart:io.HttpHeaders.responseHeaders","href":"dart-io/HttpHeaders/responseHeaders-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"retryAfterHeader","qualifiedName":"dart:io.HttpHeaders.retryAfterHeader","href":"dart-io/HttpHeaders/retryAfterHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"serverHeader","qualifiedName":"dart:io.HttpHeaders.serverHeader","href":"dart-io/HttpHeaders/serverHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"set","qualifiedName":"dart:io.HttpHeaders.set","href":"dart-io/HttpHeaders/set.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the header name to value.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"setCookieHeader","qualifiedName":"dart:io.HttpHeaders.setCookieHeader","href":"dart-io/HttpHeaders/setCookieHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"teHeader","qualifiedName":"dart:io.HttpHeaders.teHeader","href":"dart-io/HttpHeaders/teHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"trailerHeader","qualifiedName":"dart:io.HttpHeaders.trailerHeader","href":"dart-io/HttpHeaders/trailerHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"transferEncodingHeader","qualifiedName":"dart:io.HttpHeaders.transferEncodingHeader","href":"dart-io/HttpHeaders/transferEncodingHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"upgradeHeader","qualifiedName":"dart:io.HttpHeaders.upgradeHeader","href":"dart-io/HttpHeaders/upgradeHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"userAgentHeader","qualifiedName":"dart:io.HttpHeaders.userAgentHeader","href":"dart-io/HttpHeaders/userAgentHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"value","qualifiedName":"dart:io.HttpHeaders.value","href":"dart-io/HttpHeaders/value.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Convenience method for the value for a single valued header.","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"varyHeader","qualifiedName":"dart:io.HttpHeaders.varyHeader","href":"dart-io/HttpHeaders/varyHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"viaHeader","qualifiedName":"dart:io.HttpHeaders.viaHeader","href":"dart-io/HttpHeaders/viaHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"warningHeader","qualifiedName":"dart:io.HttpHeaders.warningHeader","href":"dart-io/HttpHeaders/warningHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"wwwAuthenticateHeader","qualifiedName":"dart:io.HttpHeaders.wwwAuthenticateHeader","href":"dart-io/HttpHeaders/wwwAuthenticateHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpHeaders","kind":3,"href":"dart-io/HttpHeaders-class.html"}},{"name":"HttpOverrides","qualifiedName":"dart:io.HttpOverrides","href":"dart-io/HttpOverrides-class.html","kind":3,"packageRank":15,"desc":"This class facilitates overriding HttpClient with a mock implementation.\nIt should be extended by another class in client code with overrides\nthat construct a mock implementation. The implementation in this base class\ndefaults to the actual HttpClient implementation. For example:","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"HttpOverrides.new","qualifiedName":"dart:io.HttpOverrides.HttpOverrides.new","href":"dart-io/HttpOverrides/HttpOverrides.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpOverrides","kind":3,"href":"dart-io/HttpOverrides-class.html"}},{"name":"createHttpClient","qualifiedName":"dart:io.HttpOverrides.createHttpClient","href":"dart-io/HttpOverrides/createHttpClient.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns a new HttpClient using the given context.","enclosedBy":{"name":"HttpOverrides","kind":3,"href":"dart-io/HttpOverrides-class.html"}},{"name":"current","qualifiedName":"dart:io.HttpOverrides.current","href":"dart-io/HttpOverrides/current.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"HttpOverrides","kind":3,"href":"dart-io/HttpOverrides-class.html"}},{"name":"findProxyFromEnvironment","qualifiedName":"dart:io.HttpOverrides.findProxyFromEnvironment","href":"dart-io/HttpOverrides/findProxyFromEnvironment.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Resolves the proxy server to be used for HTTP connections.","enclosedBy":{"name":"HttpOverrides","kind":3,"href":"dart-io/HttpOverrides-class.html"}},{"name":"global","qualifiedName":"dart:io.HttpOverrides.global","href":"dart-io/HttpOverrides/global.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The HttpOverrides to use in the root Zone.","enclosedBy":{"name":"HttpOverrides","kind":3,"href":"dart-io/HttpOverrides-class.html"}},{"name":"runWithHttpOverrides","qualifiedName":"dart:io.HttpOverrides.runWithHttpOverrides","href":"dart-io/HttpOverrides/runWithHttpOverrides.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Runs body in a fresh Zone using the overrides found in overrides.","enclosedBy":{"name":"HttpOverrides","kind":3,"href":"dart-io/HttpOverrides-class.html"}},{"name":"runZoned","qualifiedName":"dart:io.HttpOverrides.runZoned","href":"dart-io/HttpOverrides/runZoned.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Runs body in a fresh Zone using the provided overrides.","enclosedBy":{"name":"HttpOverrides","kind":3,"href":"dart-io/HttpOverrides-class.html"}},{"name":"HttpRequest","qualifiedName":"dart:io.HttpRequest","href":"dart-io/HttpRequest-class.html","kind":3,"packageRank":15,"desc":"A server-side object\nthat contains the content of and information about an HTTP request.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"certificate","qualifiedName":"dart:io.HttpRequest.certificate","href":"dart-io/HttpRequest/certificate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The client certificate of the client making the request.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-io/HttpRequest-class.html"}},{"name":"connectionInfo","qualifiedName":"dart:io.HttpRequest.connectionInfo","href":"dart-io/HttpRequest/connectionInfo.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Information about the client connection.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-io/HttpRequest-class.html"}},{"name":"contentLength","qualifiedName":"dart:io.HttpRequest.contentLength","href":"dart-io/HttpRequest/contentLength.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The content length of the request body.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-io/HttpRequest-class.html"}},{"name":"cookies","qualifiedName":"dart:io.HttpRequest.cookies","href":"dart-io/HttpRequest/cookies.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The cookies in the request, from the \"Cookie\" headers.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-io/HttpRequest-class.html"}},{"name":"headers","qualifiedName":"dart:io.HttpRequest.headers","href":"dart-io/HttpRequest/headers.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The request headers.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-io/HttpRequest-class.html"}},{"name":"method","qualifiedName":"dart:io.HttpRequest.method","href":"dart-io/HttpRequest/method.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The method, such as 'GET' or 'POST', for the request.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-io/HttpRequest-class.html"}},{"name":"persistentConnection","qualifiedName":"dart:io.HttpRequest.persistentConnection","href":"dart-io/HttpRequest/persistentConnection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The persistent connection state signaled by the client.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-io/HttpRequest-class.html"}},{"name":"protocolVersion","qualifiedName":"dart:io.HttpRequest.protocolVersion","href":"dart-io/HttpRequest/protocolVersion.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The HTTP protocol version used in the request,\neither \"1.0\" or \"1.1\".","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-io/HttpRequest-class.html"}},{"name":"requestedUri","qualifiedName":"dart:io.HttpRequest.requestedUri","href":"dart-io/HttpRequest/requestedUri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The requested URI for the request.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-io/HttpRequest-class.html"}},{"name":"response","qualifiedName":"dart:io.HttpRequest.response","href":"dart-io/HttpRequest/response.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The HttpResponse object, used for sending back the response to the\nclient.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-io/HttpRequest-class.html"}},{"name":"session","qualifiedName":"dart:io.HttpRequest.session","href":"dart-io/HttpRequest/session.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The session for the given request.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-io/HttpRequest-class.html"}},{"name":"uri","qualifiedName":"dart:io.HttpRequest.uri","href":"dart-io/HttpRequest/uri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The URI for the request.","enclosedBy":{"name":"HttpRequest","kind":3,"href":"dart-io/HttpRequest-class.html"}},{"name":"HttpResponse","qualifiedName":"dart:io.HttpResponse","href":"dart-io/HttpResponse-class.html","kind":3,"packageRank":15,"desc":"An HTTP response, which returns the headers and data\nfrom the server to the client in response to an HTTP request.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"bufferOutput","qualifiedName":"dart:io.HttpResponse.bufferOutput","href":"dart-io/HttpResponse/bufferOutput.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets or sets if the HttpResponse should buffer output.","enclosedBy":{"name":"HttpResponse","kind":3,"href":"dart-io/HttpResponse-class.html"}},{"name":"connectionInfo","qualifiedName":"dart:io.HttpResponse.connectionInfo","href":"dart-io/HttpResponse/connectionInfo.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets information about the client connection. Returns null if the\nsocket is not available.","enclosedBy":{"name":"HttpResponse","kind":3,"href":"dart-io/HttpResponse-class.html"}},{"name":"contentLength","qualifiedName":"dart:io.HttpResponse.contentLength","href":"dart-io/HttpResponse/contentLength.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets and sets the content length of the response. If the size of\nthe response is not known in advance set the content length to\n-1, which is also the default if not set.","enclosedBy":{"name":"HttpResponse","kind":3,"href":"dart-io/HttpResponse-class.html"}},{"name":"cookies","qualifiedName":"dart:io.HttpResponse.cookies","href":"dart-io/HttpResponse/cookies.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Cookies to set in the client (in the 'set-cookie' header).","enclosedBy":{"name":"HttpResponse","kind":3,"href":"dart-io/HttpResponse-class.html"}},{"name":"deadline","qualifiedName":"dart:io.HttpResponse.deadline","href":"dart-io/HttpResponse/deadline.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Set and get the deadline for the response. The deadline is timed from the\ntime it's set. Setting a new deadline will override any previous deadline.\nWhen a deadline is exceeded, the response will be closed and any further\ndata ignored.","enclosedBy":{"name":"HttpResponse","kind":3,"href":"dart-io/HttpResponse-class.html"}},{"name":"detachSocket","qualifiedName":"dart:io.HttpResponse.detachSocket","href":"dart-io/HttpResponse/detachSocket.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Detaches the underlying socket from the HTTP server. When the\nsocket is detached the HTTP server will no longer perform any\noperations on it.","enclosedBy":{"name":"HttpResponse","kind":3,"href":"dart-io/HttpResponse-class.html"}},{"name":"headers","qualifiedName":"dart:io.HttpResponse.headers","href":"dart-io/HttpResponse/headers.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns the response headers.","enclosedBy":{"name":"HttpResponse","kind":3,"href":"dart-io/HttpResponse-class.html"}},{"name":"persistentConnection","qualifiedName":"dart:io.HttpResponse.persistentConnection","href":"dart-io/HttpResponse/persistentConnection.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets and sets the persistent connection state. The initial value\nof this property is the persistent connection state from the\nrequest.","enclosedBy":{"name":"HttpResponse","kind":3,"href":"dart-io/HttpResponse-class.html"}},{"name":"reasonPhrase","qualifiedName":"dart:io.HttpResponse.reasonPhrase","href":"dart-io/HttpResponse/reasonPhrase.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The reason phrase for the response.","enclosedBy":{"name":"HttpResponse","kind":3,"href":"dart-io/HttpResponse-class.html"}},{"name":"redirect","qualifiedName":"dart:io.HttpResponse.redirect","href":"dart-io/HttpResponse/redirect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Respond with a redirect to location.","enclosedBy":{"name":"HttpResponse","kind":3,"href":"dart-io/HttpResponse-class.html"}},{"name":"statusCode","qualifiedName":"dart:io.HttpResponse.statusCode","href":"dart-io/HttpResponse/statusCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The status code of the response.","enclosedBy":{"name":"HttpResponse","kind":3,"href":"dart-io/HttpResponse-class.html"}},{"name":"HttpServer","qualifiedName":"dart:io.HttpServer","href":"dart-io/HttpServer-class.html","kind":3,"packageRank":15,"desc":"A server that delivers content, such as web pages, using the HTTP protocol.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"HttpServer.listenOn","qualifiedName":"dart:io.HttpServer.HttpServer.listenOn","href":"dart-io/HttpServer/HttpServer.listenOn.html","kind":2,"packageRank":15,"desc":"Attaches the HTTP server to an existing ServerSocket. When the\nHttpServer is closed, the HttpServer will just detach itself,\nclosing current connections but not closing serverSocket.","enclosedBy":{"name":"HttpServer","kind":3,"href":"dart-io/HttpServer-class.html"}},{"name":"address","qualifiedName":"dart:io.HttpServer.address","href":"dart-io/HttpServer/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The address that the server is listening on.","enclosedBy":{"name":"HttpServer","kind":3,"href":"dart-io/HttpServer-class.html"}},{"name":"autoCompress","qualifiedName":"dart:io.HttpServer.autoCompress","href":"dart-io/HttpServer/autoCompress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the HttpServer should compress the content, if possible.","enclosedBy":{"name":"HttpServer","kind":3,"href":"dart-io/HttpServer-class.html"}},{"name":"bind","qualifiedName":"dart:io.HttpServer.bind","href":"dart-io/HttpServer/bind.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Starts listening for HTTP requests on the specified address and\nport.","enclosedBy":{"name":"HttpServer","kind":3,"href":"dart-io/HttpServer-class.html"}},{"name":"bindSecure","qualifiedName":"dart:io.HttpServer.bindSecure","href":"dart-io/HttpServer/bindSecure.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The address can either be a String or an\nInternetAddress. If address is a String, bind will\nperform a InternetAddress.lookup and use the first value in the\nlist. To listen on the loopback adapter, which will allow only\nincoming connections from the local host, use the value\nInternetAddress.loopbackIPv4 or\nInternetAddress.loopbackIPv6. To allow for incoming\nconnection from the network use either one of the values\nInternetAddress.anyIPv4 or InternetAddress.anyIPv6 to\nbind to all interfaces or the IP address of a specific interface.","enclosedBy":{"name":"HttpServer","kind":3,"href":"dart-io/HttpServer-class.html"}},{"name":"close","qualifiedName":"dart:io.HttpServer.close","href":"dart-io/HttpServer/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Permanently stops this HttpServer from listening for new\nconnections.  This closes the Stream of HttpRequests with a\ndone event. The returned future completes when the server is\nstopped. For a server started using bind or bindSecure this\nmeans that the port listened on no longer in use.","enclosedBy":{"name":"HttpServer","kind":3,"href":"dart-io/HttpServer-class.html"}},{"name":"connectionsInfo","qualifiedName":"dart:io.HttpServer.connectionsInfo","href":"dart-io/HttpServer/connectionsInfo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"An HttpConnectionsInfo object summarizing the number of\ncurrent connections handled by the server.","enclosedBy":{"name":"HttpServer","kind":3,"href":"dart-io/HttpServer-class.html"}},{"name":"defaultResponseHeaders","qualifiedName":"dart:io.HttpServer.defaultResponseHeaders","href":"dart-io/HttpServer/defaultResponseHeaders.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Default set of headers added to all response objects.","enclosedBy":{"name":"HttpServer","kind":3,"href":"dart-io/HttpServer-class.html"}},{"name":"idleTimeout","qualifiedName":"dart:io.HttpServer.idleTimeout","href":"dart-io/HttpServer/idleTimeout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets or sets the timeout used for idle keep-alive connections. If no\nfurther request is seen within idleTimeout after the previous request was\ncompleted, the connection is dropped.","enclosedBy":{"name":"HttpServer","kind":3,"href":"dart-io/HttpServer-class.html"}},{"name":"port","qualifiedName":"dart:io.HttpServer.port","href":"dart-io/HttpServer/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The port that the server is listening on.","enclosedBy":{"name":"HttpServer","kind":3,"href":"dart-io/HttpServer-class.html"}},{"name":"serverHeader","qualifiedName":"dart:io.HttpServer.serverHeader","href":"dart-io/HttpServer/serverHeader.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets and sets the default value of the Server header for all responses\ngenerated by this HttpServer.","enclosedBy":{"name":"HttpServer","kind":3,"href":"dart-io/HttpServer-class.html"}},{"name":"sessionTimeout","qualifiedName":"dart:io.HttpServer.sessionTimeout","href":"dart-io/HttpServer/sessionTimeout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Sets the timeout, in seconds, for sessions of this HttpServer.","enclosedBy":{"name":"HttpServer","kind":3,"href":"dart-io/HttpServer-class.html"}},{"name":"HttpSession","qualifiedName":"dart:io.HttpSession","href":"dart-io/HttpSession-class.html","kind":3,"packageRank":15,"desc":"The HttpRequest.session of an HttpRequest.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"destroy","qualifiedName":"dart:io.HttpSession.destroy","href":"dart-io/HttpSession/destroy.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Destroys the session.","enclosedBy":{"name":"HttpSession","kind":3,"href":"dart-io/HttpSession-class.html"}},{"name":"id","qualifiedName":"dart:io.HttpSession.id","href":"dart-io/HttpSession/id.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The id of the current session.","enclosedBy":{"name":"HttpSession","kind":3,"href":"dart-io/HttpSession-class.html"}},{"name":"isNew","qualifiedName":"dart:io.HttpSession.isNew","href":"dart-io/HttpSession/isNew.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the session has not yet been sent to the client.","enclosedBy":{"name":"HttpSession","kind":3,"href":"dart-io/HttpSession-class.html"}},{"name":"onTimeout","qualifiedName":"dart:io.HttpSession.onTimeout","href":"dart-io/HttpSession/onTimeout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Sets a callback that will be called when the session is timed out.","enclosedBy":{"name":"HttpSession","kind":3,"href":"dart-io/HttpSession-class.html"}},{"name":"IOException","qualifiedName":"dart:io.IOException","href":"dart-io/IOException-class.html","kind":3,"packageRank":15,"desc":"Base class for all IO related exceptions.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"IOException.new","qualifiedName":"dart:io.IOException.IOException.new","href":"dart-io/IOException/IOException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"IOException","kind":3,"href":"dart-io/IOException-class.html"}},{"name":"toString","qualifiedName":"dart:io.IOException.toString","href":"dart-io/IOException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"IOException","kind":3,"href":"dart-io/IOException-class.html"}},{"name":"IOOverrides","qualifiedName":"dart:io.IOOverrides","href":"dart-io/IOOverrides-class.html","kind":3,"packageRank":15,"desc":"Facilities for overriding various APIs of dart:io with mock\nimplementations.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"IOOverrides.new","qualifiedName":"dart:io.IOOverrides.IOOverrides.new","href":"dart-io/IOOverrides/IOOverrides.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"createDirectory","qualifiedName":"dart:io.IOOverrides.createDirectory","href":"dart-io/IOOverrides/createDirectory.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a new Directory object for the given path.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"createFile","qualifiedName":"dart:io.IOOverrides.createFile","href":"dart-io/IOOverrides/createFile.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a new File object for the given path.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"createLink","qualifiedName":"dart:io.IOOverrides.createLink","href":"dart-io/IOOverrides/createLink.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns a new Link object for the given path.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"current","qualifiedName":"dart:io.IOOverrides.current","href":"dart-io/IOOverrides/current.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"exit","qualifiedName":"dart:io.IOOverrides.exit","href":"dart-io/IOOverrides/exit.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Exit the Dart VM process immediately with the given exit code.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"fsWatch","qualifiedName":"dart:io.IOOverrides.fsWatch","href":"dart-io/IOOverrides/fsWatch.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns a Stream of FileSystemEvents.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"fsWatchIsSupported","qualifiedName":"dart:io.IOOverrides.fsWatchIsSupported","href":"dart-io/IOOverrides/fsWatchIsSupported.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns true when FileSystemEntity.watch is supported.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"fseGetType","qualifiedName":"dart:io.IOOverrides.fseGetType","href":"dart-io/IOOverrides/fseGetType.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Asynchronously returns the FileSystemEntityType for path.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"fseGetTypeSync","qualifiedName":"dart:io.IOOverrides.fseGetTypeSync","href":"dart-io/IOOverrides/fseGetTypeSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns the FileSystemEntityType for path.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"fseIdentical","qualifiedName":"dart:io.IOOverrides.fseIdentical","href":"dart-io/IOOverrides/fseIdentical.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Asynchronously returns true if path1 and path2 are paths to the\nsame file system object.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"fseIdenticalSync","qualifiedName":"dart:io.IOOverrides.fseIdenticalSync","href":"dart-io/IOOverrides/fseIdenticalSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if path1 and path2 are paths to the\nsame file system object.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"getCurrentDirectory","qualifiedName":"dart:io.IOOverrides.getCurrentDirectory","href":"dart-io/IOOverrides/getCurrentDirectory.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns the current working directory.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"getSystemTempDirectory","qualifiedName":"dart:io.IOOverrides.getSystemTempDirectory","href":"dart-io/IOOverrides/getSystemTempDirectory.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns the system temporary directory.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"global","qualifiedName":"dart:io.IOOverrides.global","href":"dart-io/IOOverrides/global.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The IOOverrides to use in the root Zone.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"runWithIOOverrides","qualifiedName":"dart:io.IOOverrides.runWithIOOverrides","href":"dart-io/IOOverrides/runWithIOOverrides.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Runs body in a fresh Zone using the overrides found in overrides.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"runZoned","qualifiedName":"dart:io.IOOverrides.runZoned","href":"dart-io/IOOverrides/runZoned.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Runs body in a fresh Zone using the provided overrides.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"serverSocketBind","qualifiedName":"dart:io.IOOverrides.serverSocketBind","href":"dart-io/IOOverrides/serverSocketBind.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Asynchronously returns a ServerSocket that connects to the given address\nand port when successful.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"setCurrentDirectory","qualifiedName":"dart:io.IOOverrides.setCurrentDirectory","href":"dart-io/IOOverrides/setCurrentDirectory.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the current working directory to be path.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"socketConnect","qualifiedName":"dart:io.IOOverrides.socketConnect","href":"dart-io/IOOverrides/socketConnect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Asynchronously returns a Socket connected to the given host and port.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"socketStartConnect","qualifiedName":"dart:io.IOOverrides.socketStartConnect","href":"dart-io/IOOverrides/socketStartConnect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Asynchronously returns a ConnectionTask that connects to the given host\nand port when successful.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"stat","qualifiedName":"dart:io.IOOverrides.stat","href":"dart-io/IOOverrides/stat.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Asynchronously returns FileStat information for path.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"statSync","qualifiedName":"dart:io.IOOverrides.statSync","href":"dart-io/IOOverrides/statSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns FileStat information for path.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"stderr","qualifiedName":"dart:io.IOOverrides.stderr","href":"dart-io/IOOverrides/stderr.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The standard output stream of errors written by this program.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"stdin","qualifiedName":"dart:io.IOOverrides.stdin","href":"dart-io/IOOverrides/stdin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The standard input stream of data read by this program.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"stdout","qualifiedName":"dart:io.IOOverrides.stdout","href":"dart-io/IOOverrides/stdout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The standard output stream of data written by this program.","enclosedBy":{"name":"IOOverrides","kind":3,"href":"dart-io/IOOverrides-class.html"}},{"name":"IOSink","qualifiedName":"dart:io.IOSink","href":"dart-io/IOSink-class.html","kind":3,"packageRank":15,"desc":"A combined byte and text output.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"IOSink.new","qualifiedName":"dart:io.IOSink.IOSink.new","href":"dart-io/IOSink/IOSink.html","kind":2,"packageRank":15,"desc":"Create an IOSink that outputs to a target StreamConsumer of bytes.","enclosedBy":{"name":"IOSink","kind":3,"href":"dart-io/IOSink-class.html"}},{"name":"add","qualifiedName":"dart:io.IOSink.add","href":"dart-io/IOSink/add.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Adds byte data to the target consumer, ignoring encoding.","enclosedBy":{"name":"IOSink","kind":3,"href":"dart-io/IOSink-class.html"}},{"name":"addError","qualifiedName":"dart:io.IOSink.addError","href":"dart-io/IOSink/addError.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Passes the error to the target consumer as an error event.","enclosedBy":{"name":"IOSink","kind":3,"href":"dart-io/IOSink-class.html"}},{"name":"addStream","qualifiedName":"dart:io.IOSink.addStream","href":"dart-io/IOSink/addStream.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Adds all elements of the given stream.","enclosedBy":{"name":"IOSink","kind":3,"href":"dart-io/IOSink-class.html"}},{"name":"close","qualifiedName":"dart:io.IOSink.close","href":"dart-io/IOSink/close.html","kind":10,"overriddenDepth":3,"packageRank":15,"desc":"Close the target consumer.","enclosedBy":{"name":"IOSink","kind":3,"href":"dart-io/IOSink-class.html"}},{"name":"done","qualifiedName":"dart:io.IOSink.done","href":"dart-io/IOSink/done.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A future that will complete when the consumer closes, or when an\nerror occurs.","enclosedBy":{"name":"IOSink","kind":3,"href":"dart-io/IOSink-class.html"}},{"name":"encoding","qualifiedName":"dart:io.IOSink.encoding","href":"dart-io/IOSink/encoding.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The Encoding used when writing strings.","enclosedBy":{"name":"IOSink","kind":3,"href":"dart-io/IOSink-class.html"}},{"name":"flush","qualifiedName":"dart:io.IOSink.flush","href":"dart-io/IOSink/flush.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns a Future that completes once all buffered data is accepted by the\nunderlying StreamConsumer.","enclosedBy":{"name":"IOSink","kind":3,"href":"dart-io/IOSink-class.html"}},{"name":"write","qualifiedName":"dart:io.IOSink.write","href":"dart-io/IOSink/write.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Converts object to a String by invoking Object.toString and\nadds the encoding of the result to the target consumer.","enclosedBy":{"name":"IOSink","kind":3,"href":"dart-io/IOSink-class.html"}},{"name":"writeAll","qualifiedName":"dart:io.IOSink.writeAll","href":"dart-io/IOSink/writeAll.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Iterates over the given objects and writes them in sequence.","enclosedBy":{"name":"IOSink","kind":3,"href":"dart-io/IOSink-class.html"}},{"name":"writeCharCode","qualifiedName":"dart:io.IOSink.writeCharCode","href":"dart-io/IOSink/writeCharCode.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Writes the character of charCode.","enclosedBy":{"name":"IOSink","kind":3,"href":"dart-io/IOSink-class.html"}},{"name":"writeln","qualifiedName":"dart:io.IOSink.writeln","href":"dart-io/IOSink/writeln.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Converts object to a String by invoking Object.toString and\nwrites the result to this, followed by a newline.","enclosedBy":{"name":"IOSink","kind":3,"href":"dart-io/IOSink-class.html"}},{"name":"InternetAddress","qualifiedName":"dart:io.InternetAddress","href":"dart-io/InternetAddress-class.html","kind":3,"packageRank":15,"desc":"An internet address or a Unix domain address.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"InternetAddress.fromRawAddress","qualifiedName":"dart:io.InternetAddress.InternetAddress.fromRawAddress","href":"dart-io/InternetAddress/InternetAddress.fromRawAddress.html","kind":2,"packageRank":15,"desc":"Creates a new InternetAddress from the provided raw address bytes.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"InternetAddress.new","qualifiedName":"dart:io.InternetAddress.InternetAddress.new","href":"dart-io/InternetAddress/InternetAddress.html","kind":2,"packageRank":15,"desc":"Creates a new InternetAddress from a numeric address or a file path.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"address","qualifiedName":"dart:io.InternetAddress.address","href":"dart-io/InternetAddress/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The numeric address of the host.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"anyIPv4","qualifiedName":"dart:io.InternetAddress.anyIPv4","href":"dart-io/InternetAddress/anyIPv4.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"IP version 4 any address.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"anyIPv6","qualifiedName":"dart:io.InternetAddress.anyIPv6","href":"dart-io/InternetAddress/anyIPv6.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"IP version 6 any address.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"host","qualifiedName":"dart:io.InternetAddress.host","href":"dart-io/InternetAddress/host.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The host used to lookup the address.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"isLinkLocal","qualifiedName":"dart:io.InternetAddress.isLinkLocal","href":"dart-io/InternetAddress/isLinkLocal.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the scope of the InternetAddress is a link-local.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"isLoopback","qualifiedName":"dart:io.InternetAddress.isLoopback","href":"dart-io/InternetAddress/isLoopback.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the InternetAddress is a loopback address.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"isMulticast","qualifiedName":"dart:io.InternetAddress.isMulticast","href":"dart-io/InternetAddress/isMulticast.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the scope of the InternetAddress is multicast.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"lookup","qualifiedName":"dart:io.InternetAddress.lookup","href":"dart-io/InternetAddress/lookup.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Looks up the addresses of a host.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"loopbackIPv4","qualifiedName":"dart:io.InternetAddress.loopbackIPv4","href":"dart-io/InternetAddress/loopbackIPv4.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"IP version 4 loopback address.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"loopbackIPv6","qualifiedName":"dart:io.InternetAddress.loopbackIPv6","href":"dart-io/InternetAddress/loopbackIPv6.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"IP version 6 loopback address.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"rawAddress","qualifiedName":"dart:io.InternetAddress.rawAddress","href":"dart-io/InternetAddress/rawAddress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The raw address of this InternetAddress.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"reverse","qualifiedName":"dart:io.InternetAddress.reverse","href":"dart-io/InternetAddress/reverse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Performs a reverse DNS lookup on this address","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"tryParse","qualifiedName":"dart:io.InternetAddress.tryParse","href":"dart-io/InternetAddress/tryParse.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Attempts to parse address as a numeric address.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"type","qualifiedName":"dart:io.InternetAddress.type","href":"dart-io/InternetAddress/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The address family of the InternetAddress.","enclosedBy":{"name":"InternetAddress","kind":3,"href":"dart-io/InternetAddress-class.html"}},{"name":"InternetAddressType","qualifiedName":"dart:io.InternetAddressType","href":"dart-io/InternetAddressType-class.html","kind":3,"packageRank":15,"desc":"The type, or address family, of an InternetAddress.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"IPv4","qualifiedName":"dart:io.InternetAddressType.IPv4","href":"dart-io/InternetAddressType/IPv4-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InternetAddressType","kind":3,"href":"dart-io/InternetAddressType-class.html"}},{"name":"IPv6","qualifiedName":"dart:io.InternetAddressType.IPv6","href":"dart-io/InternetAddressType/IPv6-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InternetAddressType","kind":3,"href":"dart-io/InternetAddressType-class.html"}},{"name":"any","qualifiedName":"dart:io.InternetAddressType.any","href":"dart-io/InternetAddressType/any-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InternetAddressType","kind":3,"href":"dart-io/InternetAddressType-class.html"}},{"name":"name","qualifiedName":"dart:io.InternetAddressType.name","href":"dart-io/InternetAddressType/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Get the name of the type, e.g. \"IPv4\" or \"IPv6\".","enclosedBy":{"name":"InternetAddressType","kind":3,"href":"dart-io/InternetAddressType-class.html"}},{"name":"toString","qualifiedName":"dart:io.InternetAddressType.toString","href":"dart-io/InternetAddressType/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"InternetAddressType","kind":3,"href":"dart-io/InternetAddressType-class.html"}},{"name":"unix","qualifiedName":"dart:io.InternetAddressType.unix","href":"dart-io/InternetAddressType/unix-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"InternetAddressType","kind":3,"href":"dart-io/InternetAddressType-class.html"}},{"name":"Link","qualifiedName":"dart:io.Link","href":"dart-io/Link-class.html","kind":3,"packageRank":15,"desc":"References to filesystem links.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"Link.fromRawPath","qualifiedName":"dart:io.Link.Link.fromRawPath","href":"dart-io/Link/Link.fromRawPath.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"Link.fromUri","qualifiedName":"dart:io.Link.Link.fromUri","href":"dart-io/Link/Link.fromUri.html","kind":2,"packageRank":15,"desc":"Creates a Link object.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"Link.new","qualifiedName":"dart:io.Link.Link.new","href":"dart-io/Link/Link.html","kind":2,"packageRank":15,"desc":"Creates a Link object.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"absolute","qualifiedName":"dart:io.Link.absolute","href":"dart-io/Link/absolute.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A Link instance whose path is the absolute path to this Link.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"create","qualifiedName":"dart:io.Link.create","href":"dart-io/Link/create.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a symbolic link in the file system.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"createSync","qualifiedName":"dart:io.Link.createSync","href":"dart-io/Link/createSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a symbolic link in the file system.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"delete","qualifiedName":"dart:io.Link.delete","href":"dart-io/Link/delete.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Deletes this Link.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"deleteSync","qualifiedName":"dart:io.Link.deleteSync","href":"dart-io/Link/deleteSync.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Synchronously deletes this Link.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"rename","qualifiedName":"dart:io.Link.rename","href":"dart-io/Link/rename.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Renames this link.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"renameSync","qualifiedName":"dart:io.Link.renameSync","href":"dart-io/Link/renameSync.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Synchronously renames this link.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"resolveSymbolicLinks","qualifiedName":"dart:io.Link.resolveSymbolicLinks","href":"dart-io/Link/resolveSymbolicLinks.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Resolves the path of a file system object relative to the\ncurrent working directory.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"resolveSymbolicLinksSync","qualifiedName":"dart:io.Link.resolveSymbolicLinksSync","href":"dart-io/Link/resolveSymbolicLinksSync.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Resolves the path of a file system object relative to the\ncurrent working directory.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"target","qualifiedName":"dart:io.Link.target","href":"dart-io/Link/target.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Gets the target of the link.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"targetSync","qualifiedName":"dart:io.Link.targetSync","href":"dart-io/Link/targetSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously gets the target of the link.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"update","qualifiedName":"dart:io.Link.update","href":"dart-io/Link/update.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Updates an existing link.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"updateSync","qualifiedName":"dart:io.Link.updateSync","href":"dart-io/Link/updateSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously updates an existing link.","enclosedBy":{"name":"Link","kind":3,"href":"dart-io/Link-class.html"}},{"name":"NetworkInterface","qualifiedName":"dart:io.NetworkInterface","href":"dart-io/NetworkInterface-class.html","kind":3,"packageRank":15,"desc":"A NetworkInterface represents an active network interface on the current\nsystem. It contains a list of InternetAddresses that are bound to the\ninterface.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"addresses","qualifiedName":"dart:io.NetworkInterface.addresses","href":"dart-io/NetworkInterface/addresses.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The list of InternetAddresses currently bound to this\nNetworkInterface.","enclosedBy":{"name":"NetworkInterface","kind":3,"href":"dart-io/NetworkInterface-class.html"}},{"name":"index","qualifiedName":"dart:io.NetworkInterface.index","href":"dart-io/NetworkInterface/index.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The index of the NetworkInterface.","enclosedBy":{"name":"NetworkInterface","kind":3,"href":"dart-io/NetworkInterface-class.html"}},{"name":"list","qualifiedName":"dart:io.NetworkInterface.list","href":"dart-io/NetworkInterface/list.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Query the system for NetworkInterfaces.","enclosedBy":{"name":"NetworkInterface","kind":3,"href":"dart-io/NetworkInterface-class.html"}},{"name":"listSupported","qualifiedName":"dart:io.NetworkInterface.listSupported","href":"dart-io/NetworkInterface/listSupported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the list method is supported.","enclosedBy":{"name":"NetworkInterface","kind":3,"href":"dart-io/NetworkInterface-class.html"}},{"name":"name","qualifiedName":"dart:io.NetworkInterface.name","href":"dart-io/NetworkInterface/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The name of the NetworkInterface.","enclosedBy":{"name":"NetworkInterface","kind":3,"href":"dart-io/NetworkInterface-class.html"}},{"name":"OSError","qualifiedName":"dart:io.OSError","href":"dart-io/OSError-class.html","kind":3,"packageRank":15,"desc":"An Exception holding information about an error from the\noperating system.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"OSError.new","qualifiedName":"dart:io.OSError.OSError.new","href":"dart-io/OSError/OSError.html","kind":2,"packageRank":15,"desc":"Creates an OSError object from a message and an errorCode.","enclosedBy":{"name":"OSError","kind":3,"href":"dart-io/OSError-class.html"}},{"name":"errorCode","qualifiedName":"dart:io.OSError.errorCode","href":"dart-io/OSError/errorCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Error code supplied by the operating system.","enclosedBy":{"name":"OSError","kind":3,"href":"dart-io/OSError-class.html"}},{"name":"message","qualifiedName":"dart:io.OSError.message","href":"dart-io/OSError/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Error message supplied by the operating system. This will be empty if no\nmessage is associated with the error.","enclosedBy":{"name":"OSError","kind":3,"href":"dart-io/OSError-class.html"}},{"name":"noErrorCode","qualifiedName":"dart:io.OSError.noErrorCode","href":"dart-io/OSError/noErrorCode-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Constant used to indicate that no OS error code is available.","enclosedBy":{"name":"OSError","kind":3,"href":"dart-io/OSError-class.html"}},{"name":"toString","qualifiedName":"dart:io.OSError.toString","href":"dart-io/OSError/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Converts an OSError object to a string representation.","enclosedBy":{"name":"OSError","kind":3,"href":"dart-io/OSError-class.html"}},{"name":"PathAccessException","qualifiedName":"dart:io.PathAccessException","href":"dart-io/PathAccessException-class.html","kind":3,"packageRank":15,"desc":"Exception thrown when a file operation fails because the necessary access\nrights are not available.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"PathAccessException.new","qualifiedName":"dart:io.PathAccessException.PathAccessException.new","href":"dart-io/PathAccessException/PathAccessException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PathAccessException","kind":3,"href":"dart-io/PathAccessException-class.html"}},{"name":"toString","qualifiedName":"dart:io.PathAccessException.toString","href":"dart-io/PathAccessException/toString.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"PathAccessException","kind":3,"href":"dart-io/PathAccessException-class.html"}},{"name":"PathExistsException","qualifiedName":"dart:io.PathExistsException","href":"dart-io/PathExistsException-class.html","kind":3,"packageRank":15,"desc":"Exception thrown when a file operation fails because the target path\nalready exists.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"PathExistsException.new","qualifiedName":"dart:io.PathExistsException.PathExistsException.new","href":"dart-io/PathExistsException/PathExistsException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PathExistsException","kind":3,"href":"dart-io/PathExistsException-class.html"}},{"name":"toString","qualifiedName":"dart:io.PathExistsException.toString","href":"dart-io/PathExistsException/toString.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"PathExistsException","kind":3,"href":"dart-io/PathExistsException-class.html"}},{"name":"PathNotFoundException","qualifiedName":"dart:io.PathNotFoundException","href":"dart-io/PathNotFoundException-class.html","kind":3,"packageRank":15,"desc":"Exception thrown when a file operation fails because a file or\ndirectory does not exist.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"PathNotFoundException.new","qualifiedName":"dart:io.PathNotFoundException.PathNotFoundException.new","href":"dart-io/PathNotFoundException/PathNotFoundException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PathNotFoundException","kind":3,"href":"dart-io/PathNotFoundException-class.html"}},{"name":"toString","qualifiedName":"dart:io.PathNotFoundException.toString","href":"dart-io/PathNotFoundException/toString.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"PathNotFoundException","kind":3,"href":"dart-io/PathNotFoundException-class.html"}},{"name":"Pipe","qualifiedName":"dart:io.Pipe","href":"dart-io/Pipe-class.html","kind":3,"packageRank":15,"desc":"An anonymous pipe that can be used to send data in a single direction i.e.\ndata written to write can be read using read.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"Pipe.createSync","qualifiedName":"dart:io.Pipe.Pipe.createSync","href":"dart-io/Pipe/Pipe.createSync.html","kind":2,"packageRank":15,"desc":"Synchronously creates an anonymous pipe.","enclosedBy":{"name":"Pipe","kind":3,"href":"dart-io/Pipe-class.html"}},{"name":"create","qualifiedName":"dart:io.Pipe.create","href":"dart-io/Pipe/create.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"Pipe","kind":3,"href":"dart-io/Pipe-class.html"}},{"name":"read","qualifiedName":"dart:io.Pipe.read","href":"dart-io/Pipe/read.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The read end of the Pipe.","enclosedBy":{"name":"Pipe","kind":3,"href":"dart-io/Pipe-class.html"}},{"name":"write","qualifiedName":"dart:io.Pipe.write","href":"dart-io/Pipe/write.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The write end of the Pipe.","enclosedBy":{"name":"Pipe","kind":3,"href":"dart-io/Pipe-class.html"}},{"name":"Platform","qualifiedName":"dart:io.Platform","href":"dart-io/Platform-class.html","kind":3,"packageRank":15,"desc":"Information about the environment in which the current program is running.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"environment","qualifiedName":"dart:io.Platform.environment","href":"dart-io/Platform/environment.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The environment for this process as a map from string key to string value.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"executable","qualifiedName":"dart:io.Platform.executable","href":"dart-io/Platform/executable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The path of the executable used to run the script in this isolate.\nUsually dart when running on the Dart VM or the\ncompiled script name (script_name.exe).","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"executableArguments","qualifiedName":"dart:io.Platform.executableArguments","href":"dart-io/Platform/executableArguments.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The flags passed to the executable used to run the script in this isolate.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"isAndroid","qualifiedName":"dart:io.Platform.isAndroid","href":"dart-io/Platform/isAndroid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the operating system is a version of\nAndroid.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"isFuchsia","qualifiedName":"dart:io.Platform.isFuchsia","href":"dart-io/Platform/isFuchsia.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the operating system is a version of\nFuchsia.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"isIOS","qualifiedName":"dart:io.Platform.isIOS","href":"dart-io/Platform/isIOS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the operating system is a version of\niOS.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"isLinux","qualifiedName":"dart:io.Platform.isLinux","href":"dart-io/Platform/isLinux.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the operating system is a version of\nLinux.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"isMacOS","qualifiedName":"dart:io.Platform.isMacOS","href":"dart-io/Platform/isMacOS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the operating system is a version of\nmacOS.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"isWindows","qualifiedName":"dart:io.Platform.isWindows","href":"dart-io/Platform/isWindows.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the operating system is a version of\nMicrosoft Windows.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"lineTerminator","qualifiedName":"dart:io.Platform.lineTerminator","href":"dart-io/Platform/lineTerminator.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The current operating system's default line terminator.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"localHostname","qualifiedName":"dart:io.Platform.localHostname","href":"dart-io/Platform/localHostname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The local hostname for the system.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"localeName","qualifiedName":"dart:io.Platform.localeName","href":"dart-io/Platform/localeName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Get the name of the current locale.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"numberOfProcessors","qualifiedName":"dart:io.Platform.numberOfProcessors","href":"dart-io/Platform/numberOfProcessors.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of individual execution units of the machine.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"operatingSystem","qualifiedName":"dart:io.Platform.operatingSystem","href":"dart-io/Platform/operatingSystem.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A string representing the operating system or platform.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"operatingSystemVersion","qualifiedName":"dart:io.Platform.operatingSystemVersion","href":"dart-io/Platform/operatingSystemVersion.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A string representing the version of the operating system or platform.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"packageConfig","qualifiedName":"dart:io.Platform.packageConfig","href":"dart-io/Platform/packageConfig.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The --packages flag passed to the executable used to run the script\nin this isolate.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"pathSeparator","qualifiedName":"dart:io.Platform.pathSeparator","href":"dart-io/Platform/pathSeparator.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The path separator used by the operating system to separate\ncomponents in file paths.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"resolvedExecutable","qualifiedName":"dart:io.Platform.resolvedExecutable","href":"dart-io/Platform/resolvedExecutable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The path of the executable used to run the script in this\nisolate after it has been resolved by the OS.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"script","qualifiedName":"dart:io.Platform.script","href":"dart-io/Platform/script.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The absolute URI of the script being run in this isolate.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"version","qualifiedName":"dart:io.Platform.version","href":"dart-io/Platform/version.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The version of the current Dart runtime.","enclosedBy":{"name":"Platform","kind":3,"href":"dart-io/Platform-class.html"}},{"name":"Process","qualifiedName":"dart:io.Process","href":"dart-io/Process-class.html","kind":3,"packageRank":15,"desc":"The means to execute a program.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"exitCode","qualifiedName":"dart:io.Process.exitCode","href":"dart-io/Process/exitCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A Future which completes with the exit code of the process\nwhen the process completes.","enclosedBy":{"name":"Process","kind":3,"href":"dart-io/Process-class.html"}},{"name":"kill","qualifiedName":"dart:io.Process.kill","href":"dart-io/Process/kill.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Kills the process.","enclosedBy":{"name":"Process","kind":3,"href":"dart-io/Process-class.html"}},{"name":"killPid","qualifiedName":"dart:io.Process.killPid","href":"dart-io/Process/killPid.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Kills the process with id pid.","enclosedBy":{"name":"Process","kind":3,"href":"dart-io/Process-class.html"}},{"name":"pid","qualifiedName":"dart:io.Process.pid","href":"dart-io/Process/pid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The process id of the process.","enclosedBy":{"name":"Process","kind":3,"href":"dart-io/Process-class.html"}},{"name":"run","qualifiedName":"dart:io.Process.run","href":"dart-io/Process/run.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Starts a process and runs it non-interactively to completion. The\nprocess run is executable with the specified arguments.","enclosedBy":{"name":"Process","kind":3,"href":"dart-io/Process-class.html"}},{"name":"runSync","qualifiedName":"dart:io.Process.runSync","href":"dart-io/Process/runSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Starts a process and runs it to completion. This is a synchronous\ncall and will block until the child process terminates.","enclosedBy":{"name":"Process","kind":3,"href":"dart-io/Process-class.html"}},{"name":"start","qualifiedName":"dart:io.Process.start","href":"dart-io/Process/start.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Starts a process running the executable with the specified\narguments.","enclosedBy":{"name":"Process","kind":3,"href":"dart-io/Process-class.html"}},{"name":"stderr","qualifiedName":"dart:io.Process.stderr","href":"dart-io/Process/stderr.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The standard error stream of the process as a Stream.","enclosedBy":{"name":"Process","kind":3,"href":"dart-io/Process-class.html"}},{"name":"stdin","qualifiedName":"dart:io.Process.stdin","href":"dart-io/Process/stdin.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The standard input stream of the process as an IOSink.","enclosedBy":{"name":"Process","kind":3,"href":"dart-io/Process-class.html"}},{"name":"stdout","qualifiedName":"dart:io.Process.stdout","href":"dart-io/Process/stdout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The standard output stream of the process as a Stream.","enclosedBy":{"name":"Process","kind":3,"href":"dart-io/Process-class.html"}},{"name":"ProcessException","qualifiedName":"dart:io.ProcessException","href":"dart-io/ProcessException-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"ProcessException.new","qualifiedName":"dart:io.ProcessException.ProcessException.new","href":"dart-io/ProcessException/ProcessException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessException","kind":3,"href":"dart-io/ProcessException-class.html"}},{"name":"arguments","qualifiedName":"dart:io.ProcessException.arguments","href":"dart-io/ProcessException/arguments.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The arguments provided for the process.","enclosedBy":{"name":"ProcessException","kind":3,"href":"dart-io/ProcessException-class.html"}},{"name":"errorCode","qualifiedName":"dart:io.ProcessException.errorCode","href":"dart-io/ProcessException/errorCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The OS error code for the process exception, if any.","enclosedBy":{"name":"ProcessException","kind":3,"href":"dart-io/ProcessException-class.html"}},{"name":"executable","qualifiedName":"dart:io.ProcessException.executable","href":"dart-io/ProcessException/executable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The executable provided for the process.","enclosedBy":{"name":"ProcessException","kind":3,"href":"dart-io/ProcessException-class.html"}},{"name":"message","qualifiedName":"dart:io.ProcessException.message","href":"dart-io/ProcessException/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The system message for the process exception, if any.","enclosedBy":{"name":"ProcessException","kind":3,"href":"dart-io/ProcessException-class.html"}},{"name":"toString","qualifiedName":"dart:io.ProcessException.toString","href":"dart-io/ProcessException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"ProcessException","kind":3,"href":"dart-io/ProcessException-class.html"}},{"name":"ProcessInfo","qualifiedName":"dart:io.ProcessInfo","href":"dart-io/ProcessInfo-class.html","kind":3,"packageRank":15,"desc":"Methods for retrieving information about the current process.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"currentRss","qualifiedName":"dart:io.ProcessInfo.currentRss","href":"dart-io/ProcessInfo/currentRss.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The current resident set size of memory for the process, in bytes.","enclosedBy":{"name":"ProcessInfo","kind":3,"href":"dart-io/ProcessInfo-class.html"}},{"name":"maxRss","qualifiedName":"dart:io.ProcessInfo.maxRss","href":"dart-io/ProcessInfo/maxRss.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The high-watermark in bytes for the resident set size of memory for the\nprocess.","enclosedBy":{"name":"ProcessInfo","kind":3,"href":"dart-io/ProcessInfo-class.html"}},{"name":"ProcessResult","qualifiedName":"dart:io.ProcessResult","href":"dart-io/ProcessResult-class.html","kind":3,"packageRank":15,"desc":"The result of running a non-interactive\nprocess started with Process.run or Process.runSync.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"ProcessResult.new","qualifiedName":"dart:io.ProcessResult.ProcessResult.new","href":"dart-io/ProcessResult/ProcessResult.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessResult","kind":3,"href":"dart-io/ProcessResult-class.html"}},{"name":"exitCode","qualifiedName":"dart:io.ProcessResult.exitCode","href":"dart-io/ProcessResult/exitCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Exit code for the process.","enclosedBy":{"name":"ProcessResult","kind":3,"href":"dart-io/ProcessResult-class.html"}},{"name":"pid","qualifiedName":"dart:io.ProcessResult.pid","href":"dart-io/ProcessResult/pid.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Process id of the process.","enclosedBy":{"name":"ProcessResult","kind":3,"href":"dart-io/ProcessResult-class.html"}},{"name":"stderr","qualifiedName":"dart:io.ProcessResult.stderr","href":"dart-io/ProcessResult/stderr.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Standard error from the process.","enclosedBy":{"name":"ProcessResult","kind":3,"href":"dart-io/ProcessResult-class.html"}},{"name":"stdout","qualifiedName":"dart:io.ProcessResult.stdout","href":"dart-io/ProcessResult/stdout.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Standard output from the process.","enclosedBy":{"name":"ProcessResult","kind":3,"href":"dart-io/ProcessResult-class.html"}},{"name":"ProcessSignal","qualifiedName":"dart:io.ProcessSignal","href":"dart-io/ProcessSignal-class.html","kind":3,"packageRank":15,"desc":"On Posix systems, ProcessSignal is used to send a specific signal\nto a child process, see Process.kill.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"name","qualifiedName":"dart:io.ProcessSignal.name","href":"dart-io/ProcessSignal/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The POSIX-standardized name of the signal e.g. ProcessSignal.name will\nbe \"SIGHUP\" for ProcessSignal.sighup.","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigabrt","qualifiedName":"dart:io.ProcessSignal.sigabrt","href":"dart-io/ProcessSignal/sigabrt-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigalrm","qualifiedName":"dart:io.ProcessSignal.sigalrm","href":"dart-io/ProcessSignal/sigalrm-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigbus","qualifiedName":"dart:io.ProcessSignal.sigbus","href":"dart-io/ProcessSignal/sigbus-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigchld","qualifiedName":"dart:io.ProcessSignal.sigchld","href":"dart-io/ProcessSignal/sigchld-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigcont","qualifiedName":"dart:io.ProcessSignal.sigcont","href":"dart-io/ProcessSignal/sigcont-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigfpe","qualifiedName":"dart:io.ProcessSignal.sigfpe","href":"dart-io/ProcessSignal/sigfpe-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sighup","qualifiedName":"dart:io.ProcessSignal.sighup","href":"dart-io/ProcessSignal/sighup-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigill","qualifiedName":"dart:io.ProcessSignal.sigill","href":"dart-io/ProcessSignal/sigill-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigint","qualifiedName":"dart:io.ProcessSignal.sigint","href":"dart-io/ProcessSignal/sigint-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigkill","qualifiedName":"dart:io.ProcessSignal.sigkill","href":"dart-io/ProcessSignal/sigkill-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"signalNumber","qualifiedName":"dart:io.ProcessSignal.signalNumber","href":"dart-io/ProcessSignal/signalNumber.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The numeric constant for the signal e.g. ProcessSignal.signalNumber\nwill be 1 for ProcessSignal.sighup on most platforms.","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigpipe","qualifiedName":"dart:io.ProcessSignal.sigpipe","href":"dart-io/ProcessSignal/sigpipe-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigpoll","qualifiedName":"dart:io.ProcessSignal.sigpoll","href":"dart-io/ProcessSignal/sigpoll-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigprof","qualifiedName":"dart:io.ProcessSignal.sigprof","href":"dart-io/ProcessSignal/sigprof-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigquit","qualifiedName":"dart:io.ProcessSignal.sigquit","href":"dart-io/ProcessSignal/sigquit-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigsegv","qualifiedName":"dart:io.ProcessSignal.sigsegv","href":"dart-io/ProcessSignal/sigsegv-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigstop","qualifiedName":"dart:io.ProcessSignal.sigstop","href":"dart-io/ProcessSignal/sigstop-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigsys","qualifiedName":"dart:io.ProcessSignal.sigsys","href":"dart-io/ProcessSignal/sigsys-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigterm","qualifiedName":"dart:io.ProcessSignal.sigterm","href":"dart-io/ProcessSignal/sigterm-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigtrap","qualifiedName":"dart:io.ProcessSignal.sigtrap","href":"dart-io/ProcessSignal/sigtrap-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigtstp","qualifiedName":"dart:io.ProcessSignal.sigtstp","href":"dart-io/ProcessSignal/sigtstp-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigttin","qualifiedName":"dart:io.ProcessSignal.sigttin","href":"dart-io/ProcessSignal/sigttin-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigttou","qualifiedName":"dart:io.ProcessSignal.sigttou","href":"dart-io/ProcessSignal/sigttou-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigurg","qualifiedName":"dart:io.ProcessSignal.sigurg","href":"dart-io/ProcessSignal/sigurg-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigusr1","qualifiedName":"dart:io.ProcessSignal.sigusr1","href":"dart-io/ProcessSignal/sigusr1-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigusr2","qualifiedName":"dart:io.ProcessSignal.sigusr2","href":"dart-io/ProcessSignal/sigusr2-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigvtalrm","qualifiedName":"dart:io.ProcessSignal.sigvtalrm","href":"dart-io/ProcessSignal/sigvtalrm-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigwinch","qualifiedName":"dart:io.ProcessSignal.sigwinch","href":"dart-io/ProcessSignal/sigwinch-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigxcpu","qualifiedName":"dart:io.ProcessSignal.sigxcpu","href":"dart-io/ProcessSignal/sigxcpu-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"sigxfsz","qualifiedName":"dart:io.ProcessSignal.sigxfsz","href":"dart-io/ProcessSignal/sigxfsz-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"toString","qualifiedName":"dart:io.ProcessSignal.toString","href":"dart-io/ProcessSignal/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"watch","qualifiedName":"dart:io.ProcessSignal.watch","href":"dart-io/ProcessSignal/watch.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Watch for process signals.","enclosedBy":{"name":"ProcessSignal","kind":3,"href":"dart-io/ProcessSignal-class.html"}},{"name":"ProcessStartMode","qualifiedName":"dart:io.ProcessStartMode","href":"dart-io/ProcessStartMode-class.html","kind":3,"packageRank":15,"desc":"Modes for running a new process.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"detached","qualifiedName":"dart:io.ProcessStartMode.detached","href":"dart-io/ProcessStartMode/detached-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Detached child process with no open communication channel.","enclosedBy":{"name":"ProcessStartMode","kind":3,"href":"dart-io/ProcessStartMode-class.html"}},{"name":"detachedWithStdio","qualifiedName":"dart:io.ProcessStartMode.detachedWithStdio","href":"dart-io/ProcessStartMode/detachedWithStdio-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Detached child process with stdin, stdout and stderr still open\nfor communication with the child.","enclosedBy":{"name":"ProcessStartMode","kind":3,"href":"dart-io/ProcessStartMode-class.html"}},{"name":"inheritStdio","qualifiedName":"dart:io.ProcessStartMode.inheritStdio","href":"dart-io/ProcessStartMode/inheritStdio-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Stdio handles are inherited by the child process.","enclosedBy":{"name":"ProcessStartMode","kind":3,"href":"dart-io/ProcessStartMode-class.html"}},{"name":"normal","qualifiedName":"dart:io.ProcessStartMode.normal","href":"dart-io/ProcessStartMode/normal-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Normal child process.","enclosedBy":{"name":"ProcessStartMode","kind":3,"href":"dart-io/ProcessStartMode-class.html"}},{"name":"toString","qualifiedName":"dart:io.ProcessStartMode.toString","href":"dart-io/ProcessStartMode/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"ProcessStartMode","kind":3,"href":"dart-io/ProcessStartMode-class.html"}},{"name":"values","qualifiedName":"dart:io.ProcessStartMode.values","href":"dart-io/ProcessStartMode/values.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"ProcessStartMode","kind":3,"href":"dart-io/ProcessStartMode-class.html"}},{"name":"RandomAccessFile","qualifiedName":"dart:io.RandomAccessFile","href":"dart-io/RandomAccessFile-class.html","kind":3,"packageRank":15,"desc":"Random access to the data in a file.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"close","qualifiedName":"dart:io.RandomAccessFile.close","href":"dart-io/RandomAccessFile/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Closes the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"closeSync","qualifiedName":"dart:io.RandomAccessFile.closeSync","href":"dart-io/RandomAccessFile/closeSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously closes the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"flush","qualifiedName":"dart:io.RandomAccessFile.flush","href":"dart-io/RandomAccessFile/flush.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Flushes the contents of the file to disk.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"flushSync","qualifiedName":"dart:io.RandomAccessFile.flushSync","href":"dart-io/RandomAccessFile/flushSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously flushes the contents of the file to disk.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"length","qualifiedName":"dart:io.RandomAccessFile.length","href":"dart-io/RandomAccessFile/length.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Gets the length of the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"lengthSync","qualifiedName":"dart:io.RandomAccessFile.lengthSync","href":"dart-io/RandomAccessFile/lengthSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously gets the length of the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"lock","qualifiedName":"dart:io.RandomAccessFile.lock","href":"dart-io/RandomAccessFile/lock.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Locks the file or part of the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"lockSync","qualifiedName":"dart:io.RandomAccessFile.lockSync","href":"dart-io/RandomAccessFile/lockSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously locks the file or part of the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"path","qualifiedName":"dart:io.RandomAccessFile.path","href":"dart-io/RandomAccessFile/path.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The path of the file underlying this random access file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"position","qualifiedName":"dart:io.RandomAccessFile.position","href":"dart-io/RandomAccessFile/position.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Gets the current byte position in the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"positionSync","qualifiedName":"dart:io.RandomAccessFile.positionSync","href":"dart-io/RandomAccessFile/positionSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously gets the current byte position in the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"read","qualifiedName":"dart:io.RandomAccessFile.read","href":"dart-io/RandomAccessFile/read.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads up to count bytes from a file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"readByte","qualifiedName":"dart:io.RandomAccessFile.readByte","href":"dart-io/RandomAccessFile/readByte.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads a byte from the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"readByteSync","qualifiedName":"dart:io.RandomAccessFile.readByteSync","href":"dart-io/RandomAccessFile/readByteSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously reads a single byte from the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"readInto","qualifiedName":"dart:io.RandomAccessFile.readInto","href":"dart-io/RandomAccessFile/readInto.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads bytes into an existing buffer.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"readIntoSync","qualifiedName":"dart:io.RandomAccessFile.readIntoSync","href":"dart-io/RandomAccessFile/readIntoSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously reads into an existing buffer.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"readSync","qualifiedName":"dart:io.RandomAccessFile.readSync","href":"dart-io/RandomAccessFile/readSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously reads up to count bytes from a file","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"setPosition","qualifiedName":"dart:io.RandomAccessFile.setPosition","href":"dart-io/RandomAccessFile/setPosition.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the byte position in the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"setPositionSync","qualifiedName":"dart:io.RandomAccessFile.setPositionSync","href":"dart-io/RandomAccessFile/setPositionSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously sets the byte position in the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"toString","qualifiedName":"dart:io.RandomAccessFile.toString","href":"dart-io/RandomAccessFile/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns a human-readable string for this random access file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"truncate","qualifiedName":"dart:io.RandomAccessFile.truncate","href":"dart-io/RandomAccessFile/truncate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Truncates (or extends) the file to length bytes.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"truncateSync","qualifiedName":"dart:io.RandomAccessFile.truncateSync","href":"dart-io/RandomAccessFile/truncateSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously truncates (or extends) the file to length bytes.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"unlock","qualifiedName":"dart:io.RandomAccessFile.unlock","href":"dart-io/RandomAccessFile/unlock.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Unlocks the file or part of the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"unlockSync","qualifiedName":"dart:io.RandomAccessFile.unlockSync","href":"dart-io/RandomAccessFile/unlockSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously unlocks the file or part of the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"writeByte","qualifiedName":"dart:io.RandomAccessFile.writeByte","href":"dart-io/RandomAccessFile/writeByte.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Writes a single byte to the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"writeByteSync","qualifiedName":"dart:io.RandomAccessFile.writeByteSync","href":"dart-io/RandomAccessFile/writeByteSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously writes a single byte to the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"writeFrom","qualifiedName":"dart:io.RandomAccessFile.writeFrom","href":"dart-io/RandomAccessFile/writeFrom.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Writes from a buffer to the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"writeFromSync","qualifiedName":"dart:io.RandomAccessFile.writeFromSync","href":"dart-io/RandomAccessFile/writeFromSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously writes from a buffer to the file.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"writeString","qualifiedName":"dart:io.RandomAccessFile.writeString","href":"dart-io/RandomAccessFile/writeString.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Writes a string to the file using the given Encoding.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"writeStringSync","qualifiedName":"dart:io.RandomAccessFile.writeStringSync","href":"dart-io/RandomAccessFile/writeStringSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously writes a single string to the file using the given\nEncoding.","enclosedBy":{"name":"RandomAccessFile","kind":3,"href":"dart-io/RandomAccessFile-class.html"}},{"name":"RawDatagramSocket","qualifiedName":"dart:io.RawDatagramSocket","href":"dart-io/RawDatagramSocket-class.html","kind":3,"packageRank":15,"desc":"An unbuffered interface to a UDP socket.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"address","qualifiedName":"dart:io.RawDatagramSocket.address","href":"dart-io/RawDatagramSocket/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The address used by this socket.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"bind","qualifiedName":"dart:io.RawDatagramSocket.bind","href":"dart-io/RawDatagramSocket/bind.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Binds a socket to the given host and port.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"broadcastEnabled","qualifiedName":"dart:io.RawDatagramSocket.broadcastEnabled","href":"dart-io/RawDatagramSocket/broadcastEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether IPv4 broadcast is enabled.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"close","qualifiedName":"dart:io.RawDatagramSocket.close","href":"dart-io/RawDatagramSocket/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Closes the datagram socket.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"getRawOption","qualifiedName":"dart:io.RawDatagramSocket.getRawOption","href":"dart-io/RawDatagramSocket/getRawOption.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads low level information about the RawSocket.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"joinMulticast","qualifiedName":"dart:io.RawDatagramSocket.joinMulticast","href":"dart-io/RawDatagramSocket/joinMulticast.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Joins a multicast group.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"leaveMulticast","qualifiedName":"dart:io.RawDatagramSocket.leaveMulticast","href":"dart-io/RawDatagramSocket/leaveMulticast.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Leaves a multicast group.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"multicastHops","qualifiedName":"dart:io.RawDatagramSocket.multicastHops","href":"dart-io/RawDatagramSocket/multicastHops.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The maximum network hops for multicast packages\noriginating from this socket.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"multicastInterface","qualifiedName":"dart:io.RawDatagramSocket.multicastInterface","href":"dart-io/RawDatagramSocket/multicastInterface.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The network interface used for outgoing multicast packages.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"multicastLoopback","qualifiedName":"dart:io.RawDatagramSocket.multicastLoopback","href":"dart-io/RawDatagramSocket/multicastLoopback.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether multicast traffic is looped back to the host.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"port","qualifiedName":"dart:io.RawDatagramSocket.port","href":"dart-io/RawDatagramSocket/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The port used by this socket.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"readEventsEnabled","qualifiedName":"dart:io.RawDatagramSocket.readEventsEnabled","href":"dart-io/RawDatagramSocket/readEventsEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the RawDatagramSocket should listen for\nRawSocketEvent.read events.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"receive","qualifiedName":"dart:io.RawDatagramSocket.receive","href":"dart-io/RawDatagramSocket/receive.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Receives a datagram.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"send","qualifiedName":"dart:io.RawDatagramSocket.send","href":"dart-io/RawDatagramSocket/send.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Asynchronously sends a datagram.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"setRawOption","qualifiedName":"dart:io.RawDatagramSocket.setRawOption","href":"dart-io/RawDatagramSocket/setRawOption.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Customizes the RawSocket.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"writeEventsEnabled","qualifiedName":"dart:io.RawDatagramSocket.writeEventsEnabled","href":"dart-io/RawDatagramSocket/writeEventsEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the RawDatagramSocket should listen for\nRawSocketEvent.write events.","enclosedBy":{"name":"RawDatagramSocket","kind":3,"href":"dart-io/RawDatagramSocket-class.html"}},{"name":"RawSecureServerSocket","qualifiedName":"dart:io.RawSecureServerSocket","href":"dart-io/RawSecureServerSocket-class.html","kind":3,"packageRank":15,"desc":"A server socket providing a stream of low-level RawSecureSockets.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"address","qualifiedName":"dart:io.RawSecureServerSocket.address","href":"dart-io/RawSecureServerSocket/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The address used by this socket.","enclosedBy":{"name":"RawSecureServerSocket","kind":3,"href":"dart-io/RawSecureServerSocket-class.html"}},{"name":"bind","qualifiedName":"dart:io.RawSecureServerSocket.bind","href":"dart-io/RawSecureServerSocket/bind.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Listens on a provided address and port.","enclosedBy":{"name":"RawSecureServerSocket","kind":3,"href":"dart-io/RawSecureServerSocket-class.html"}},{"name":"close","qualifiedName":"dart:io.RawSecureServerSocket.close","href":"dart-io/RawSecureServerSocket/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Closes this socket.","enclosedBy":{"name":"RawSecureServerSocket","kind":3,"href":"dart-io/RawSecureServerSocket-class.html"}},{"name":"listen","qualifiedName":"dart:io.RawSecureServerSocket.listen","href":"dart-io/RawSecureServerSocket/listen.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Adds a subscription to this stream.","enclosedBy":{"name":"RawSecureServerSocket","kind":3,"href":"dart-io/RawSecureServerSocket-class.html"}},{"name":"port","qualifiedName":"dart:io.RawSecureServerSocket.port","href":"dart-io/RawSecureServerSocket/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The port used by this socket.","enclosedBy":{"name":"RawSecureServerSocket","kind":3,"href":"dart-io/RawSecureServerSocket-class.html"}},{"name":"requestClientCertificate","qualifiedName":"dart:io.RawSecureServerSocket.requestClientCertificate","href":"dart-io/RawSecureServerSocket/requestClientCertificate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RawSecureServerSocket","kind":3,"href":"dart-io/RawSecureServerSocket-class.html"}},{"name":"requireClientCertificate","qualifiedName":"dart:io.RawSecureServerSocket.requireClientCertificate","href":"dart-io/RawSecureServerSocket/requireClientCertificate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RawSecureServerSocket","kind":3,"href":"dart-io/RawSecureServerSocket-class.html"}},{"name":"supportedProtocols","qualifiedName":"dart:io.RawSecureServerSocket.supportedProtocols","href":"dart-io/RawSecureServerSocket/supportedProtocols.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RawSecureServerSocket","kind":3,"href":"dart-io/RawSecureServerSocket-class.html"}},{"name":"RawSecureSocket","qualifiedName":"dart:io.RawSecureSocket","href":"dart-io/RawSecureSocket-class.html","kind":3,"packageRank":15,"desc":"RawSecureSocket provides a secure (SSL or TLS) network connection.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"connect","qualifiedName":"dart:io.RawSecureSocket.connect","href":"dart-io/RawSecureSocket/connect.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Constructs a new secure client socket and connect it to the given\nhost on the given port.","enclosedBy":{"name":"RawSecureSocket","kind":3,"href":"dart-io/RawSecureSocket-class.html"}},{"name":"peerCertificate","qualifiedName":"dart:io.RawSecureSocket.peerCertificate","href":"dart-io/RawSecureSocket/peerCertificate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Get the peer certificate for a connected RawSecureSocket.  If this\nRawSecureSocket is the server end of a secure socket connection,\npeerCertificate will return the client certificate, or null, if no\nclient certificate was received.  If it is the client end,\npeerCertificate will return the server's certificate.","enclosedBy":{"name":"RawSecureSocket","kind":3,"href":"dart-io/RawSecureSocket-class.html"}},{"name":"renegotiate","qualifiedName":"dart:io.RawSecureSocket.renegotiate","href":"dart-io/RawSecureSocket/renegotiate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Does nothing.","enclosedBy":{"name":"RawSecureSocket","kind":3,"href":"dart-io/RawSecureSocket-class.html"}},{"name":"secure","qualifiedName":"dart:io.RawSecureSocket.secure","href":"dart-io/RawSecureSocket/secure.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Initiates TLS on an existing connection.","enclosedBy":{"name":"RawSecureSocket","kind":3,"href":"dart-io/RawSecureSocket-class.html"}},{"name":"secureServer","qualifiedName":"dart:io.RawSecureSocket.secureServer","href":"dart-io/RawSecureSocket/secureServer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Initiates TLS on an existing server connection.","enclosedBy":{"name":"RawSecureSocket","kind":3,"href":"dart-io/RawSecureSocket-class.html"}},{"name":"selectedProtocol","qualifiedName":"dart:io.RawSecureSocket.selectedProtocol","href":"dart-io/RawSecureSocket/selectedProtocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The protocol which was selected during protocol negotiation.","enclosedBy":{"name":"RawSecureSocket","kind":3,"href":"dart-io/RawSecureSocket-class.html"}},{"name":"startConnect","qualifiedName":"dart:io.RawSecureSocket.startConnect","href":"dart-io/RawSecureSocket/startConnect.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Like connect, but returns a Future that completes with a\nConnectionTask that can be cancelled if the RawSecureSocket is no\nlonger needed.","enclosedBy":{"name":"RawSecureSocket","kind":3,"href":"dart-io/RawSecureSocket-class.html"}},{"name":"RawServerSocket","qualifiedName":"dart:io.RawServerSocket","href":"dart-io/RawServerSocket-class.html","kind":3,"packageRank":15,"desc":"A listening socket.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"address","qualifiedName":"dart:io.RawServerSocket.address","href":"dart-io/RawServerSocket/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The address used by this socket.","enclosedBy":{"name":"RawServerSocket","kind":3,"href":"dart-io/RawServerSocket-class.html"}},{"name":"bind","qualifiedName":"dart:io.RawServerSocket.bind","href":"dart-io/RawServerSocket/bind.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Listens on a given address and port.","enclosedBy":{"name":"RawServerSocket","kind":3,"href":"dart-io/RawServerSocket-class.html"}},{"name":"close","qualifiedName":"dart:io.RawServerSocket.close","href":"dart-io/RawServerSocket/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Closes the socket.","enclosedBy":{"name":"RawServerSocket","kind":3,"href":"dart-io/RawServerSocket-class.html"}},{"name":"port","qualifiedName":"dart:io.RawServerSocket.port","href":"dart-io/RawServerSocket/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The port used by this socket.","enclosedBy":{"name":"RawServerSocket","kind":3,"href":"dart-io/RawServerSocket-class.html"}},{"name":"RawSocket","qualifiedName":"dart:io.RawSocket","href":"dart-io/RawSocket-class.html","kind":3,"packageRank":15,"desc":"A TCP connection.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"address","qualifiedName":"dart:io.RawSocket.address","href":"dart-io/RawSocket/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The InternetAddress used to connect this socket.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"available","qualifiedName":"dart:io.RawSocket.available","href":"dart-io/RawSocket/available.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The number of received and non-read bytes in the socket that can be read.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"close","qualifiedName":"dart:io.RawSocket.close","href":"dart-io/RawSocket/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Closes the socket.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"connect","qualifiedName":"dart:io.RawSocket.connect","href":"dart-io/RawSocket/connect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a new socket connection to the host and port.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"getRawOption","qualifiedName":"dart:io.RawSocket.getRawOption","href":"dart-io/RawSocket/getRawOption.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads low level information about the RawSocket.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"port","qualifiedName":"dart:io.RawSocket.port","href":"dart-io/RawSocket/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The port used by this socket.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"read","qualifiedName":"dart:io.RawSocket.read","href":"dart-io/RawSocket/read.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Read up to len bytes from the socket.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"readEventsEnabled","qualifiedName":"dart:io.RawSocket.readEventsEnabled","href":"dart-io/RawSocket/readEventsEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Set or get, if the RawSocket should listen for RawSocketEvent.read\nand RawSocketEvent.readClosed events. Default is true.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"readMessage","qualifiedName":"dart:io.RawSocket.readMessage","href":"dart-io/RawSocket/readMessage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads a message containing up to count bytes from the socket.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"remoteAddress","qualifiedName":"dart:io.RawSocket.remoteAddress","href":"dart-io/RawSocket/remoteAddress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The remote InternetAddress connected to by this socket.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"remotePort","qualifiedName":"dart:io.RawSocket.remotePort","href":"dart-io/RawSocket/remotePort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The remote port connected to by this socket.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"sendMessage","qualifiedName":"dart:io.RawSocket.sendMessage","href":"dart-io/RawSocket/sendMessage.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Writes socket control messages and data bytes to the socket.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"setOption","qualifiedName":"dart:io.RawSocket.setOption","href":"dart-io/RawSocket/setOption.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Customize the RawSocket.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"setRawOption","qualifiedName":"dart:io.RawSocket.setRawOption","href":"dart-io/RawSocket/setRawOption.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Customizes the RawSocket.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"shutdown","qualifiedName":"dart:io.RawSocket.shutdown","href":"dart-io/RawSocket/shutdown.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Shuts down the socket in the direction.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"startConnect","qualifiedName":"dart:io.RawSocket.startConnect","href":"dart-io/RawSocket/startConnect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Like connect, but returns a Future that completes with a\nConnectionTask that can be cancelled if the RawSocket is no\nlonger needed.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"write","qualifiedName":"dart:io.RawSocket.write","href":"dart-io/RawSocket/write.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Writes up to count bytes of the buffer from offset buffer offset to\nthe socket.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"writeEventsEnabled","qualifiedName":"dart:io.RawSocket.writeEventsEnabled","href":"dart-io/RawSocket/writeEventsEnabled.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Set or get, if the RawSocket should listen for RawSocketEvent.write\nevents. Default is true.\nThis is a one-shot listener, and writeEventsEnabled must be set\nto true again to receive another write event.","enclosedBy":{"name":"RawSocket","kind":3,"href":"dart-io/RawSocket-class.html"}},{"name":"RawSocketEvent","qualifiedName":"dart:io.RawSocketEvent","href":"dart-io/RawSocketEvent-class.html","kind":3,"packageRank":15,"desc":"Events for the RawDatagramSocket, RawSecureSocket, and RawSocket.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"closed","qualifiedName":"dart:io.RawSocketEvent.closed","href":"dart-io/RawSocketEvent/closed-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"An event indicates the socket is closed.","enclosedBy":{"name":"RawSocketEvent","kind":3,"href":"dart-io/RawSocketEvent-class.html"}},{"name":"read","qualifiedName":"dart:io.RawSocketEvent.read","href":"dart-io/RawSocketEvent/read-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"An event indicates the socket is ready to be read.","enclosedBy":{"name":"RawSocketEvent","kind":3,"href":"dart-io/RawSocketEvent-class.html"}},{"name":"readClosed","qualifiedName":"dart:io.RawSocketEvent.readClosed","href":"dart-io/RawSocketEvent/readClosed-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"An event indicates the reading from the socket is closed","enclosedBy":{"name":"RawSocketEvent","kind":3,"href":"dart-io/RawSocketEvent-class.html"}},{"name":"toString","qualifiedName":"dart:io.RawSocketEvent.toString","href":"dart-io/RawSocketEvent/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"RawSocketEvent","kind":3,"href":"dart-io/RawSocketEvent-class.html"}},{"name":"write","qualifiedName":"dart:io.RawSocketEvent.write","href":"dart-io/RawSocketEvent/write-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"An event indicates the socket is ready to write.","enclosedBy":{"name":"RawSocketEvent","kind":3,"href":"dart-io/RawSocketEvent-class.html"}},{"name":"RawSocketOption","qualifiedName":"dart:io.RawSocketOption","href":"dart-io/RawSocketOption-class.html","kind":3,"packageRank":15,"desc":"The RawSocketOption is used as a parameter to Socket.setRawOption and\nRawSocket.setRawOption to customize the behaviour of the underlying\nsocket.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"IPv4MulticastInterface","qualifiedName":"dart:io.RawSocketOption.IPv4MulticastInterface","href":"dart-io/RawSocketOption/IPv4MulticastInterface.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Socket option for IP_MULTICAST_IF.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"IPv6MulticastInterface","qualifiedName":"dart:io.RawSocketOption.IPv6MulticastInterface","href":"dart-io/RawSocketOption/IPv6MulticastInterface.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Socket option for IPV6_MULTICAST_IF.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"RawSocketOption.fromBool","qualifiedName":"dart:io.RawSocketOption.RawSocketOption.fromBool","href":"dart-io/RawSocketOption/RawSocketOption.fromBool.html","kind":2,"packageRank":15,"desc":"Convenience constructor for creating a boolean based RawSocketOption.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"RawSocketOption.fromInt","qualifiedName":"dart:io.RawSocketOption.RawSocketOption.fromInt","href":"dart-io/RawSocketOption/RawSocketOption.fromInt.html","kind":2,"packageRank":15,"desc":"Convenience constructor for creating an integer based RawSocketOption.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"RawSocketOption.new","qualifiedName":"dart:io.RawSocketOption.RawSocketOption.new","href":"dart-io/RawSocketOption/RawSocketOption.html","kind":2,"packageRank":15,"desc":"Creates a RawSocketOption for RawSocket.getRawOption\nand RawSocket.setRawOption.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"level","qualifiedName":"dart:io.RawSocketOption.level","href":"dart-io/RawSocketOption/level.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The level for the option to set or get.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"levelIPv4","qualifiedName":"dart:io.RawSocketOption.levelIPv4","href":"dart-io/RawSocketOption/levelIPv4.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Socket level option for IPPROTO_IP.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"levelIPv6","qualifiedName":"dart:io.RawSocketOption.levelIPv6","href":"dart-io/RawSocketOption/levelIPv6.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Socket level option for IPPROTO_IPV6.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"levelSocket","qualifiedName":"dart:io.RawSocketOption.levelSocket","href":"dart-io/RawSocketOption/levelSocket.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Socket level option for SOL_SOCKET.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"levelTcp","qualifiedName":"dart:io.RawSocketOption.levelTcp","href":"dart-io/RawSocketOption/levelTcp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Socket level option for IPPROTO_TCP.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"levelUdp","qualifiedName":"dart:io.RawSocketOption.levelUdp","href":"dart-io/RawSocketOption/levelUdp.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Socket level option for IPPROTO_UDP.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"option","qualifiedName":"dart:io.RawSocketOption.option","href":"dart-io/RawSocketOption/option.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The numeric ID of the option to set or get.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"value","qualifiedName":"dart:io.RawSocketOption.value","href":"dart-io/RawSocketOption/value.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The raw data to set, or the array to write the current option value into.","enclosedBy":{"name":"RawSocketOption","kind":3,"href":"dart-io/RawSocketOption-class.html"}},{"name":"RawSynchronousSocket","qualifiedName":"dart:io.RawSynchronousSocket","href":"dart-io/RawSynchronousSocket-class.html","kind":3,"packageRank":15,"desc":"A low-level class for communicating synchronously over a TCP socket.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"address","qualifiedName":"dart:io.RawSynchronousSocket.address","href":"dart-io/RawSynchronousSocket/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The InternetAddress used to connect this socket.","enclosedBy":{"name":"RawSynchronousSocket","kind":3,"href":"dart-io/RawSynchronousSocket-class.html"}},{"name":"available","qualifiedName":"dart:io.RawSynchronousSocket.available","href":"dart-io/RawSynchronousSocket/available.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The number of received and unread bytes in the socket that can be read.","enclosedBy":{"name":"RawSynchronousSocket","kind":3,"href":"dart-io/RawSynchronousSocket-class.html"}},{"name":"closeSync","qualifiedName":"dart:io.RawSynchronousSocket.closeSync","href":"dart-io/RawSynchronousSocket/closeSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Closes the RawSynchronousSocket.","enclosedBy":{"name":"RawSynchronousSocket","kind":3,"href":"dart-io/RawSynchronousSocket-class.html"}},{"name":"connectSync","qualifiedName":"dart:io.RawSynchronousSocket.connectSync","href":"dart-io/RawSynchronousSocket/connectSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a new socket connection and returns a RawSynchronousSocket.","enclosedBy":{"name":"RawSynchronousSocket","kind":3,"href":"dart-io/RawSynchronousSocket-class.html"}},{"name":"port","qualifiedName":"dart:io.RawSynchronousSocket.port","href":"dart-io/RawSynchronousSocket/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The port used by this socket.","enclosedBy":{"name":"RawSynchronousSocket","kind":3,"href":"dart-io/RawSynchronousSocket-class.html"}},{"name":"readIntoSync","qualifiedName":"dart:io.RawSynchronousSocket.readIntoSync","href":"dart-io/RawSynchronousSocket/readIntoSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads bytes into an existing buffer.","enclosedBy":{"name":"RawSynchronousSocket","kind":3,"href":"dart-io/RawSynchronousSocket-class.html"}},{"name":"readSync","qualifiedName":"dart:io.RawSynchronousSocket.readSync","href":"dart-io/RawSynchronousSocket/readSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads up to bytes bytes from the socket.","enclosedBy":{"name":"RawSynchronousSocket","kind":3,"href":"dart-io/RawSynchronousSocket-class.html"}},{"name":"remoteAddress","qualifiedName":"dart:io.RawSynchronousSocket.remoteAddress","href":"dart-io/RawSynchronousSocket/remoteAddress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The remote InternetAddress connected to by this socket.","enclosedBy":{"name":"RawSynchronousSocket","kind":3,"href":"dart-io/RawSynchronousSocket-class.html"}},{"name":"remotePort","qualifiedName":"dart:io.RawSynchronousSocket.remotePort","href":"dart-io/RawSynchronousSocket/remotePort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The remote port connected to by this socket.","enclosedBy":{"name":"RawSynchronousSocket","kind":3,"href":"dart-io/RawSynchronousSocket-class.html"}},{"name":"shutdown","qualifiedName":"dart:io.RawSynchronousSocket.shutdown","href":"dart-io/RawSynchronousSocket/shutdown.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Shuts down a socket in the provided direction.","enclosedBy":{"name":"RawSynchronousSocket","kind":3,"href":"dart-io/RawSynchronousSocket-class.html"}},{"name":"writeFromSync","qualifiedName":"dart:io.RawSynchronousSocket.writeFromSync","href":"dart-io/RawSynchronousSocket/writeFromSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Writes from a buffer to the socket.","enclosedBy":{"name":"RawSynchronousSocket","kind":3,"href":"dart-io/RawSynchronousSocket-class.html"}},{"name":"RawZLibFilter","qualifiedName":"dart:io.RawZLibFilter","href":"dart-io/RawZLibFilter-class.html","kind":3,"packageRank":15,"desc":"The RawZLibFilter class provides a low-level interface to zlib.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"RawZLibFilter.deflateFilter","qualifiedName":"dart:io.RawZLibFilter.RawZLibFilter.deflateFilter","href":"dart-io/RawZLibFilter/RawZLibFilter.deflateFilter.html","kind":2,"packageRank":15,"desc":"Returns a RawZLibFilter whose process and processed methods\ncompress data.","enclosedBy":{"name":"RawZLibFilter","kind":3,"href":"dart-io/RawZLibFilter-class.html"}},{"name":"RawZLibFilter.inflateFilter","qualifiedName":"dart:io.RawZLibFilter.RawZLibFilter.inflateFilter","href":"dart-io/RawZLibFilter/RawZLibFilter.inflateFilter.html","kind":2,"packageRank":15,"desc":"Returns a RawZLibFilter whose process and processed methods\ndecompress data.","enclosedBy":{"name":"RawZLibFilter","kind":3,"href":"dart-io/RawZLibFilter-class.html"}},{"name":"process","qualifiedName":"dart:io.RawZLibFilter.process","href":"dart-io/RawZLibFilter/process.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Process a chunk of data.","enclosedBy":{"name":"RawZLibFilter","kind":3,"href":"dart-io/RawZLibFilter-class.html"}},{"name":"processed","qualifiedName":"dart:io.RawZLibFilter.processed","href":"dart-io/RawZLibFilter/processed.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Get a chunk of processed data.","enclosedBy":{"name":"RawZLibFilter","kind":3,"href":"dart-io/RawZLibFilter-class.html"}},{"name":"ReadPipe","qualifiedName":"dart:io.ReadPipe","href":"dart-io/ReadPipe-class.html","kind":3,"packageRank":15,"desc":"The \"read\" end of an Pipe created by Pipe.create.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"RedirectException","qualifiedName":"dart:io.RedirectException","href":"dart-io/RedirectException-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"RedirectException.new","qualifiedName":"dart:io.RedirectException.RedirectException.new","href":"dart-io/RedirectException/RedirectException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RedirectException","kind":3,"href":"dart-io/RedirectException-class.html"}},{"name":"message","qualifiedName":"dart:io.RedirectException.message","href":"dart-io/RedirectException/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RedirectException","kind":3,"href":"dart-io/RedirectException-class.html"}},{"name":"redirects","qualifiedName":"dart:io.RedirectException.redirects","href":"dart-io/RedirectException/redirects.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RedirectException","kind":3,"href":"dart-io/RedirectException-class.html"}},{"name":"toString","qualifiedName":"dart:io.RedirectException.toString","href":"dart-io/RedirectException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"RedirectException","kind":3,"href":"dart-io/RedirectException-class.html"}},{"name":"uri","qualifiedName":"dart:io.RedirectException.uri","href":"dart-io/RedirectException/uri.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"RedirectException","kind":3,"href":"dart-io/RedirectException-class.html"}},{"name":"RedirectInfo","qualifiedName":"dart:io.RedirectInfo","href":"dart-io/RedirectInfo-class.html","kind":3,"packageRank":15,"desc":"Redirect information.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"location","qualifiedName":"dart:io.RedirectInfo.location","href":"dart-io/RedirectInfo/location.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns the location for the redirect.","enclosedBy":{"name":"RedirectInfo","kind":3,"href":"dart-io/RedirectInfo-class.html"}},{"name":"method","qualifiedName":"dart:io.RedirectInfo.method","href":"dart-io/RedirectInfo/method.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns the method used for the redirect.","enclosedBy":{"name":"RedirectInfo","kind":3,"href":"dart-io/RedirectInfo-class.html"}},{"name":"statusCode","qualifiedName":"dart:io.RedirectInfo.statusCode","href":"dart-io/RedirectInfo/statusCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns the status code used for the redirect.","enclosedBy":{"name":"RedirectInfo","kind":3,"href":"dart-io/RedirectInfo-class.html"}},{"name":"ResourceHandle","qualifiedName":"dart:io.ResourceHandle","href":"dart-io/ResourceHandle-class.html","kind":3,"packageRank":15,"desc":"A wrapper around OS resource handle so it can be passed via Socket\nas part of SocketMessage.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"ResourceHandle.fromFile","qualifiedName":"dart:io.ResourceHandle.ResourceHandle.fromFile","href":"dart-io/ResourceHandle/ResourceHandle.fromFile.html","kind":2,"packageRank":15,"desc":"Creates wrapper around opened file.","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"ResourceHandle.fromRawDatagramSocket","qualifiedName":"dart:io.ResourceHandle.ResourceHandle.fromRawDatagramSocket","href":"dart-io/ResourceHandle/ResourceHandle.fromRawDatagramSocket.html","kind":2,"packageRank":15,"desc":"Creates wrapper around opened raw datagram socket.","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"ResourceHandle.fromRawSocket","qualifiedName":"dart:io.ResourceHandle.ResourceHandle.fromRawSocket","href":"dart-io/ResourceHandle/ResourceHandle.fromRawSocket.html","kind":2,"packageRank":15,"desc":"Creates wrapper around opened raw socket.","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"ResourceHandle.fromReadPipe","qualifiedName":"dart:io.ResourceHandle.ResourceHandle.fromReadPipe","href":"dart-io/ResourceHandle/ResourceHandle.fromReadPipe.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"ResourceHandle.fromSocket","qualifiedName":"dart:io.ResourceHandle.ResourceHandle.fromSocket","href":"dart-io/ResourceHandle/ResourceHandle.fromSocket.html","kind":2,"packageRank":15,"desc":"Creates wrapper around opened socket.","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"ResourceHandle.fromStdin","qualifiedName":"dart:io.ResourceHandle.ResourceHandle.fromStdin","href":"dart-io/ResourceHandle/ResourceHandle.fromStdin.html","kind":2,"packageRank":15,"desc":"Creates wrapper around current stdin.","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"ResourceHandle.fromStdout","qualifiedName":"dart:io.ResourceHandle.ResourceHandle.fromStdout","href":"dart-io/ResourceHandle/ResourceHandle.fromStdout.html","kind":2,"packageRank":15,"desc":"Creates wrapper around current stdout.","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"ResourceHandle.fromWritePipe","qualifiedName":"dart:io.ResourceHandle.ResourceHandle.fromWritePipe","href":"dart-io/ResourceHandle/ResourceHandle.fromWritePipe.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"toFile","qualifiedName":"dart:io.ResourceHandle.toFile","href":"dart-io/ResourceHandle/toFile.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Extracts opened file from resource handle.","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"toRawDatagramSocket","qualifiedName":"dart:io.ResourceHandle.toRawDatagramSocket","href":"dart-io/ResourceHandle/toRawDatagramSocket.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Extracts opened raw datagram socket from resource handle.","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"toRawSocket","qualifiedName":"dart:io.ResourceHandle.toRawSocket","href":"dart-io/ResourceHandle/toRawSocket.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Extracts opened raw socket from resource handle.","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"toReadPipe","qualifiedName":"dart:io.ResourceHandle.toReadPipe","href":"dart-io/ResourceHandle/toReadPipe.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Extracts a read pipe from resource handle.","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"toSocket","qualifiedName":"dart:io.ResourceHandle.toSocket","href":"dart-io/ResourceHandle/toSocket.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Extracts opened socket from resource handle.","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"toWritePipe","qualifiedName":"dart:io.ResourceHandle.toWritePipe","href":"dart-io/ResourceHandle/toWritePipe.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Extracts a write pipe from resource handle.","enclosedBy":{"name":"ResourceHandle","kind":3,"href":"dart-io/ResourceHandle-class.html"}},{"name":"SameSite","qualifiedName":"dart:io.SameSite","href":"dart-io/SameSite-class.html","kind":3,"packageRank":15,"desc":"Cookie cross-site availability configuration.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"lax","qualifiedName":"dart:io.SameSite.lax","href":"dart-io/SameSite/lax-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Default value, cookie with this value will generally not be sent on\ncross-site requests, unless the user is navigated to the original site.","enclosedBy":{"name":"SameSite","kind":3,"href":"dart-io/SameSite-class.html"}},{"name":"name","qualifiedName":"dart:io.SameSite.name","href":"dart-io/SameSite/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SameSite","kind":3,"href":"dart-io/SameSite-class.html"}},{"name":"none","qualifiedName":"dart:io.SameSite.none","href":"dart-io/SameSite/none-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Cookie with this value will be sent in all requests.","enclosedBy":{"name":"SameSite","kind":3,"href":"dart-io/SameSite-class.html"}},{"name":"strict","qualifiedName":"dart:io.SameSite.strict","href":"dart-io/SameSite/strict-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Cookie with this value will never be sent on cross-site requests.","enclosedBy":{"name":"SameSite","kind":3,"href":"dart-io/SameSite-class.html"}},{"name":"toString","qualifiedName":"dart:io.SameSite.toString","href":"dart-io/SameSite/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"SameSite","kind":3,"href":"dart-io/SameSite-class.html"}},{"name":"values","qualifiedName":"dart:io.SameSite.values","href":"dart-io/SameSite/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SameSite","kind":3,"href":"dart-io/SameSite-class.html"}},{"name":"SecureServerSocket","qualifiedName":"dart:io.SecureServerSocket","href":"dart-io/SecureServerSocket-class.html","kind":3,"packageRank":15,"desc":"A server socket, providing a stream of high-level Sockets.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"address","qualifiedName":"dart:io.SecureServerSocket.address","href":"dart-io/SecureServerSocket/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The address used by this socket.","enclosedBy":{"name":"SecureServerSocket","kind":3,"href":"dart-io/SecureServerSocket-class.html"}},{"name":"bind","qualifiedName":"dart:io.SecureServerSocket.bind","href":"dart-io/SecureServerSocket/bind.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Listens on a given address and port.","enclosedBy":{"name":"SecureServerSocket","kind":3,"href":"dart-io/SecureServerSocket-class.html"}},{"name":"close","qualifiedName":"dart:io.SecureServerSocket.close","href":"dart-io/SecureServerSocket/close.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Closes this socket.","enclosedBy":{"name":"SecureServerSocket","kind":3,"href":"dart-io/SecureServerSocket-class.html"}},{"name":"listen","qualifiedName":"dart:io.SecureServerSocket.listen","href":"dart-io/SecureServerSocket/listen.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Adds a subscription to this stream.","enclosedBy":{"name":"SecureServerSocket","kind":3,"href":"dart-io/SecureServerSocket-class.html"}},{"name":"port","qualifiedName":"dart:io.SecureServerSocket.port","href":"dart-io/SecureServerSocket/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The port used by this socket.","enclosedBy":{"name":"SecureServerSocket","kind":3,"href":"dart-io/SecureServerSocket-class.html"}},{"name":"SecureSocket","qualifiedName":"dart:io.SecureSocket","href":"dart-io/SecureSocket-class.html","kind":3,"packageRank":15,"desc":"A TCP socket using TLS and SSL.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"connect","qualifiedName":"dart:io.SecureSocket.connect","href":"dart-io/SecureSocket/connect.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Constructs a new secure client socket and connects it to the given\nhost on port port.","enclosedBy":{"name":"SecureSocket","kind":3,"href":"dart-io/SecureSocket-class.html"}},{"name":"peerCertificate","qualifiedName":"dart:io.SecureSocket.peerCertificate","href":"dart-io/SecureSocket/peerCertificate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The peer certificate for a connected SecureSocket.","enclosedBy":{"name":"SecureSocket","kind":3,"href":"dart-io/SecureSocket-class.html"}},{"name":"renegotiate","qualifiedName":"dart:io.SecureSocket.renegotiate","href":"dart-io/SecureSocket/renegotiate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Does nothing.","enclosedBy":{"name":"SecureSocket","kind":3,"href":"dart-io/SecureSocket-class.html"}},{"name":"secure","qualifiedName":"dart:io.SecureSocket.secure","href":"dart-io/SecureSocket/secure.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Initiates TLS on an existing connection.","enclosedBy":{"name":"SecureSocket","kind":3,"href":"dart-io/SecureSocket-class.html"}},{"name":"secureServer","qualifiedName":"dart:io.SecureSocket.secureServer","href":"dart-io/SecureSocket/secureServer.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Initiates TLS on an existing server connection.","enclosedBy":{"name":"SecureSocket","kind":3,"href":"dart-io/SecureSocket-class.html"}},{"name":"selectedProtocol","qualifiedName":"dart:io.SecureSocket.selectedProtocol","href":"dart-io/SecureSocket/selectedProtocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The protocol which was selected during ALPN protocol negotiation.","enclosedBy":{"name":"SecureSocket","kind":3,"href":"dart-io/SecureSocket-class.html"}},{"name":"startConnect","qualifiedName":"dart:io.SecureSocket.startConnect","href":"dart-io/SecureSocket/startConnect.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Like connect, but returns a Future that completes with a\nConnectionTask that can be cancelled if the SecureSocket is no\nlonger needed.","enclosedBy":{"name":"SecureSocket","kind":3,"href":"dart-io/SecureSocket-class.html"}},{"name":"SecurityContext","qualifiedName":"dart:io.SecurityContext","href":"dart-io/SecurityContext-class.html","kind":3,"packageRank":15,"desc":"The object containing the certificates to trust when making\na secure client connection, and the certificate chain and\nprivate key to serve from a secure server.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"SecurityContext.new","qualifiedName":"dart:io.SecurityContext.SecurityContext.new","href":"dart-io/SecurityContext/SecurityContext.html","kind":2,"packageRank":15,"desc":"Creates a new SecurityContext.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"allowLegacyUnsafeRenegotiation","qualifiedName":"dart:io.SecurityContext.allowLegacyUnsafeRenegotiation","href":"dart-io/SecurityContext/allowLegacyUnsafeRenegotiation.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"If true, the SecurityContext will allow TLS renegotiation.\nRenegotiation is only supported as a client and the HelloRequest must be\nreceived at a quiet point in the application protocol. This is sufficient\nto support the legacy use case of requesting a new client certificate\nbetween an HTTP request and response in (unpipelined) HTTP/1.1.\nNOTE: Renegotiation is an extremely problematic protocol feature and\nshould only be used to communicate with legacy servers in environments\nwhere it is known to be safe.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"alpnSupported","qualifiedName":"dart:io.SecurityContext.alpnSupported","href":"dart-io/SecurityContext/alpnSupported.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the platform supports ALPN. This always returns true and will be\nremoved in a future release.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"defaultContext","qualifiedName":"dart:io.SecurityContext.defaultContext","href":"dart-io/SecurityContext/defaultContext.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The default security context used by most operation requiring one.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"minimumTlsProtocolVersion","qualifiedName":"dart:io.SecurityContext.minimumTlsProtocolVersion","href":"dart-io/SecurityContext/minimumTlsProtocolVersion.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The minimum TLS version to use when establishing a secure connection.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"setAlpnProtocols","qualifiedName":"dart:io.SecurityContext.setAlpnProtocols","href":"dart-io/SecurityContext/setAlpnProtocols.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the list of application-level protocols supported by a client\nconnection or server connection. The ALPN (application level protocol\nnegotiation) extension to TLS allows a client to send a list of\nprotocols in the TLS client hello message, and the server to pick\none and send the selected one back in its server hello message.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"setClientAuthorities","qualifiedName":"dart:io.SecurityContext.setClientAuthorities","href":"dart-io/SecurityContext/setClientAuthorities.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the list of authority names that a SecureServerSocket will advertise\nas accepted when requesting a client certificate from a connecting\nclient.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"setClientAuthoritiesBytes","qualifiedName":"dart:io.SecurityContext.setClientAuthoritiesBytes","href":"dart-io/SecurityContext/setClientAuthoritiesBytes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the list of authority names that a SecureServerSocket will advertise\nas accepted, when requesting a client certificate from a connecting\nclient.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"setTrustedCertificates","qualifiedName":"dart:io.SecurityContext.setTrustedCertificates","href":"dart-io/SecurityContext/setTrustedCertificates.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Add a certificate to the set of trusted X509 certificates\nused by SecureSocket client connections.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"setTrustedCertificatesBytes","qualifiedName":"dart:io.SecurityContext.setTrustedCertificatesBytes","href":"dart-io/SecurityContext/setTrustedCertificatesBytes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Add a certificate to the set of trusted X509 certificates\nused by SecureSocket client connections.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"useCertificateChain","qualifiedName":"dart:io.SecurityContext.useCertificateChain","href":"dart-io/SecurityContext/useCertificateChain.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the chain of X509 certificates served by SecureServerSocket\nwhen making secure connections, including the server certificate.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"useCertificateChainBytes","qualifiedName":"dart:io.SecurityContext.useCertificateChainBytes","href":"dart-io/SecurityContext/useCertificateChainBytes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the chain of X509 certificates served by SecureServerSocket\nwhen making secure connections, including the server certificate.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"usePrivateKey","qualifiedName":"dart:io.SecurityContext.usePrivateKey","href":"dart-io/SecurityContext/usePrivateKey.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the private key for a server certificate or client certificate.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"usePrivateKeyBytes","qualifiedName":"dart:io.SecurityContext.usePrivateKeyBytes","href":"dart-io/SecurityContext/usePrivateKeyBytes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the private key for a server certificate or client certificate.","enclosedBy":{"name":"SecurityContext","kind":3,"href":"dart-io/SecurityContext-class.html"}},{"name":"ServerSocket","qualifiedName":"dart:io.ServerSocket","href":"dart-io/ServerSocket-class.html","kind":3,"packageRank":15,"desc":"A listening socket.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"address","qualifiedName":"dart:io.ServerSocket.address","href":"dart-io/ServerSocket/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The address used by this socket.","enclosedBy":{"name":"ServerSocket","kind":3,"href":"dart-io/ServerSocket-class.html"}},{"name":"bind","qualifiedName":"dart:io.ServerSocket.bind","href":"dart-io/ServerSocket/bind.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Listens on a given address and port.","enclosedBy":{"name":"ServerSocket","kind":3,"href":"dart-io/ServerSocket-class.html"}},{"name":"close","qualifiedName":"dart:io.ServerSocket.close","href":"dart-io/ServerSocket/close.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Closes the socket.","enclosedBy":{"name":"ServerSocket","kind":3,"href":"dart-io/ServerSocket-class.html"}},{"name":"port","qualifiedName":"dart:io.ServerSocket.port","href":"dart-io/ServerSocket/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The port used by this socket.","enclosedBy":{"name":"ServerSocket","kind":3,"href":"dart-io/ServerSocket-class.html"}},{"name":"SignalException","qualifiedName":"dart:io.SignalException","href":"dart-io/SignalException-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"SignalException.new","qualifiedName":"dart:io.SignalException.SignalException.new","href":"dart-io/SignalException/SignalException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SignalException","kind":3,"href":"dart-io/SignalException-class.html"}},{"name":"message","qualifiedName":"dart:io.SignalException.message","href":"dart-io/SignalException/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SignalException","kind":3,"href":"dart-io/SignalException-class.html"}},{"name":"osError","qualifiedName":"dart:io.SignalException.osError","href":"dart-io/SignalException/osError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SignalException","kind":3,"href":"dart-io/SignalException-class.html"}},{"name":"toString","qualifiedName":"dart:io.SignalException.toString","href":"dart-io/SignalException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"SignalException","kind":3,"href":"dart-io/SignalException-class.html"}},{"name":"Socket","qualifiedName":"dart:io.Socket","href":"dart-io/Socket-class.html","kind":3,"packageRank":15,"desc":"A TCP connection between two sockets.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"addError","qualifiedName":"dart:io.Socket.addError","href":"dart-io/Socket/addError.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Unsupported operation on sockets.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"address","qualifiedName":"dart:io.Socket.address","href":"dart-io/Socket/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The InternetAddress used to connect this socket.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"close","qualifiedName":"dart:io.Socket.close","href":"dart-io/Socket/close.html","kind":10,"overriddenDepth":4,"packageRank":15,"desc":"Close the target consumer.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"connect","qualifiedName":"dart:io.Socket.connect","href":"dart-io/Socket/connect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a new socket connection to the host and port and returns a Future\nthat will complete with either a Socket once connected or an error\nif the host-lookup or connection failed.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"destroy","qualifiedName":"dart:io.Socket.destroy","href":"dart-io/Socket/destroy.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Destroys the socket in both directions.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"done","qualifiedName":"dart:io.Socket.done","href":"dart-io/Socket/done.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A future that will complete when the consumer closes, or when an\nerror occurs.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"getRawOption","qualifiedName":"dart:io.Socket.getRawOption","href":"dart-io/Socket/getRawOption.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads low level information about the RawSocket.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"port","qualifiedName":"dart:io.Socket.port","href":"dart-io/Socket/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The port used by this socket.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"remoteAddress","qualifiedName":"dart:io.Socket.remoteAddress","href":"dart-io/Socket/remoteAddress.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The remote InternetAddress connected to by this socket.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"remotePort","qualifiedName":"dart:io.Socket.remotePort","href":"dart-io/Socket/remotePort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The remote port connected to by this socket.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"setOption","qualifiedName":"dart:io.Socket.setOption","href":"dart-io/Socket/setOption.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Customizes the RawSocket.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"setRawOption","qualifiedName":"dart:io.Socket.setRawOption","href":"dart-io/Socket/setRawOption.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Customizes the RawSocket.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"startConnect","qualifiedName":"dart:io.Socket.startConnect","href":"dart-io/Socket/startConnect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Like connect, but returns a Future that completes with a\nConnectionTask that can be cancelled if the Socket is no\nlonger needed.","enclosedBy":{"name":"Socket","kind":3,"href":"dart-io/Socket-class.html"}},{"name":"SocketControlMessage","qualifiedName":"dart:io.SocketControlMessage","href":"dart-io/SocketControlMessage-class.html","kind":3,"packageRank":15,"desc":"Control message part of the SocketMessage received by a call to\nRawSocket.readMessage.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"SocketControlMessage.fromHandles","qualifiedName":"dart:io.SocketControlMessage.SocketControlMessage.fromHandles","href":"dart-io/SocketControlMessage/SocketControlMessage.fromHandles.html","kind":2,"packageRank":15,"desc":"Creates a control message containing the provided handles.","enclosedBy":{"name":"SocketControlMessage","kind":3,"href":"dart-io/SocketControlMessage-class.html"}},{"name":"data","qualifiedName":"dart:io.SocketControlMessage.data","href":"dart-io/SocketControlMessage/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Actual bytes that were passed as part of the control message by the\nunderlying platform.","enclosedBy":{"name":"SocketControlMessage","kind":3,"href":"dart-io/SocketControlMessage-class.html"}},{"name":"extractHandles","qualifiedName":"dart:io.SocketControlMessage.extractHandles","href":"dart-io/SocketControlMessage/extractHandles.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Extracts the list of handles embedded in this message.","enclosedBy":{"name":"SocketControlMessage","kind":3,"href":"dart-io/SocketControlMessage-class.html"}},{"name":"level","qualifiedName":"dart:io.SocketControlMessage.level","href":"dart-io/SocketControlMessage/level.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A platform specific value used to determine the kind of control message.","enclosedBy":{"name":"SocketControlMessage","kind":3,"href":"dart-io/SocketControlMessage-class.html"}},{"name":"type","qualifiedName":"dart:io.SocketControlMessage.type","href":"dart-io/SocketControlMessage/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A platform specific value used to determine the kind of control message.","enclosedBy":{"name":"SocketControlMessage","kind":3,"href":"dart-io/SocketControlMessage-class.html"}},{"name":"SocketDirection","qualifiedName":"dart:io.SocketDirection","href":"dart-io/SocketDirection-class.html","kind":3,"packageRank":15,"desc":"The SocketDirection is used as a parameter to Socket.close and\nRawSocket.close to close a socket in the specified direction(s).","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"both","qualifiedName":"dart:io.SocketDirection.both","href":"dart-io/SocketDirection/both-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SocketDirection","kind":3,"href":"dart-io/SocketDirection-class.html"}},{"name":"receive","qualifiedName":"dart:io.SocketDirection.receive","href":"dart-io/SocketDirection/receive-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SocketDirection","kind":3,"href":"dart-io/SocketDirection-class.html"}},{"name":"send","qualifiedName":"dart:io.SocketDirection.send","href":"dart-io/SocketDirection/send-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"SocketDirection","kind":3,"href":"dart-io/SocketDirection-class.html"}},{"name":"SocketException","qualifiedName":"dart:io.SocketException","href":"dart-io/SocketException-class.html","kind":3,"packageRank":15,"desc":"Exception thrown when a socket operation fails.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"SocketException.closed","qualifiedName":"dart:io.SocketException.SocketException.closed","href":"dart-io/SocketException/SocketException.closed.html","kind":2,"packageRank":15,"desc":"Creates an exception reporting that a socket was used after it was closed.","enclosedBy":{"name":"SocketException","kind":3,"href":"dart-io/SocketException-class.html"}},{"name":"SocketException.new","qualifiedName":"dart:io.SocketException.SocketException.new","href":"dart-io/SocketException/SocketException.html","kind":2,"packageRank":15,"desc":"Creates a SocketException with the provided values.","enclosedBy":{"name":"SocketException","kind":3,"href":"dart-io/SocketException-class.html"}},{"name":"address","qualifiedName":"dart:io.SocketException.address","href":"dart-io/SocketException/address.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The address of the socket giving rise to the exception.","enclosedBy":{"name":"SocketException","kind":3,"href":"dart-io/SocketException-class.html"}},{"name":"message","qualifiedName":"dart:io.SocketException.message","href":"dart-io/SocketException/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Description of the error.","enclosedBy":{"name":"SocketException","kind":3,"href":"dart-io/SocketException-class.html"}},{"name":"osError","qualifiedName":"dart:io.SocketException.osError","href":"dart-io/SocketException/osError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The underlying OS error.","enclosedBy":{"name":"SocketException","kind":3,"href":"dart-io/SocketException-class.html"}},{"name":"port","qualifiedName":"dart:io.SocketException.port","href":"dart-io/SocketException/port.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The port of the socket giving rise to the exception.","enclosedBy":{"name":"SocketException","kind":3,"href":"dart-io/SocketException-class.html"}},{"name":"toString","qualifiedName":"dart:io.SocketException.toString","href":"dart-io/SocketException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"SocketException","kind":3,"href":"dart-io/SocketException-class.html"}},{"name":"SocketMessage","qualifiedName":"dart:io.SocketMessage","href":"dart-io/SocketMessage-class.html","kind":3,"packageRank":15,"desc":"A socket message received by a RawDatagramSocket.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"SocketMessage.new","qualifiedName":"dart:io.SocketMessage.SocketMessage.new","href":"dart-io/SocketMessage/SocketMessage.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"SocketMessage","kind":3,"href":"dart-io/SocketMessage-class.html"}},{"name":"controlMessages","qualifiedName":"dart:io.SocketMessage.controlMessages","href":"dart-io/SocketMessage/controlMessages.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The control messages sent as part of this socket message.","enclosedBy":{"name":"SocketMessage","kind":3,"href":"dart-io/SocketMessage-class.html"}},{"name":"data","qualifiedName":"dart:io.SocketMessage.data","href":"dart-io/SocketMessage/data.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The actual bytes of the message.","enclosedBy":{"name":"SocketMessage","kind":3,"href":"dart-io/SocketMessage-class.html"}},{"name":"SocketOption","qualifiedName":"dart:io.SocketOption","href":"dart-io/SocketOption-class.html","kind":3,"packageRank":15,"desc":"An option for a socket which is configured using Socket.setOption.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"tcpNoDelay","qualifiedName":"dart:io.SocketOption.tcpNoDelay","href":"dart-io/SocketOption/tcpNoDelay-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Enable or disable no-delay on the socket. If tcpNoDelay is enabled, the\nsocket will not buffer data internally, but instead write each data chunk\nas an individual TCP packet.","enclosedBy":{"name":"SocketOption","kind":3,"href":"dart-io/SocketOption-class.html"}},{"name":"Stdin","qualifiedName":"dart:io.Stdin","href":"dart-io/Stdin-class.html","kind":3,"packageRank":15,"desc":"The standard input stream of the process.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"echoMode","qualifiedName":"dart:io.Stdin.echoMode","href":"dart-io/Stdin/echoMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether echo mode is enabled on stdin.","enclosedBy":{"name":"Stdin","kind":3,"href":"dart-io/Stdin-class.html"}},{"name":"echoNewlineMode","qualifiedName":"dart:io.Stdin.echoNewlineMode","href":"dart-io/Stdin/echoNewlineMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether echo newline mode is enabled on stdin.","enclosedBy":{"name":"Stdin","kind":3,"href":"dart-io/Stdin-class.html"}},{"name":"hasTerminal","qualifiedName":"dart:io.Stdin.hasTerminal","href":"dart-io/Stdin/hasTerminal.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether there is a terminal attached to stdin.","enclosedBy":{"name":"Stdin","kind":3,"href":"dart-io/Stdin-class.html"}},{"name":"lineMode","qualifiedName":"dart:io.Stdin.lineMode","href":"dart-io/Stdin/lineMode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether line mode is enabled on stdin.","enclosedBy":{"name":"Stdin","kind":3,"href":"dart-io/Stdin-class.html"}},{"name":"listen","qualifiedName":"dart:io.Stdin.listen","href":"dart-io/Stdin/listen.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Adds a subscription to this stream.","enclosedBy":{"name":"Stdin","kind":3,"href":"dart-io/Stdin-class.html"}},{"name":"readByteSync","qualifiedName":"dart:io.Stdin.readByteSync","href":"dart-io/Stdin/readByteSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Synchronously reads a byte from stdin.","enclosedBy":{"name":"Stdin","kind":3,"href":"dart-io/Stdin-class.html"}},{"name":"readLineSync","qualifiedName":"dart:io.Stdin.readLineSync","href":"dart-io/Stdin/readLineSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Reads a line from stdin.","enclosedBy":{"name":"Stdin","kind":3,"href":"dart-io/Stdin-class.html"}},{"name":"supportsAnsiEscapes","qualifiedName":"dart:io.Stdin.supportsAnsiEscapes","href":"dart-io/Stdin/supportsAnsiEscapes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether connected to a terminal that supports ANSI escape sequences.","enclosedBy":{"name":"Stdin","kind":3,"href":"dart-io/Stdin-class.html"}},{"name":"StdinException","qualifiedName":"dart:io.StdinException","href":"dart-io/StdinException-class.html","kind":3,"packageRank":15,"desc":"Exception thrown by some operations of Stdin","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"StdinException.new","qualifiedName":"dart:io.StdinException.StdinException.new","href":"dart-io/StdinException/StdinException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"StdinException","kind":3,"href":"dart-io/StdinException-class.html"}},{"name":"message","qualifiedName":"dart:io.StdinException.message","href":"dart-io/StdinException/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Message describing cause of the exception.","enclosedBy":{"name":"StdinException","kind":3,"href":"dart-io/StdinException-class.html"}},{"name":"osError","qualifiedName":"dart:io.StdinException.osError","href":"dart-io/StdinException/osError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The underlying OS error, if available.","enclosedBy":{"name":"StdinException","kind":3,"href":"dart-io/StdinException-class.html"}},{"name":"toString","qualifiedName":"dart:io.StdinException.toString","href":"dart-io/StdinException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"StdinException","kind":3,"href":"dart-io/StdinException-class.html"}},{"name":"StdioType","qualifiedName":"dart:io.StdioType","href":"dart-io/StdioType-class.html","kind":3,"packageRank":15,"desc":"The type of object a standard IO stream can be attached to.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"file","qualifiedName":"dart:io.StdioType.file","href":"dart-io/StdioType/file-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StdioType","kind":3,"href":"dart-io/StdioType-class.html"}},{"name":"name","qualifiedName":"dart:io.StdioType.name","href":"dart-io/StdioType/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StdioType","kind":3,"href":"dart-io/StdioType-class.html"}},{"name":"other","qualifiedName":"dart:io.StdioType.other","href":"dart-io/StdioType/other-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StdioType","kind":3,"href":"dart-io/StdioType-class.html"}},{"name":"pipe","qualifiedName":"dart:io.StdioType.pipe","href":"dart-io/StdioType/pipe-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StdioType","kind":3,"href":"dart-io/StdioType-class.html"}},{"name":"terminal","qualifiedName":"dart:io.StdioType.terminal","href":"dart-io/StdioType/terminal-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"StdioType","kind":3,"href":"dart-io/StdioType-class.html"}},{"name":"toString","qualifiedName":"dart:io.StdioType.toString","href":"dart-io/StdioType/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"StdioType","kind":3,"href":"dart-io/StdioType-class.html"}},{"name":"Stdout","qualifiedName":"dart:io.Stdout","href":"dart-io/Stdout-class.html","kind":3,"packageRank":15,"desc":"An IOSink connected to either the standard out or error of the process.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"add","qualifiedName":"dart:io.Stdout.add","href":"dart-io/Stdout/add.html","kind":10,"overriddenDepth":3,"packageRank":15,"desc":"Adds byte data to the target consumer, ignoring encoding.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"addError","qualifiedName":"dart:io.Stdout.addError","href":"dart-io/Stdout/addError.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Passes the error to the target consumer as an error event.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"addStream","qualifiedName":"dart:io.Stdout.addStream","href":"dart-io/Stdout/addStream.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Adds all elements of the given stream.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"close","qualifiedName":"dart:io.Stdout.close","href":"dart-io/Stdout/close.html","kind":10,"overriddenDepth":4,"packageRank":15,"desc":"Close the target consumer.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"done","qualifiedName":"dart:io.Stdout.done","href":"dart-io/Stdout/done.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A future that will complete when the consumer closes, or when an\nerror occurs.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"encoding","qualifiedName":"dart:io.Stdout.encoding","href":"dart-io/Stdout/encoding.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The Encoding used when writing strings.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"flush","qualifiedName":"dart:io.Stdout.flush","href":"dart-io/Stdout/flush.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns a Future that completes once all buffered data is accepted by the\nunderlying StreamConsumer.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"hasTerminal","qualifiedName":"dart:io.Stdout.hasTerminal","href":"dart-io/Stdout/hasTerminal.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether there is a terminal attached to stdout.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"lineTerminator","qualifiedName":"dart:io.Stdout.lineTerminator","href":"dart-io/Stdout/lineTerminator.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Line ending appended by writeln, and replacing \"\\n\" in some methods.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"nonBlocking","qualifiedName":"dart:io.Stdout.nonBlocking","href":"dart-io/Stdout/nonBlocking.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A non-blocking IOSink for the same output.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"supportsAnsiEscapes","qualifiedName":"dart:io.Stdout.supportsAnsiEscapes","href":"dart-io/Stdout/supportsAnsiEscapes.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether connected to a terminal that supports ANSI escape sequences.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"terminalColumns","qualifiedName":"dart:io.Stdout.terminalColumns","href":"dart-io/Stdout/terminalColumns.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of columns of the terminal.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"terminalLines","qualifiedName":"dart:io.Stdout.terminalLines","href":"dart-io/Stdout/terminalLines.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of lines of the terminal.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"write","qualifiedName":"dart:io.Stdout.write","href":"dart-io/Stdout/write.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Converts object to a String by invoking Object.toString and\nadds the encoding of the result to the target consumer.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"writeAll","qualifiedName":"dart:io.Stdout.writeAll","href":"dart-io/Stdout/writeAll.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Iterates over the given objects and writes them in sequence.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"writeCharCode","qualifiedName":"dart:io.Stdout.writeCharCode","href":"dart-io/Stdout/writeCharCode.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Writes the character of charCode.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"writeln","qualifiedName":"dart:io.Stdout.writeln","href":"dart-io/Stdout/writeln.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Converts object to a String by invoking Object.toString and\nwrites the result to this, followed by a newline.","enclosedBy":{"name":"Stdout","kind":3,"href":"dart-io/Stdout-class.html"}},{"name":"StdoutException","qualifiedName":"dart:io.StdoutException","href":"dart-io/StdoutException-class.html","kind":3,"packageRank":15,"desc":"Exception thrown by some operations of Stdout","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"StdoutException.new","qualifiedName":"dart:io.StdoutException.StdoutException.new","href":"dart-io/StdoutException/StdoutException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"StdoutException","kind":3,"href":"dart-io/StdoutException-class.html"}},{"name":"message","qualifiedName":"dart:io.StdoutException.message","href":"dart-io/StdoutException/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Message describing cause of the exception.","enclosedBy":{"name":"StdoutException","kind":3,"href":"dart-io/StdoutException-class.html"}},{"name":"osError","qualifiedName":"dart:io.StdoutException.osError","href":"dart-io/StdoutException/osError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The underlying OS error, if available.","enclosedBy":{"name":"StdoutException","kind":3,"href":"dart-io/StdoutException-class.html"}},{"name":"toString","qualifiedName":"dart:io.StdoutException.toString","href":"dart-io/StdoutException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"StdoutException","kind":3,"href":"dart-io/StdoutException-class.html"}},{"name":"SystemEncoding","qualifiedName":"dart:io.SystemEncoding","href":"dart-io/SystemEncoding-class.html","kind":3,"packageRank":15,"desc":"The system encoding is the current code page on Windows and UTF-8 on Linux\nand Mac.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"SystemEncoding.new","qualifiedName":"dart:io.SystemEncoding.SystemEncoding.new","href":"dart-io/SystemEncoding/SystemEncoding.html","kind":2,"packageRank":15,"desc":"Creates a const SystemEncoding.","enclosedBy":{"name":"SystemEncoding","kind":3,"href":"dart-io/SystemEncoding-class.html"}},{"name":"decode","qualifiedName":"dart:io.SystemEncoding.decode","href":"dart-io/SystemEncoding/decode.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Decodes encoded data.","enclosedBy":{"name":"SystemEncoding","kind":3,"href":"dart-io/SystemEncoding-class.html"}},{"name":"decoder","qualifiedName":"dart:io.SystemEncoding.decoder","href":"dart-io/SystemEncoding/decoder.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns the decoder of this, converting from List&lt;int&gt; to String.","enclosedBy":{"name":"SystemEncoding","kind":3,"href":"dart-io/SystemEncoding-class.html"}},{"name":"encode","qualifiedName":"dart:io.SystemEncoding.encode","href":"dart-io/SystemEncoding/encode.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Encodes input.","enclosedBy":{"name":"SystemEncoding","kind":3,"href":"dart-io/SystemEncoding-class.html"}},{"name":"encoder","qualifiedName":"dart:io.SystemEncoding.encoder","href":"dart-io/SystemEncoding/encoder.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns the encoder from String to List&lt;int&gt;.","enclosedBy":{"name":"SystemEncoding","kind":3,"href":"dart-io/SystemEncoding-class.html"}},{"name":"name","qualifiedName":"dart:io.SystemEncoding.name","href":"dart-io/SystemEncoding/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Name of the encoding.","enclosedBy":{"name":"SystemEncoding","kind":3,"href":"dart-io/SystemEncoding-class.html"}},{"name":"TlsException","qualifiedName":"dart:io.TlsException","href":"dart-io/TlsException-class.html","kind":3,"packageRank":15,"desc":"A secure networking exception caused by a failure in the\nTLS/SSL protocol.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"TlsException.new","qualifiedName":"dart:io.TlsException.TlsException.new","href":"dart-io/TlsException/TlsException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TlsException","kind":3,"href":"dart-io/TlsException-class.html"}},{"name":"message","qualifiedName":"dart:io.TlsException.message","href":"dart-io/TlsException/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TlsException","kind":3,"href":"dart-io/TlsException-class.html"}},{"name":"osError","qualifiedName":"dart:io.TlsException.osError","href":"dart-io/TlsException/osError.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TlsException","kind":3,"href":"dart-io/TlsException-class.html"}},{"name":"toString","qualifiedName":"dart:io.TlsException.toString","href":"dart-io/TlsException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"TlsException","kind":3,"href":"dart-io/TlsException-class.html"}},{"name":"type","qualifiedName":"dart:io.TlsException.type","href":"dart-io/TlsException/type.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TlsException","kind":3,"href":"dart-io/TlsException-class.html"}},{"name":"TlsProtocolVersion","qualifiedName":"dart:io.TlsProtocolVersion","href":"dart-io/TlsProtocolVersion-class.html","kind":3,"packageRank":15,"desc":"A Transport Layer Security (TLS) version.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"tls1_2","qualifiedName":"dart:io.TlsProtocolVersion.tls1_2","href":"dart-io/TlsProtocolVersion/tls1_2-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Transport Layer Security (TLS) Protocol Version 1.2.","enclosedBy":{"name":"TlsProtocolVersion","kind":3,"href":"dart-io/TlsProtocolVersion-class.html"}},{"name":"tls1_3","qualifiedName":"dart:io.TlsProtocolVersion.tls1_3","href":"dart-io/TlsProtocolVersion/tls1_3-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Transport Layer Security (TLS) Protocol Version 1.3.","enclosedBy":{"name":"TlsProtocolVersion","kind":3,"href":"dart-io/TlsProtocolVersion-class.html"}},{"name":"WebSocket","qualifiedName":"dart:io.WebSocket","href":"dart-io/WebSocket-class.html","kind":3,"packageRank":15,"desc":"A two-way HTTP communication object for client or server applications.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"WebSocket.fromUpgradedSocket","qualifiedName":"dart:io.WebSocket.WebSocket.fromUpgradedSocket","href":"dart-io/WebSocket/WebSocket.fromUpgradedSocket.html","kind":2,"packageRank":15,"desc":"Creates a WebSocket from an already-upgraded socket.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"WebSocket.new","qualifiedName":"dart:io.WebSocket.WebSocket.new","href":"dart-io/WebSocket/WebSocket.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"add","qualifiedName":"dart:io.WebSocket.add","href":"dart-io/WebSocket/add.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Sends data on the WebSocket connection. The data in data must\nbe either a String, or a List&lt;int&gt; holding bytes.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"addStream","qualifiedName":"dart:io.WebSocket.addStream","href":"dart-io/WebSocket/addStream.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Sends data from a stream on WebSocket connection. Each data event from\nstream will be send as a single WebSocket frame. The data from stream\nmust be either Strings, or List&lt;int&gt;s holding bytes.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"addUtf8Text","qualifiedName":"dart:io.WebSocket.addUtf8Text","href":"dart-io/WebSocket/addUtf8Text.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sends a text message with the text represented by bytes.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"close","qualifiedName":"dart:io.WebSocket.close","href":"dart-io/WebSocket/close.html","kind":10,"overriddenDepth":3,"packageRank":15,"desc":"Closes the WebSocket connection. Set the optional code and reason\narguments to send close information to the remote peer. If they are\nomitted, the peer will see WebSocketStatus.noStatusReceived code\nwith no reason.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"closeCode","qualifiedName":"dart:io.WebSocket.closeCode","href":"dart-io/WebSocket/closeCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The close code set when the WebSocket connection is closed. If\nthere is no close code available this property will be null","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"closeReason","qualifiedName":"dart:io.WebSocket.closeReason","href":"dart-io/WebSocket/closeReason.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The close reason set when the WebSocket connection is closed. If\nthere is no close reason available this property will be null","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"closed","qualifiedName":"dart:io.WebSocket.closed","href":"dart-io/WebSocket/closed-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"closing","qualifiedName":"dart:io.WebSocket.closing","href":"dart-io/WebSocket/closing-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"connect","qualifiedName":"dart:io.WebSocket.connect","href":"dart-io/WebSocket/connect.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Create a new WebSocket connection. The URL supplied in url\nmust use the scheme ws or wss.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"connecting","qualifiedName":"dart:io.WebSocket.connecting","href":"dart-io/WebSocket/connecting-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Possible states of the connection.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"extensions","qualifiedName":"dart:io.WebSocket.extensions","href":"dart-io/WebSocket/extensions.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The extensions property is initially the empty string. After the\nWebSocket connection is established this string reflects the\nextensions used by the server.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"open","qualifiedName":"dart:io.WebSocket.open","href":"dart-io/WebSocket/open-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"pingInterval","qualifiedName":"dart:io.WebSocket.pingInterval","href":"dart-io/WebSocket/pingInterval.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The interval between ping signals.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"protocol","qualifiedName":"dart:io.WebSocket.protocol","href":"dart-io/WebSocket/protocol.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The protocol property is initially the empty string. After the\nWebSocket connection is established the value is the subprotocol\nselected by the server. If no subprotocol is negotiated the\nvalue will remain null.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"readyState","qualifiedName":"dart:io.WebSocket.readyState","href":"dart-io/WebSocket/readyState.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns the current state of the connection.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"userAgent","qualifiedName":"dart:io.WebSocket.userAgent","href":"dart-io/WebSocket/userAgent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Gets the user agent used for WebSocket connections.","enclosedBy":{"name":"WebSocket","kind":3,"href":"dart-io/WebSocket-class.html"}},{"name":"WebSocketException","qualifiedName":"dart:io.WebSocketException","href":"dart-io/WebSocketException-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"WebSocketException.new","qualifiedName":"dart:io.WebSocketException.WebSocketException.new","href":"dart-io/WebSocketException/WebSocketException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketException","kind":3,"href":"dart-io/WebSocketException-class.html"}},{"name":"httpStatusCode","qualifiedName":"dart:io.WebSocketException.httpStatusCode","href":"dart-io/WebSocketException/httpStatusCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketException","kind":3,"href":"dart-io/WebSocketException-class.html"}},{"name":"message","qualifiedName":"dart:io.WebSocketException.message","href":"dart-io/WebSocketException/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketException","kind":3,"href":"dart-io/WebSocketException-class.html"}},{"name":"toString","qualifiedName":"dart:io.WebSocketException.toString","href":"dart-io/WebSocketException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"WebSocketException","kind":3,"href":"dart-io/WebSocketException-class.html"}},{"name":"WebSocketStatus","qualifiedName":"dart:io.WebSocketStatus","href":"dart-io/WebSocketStatus-class.html","kind":3,"packageRank":15,"desc":"WebSocket status codes used when closing a WebSocket connection.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"WebSocketStatus.new","qualifiedName":"dart:io.WebSocketStatus.WebSocketStatus.new","href":"dart-io/WebSocketStatus/WebSocketStatus.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"abnormalClosure","qualifiedName":"dart:io.WebSocketStatus.abnormalClosure","href":"dart-io/WebSocketStatus/abnormalClosure-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"goingAway","qualifiedName":"dart:io.WebSocketStatus.goingAway","href":"dart-io/WebSocketStatus/goingAway-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"internalServerError","qualifiedName":"dart:io.WebSocketStatus.internalServerError","href":"dart-io/WebSocketStatus/internalServerError-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"invalidFramePayloadData","qualifiedName":"dart:io.WebSocketStatus.invalidFramePayloadData","href":"dart-io/WebSocketStatus/invalidFramePayloadData-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"messageTooBig","qualifiedName":"dart:io.WebSocketStatus.messageTooBig","href":"dart-io/WebSocketStatus/messageTooBig-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"missingMandatoryExtension","qualifiedName":"dart:io.WebSocketStatus.missingMandatoryExtension","href":"dart-io/WebSocketStatus/missingMandatoryExtension-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"noStatusReceived","qualifiedName":"dart:io.WebSocketStatus.noStatusReceived","href":"dart-io/WebSocketStatus/noStatusReceived-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"normalClosure","qualifiedName":"dart:io.WebSocketStatus.normalClosure","href":"dart-io/WebSocketStatus/normalClosure-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"policyViolation","qualifiedName":"dart:io.WebSocketStatus.policyViolation","href":"dart-io/WebSocketStatus/policyViolation-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"protocolError","qualifiedName":"dart:io.WebSocketStatus.protocolError","href":"dart-io/WebSocketStatus/protocolError-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"reserved1004","qualifiedName":"dart:io.WebSocketStatus.reserved1004","href":"dart-io/WebSocketStatus/reserved1004-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"reserved1015","qualifiedName":"dart:io.WebSocketStatus.reserved1015","href":"dart-io/WebSocketStatus/reserved1015-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"unsupportedData","qualifiedName":"dart:io.WebSocketStatus.unsupportedData","href":"dart-io/WebSocketStatus/unsupportedData-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"WebSocketStatus","kind":3,"href":"dart-io/WebSocketStatus-class.html"}},{"name":"WebSocketTransformer","qualifiedName":"dart:io.WebSocketTransformer","href":"dart-io/WebSocketTransformer-class.html","kind":3,"packageRank":15,"desc":"The WebSocketTransformer provides the ability to upgrade a\nHttpRequest to a WebSocket connection. It supports both\nupgrading a single HttpRequest and upgrading a stream of\nHttpRequests.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"WebSocketTransformer.new","qualifiedName":"dart:io.WebSocketTransformer.WebSocketTransformer.new","href":"dart-io/WebSocketTransformer/WebSocketTransformer.html","kind":2,"packageRank":15,"desc":"Create a new WebSocketTransformer.","enclosedBy":{"name":"WebSocketTransformer","kind":3,"href":"dart-io/WebSocketTransformer-class.html"}},{"name":"isUpgradeRequest","qualifiedName":"dart:io.WebSocketTransformer.isUpgradeRequest","href":"dart-io/WebSocketTransformer/isUpgradeRequest.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Checks whether the request is a valid WebSocket upgrade request.","enclosedBy":{"name":"WebSocketTransformer","kind":3,"href":"dart-io/WebSocketTransformer-class.html"}},{"name":"upgrade","qualifiedName":"dart:io.WebSocketTransformer.upgrade","href":"dart-io/WebSocketTransformer/upgrade.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Upgrades an HttpRequest to a WebSocket connection. If the\nrequest is not a valid WebSocket upgrade request an HTTP response\nwith status code 500 will be returned. Otherwise the returned\nfuture will complete with the WebSocket when the upgrade process\nis complete.","enclosedBy":{"name":"WebSocketTransformer","kind":3,"href":"dart-io/WebSocketTransformer-class.html"}},{"name":"WritePipe","qualifiedName":"dart:io.WritePipe","href":"dart-io/WritePipe-class.html","kind":3,"packageRank":15,"desc":"The \"write\" end of an Pipe created by Pipe.create.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"X509Certificate","qualifiedName":"dart:io.X509Certificate","href":"dart-io/X509Certificate-class.html","kind":3,"packageRank":15,"desc":"X509Certificate represents an SSL certificate, with accessors to\nget the fields of the certificate.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"der","qualifiedName":"dart:io.X509Certificate.der","href":"dart-io/X509Certificate/der.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The DER encoded bytes of the certificate.","enclosedBy":{"name":"X509Certificate","kind":3,"href":"dart-io/X509Certificate-class.html"}},{"name":"endValidity","qualifiedName":"dart:io.X509Certificate.endValidity","href":"dart-io/X509Certificate/endValidity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"X509Certificate","kind":3,"href":"dart-io/X509Certificate-class.html"}},{"name":"issuer","qualifiedName":"dart:io.X509Certificate.issuer","href":"dart-io/X509Certificate/issuer.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"X509Certificate","kind":3,"href":"dart-io/X509Certificate-class.html"}},{"name":"pem","qualifiedName":"dart:io.X509Certificate.pem","href":"dart-io/X509Certificate/pem.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The PEM encoded String of the certificate.","enclosedBy":{"name":"X509Certificate","kind":3,"href":"dart-io/X509Certificate-class.html"}},{"name":"sha1","qualifiedName":"dart:io.X509Certificate.sha1","href":"dart-io/X509Certificate/sha1.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The SHA1 hash of the certificate.","enclosedBy":{"name":"X509Certificate","kind":3,"href":"dart-io/X509Certificate-class.html"}},{"name":"startValidity","qualifiedName":"dart:io.X509Certificate.startValidity","href":"dart-io/X509Certificate/startValidity.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"X509Certificate","kind":3,"href":"dart-io/X509Certificate-class.html"}},{"name":"subject","qualifiedName":"dart:io.X509Certificate.subject","href":"dart-io/X509Certificate/subject.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"X509Certificate","kind":3,"href":"dart-io/X509Certificate-class.html"}},{"name":"ZLibCodec","qualifiedName":"dart:io.ZLibCodec","href":"dart-io/ZLibCodec-class.html","kind":3,"packageRank":15,"desc":"The ZLibCodec encodes raw bytes to ZLib compressed bytes and decodes ZLib\ncompressed bytes to raw bytes.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"ZLibCodec.new","qualifiedName":"dart:io.ZLibCodec.ZLibCodec.new","href":"dart-io/ZLibCodec/ZLibCodec.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ZLibCodec","kind":3,"href":"dart-io/ZLibCodec-class.html"}},{"name":"decoder","qualifiedName":"dart:io.ZLibCodec.decoder","href":"dart-io/ZLibCodec/decoder.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Get a ZLibDecoder for decoding ZLib compressed data.","enclosedBy":{"name":"ZLibCodec","kind":3,"href":"dart-io/ZLibCodec-class.html"}},{"name":"dictionary","qualifiedName":"dart:io.ZLibCodec.dictionary","href":"dart-io/ZLibCodec/dictionary.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Initial compression dictionary.","enclosedBy":{"name":"ZLibCodec","kind":3,"href":"dart-io/ZLibCodec-class.html"}},{"name":"encoder","qualifiedName":"dart:io.ZLibCodec.encoder","href":"dart-io/ZLibCodec/encoder.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Get a ZLibEncoder for encoding to ZLib compressed data.","enclosedBy":{"name":"ZLibCodec","kind":3,"href":"dart-io/ZLibCodec-class.html"}},{"name":"gzip","qualifiedName":"dart:io.ZLibCodec.gzip","href":"dart-io/ZLibCodec/gzip.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, GZip frames will be added to the compressed data.","enclosedBy":{"name":"ZLibCodec","kind":3,"href":"dart-io/ZLibCodec-class.html"}},{"name":"level","qualifiedName":"dart:io.ZLibCodec.level","href":"dart-io/ZLibCodec/level.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The compression-level can be set in the range of -1..9, with 6 being\nthe default compression level. Levels above 6 will have higher\ncompression rates at the cost of more CPU and memory usage. Levels below\n6 will use less CPU and memory at the cost of lower compression rates.","enclosedBy":{"name":"ZLibCodec","kind":3,"href":"dart-io/ZLibCodec-class.html"}},{"name":"memLevel","qualifiedName":"dart:io.ZLibCodec.memLevel","href":"dart-io/ZLibCodec/memLevel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Specifies how much memory should be allocated for the internal compression\nstate. 1 uses minimum memory but is slow and reduces compression ratio;\n9 uses maximum memory for optimal speed. The default value is 8.","enclosedBy":{"name":"ZLibCodec","kind":3,"href":"dart-io/ZLibCodec-class.html"}},{"name":"raw","qualifiedName":"dart:io.ZLibCodec.raw","href":"dart-io/ZLibCodec/raw.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, deflate generates raw data with no zlib header or trailer, and\nwill not compute an adler32 check value","enclosedBy":{"name":"ZLibCodec","kind":3,"href":"dart-io/ZLibCodec-class.html"}},{"name":"strategy","qualifiedName":"dart:io.ZLibCodec.strategy","href":"dart-io/ZLibCodec/strategy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Tunes the compression algorithm. Use the value strategyDefault for normal\ndata, strategyFiltered for data produced by a filter (or predictor),\nstrategyHuffmanOnly to force Huffman encoding only (no string match), or\nstrategyRle to limit match distances to one (run-length encoding).","enclosedBy":{"name":"ZLibCodec","kind":3,"href":"dart-io/ZLibCodec-class.html"}},{"name":"windowBits","qualifiedName":"dart:io.ZLibCodec.windowBits","href":"dart-io/ZLibCodec/windowBits.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Base two logarithm of the window size (the size of the history buffer). It\nshould be in the range 8..15. Larger values result in better compression at\nthe expense of memory usage. The default value is 15","enclosedBy":{"name":"ZLibCodec","kind":3,"href":"dart-io/ZLibCodec-class.html"}},{"name":"ZLibDecoder","qualifiedName":"dart:io.ZLibDecoder","href":"dart-io/ZLibDecoder-class.html","kind":3,"packageRank":15,"desc":"The ZLibDecoder is used by ZLibCodec and GZipCodec to decompress data.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"ZLibDecoder.new","qualifiedName":"dart:io.ZLibDecoder.ZLibDecoder.new","href":"dart-io/ZLibDecoder/ZLibDecoder.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ZLibDecoder","kind":3,"href":"dart-io/ZLibDecoder-class.html"}},{"name":"convert","qualifiedName":"dart:io.ZLibDecoder.convert","href":"dart-io/ZLibDecoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Convert a list of bytes using the options given to the ZLibDecoder\nconstructor.","enclosedBy":{"name":"ZLibDecoder","kind":3,"href":"dart-io/ZLibDecoder-class.html"}},{"name":"dictionary","qualifiedName":"dart:io.ZLibDecoder.dictionary","href":"dart-io/ZLibDecoder/dictionary.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Initial compression dictionary.","enclosedBy":{"name":"ZLibDecoder","kind":3,"href":"dart-io/ZLibDecoder-class.html"}},{"name":"gzip","qualifiedName":"dart:io.ZLibDecoder.gzip","href":"dart-io/ZLibDecoder/gzip.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, all concatenated compressed data sets in the input are\ndecompressed and concatenated in the output.","enclosedBy":{"name":"ZLibDecoder","kind":3,"href":"dart-io/ZLibDecoder-class.html"}},{"name":"raw","qualifiedName":"dart:io.ZLibDecoder.raw","href":"dart-io/ZLibDecoder/raw.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, deflate generates raw data with no zlib header or trailer, and\nwill not compute an adler32 check value","enclosedBy":{"name":"ZLibDecoder","kind":3,"href":"dart-io/ZLibDecoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:io.ZLibDecoder.startChunkedConversion","href":"dart-io/ZLibDecoder/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Start a chunked conversion.","enclosedBy":{"name":"ZLibDecoder","kind":3,"href":"dart-io/ZLibDecoder-class.html"}},{"name":"windowBits","qualifiedName":"dart:io.ZLibDecoder.windowBits","href":"dart-io/ZLibDecoder/windowBits.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Base two logarithm of the window size (the size of the history buffer). It\nshould be in the range 8..15. Larger values result in better compression\nat the expense of memory usage. The default value is 15.","enclosedBy":{"name":"ZLibDecoder","kind":3,"href":"dart-io/ZLibDecoder-class.html"}},{"name":"ZLibEncoder","qualifiedName":"dart:io.ZLibEncoder","href":"dart-io/ZLibEncoder-class.html","kind":3,"packageRank":15,"desc":"The ZLibEncoder encoder is used by ZLibCodec and GZipCodec to compress\ndata.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"ZLibEncoder.new","qualifiedName":"dart:io.ZLibEncoder.ZLibEncoder.new","href":"dart-io/ZLibEncoder/ZLibEncoder.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"ZLibEncoder","kind":3,"href":"dart-io/ZLibEncoder-class.html"}},{"name":"convert","qualifiedName":"dart:io.ZLibEncoder.convert","href":"dart-io/ZLibEncoder/convert.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Convert a list of bytes using the options given to the ZLibEncoder\nconstructor.","enclosedBy":{"name":"ZLibEncoder","kind":3,"href":"dart-io/ZLibEncoder-class.html"}},{"name":"dictionary","qualifiedName":"dart:io.ZLibEncoder.dictionary","href":"dart-io/ZLibEncoder/dictionary.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Initial compression dictionary.","enclosedBy":{"name":"ZLibEncoder","kind":3,"href":"dart-io/ZLibEncoder-class.html"}},{"name":"gzip","qualifiedName":"dart:io.ZLibEncoder.gzip","href":"dart-io/ZLibEncoder/gzip.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, GZip frames will be added to the compressed data.","enclosedBy":{"name":"ZLibEncoder","kind":3,"href":"dart-io/ZLibEncoder-class.html"}},{"name":"level","qualifiedName":"dart:io.ZLibEncoder.level","href":"dart-io/ZLibEncoder/level.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The compression-level can be set in the range of -1..9, with 6 being\nthe default compression level. Levels above 6 will have higher\ncompression rates at the cost of more CPU and memory usage. Levels below\n6 will use less CPU and memory at the cost of lower compression rates.","enclosedBy":{"name":"ZLibEncoder","kind":3,"href":"dart-io/ZLibEncoder-class.html"}},{"name":"memLevel","qualifiedName":"dart:io.ZLibEncoder.memLevel","href":"dart-io/ZLibEncoder/memLevel.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Specifies how much memory should be allocated for the internal compression\nstate. 1 uses minimum memory but is slow and reduces compression ratio;\n9 uses maximum memory for optimal speed. The default value is 8.","enclosedBy":{"name":"ZLibEncoder","kind":3,"href":"dart-io/ZLibEncoder-class.html"}},{"name":"raw","qualifiedName":"dart:io.ZLibEncoder.raw","href":"dart-io/ZLibEncoder/raw.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, deflate generates raw data with no zlib header or trailer, and\nwill not compute an adler32 check value","enclosedBy":{"name":"ZLibEncoder","kind":3,"href":"dart-io/ZLibEncoder-class.html"}},{"name":"startChunkedConversion","qualifiedName":"dart:io.ZLibEncoder.startChunkedConversion","href":"dart-io/ZLibEncoder/startChunkedConversion.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Start a chunked conversion using the options given to the ZLibEncoder\nconstructor.","enclosedBy":{"name":"ZLibEncoder","kind":3,"href":"dart-io/ZLibEncoder-class.html"}},{"name":"strategy","qualifiedName":"dart:io.ZLibEncoder.strategy","href":"dart-io/ZLibEncoder/strategy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Tunes the compression algorithm. Use the value\nZLibOption.strategyDefault for normal data,\nZLibOption.strategyFiltered for data produced by a filter\n(or predictor), ZLibOption.strategyHuffmanOnly to force Huffman\nencoding only (no string match), or ZLibOption.strategyRle to limit\nmatch distances to one (run-length encoding).","enclosedBy":{"name":"ZLibEncoder","kind":3,"href":"dart-io/ZLibEncoder-class.html"}},{"name":"windowBits","qualifiedName":"dart:io.ZLibEncoder.windowBits","href":"dart-io/ZLibEncoder/windowBits.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Base two logarithm of the window size (the size of the history buffer). It\nshould be in the range 8..15. Larger values result in better compression\nat the expense of memory usage. The default value is 15","enclosedBy":{"name":"ZLibEncoder","kind":3,"href":"dart-io/ZLibEncoder-class.html"}},{"name":"ZLibOption","qualifiedName":"dart:io.ZLibOption","href":"dart-io/ZLibOption-class.html","kind":3,"packageRank":15,"desc":"Exposes ZLib options for input parameters.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"defaultLevel","qualifiedName":"dart:io.ZLibOption.defaultLevel","href":"dart-io/ZLibOption/defaultLevel-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Default value for ZLibCodec.level and ZLibEncoder.level.","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"defaultMemLevel","qualifiedName":"dart:io.ZLibOption.defaultMemLevel","href":"dart-io/ZLibOption/defaultMemLevel-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Default value for ZLibCodec.memLevel and ZLibEncoder.memLevel.","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"defaultWindowBits","qualifiedName":"dart:io.ZLibOption.defaultWindowBits","href":"dart-io/ZLibOption/defaultWindowBits-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Default value for ZLibCodec.windowBits, ZLibEncoder.windowBits\nand ZLibDecoder.windowBits.","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"maxLevel","qualifiedName":"dart:io.ZLibOption.maxLevel","href":"dart-io/ZLibOption/maxLevel-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Maximal value for ZLibCodec.level and ZLibEncoder.level","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"maxMemLevel","qualifiedName":"dart:io.ZLibOption.maxMemLevel","href":"dart-io/ZLibOption/maxMemLevel-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Maximal value for ZLibCodec.memLevel and ZLibEncoder.memLevel.","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"maxWindowBits","qualifiedName":"dart:io.ZLibOption.maxWindowBits","href":"dart-io/ZLibOption/maxWindowBits-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Maximal value for ZLibCodec.windowBits, ZLibEncoder.windowBits\nand ZLibDecoder.windowBits.","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"minLevel","qualifiedName":"dart:io.ZLibOption.minLevel","href":"dart-io/ZLibOption/minLevel-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Minimal value for ZLibCodec.level and ZLibEncoder.level.","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"minMemLevel","qualifiedName":"dart:io.ZLibOption.minMemLevel","href":"dart-io/ZLibOption/minMemLevel-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Minimal value for ZLibCodec.memLevel and ZLibEncoder.memLevel.","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"minWindowBits","qualifiedName":"dart:io.ZLibOption.minWindowBits","href":"dart-io/ZLibOption/minWindowBits-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Minimal value for ZLibCodec.windowBits, ZLibEncoder.windowBits\nand ZLibDecoder.windowBits.","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"strategyDefault","qualifiedName":"dart:io.ZLibOption.strategyDefault","href":"dart-io/ZLibOption/strategyDefault-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Recommended strategy for normal data","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"strategyFiltered","qualifiedName":"dart:io.ZLibOption.strategyFiltered","href":"dart-io/ZLibOption/strategyFiltered-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Recommended strategy for data produced by a filter (or predictor)","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"strategyFixed","qualifiedName":"dart:io.ZLibOption.strategyFixed","href":"dart-io/ZLibOption/strategyFixed-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"This strategy prevents the use of dynamic Huffman codes, allowing for a\nsimpler decoder","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"strategyHuffmanOnly","qualifiedName":"dart:io.ZLibOption.strategyHuffmanOnly","href":"dart-io/ZLibOption/strategyHuffmanOnly-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Use this strategy to force Huffman encoding only (no string match)","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"strategyRle","qualifiedName":"dart:io.ZLibOption.strategyRle","href":"dart-io/ZLibOption/strategyRle-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Use this strategy to limit match distances to one (run-length encoding)","enclosedBy":{"name":"ZLibOption","kind":3,"href":"dart-io/ZLibOption-class.html"}},{"name":"exit","qualifiedName":"dart:io.exit","href":"dart-io/exit.html","kind":8,"packageRank":15,"desc":"Exit the Dart VM process immediately with the given exit code.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"exitCode","qualifiedName":"dart:io.exitCode","href":"dart-io/exitCode.html","kind":20,"packageRank":15,"desc":"Get the global exit code for the Dart VM.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"gzip","qualifiedName":"dart:io.gzip","href":"dart-io/gzip-constant.html","kind":19,"packageRank":15,"desc":"An instance of the default implementation of the GZipCodec.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"pid","qualifiedName":"dart:io.pid","href":"dart-io/pid.html","kind":20,"packageRank":15,"desc":"Returns the PID of the current process.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"sleep","qualifiedName":"dart:io.sleep","href":"dart-io/sleep.html","kind":8,"packageRank":15,"desc":"Sleep for the duration specified in duration.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"stderr","qualifiedName":"dart:io.stderr","href":"dart-io/stderr.html","kind":20,"packageRank":15,"desc":"The standard output stream of errors written by this program.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"stdin","qualifiedName":"dart:io.stdin","href":"dart-io/stdin.html","kind":20,"packageRank":15,"desc":"The standard input stream of data read by this program.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"stdioType","qualifiedName":"dart:io.stdioType","href":"dart-io/stdioType.html","kind":8,"packageRank":15,"desc":"Whether a stream is attached to a file, pipe, terminal, or\nsomething else.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"stdout","qualifiedName":"dart:io.stdout","href":"dart-io/stdout.html","kind":20,"packageRank":15,"desc":"The standard output stream of data written by this program.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"systemEncoding","qualifiedName":"dart:io.systemEncoding","href":"dart-io/systemEncoding-constant.html","kind":19,"packageRank":15,"desc":"The current system encoding.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"zlib","qualifiedName":"dart:io.zlib","href":"dart-io/zlib-constant.html","kind":19,"packageRank":15,"desc":"An instance of the default implementation of the ZLibCodec.","enclosedBy":{"name":"dart:io","kind":9,"href":"dart-io/"}},{"name":"dart:isolate","qualifiedName":"dart:isolate","href":"dart-isolate/","kind":9,"packageRank":15,"desc":"Concurrent programming using isolates:\nindependent workers that are similar to threads\nbut don't share memory,\ncommunicating only via messages."},{"name":"Capability","qualifiedName":"dart:isolate.Capability","href":"dart-isolate/Capability-class.html","kind":3,"packageRank":15,"desc":"An unforgeable object that comes back as equal when passed through other\nisolates.","enclosedBy":{"name":"dart:isolate","kind":9,"href":"dart-isolate/"}},{"name":"Capability.new","qualifiedName":"dart:isolate.Capability.Capability.new","href":"dart-isolate/Capability/Capability.html","kind":2,"packageRank":15,"desc":"Create a new unforgeable capability object.","enclosedBy":{"name":"Capability","kind":3,"href":"dart-isolate/Capability-class.html"}},{"name":"Isolate","qualifiedName":"dart:isolate.Isolate","href":"dart-isolate/Isolate-class.html","kind":3,"packageRank":15,"desc":"An isolated Dart execution context.","enclosedBy":{"name":"dart:isolate","kind":9,"href":"dart-isolate/"}},{"name":"Isolate.new","qualifiedName":"dart:isolate.Isolate.Isolate.new","href":"dart-isolate/Isolate/Isolate.html","kind":2,"packageRank":15,"desc":"Creates a new Isolate object with a restricted set of capabilities.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"addErrorListener","qualifiedName":"dart:isolate.Isolate.addErrorListener","href":"dart-isolate/Isolate/addErrorListener.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Requests that uncaught errors of the isolate are sent back to port.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"addOnExitListener","qualifiedName":"dart:isolate.Isolate.addOnExitListener","href":"dart-isolate/Isolate/addOnExitListener.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Requests an exit message on responsePort when the isolate terminates.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"beforeNextEvent","qualifiedName":"dart:isolate.Isolate.beforeNextEvent","href":"dart-isolate/Isolate/beforeNextEvent-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Argument to ping and kill: Ask for action before the next event.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"controlPort","qualifiedName":"dart:isolate.Isolate.controlPort","href":"dart-isolate/Isolate/controlPort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Control port used to send control messages to the isolate.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"current","qualifiedName":"dart:isolate.Isolate.current","href":"dart-isolate/Isolate/current.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"An Isolate object representing the current isolate.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"debugName","qualifiedName":"dart:isolate.Isolate.debugName","href":"dart-isolate/Isolate/debugName.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The name of the Isolate displayed for debug purposes.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"errors","qualifiedName":"dart:isolate.Isolate.errors","href":"dart-isolate/Isolate/errors.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns a broadcast stream of uncaught errors from the isolate.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"exit","qualifiedName":"dart:isolate.Isolate.exit","href":"dart-isolate/Isolate/exit.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Terminates the current isolate synchronously.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"immediate","qualifiedName":"dart:isolate.Isolate.immediate","href":"dart-isolate/Isolate/immediate-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"Argument to ping and kill: Ask for immediate action.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"kill","qualifiedName":"dart:isolate.Isolate.kill","href":"dart-isolate/Isolate/kill.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Requests the isolate to shut down.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"packageConfig","qualifiedName":"dart:isolate.Isolate.packageConfig","href":"dart-isolate/Isolate/packageConfig.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The location of the package configuration file of the current isolate.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"packageConfigSync","qualifiedName":"dart:isolate.Isolate.packageConfigSync","href":"dart-isolate/Isolate/packageConfigSync.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The location of the package configuration file of the current isolate.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"pause","qualifiedName":"dart:isolate.Isolate.pause","href":"dart-isolate/Isolate/pause.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Requests the isolate to pause.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"pauseCapability","qualifiedName":"dart:isolate.Isolate.pauseCapability","href":"dart-isolate/Isolate/pauseCapability.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Capability granting the ability to pause the isolate.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"ping","qualifiedName":"dart:isolate.Isolate.ping","href":"dart-isolate/Isolate/ping.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Requests that the isolate send response on the responsePort.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"removeErrorListener","qualifiedName":"dart:isolate.Isolate.removeErrorListener","href":"dart-isolate/Isolate/removeErrorListener.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stops listening for uncaught errors from the isolate.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"removeOnExitListener","qualifiedName":"dart:isolate.Isolate.removeOnExitListener","href":"dart-isolate/Isolate/removeOnExitListener.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Stops listening for exit messages from the isolate.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"resolvePackageUri","qualifiedName":"dart:isolate.Isolate.resolvePackageUri","href":"dart-isolate/Isolate/resolvePackageUri.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Resolves a package: URI to its actual location.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"resolvePackageUriSync","qualifiedName":"dart:isolate.Isolate.resolvePackageUriSync","href":"dart-isolate/Isolate/resolvePackageUriSync.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Resolves a package: URI to its actual location.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"resume","qualifiedName":"dart:isolate.Isolate.resume","href":"dart-isolate/Isolate/resume.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Resumes a paused isolate.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"run","qualifiedName":"dart:isolate.Isolate.run","href":"dart-isolate/Isolate/run.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Runs computation in a new isolate and returns the result.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"setErrorsFatal","qualifiedName":"dart:isolate.Isolate.setErrorsFatal","href":"dart-isolate/Isolate/setErrorsFatal.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets whether uncaught errors will terminate the isolate.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"spawn","qualifiedName":"dart:isolate.Isolate.spawn","href":"dart-isolate/Isolate/spawn.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Spawns an isolate that shares the same code as the current isolate.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"spawnUri","qualifiedName":"dart:isolate.Isolate.spawnUri","href":"dart-isolate/Isolate/spawnUri.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Spawns an isolate running the script file specified by uri.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"terminateCapability","qualifiedName":"dart:isolate.Isolate.terminateCapability","href":"dart-isolate/Isolate/terminateCapability.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Capability granting the ability to terminate the isolate.","enclosedBy":{"name":"Isolate","kind":3,"href":"dart-isolate/Isolate-class.html"}},{"name":"IsolateSpawnException","qualifiedName":"dart:isolate.IsolateSpawnException","href":"dart-isolate/IsolateSpawnException-class.html","kind":3,"packageRank":15,"desc":"Thrown when an isolate cannot be created.","enclosedBy":{"name":"dart:isolate","kind":9,"href":"dart-isolate/"}},{"name":"IsolateSpawnException.new","qualifiedName":"dart:isolate.IsolateSpawnException.IsolateSpawnException.new","href":"dart-isolate/IsolateSpawnException/IsolateSpawnException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"IsolateSpawnException","kind":3,"href":"dart-isolate/IsolateSpawnException-class.html"}},{"name":"message","qualifiedName":"dart:isolate.IsolateSpawnException.message","href":"dart-isolate/IsolateSpawnException/message.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Error message reported by the spawn operation.","enclosedBy":{"name":"IsolateSpawnException","kind":3,"href":"dart-isolate/IsolateSpawnException-class.html"}},{"name":"toString","qualifiedName":"dart:isolate.IsolateSpawnException.toString","href":"dart-isolate/IsolateSpawnException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"IsolateSpawnException","kind":3,"href":"dart-isolate/IsolateSpawnException-class.html"}},{"name":"RawReceivePort","qualifiedName":"dart:isolate.RawReceivePort","href":"dart-isolate/RawReceivePort-class.html","kind":3,"packageRank":15,"desc":"A low-level asynchronous message receiver.","enclosedBy":{"name":"dart:isolate","kind":9,"href":"dart-isolate/"}},{"name":"RawReceivePort.new","qualifiedName":"dart:isolate.RawReceivePort.RawReceivePort.new","href":"dart-isolate/RawReceivePort/RawReceivePort.html","kind":2,"packageRank":15,"desc":"Opens a long-lived port for receiving messages.","enclosedBy":{"name":"RawReceivePort","kind":3,"href":"dart-isolate/RawReceivePort-class.html"}},{"name":"close","qualifiedName":"dart:isolate.RawReceivePort.close","href":"dart-isolate/RawReceivePort/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Closes the port.","enclosedBy":{"name":"RawReceivePort","kind":3,"href":"dart-isolate/RawReceivePort-class.html"}},{"name":"handler","qualifiedName":"dart:isolate.RawReceivePort.handler","href":"dart-isolate/RawReceivePort/handler.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Sets the handler that is invoked for every incoming message.","enclosedBy":{"name":"RawReceivePort","kind":3,"href":"dart-isolate/RawReceivePort-class.html"}},{"name":"keepIsolateAlive","qualifiedName":"dart:isolate.RawReceivePort.keepIsolateAlive","href":"dart-isolate/RawReceivePort/keepIsolateAlive.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether this RawReceivePort keeps its Isolate alive.","enclosedBy":{"name":"RawReceivePort","kind":3,"href":"dart-isolate/RawReceivePort-class.html"}},{"name":"sendPort","qualifiedName":"dart:isolate.RawReceivePort.sendPort","href":"dart-isolate/RawReceivePort/sendPort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns a SendPort that sends messages to this raw receive port.","enclosedBy":{"name":"RawReceivePort","kind":3,"href":"dart-isolate/RawReceivePort-class.html"}},{"name":"ReceivePort","qualifiedName":"dart:isolate.ReceivePort","href":"dart-isolate/ReceivePort-class.html","kind":3,"packageRank":15,"desc":"Together with SendPort, the only means of communication between isolates.","enclosedBy":{"name":"dart:isolate","kind":9,"href":"dart-isolate/"}},{"name":"ReceivePort.fromRawReceivePort","qualifiedName":"dart:isolate.ReceivePort.ReceivePort.fromRawReceivePort","href":"dart-isolate/ReceivePort/ReceivePort.fromRawReceivePort.html","kind":2,"packageRank":15,"desc":"Creates a ReceivePort from a RawReceivePort.","enclosedBy":{"name":"ReceivePort","kind":3,"href":"dart-isolate/ReceivePort-class.html"}},{"name":"ReceivePort.new","qualifiedName":"dart:isolate.ReceivePort.ReceivePort.new","href":"dart-isolate/ReceivePort/ReceivePort.html","kind":2,"packageRank":15,"desc":"Opens a long-lived port for receiving messages.","enclosedBy":{"name":"ReceivePort","kind":3,"href":"dart-isolate/ReceivePort-class.html"}},{"name":"close","qualifiedName":"dart:isolate.ReceivePort.close","href":"dart-isolate/ReceivePort/close.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Closes the receive port.","enclosedBy":{"name":"ReceivePort","kind":3,"href":"dart-isolate/ReceivePort-class.html"}},{"name":"listen","qualifiedName":"dart:isolate.ReceivePort.listen","href":"dart-isolate/ReceivePort/listen.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Listen for events from Stream.","enclosedBy":{"name":"ReceivePort","kind":3,"href":"dart-isolate/ReceivePort-class.html"}},{"name":"sendPort","qualifiedName":"dart:isolate.ReceivePort.sendPort","href":"dart-isolate/ReceivePort/sendPort.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A SendPort which sends messages to this receive port.","enclosedBy":{"name":"ReceivePort","kind":3,"href":"dart-isolate/ReceivePort-class.html"}},{"name":"RemoteError","qualifiedName":"dart:isolate.RemoteError","href":"dart-isolate/RemoteError-class.html","kind":3,"packageRank":15,"desc":"Description of an error from another isolate.","enclosedBy":{"name":"dart:isolate","kind":9,"href":"dart-isolate/"}},{"name":"RemoteError.new","qualifiedName":"dart:isolate.RemoteError.RemoteError.new","href":"dart-isolate/RemoteError/RemoteError.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"RemoteError","kind":3,"href":"dart-isolate/RemoteError-class.html"}},{"name":"stackTrace","qualifiedName":"dart:isolate.RemoteError.stackTrace","href":"dart-isolate/RemoteError/stackTrace.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The stack trace at the point where this error was first thrown.","enclosedBy":{"name":"RemoteError","kind":3,"href":"dart-isolate/RemoteError-class.html"}},{"name":"toString","qualifiedName":"dart:isolate.RemoteError.toString","href":"dart-isolate/RemoteError/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"RemoteError","kind":3,"href":"dart-isolate/RemoteError-class.html"}},{"name":"SendPort","qualifiedName":"dart:isolate.SendPort","href":"dart-isolate/SendPort-class.html","kind":3,"packageRank":15,"desc":"Sends messages to its ReceivePorts.","enclosedBy":{"name":"dart:isolate","kind":9,"href":"dart-isolate/"}},{"name":"hashCode","qualifiedName":"dart:isolate.SendPort.hashCode","href":"dart-isolate/SendPort/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A hash code for this send port that is consistent with the == operator.","enclosedBy":{"name":"SendPort","kind":3,"href":"dart-isolate/SendPort-class.html"}},{"name":"operator ==","qualifiedName":"dart:isolate.SendPort.operator ==","href":"dart-isolate/SendPort/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Tests whether other is a SendPort pointing to the same\nReceivePort as this one.","enclosedBy":{"name":"SendPort","kind":3,"href":"dart-isolate/SendPort-class.html"}},{"name":"send","qualifiedName":"dart:isolate.SendPort.send","href":"dart-isolate/SendPort/send.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sends an asynchronous message through this send port, to its\ncorresponding ReceivePort.","enclosedBy":{"name":"SendPort","kind":3,"href":"dart-isolate/SendPort-class.html"}},{"name":"TransferableTypedData","qualifiedName":"dart:isolate.TransferableTypedData","href":"dart-isolate/TransferableTypedData-class.html","kind":3,"packageRank":15,"desc":"An efficiently transferable sequence of byte values.","enclosedBy":{"name":"dart:isolate","kind":9,"href":"dart-isolate/"}},{"name":"TransferableTypedData.fromList","qualifiedName":"dart:isolate.TransferableTypedData.TransferableTypedData.fromList","href":"dart-isolate/TransferableTypedData/TransferableTypedData.fromList.html","kind":2,"packageRank":15,"desc":"Creates a new TransferableTypedData containing the bytes of list.","enclosedBy":{"name":"TransferableTypedData","kind":3,"href":"dart-isolate/TransferableTypedData-class.html"}},{"name":"materialize","qualifiedName":"dart:isolate.TransferableTypedData.materialize","href":"dart-isolate/TransferableTypedData/materialize.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a new ByteBuffer containing the bytes stored in this TransferableTypedData.","enclosedBy":{"name":"TransferableTypedData","kind":3,"href":"dart-isolate/TransferableTypedData-class.html"}},{"name":"dart:js","qualifiedName":"dart:js","href":"dart-js/","kind":9,"packageRank":15,"desc":"Low-level support for interoperating with JavaScript."},{"name":"JsArray","qualifiedName":"dart:js.JsArray","href":"dart-js/JsArray-class.html","kind":3,"packageRank":15,"desc":"A List that proxies a JavaScript array.","enclosedBy":{"name":"dart:js","kind":9,"href":"dart-js/"}},{"name":"JsArray.from","qualifiedName":"dart:js.JsArray.JsArray.from","href":"dart-js/JsArray/JsArray.from.html","kind":2,"packageRank":15,"desc":"Creates a new JavaScript array and initializes it to the contents of\nother.","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"JsArray.new","qualifiedName":"dart:js.JsArray.JsArray.new","href":"dart-js/JsArray/JsArray.html","kind":2,"packageRank":15,"desc":"Creates an empty JavaScript array.","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"add","qualifiedName":"dart:js.JsArray.add","href":"dart-js/JsArray/add.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Adds value to the end of this list,\nextending the length by one.","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"addAll","qualifiedName":"dart:js.JsArray.addAll","href":"dart-js/JsArray/addAll.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Appends all objects of iterable to the end of this list.","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"insert","qualifiedName":"dart:js.JsArray.insert","href":"dart-js/JsArray/insert.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Inserts element at position index in this list.","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"length","qualifiedName":"dart:js.JsArray.length","href":"dart-js/JsArray/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of objects in this list.","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"operator []","qualifiedName":"dart:js.JsArray.operator []","href":"dart-js/JsArray/operator_get.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the value associated with property from the proxied JavaScript\nobject.","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"operator []=","qualifiedName":"dart:js.JsArray.operator []=","href":"dart-js/JsArray/operator_put.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"removeAt","qualifiedName":"dart:js.JsArray.removeAt","href":"dart-js/JsArray/removeAt.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Removes the object at position index from this list.","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"removeLast","qualifiedName":"dart:js.JsArray.removeLast","href":"dart-js/JsArray/removeLast.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Removes and returns the last object in this list.","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"removeRange","qualifiedName":"dart:js.JsArray.removeRange","href":"dart-js/JsArray/removeRange.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Removes a range of elements from the list.","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"setRange","qualifiedName":"dart:js.JsArray.setRange","href":"dart-js/JsArray/setRange.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Writes some elements of iterable into a range of this list.","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"sort","qualifiedName":"dart:js.JsArray.sort","href":"dart-js/JsArray/sort.html","kind":10,"overriddenDepth":2,"packageRank":15,"desc":"Sorts this list according to the order specified by the compare function.","enclosedBy":{"name":"JsArray","kind":3,"href":"dart-js/JsArray-class.html"}},{"name":"JsFunction","qualifiedName":"dart:js.JsFunction","href":"dart-js/JsFunction-class.html","kind":3,"packageRank":15,"desc":"A proxy on a JavaScript Function object.","enclosedBy":{"name":"dart:js","kind":9,"href":"dart-js/"}},{"name":"JsFunction.withThis","qualifiedName":"dart:js.JsFunction.JsFunction.withThis","href":"dart-js/JsFunction/JsFunction.withThis.html","kind":2,"packageRank":15,"desc":"Returns a JsFunction that captures its 'this' binding and calls f\nwith the value of JavaScript this passed as the first argument.","enclosedBy":{"name":"JsFunction","kind":3,"href":"dart-js/JsFunction-class.html"}},{"name":"apply","qualifiedName":"dart:js.JsFunction.apply","href":"dart-js/JsFunction/apply.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Invokes the JavaScript function with arguments args. If thisArg is\nsupplied it is the value of this for the invocation.","enclosedBy":{"name":"JsFunction","kind":3,"href":"dart-js/JsFunction-class.html"}},{"name":"JsObject","qualifiedName":"dart:js.JsObject","href":"dart-js/JsObject-class.html","kind":3,"packageRank":15,"desc":"A proxy on a JavaScript object.","enclosedBy":{"name":"dart:js","kind":9,"href":"dart-js/"}},{"name":"JsObject.fromBrowserObject","qualifiedName":"dart:js.JsObject.JsObject.fromBrowserObject","href":"dart-js/JsObject/JsObject.fromBrowserObject.html","kind":2,"packageRank":15,"desc":"Constructs a JsObject that proxies a native Dart object; for expert use\nonly.","enclosedBy":{"name":"JsObject","kind":3,"href":"dart-js/JsObject-class.html"}},{"name":"JsObject.jsify","qualifiedName":"dart:js.JsObject.JsObject.jsify","href":"dart-js/JsObject/JsObject.jsify.html","kind":2,"packageRank":15,"desc":"Recursively converts a JSON-like collection of Dart objects to a\ncollection of JavaScript objects and returns a JsObject proxy to it.","enclosedBy":{"name":"JsObject","kind":3,"href":"dart-js/JsObject-class.html"}},{"name":"JsObject.new","qualifiedName":"dart:js.JsObject.JsObject.new","href":"dart-js/JsObject/JsObject.html","kind":2,"packageRank":15,"desc":"Constructs a JavaScript object from its native constructor and returns\na proxy to it.","enclosedBy":{"name":"JsObject","kind":3,"href":"dart-js/JsObject-class.html"}},{"name":"callMethod","qualifiedName":"dart:js.JsObject.callMethod","href":"dart-js/JsObject/callMethod.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Calls method on the JavaScript object with the arguments args and\nreturns the result.","enclosedBy":{"name":"JsObject","kind":3,"href":"dart-js/JsObject-class.html"}},{"name":"deleteProperty","qualifiedName":"dart:js.JsObject.deleteProperty","href":"dart-js/JsObject/deleteProperty.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Removes property from the JavaScript object.","enclosedBy":{"name":"JsObject","kind":3,"href":"dart-js/JsObject-class.html"}},{"name":"hasProperty","qualifiedName":"dart:js.JsObject.hasProperty","href":"dart-js/JsObject/hasProperty.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if the JavaScript object contains the specified property\neither directly or though its prototype chain.","enclosedBy":{"name":"JsObject","kind":3,"href":"dart-js/JsObject-class.html"}},{"name":"hashCode","qualifiedName":"dart:js.JsObject.hashCode","href":"dart-js/JsObject/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The hash code for this object.","enclosedBy":{"name":"JsObject","kind":3,"href":"dart-js/JsObject-class.html"}},{"name":"instanceof","qualifiedName":"dart:js.JsObject.instanceof","href":"dart-js/JsObject/instanceof.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns true if the JavaScript object has type in its prototype chain.","enclosedBy":{"name":"JsObject","kind":3,"href":"dart-js/JsObject-class.html"}},{"name":"operator ==","qualifiedName":"dart:js.JsObject.operator ==","href":"dart-js/JsObject/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The equality operator.","enclosedBy":{"name":"JsObject","kind":3,"href":"dart-js/JsObject-class.html"}},{"name":"operator []","qualifiedName":"dart:js.JsObject.operator []","href":"dart-js/JsObject/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns the value associated with property from the proxied JavaScript\nobject.","enclosedBy":{"name":"JsObject","kind":3,"href":"dart-js/JsObject-class.html"}},{"name":"operator []=","qualifiedName":"dart:js.JsObject.operator []=","href":"dart-js/JsObject/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"JsObject","kind":3,"href":"dart-js/JsObject-class.html"}},{"name":"toString","qualifiedName":"dart:js.JsObject.toString","href":"dart-js/JsObject/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the result of the JavaScript objects toString method.","enclosedBy":{"name":"JsObject","kind":3,"href":"dart-js/JsObject-class.html"}},{"name":"context","qualifiedName":"dart:js.context","href":"dart-js/context.html","kind":20,"packageRank":15,"desc":"The JavaScript global object, usually window.","enclosedBy":{"name":"dart:js","kind":9,"href":"dart-js/"}},{"name":"dart:js_interop","qualifiedName":"dart:js_interop","href":"dart-js_interop/","kind":9,"packageRank":15,"desc":"Interoperability, \"interop\" for short, with JavaScript and browser APIs."},{"name":"BoolToJSBoolean","qualifiedName":"dart:js_interop.BoolToJSBoolean","href":"dart-js_interop/BoolToJSBoolean.html","kind":6,"packageRank":15,"desc":"Conversions from bool to JSBoolean.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.BoolToJSBoolean.toJS","href":"dart-js_interop/BoolToJSBoolean/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this bool to a JSBoolean.","enclosedBy":{"name":"BoolToJSBoolean","kind":6,"href":"dart-js_interop/BoolToJSBoolean.html"}},{"name":"ByteBufferToJSArrayBuffer","qualifiedName":"dart:js_interop.ByteBufferToJSArrayBuffer","href":"dart-js_interop/ByteBufferToJSArrayBuffer.html","kind":6,"packageRank":15,"desc":"Conversions from ByteBuffer to JSArrayBuffer.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.ByteBufferToJSArrayBuffer.toJS","href":"dart-js_interop/ByteBufferToJSArrayBuffer/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this ByteBuffer to a JSArrayBuffer by either casting,\nunwrapping, or cloning the ByteBuffer.","enclosedBy":{"name":"ByteBufferToJSArrayBuffer","kind":6,"href":"dart-js_interop/ByteBufferToJSArrayBuffer.html"}},{"name":"ByteDataToJSDataView","qualifiedName":"dart:js_interop.ByteDataToJSDataView","href":"dart-js_interop/ByteDataToJSDataView.html","kind":6,"packageRank":15,"desc":"Conversions from ByteData to JSDataView.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.ByteDataToJSDataView.toJS","href":"dart-js_interop/ByteDataToJSDataView/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this ByteData to a JSDataView by either casting, unwrapping,\nor cloning the ByteData.","enclosedBy":{"name":"ByteDataToJSDataView","kind":6,"href":"dart-js_interop/ByteDataToJSDataView.html"}},{"name":"DoubleToJSNumber","qualifiedName":"dart:js_interop.DoubleToJSNumber","href":"dart-js_interop/DoubleToJSNumber.html","kind":6,"packageRank":15,"desc":"Conversions from double to JSNumber.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.DoubleToJSNumber.toJS","href":"dart-js_interop/DoubleToJSNumber/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this double to a JSNumber.","enclosedBy":{"name":"DoubleToJSNumber","kind":6,"href":"dart-js_interop/DoubleToJSNumber.html"}},{"name":"ExternalDartReference","qualifiedName":"dart:js_interop.ExternalDartReference","href":"dart-js_interop/ExternalDartReference-extension-type.html","kind":7,"packageRank":15,"desc":"An opaque reference to a Dart object that can be passed to JavaScript.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"ExternalDartReferenceToObject","qualifiedName":"dart:js_interop.ExternalDartReferenceToObject","href":"dart-js_interop/ExternalDartReferenceToObject.html","kind":6,"packageRank":15,"desc":"Conversions from ExternalDartReference to the value of type T.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDartObject","qualifiedName":"dart:js_interop.ExternalDartReferenceToObject.toDartObject","href":"dart-js_interop/ExternalDartReferenceToObject/toDartObject.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The Dart value of type T that this ExternalDartReference refers to.","enclosedBy":{"name":"ExternalDartReferenceToObject","kind":6,"href":"dart-js_interop/ExternalDartReferenceToObject.html"}},{"name":"Float32ListToJSFloat32Array","qualifiedName":"dart:js_interop.Float32ListToJSFloat32Array","href":"dart-js_interop/Float32ListToJSFloat32Array.html","kind":6,"packageRank":15,"desc":"Conversions from Float32List to JSFloat32Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.Float32ListToJSFloat32Array.toJS","href":"dart-js_interop/Float32ListToJSFloat32Array/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this Float32List to a JSFloat32Array by either casting,\nunwrapping, or cloning the Float32List.","enclosedBy":{"name":"Float32ListToJSFloat32Array","kind":6,"href":"dart-js_interop/Float32ListToJSFloat32Array.html"}},{"name":"Float64ListToJSFloat64Array","qualifiedName":"dart:js_interop.Float64ListToJSFloat64Array","href":"dart-js_interop/Float64ListToJSFloat64Array.html","kind":6,"packageRank":15,"desc":"Conversions from Float64List to JSFloat64Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.Float64ListToJSFloat64Array.toJS","href":"dart-js_interop/Float64ListToJSFloat64Array/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this Float64List to a JSFloat64Array by either casting,\nunwrapping, or cloning the Float64List.","enclosedBy":{"name":"Float64ListToJSFloat64Array","kind":6,"href":"dart-js_interop/Float64ListToJSFloat64Array.html"}},{"name":"FunctionToJSExportedDartFunction","qualifiedName":"dart:js_interop.FunctionToJSExportedDartFunction","href":"dart-js_interop/FunctionToJSExportedDartFunction.html","kind":6,"packageRank":15,"desc":"Conversions from Function to JSExportedDartFunction.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.FunctionToJSExportedDartFunction.toJS","href":"dart-js_interop/FunctionToJSExportedDartFunction/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A callable JavaScript function that wraps this Function.","enclosedBy":{"name":"FunctionToJSExportedDartFunction","kind":6,"href":"dart-js_interop/FunctionToJSExportedDartFunction.html"}},{"name":"toJSCaptureThis","qualifiedName":"dart:js_interop.FunctionToJSExportedDartFunction.toJSCaptureThis","href":"dart-js_interop/FunctionToJSExportedDartFunction/toJSCaptureThis.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A callable JavaScript function that wraps this Function and captures the\nthis value when called.","enclosedBy":{"name":"FunctionToJSExportedDartFunction","kind":6,"href":"dart-js_interop/FunctionToJSExportedDartFunction.html"}},{"name":"FutureOfJSAnyToJSPromise","qualifiedName":"dart:js_interop.FutureOfJSAnyToJSPromise","href":"dart-js_interop/FutureOfJSAnyToJSPromise.html","kind":6,"packageRank":15,"desc":"Conversions from Future to JSPromise where the Future returns a value.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.FutureOfJSAnyToJSPromise.toJS","href":"dart-js_interop/FutureOfJSAnyToJSPromise/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A JSPromise that either resolves with the result of the completed\nFuture or rejects with an object that contains its error.","enclosedBy":{"name":"FutureOfJSAnyToJSPromise","kind":6,"href":"dart-js_interop/FutureOfJSAnyToJSPromise.html"}},{"name":"FutureOfVoidToJSPromise","qualifiedName":"dart:js_interop.FutureOfVoidToJSPromise","href":"dart-js_interop/FutureOfVoidToJSPromise.html","kind":6,"packageRank":15,"desc":"Conversions from Future to JSPromise where the Future does not return\na value.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.FutureOfVoidToJSPromise.toJS","href":"dart-js_interop/FutureOfVoidToJSPromise/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A JSPromise that either resolves once this Future completes or rejects\nwith an object that contains its error.","enclosedBy":{"name":"FutureOfVoidToJSPromise","kind":6,"href":"dart-js_interop/FutureOfVoidToJSPromise.html"}},{"name":"Int8ListToJSInt8Array","qualifiedName":"dart:js_interop.Int8ListToJSInt8Array","href":"dart-js_interop/Int8ListToJSInt8Array.html","kind":6,"packageRank":15,"desc":"Conversions from Int8List to JSInt8Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.Int8ListToJSInt8Array.toJS","href":"dart-js_interop/Int8ListToJSInt8Array/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this Int8List to a JSInt8Array by either casting,\nunwrapping, or cloning the Int8List.","enclosedBy":{"name":"Int8ListToJSInt8Array","kind":6,"href":"dart-js_interop/Int8ListToJSInt8Array.html"}},{"name":"Int16ListToJSInt16Array","qualifiedName":"dart:js_interop.Int16ListToJSInt16Array","href":"dart-js_interop/Int16ListToJSInt16Array.html","kind":6,"packageRank":15,"desc":"Conversions from Int16List to JSInt16Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.Int16ListToJSInt16Array.toJS","href":"dart-js_interop/Int16ListToJSInt16Array/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this Int16List to a JSInt16Array by either casting,\nunwrapping, or cloning the Int16List.","enclosedBy":{"name":"Int16ListToJSInt16Array","kind":6,"href":"dart-js_interop/Int16ListToJSInt16Array.html"}},{"name":"Int32ListToJSInt32Array","qualifiedName":"dart:js_interop.Int32ListToJSInt32Array","href":"dart-js_interop/Int32ListToJSInt32Array.html","kind":6,"packageRank":15,"desc":"Conversions from Int32List to JSInt32Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.Int32ListToJSInt32Array.toJS","href":"dart-js_interop/Int32ListToJSInt32Array/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this Int32List to a JSInt32Array by either casting,\nunwrapping, or cloning the Int32List.","enclosedBy":{"name":"Int32ListToJSInt32Array","kind":6,"href":"dart-js_interop/Int32ListToJSInt32Array.html"}},{"name":"JS","qualifiedName":"dart:js_interop.JS","href":"dart-js_interop/JS-class.html","kind":3,"packageRank":15,"desc":"An annotation on a JavaScript interop declaration.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JS.new","qualifiedName":"dart:js_interop.JS.JS.new","href":"dart-js_interop/JS/JS.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"JS","kind":3,"href":"dart-js_interop/JS-class.html"}},{"name":"name","qualifiedName":"dart:js_interop.JS.name","href":"dart-js_interop/JS/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"JS","kind":3,"href":"dart-js_interop/JS-class.html"}},{"name":"JSAny","qualifiedName":"dart:js_interop.JSAny","href":"dart-js_interop/JSAny-extension-type.html","kind":7,"packageRank":15,"desc":"A non-nullish JavaScript value.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSAnyOperatorExtension","qualifiedName":"dart:js_interop.JSAnyOperatorExtension","href":"dart-js_interop/JSAnyOperatorExtension.html","kind":6,"packageRank":15,"desc":"General-purpose JavaScript operators.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"add","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.add","href":"dart-js_interop/JSAnyOperatorExtension/add.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this + any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"and","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.and","href":"dart-js_interop/JSAnyOperatorExtension/and.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this &amp;&amp; any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"divide","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.divide","href":"dart-js_interop/JSAnyOperatorExtension/divide.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this / any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"equals","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.equals","href":"dart-js_interop/JSAnyOperatorExtension/equals.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this == any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"exponentiate","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.exponentiate","href":"dart-js_interop/JSAnyOperatorExtension/exponentiate.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this ** any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"greaterThan","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.greaterThan","href":"dart-js_interop/JSAnyOperatorExtension/greaterThan.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this &gt; any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"greaterThanOrEqualTo","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.greaterThanOrEqualTo","href":"dart-js_interop/JSAnyOperatorExtension/greaterThanOrEqualTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this &gt;= any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"isTruthy","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.isTruthy","href":"dart-js_interop/JSAnyOperatorExtension/isTruthy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The result of !!this in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"lessThan","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.lessThan","href":"dart-js_interop/JSAnyOperatorExtension/lessThan.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this &lt; any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"lessThanOrEqualTo","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.lessThanOrEqualTo","href":"dart-js_interop/JSAnyOperatorExtension/lessThanOrEqualTo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this &lt;= any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"modulo","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.modulo","href":"dart-js_interop/JSAnyOperatorExtension/modulo.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this % any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"multiply","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.multiply","href":"dart-js_interop/JSAnyOperatorExtension/multiply.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this * any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"not","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.not","href":"dart-js_interop/JSAnyOperatorExtension/not.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The result of !this in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"notEquals","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.notEquals","href":"dart-js_interop/JSAnyOperatorExtension/notEquals.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this != any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"or","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.or","href":"dart-js_interop/JSAnyOperatorExtension/or.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this || any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"strictEquals","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.strictEquals","href":"dart-js_interop/JSAnyOperatorExtension/strictEquals.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this === any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"strictNotEquals","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.strictNotEquals","href":"dart-js_interop/JSAnyOperatorExtension/strictNotEquals.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this !== any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"subtract","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.subtract","href":"dart-js_interop/JSAnyOperatorExtension/subtract.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this - any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"unsignedRightShift","qualifiedName":"dart:js_interop.JSAnyOperatorExtension.unsignedRightShift","href":"dart-js_interop/JSAnyOperatorExtension/unsignedRightShift.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The result of this &gt;&gt;&gt; any in JavaScript.","enclosedBy":{"name":"JSAnyOperatorExtension","kind":6,"href":"dart-js_interop/JSAnyOperatorExtension.html"}},{"name":"JSAnyUtilityExtension","qualifiedName":"dart:js_interop.JSAnyUtilityExtension","href":"dart-js_interop/JSAnyUtilityExtension.html","kind":6,"packageRank":15,"desc":"Common utility functions that are useful for any JavaScript value.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"dartify","qualifiedName":"dart:js_interop.JSAnyUtilityExtension.dartify","href":"dart-js_interop/JSAnyUtilityExtension/dartify.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Converts a JavaScript JSON-like value to the Dart equivalent if possible.","enclosedBy":{"name":"JSAnyUtilityExtension","kind":6,"href":"dart-js_interop/JSAnyUtilityExtension.html"}},{"name":"instanceOfString","qualifiedName":"dart:js_interop.JSAnyUtilityExtension.instanceOfString","href":"dart-js_interop/JSAnyUtilityExtension/instanceOfString.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Whether this JSAny? is an instanceof the constructor that\nis defined by constructorName, which is looked up in the\nglobalContext.","enclosedBy":{"name":"JSAnyUtilityExtension","kind":6,"href":"dart-js_interop/JSAnyUtilityExtension.html"}},{"name":"instanceof","qualifiedName":"dart:js_interop.JSAnyUtilityExtension.instanceof","href":"dart-js_interop/JSAnyUtilityExtension/instanceof.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Whether this JSAny? is an instanceof constructor.","enclosedBy":{"name":"JSAnyUtilityExtension","kind":6,"href":"dart-js_interop/JSAnyUtilityExtension.html"}},{"name":"isA","qualifiedName":"dart:js_interop.JSAnyUtilityExtension.isA","href":"dart-js_interop/JSAnyUtilityExtension/isA.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Whether this JSAny? is an instance of the JavaScript type\nthat is declared by T.","enclosedBy":{"name":"JSAnyUtilityExtension","kind":6,"href":"dart-js_interop/JSAnyUtilityExtension.html"}},{"name":"typeofEquals","qualifiedName":"dart:js_interop.JSAnyUtilityExtension.typeofEquals","href":"dart-js_interop/JSAnyUtilityExtension/typeofEquals.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Whether the result of typeof on this JSAny? is\ntypeString.","enclosedBy":{"name":"JSAnyUtilityExtension","kind":6,"href":"dart-js_interop/JSAnyUtilityExtension.html"}},{"name":"JSArray","qualifiedName":"dart:js_interop.JSArray","href":"dart-js_interop/JSArray-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSArray.new","qualifiedName":"dart:js_interop.JSArray.JSArray.new","href":"dart-js_interop/JSArray/JSArray.html","kind":2,"packageRank":15,"desc":"Creates an empty JavaScript Array.","enclosedBy":{"name":"JSArray","kind":7,"href":"dart-js_interop/JSArray-extension-type.html"}},{"name":"JSArray.withLength","qualifiedName":"dart:js_interop.JSArray.JSArray.withLength","href":"dart-js_interop/JSArray/JSArray.withLength.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Array of size length with no elements.","enclosedBy":{"name":"JSArray","kind":7,"href":"dart-js_interop/JSArray-extension-type.html"}},{"name":"add","qualifiedName":"dart:js_interop.JSArray.add","href":"dart-js_interop/JSArray/add.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Adds value to the end of this Array, extending the length by one.","enclosedBy":{"name":"JSArray","kind":7,"href":"dart-js_interop/JSArray-extension-type.html"}},{"name":"from","qualifiedName":"dart:js_interop.JSArray.from","href":"dart-js_interop/JSArray/from.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Creates a new, shallow-copied JavaScript Array instance from a\nJavaScript iterable or array-like object.","enclosedBy":{"name":"JSArray","kind":7,"href":"dart-js_interop/JSArray-extension-type.html"}},{"name":"length","qualifiedName":"dart:js_interop.JSArray.length","href":"dart-js_interop/JSArray/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The length in elements of this Array.","enclosedBy":{"name":"JSArray","kind":7,"href":"dart-js_interop/JSArray-extension-type.html"}},{"name":"operator []","qualifiedName":"dart:js_interop.JSArray.operator []","href":"dart-js_interop/JSArray/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The value at position in this Array.","enclosedBy":{"name":"JSArray","kind":7,"href":"dart-js_interop/JSArray-extension-type.html"}},{"name":"operator []=","qualifiedName":"dart:js_interop.JSArray.operator []=","href":"dart-js_interop/JSArray/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Sets the value at position in this Array.","enclosedBy":{"name":"JSArray","kind":7,"href":"dart-js_interop/JSArray-extension-type.html"}},{"name":"JSArrayBuffer","qualifiedName":"dart:js_interop.JSArrayBuffer","href":"dart-js_interop/JSArrayBuffer-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript ArrayBuffer.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSArrayBuffer.new","qualifiedName":"dart:js_interop.JSArrayBuffer.JSArrayBuffer.new","href":"dart-js_interop/JSArrayBuffer/JSArrayBuffer.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript ArrayBuffer of size length using an optional\noptions JavaScript object that sets the maxByteLength.","enclosedBy":{"name":"JSArrayBuffer","kind":7,"href":"dart-js_interop/JSArrayBuffer-extension-type.html"}},{"name":"JSArrayBufferToByteBuffer","qualifiedName":"dart:js_interop.JSArrayBufferToByteBuffer","href":"dart-js_interop/JSArrayBufferToByteBuffer.html","kind":6,"packageRank":15,"desc":"Conversions from JSArrayBuffer to ByteBuffer.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSArrayBufferToByteBuffer.toDart","href":"dart-js_interop/JSArrayBufferToByteBuffer/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSArrayBuffer to a ByteBuffer by either casting or\nwrapping it.","enclosedBy":{"name":"JSArrayBufferToByteBuffer","kind":6,"href":"dart-js_interop/JSArrayBufferToByteBuffer.html"}},{"name":"JSArrayToList","qualifiedName":"dart:js_interop.JSArrayToList","href":"dart-js_interop/JSArrayToList.html","kind":6,"packageRank":15,"desc":"Conversions from JSArray to List.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSArrayToList.toDart","href":"dart-js_interop/JSArrayToList/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSArray to a List by either casting or wrapping it.","enclosedBy":{"name":"JSArrayToList","kind":6,"href":"dart-js_interop/JSArrayToList.html"}},{"name":"JSBigInt","qualifiedName":"dart:js_interop.JSBigInt","href":"dart-js_interop/JSBigInt-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript BigInt.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSBoolean","qualifiedName":"dart:js_interop.JSBoolean","href":"dart-js_interop/JSBoolean-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript boolean.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSBooleanToBool","qualifiedName":"dart:js_interop.JSBooleanToBool","href":"dart-js_interop/JSBooleanToBool.html","kind":6,"packageRank":15,"desc":"Conversions from JSBoolean to bool.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSBooleanToBool.toDart","href":"dart-js_interop/JSBooleanToBool/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSBoolean to a bool.","enclosedBy":{"name":"JSBooleanToBool","kind":6,"href":"dart-js_interop/JSBooleanToBool.html"}},{"name":"JSBoxedDartObject","qualifiedName":"dart:js_interop.JSBoxedDartObject","href":"dart-js_interop/JSBoxedDartObject-extension-type.html","kind":7,"packageRank":15,"desc":"A Dart object that is wrapped with a JavaScript object so that it can be\npassed to JavaScript safely.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSBoxedDartObjectToObject","qualifiedName":"dart:js_interop.JSBoxedDartObjectToObject","href":"dart-js_interop/JSBoxedDartObjectToObject.html","kind":6,"packageRank":15,"desc":"Conversions from JSBoxedDartObject to Object.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSBoxedDartObjectToObject.toDart","href":"dart-js_interop/JSBoxedDartObjectToObject/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The Dart Object that this JSBoxedDartObject wrapped.","enclosedBy":{"name":"JSBoxedDartObjectToObject","kind":6,"href":"dart-js_interop/JSBoxedDartObjectToObject.html"}},{"name":"JSDataView","qualifiedName":"dart:js_interop.JSDataView","href":"dart-js_interop/JSDataView-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript DataView.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSDataView.new","qualifiedName":"dart:js_interop.JSDataView.JSDataView.new","href":"dart-js_interop/JSDataView/JSDataView.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript DataView with buffer as its backing storage,\noffset by byteOffset bytes, of size byteLength.","enclosedBy":{"name":"JSDataView","kind":7,"href":"dart-js_interop/JSDataView-extension-type.html"}},{"name":"JSDataViewToByteData","qualifiedName":"dart:js_interop.JSDataViewToByteData","href":"dart-js_interop/JSDataViewToByteData.html","kind":6,"packageRank":15,"desc":"Conversions from JSDataView to ByteData.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSDataViewToByteData.toDart","href":"dart-js_interop/JSDataViewToByteData/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSDataView to a ByteData by either casting or wrapping\nit.","enclosedBy":{"name":"JSDataViewToByteData","kind":6,"href":"dart-js_interop/JSDataViewToByteData.html"}},{"name":"JSExport","qualifiedName":"dart:js_interop.JSExport","href":"dart-js_interop/JSExport-class.html","kind":3,"packageRank":15,"desc":"Annotation to allow Dart classes to be wrapped with a JS object using\ndart:js_interop's createJSInteropWrapper.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSExport.new","qualifiedName":"dart:js_interop.JSExport.JSExport.new","href":"dart-js_interop/JSExport/JSExport.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"JSExport","kind":3,"href":"dart-js_interop/JSExport-class.html"}},{"name":"name","qualifiedName":"dart:js_interop.JSExport.name","href":"dart-js_interop/JSExport/name.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"JSExport","kind":3,"href":"dart-js_interop/JSExport-class.html"}},{"name":"JSExportedDartFunction","qualifiedName":"dart:js_interop.JSExportedDartFunction","href":"dart-js_interop/JSExportedDartFunction-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript callable function created from a Dart function.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSExportedDartFunctionToFunction","qualifiedName":"dart:js_interop.JSExportedDartFunctionToFunction","href":"dart-js_interop/JSExportedDartFunctionToFunction.html","kind":6,"packageRank":15,"desc":"Conversions from JSExportedDartFunction to Function.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSExportedDartFunctionToFunction.toDart","href":"dart-js_interop/JSExportedDartFunctionToFunction/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The Dart Function that this JSExportedDartFunction wrapped.","enclosedBy":{"name":"JSExportedDartFunctionToFunction","kind":6,"href":"dart-js_interop/JSExportedDartFunctionToFunction.html"}},{"name":"JSFloat32Array","qualifiedName":"dart:js_interop.JSFloat32Array","href":"dart-js_interop/JSFloat32Array-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Float32Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSFloat32Array.new","qualifiedName":"dart:js_interop.JSFloat32Array.JSFloat32Array.new","href":"dart-js_interop/JSFloat32Array/JSFloat32Array.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Float32Array with buffer as its backing storage,\noffset by byteOffset bytes, of size length.","enclosedBy":{"name":"JSFloat32Array","kind":7,"href":"dart-js_interop/JSFloat32Array-extension-type.html"}},{"name":"JSFloat32Array.withLength","qualifiedName":"dart:js_interop.JSFloat32Array.JSFloat32Array.withLength","href":"dart-js_interop/JSFloat32Array/JSFloat32Array.withLength.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Float32Array of size length whose elements are\ninitialized to 0.","enclosedBy":{"name":"JSFloat32Array","kind":7,"href":"dart-js_interop/JSFloat32Array-extension-type.html"}},{"name":"JSFloat32ArrayToFloat32List","qualifiedName":"dart:js_interop.JSFloat32ArrayToFloat32List","href":"dart-js_interop/JSFloat32ArrayToFloat32List.html","kind":6,"packageRank":15,"desc":"Conversions from JSFloat32Array to Float32List.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSFloat32ArrayToFloat32List.toDart","href":"dart-js_interop/JSFloat32ArrayToFloat32List/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSFloat32Array to a Float32List by either casting or\nwrapping it.","enclosedBy":{"name":"JSFloat32ArrayToFloat32List","kind":6,"href":"dart-js_interop/JSFloat32ArrayToFloat32List.html"}},{"name":"JSFloat64Array","qualifiedName":"dart:js_interop.JSFloat64Array","href":"dart-js_interop/JSFloat64Array-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Float64Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSFloat64Array.new","qualifiedName":"dart:js_interop.JSFloat64Array.JSFloat64Array.new","href":"dart-js_interop/JSFloat64Array/JSFloat64Array.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Float64Array with buffer as its backing storage,\noffset by byteOffset bytes, of size length.","enclosedBy":{"name":"JSFloat64Array","kind":7,"href":"dart-js_interop/JSFloat64Array-extension-type.html"}},{"name":"JSFloat64Array.withLength","qualifiedName":"dart:js_interop.JSFloat64Array.JSFloat64Array.withLength","href":"dart-js_interop/JSFloat64Array/JSFloat64Array.withLength.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Float64Array of size length whose elements are\ninitialized to 0.","enclosedBy":{"name":"JSFloat64Array","kind":7,"href":"dart-js_interop/JSFloat64Array-extension-type.html"}},{"name":"JSFloat64ArrayToFloat64List","qualifiedName":"dart:js_interop.JSFloat64ArrayToFloat64List","href":"dart-js_interop/JSFloat64ArrayToFloat64List.html","kind":6,"packageRank":15,"desc":"Conversions from JSFloat64Array to Float64List.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSFloat64ArrayToFloat64List.toDart","href":"dart-js_interop/JSFloat64ArrayToFloat64List/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSFloat64Array to a Float64List by either casting or\nwrapping it.","enclosedBy":{"name":"JSFloat64ArrayToFloat64List","kind":6,"href":"dart-js_interop/JSFloat64ArrayToFloat64List.html"}},{"name":"JSFunction","qualifiedName":"dart:js_interop.JSFunction","href":"dart-js_interop/JSFunction-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Function\nvalue.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSFunctionUtilExtension","qualifiedName":"dart:js_interop.JSFunctionUtilExtension","href":"dart-js_interop/JSFunctionUtilExtension.html","kind":6,"packageRank":15,"desc":"Utility extensions for JSFunction.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"callAsFunction","qualifiedName":"dart:js_interop.JSFunctionUtilExtension.callAsFunction","href":"dart-js_interop/JSFunctionUtilExtension/callAsFunction.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Call this JSFunction using the JavaScript .call syntax and returns the\nresult.","enclosedBy":{"name":"JSFunctionUtilExtension","kind":6,"href":"dart-js_interop/JSFunctionUtilExtension.html"}},{"name":"JSInt8Array","qualifiedName":"dart:js_interop.JSInt8Array","href":"dart-js_interop/JSInt8Array-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Int8Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSInt8Array.new","qualifiedName":"dart:js_interop.JSInt8Array.JSInt8Array.new","href":"dart-js_interop/JSInt8Array/JSInt8Array.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Int8Array with buffer as its backing storage,\noffset by byteOffset bytes, of size length.","enclosedBy":{"name":"JSInt8Array","kind":7,"href":"dart-js_interop/JSInt8Array-extension-type.html"}},{"name":"JSInt8Array.withLength","qualifiedName":"dart:js_interop.JSInt8Array.JSInt8Array.withLength","href":"dart-js_interop/JSInt8Array/JSInt8Array.withLength.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Int8Array of size length whose elements are\ninitialized to 0.","enclosedBy":{"name":"JSInt8Array","kind":7,"href":"dart-js_interop/JSInt8Array-extension-type.html"}},{"name":"JSInt8ArrayToInt8List","qualifiedName":"dart:js_interop.JSInt8ArrayToInt8List","href":"dart-js_interop/JSInt8ArrayToInt8List.html","kind":6,"packageRank":15,"desc":"Conversions from JSInt8Array to Int8List.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSInt8ArrayToInt8List.toDart","href":"dart-js_interop/JSInt8ArrayToInt8List/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSInt8Array to a Int8List by either casting or wrapping\nit.","enclosedBy":{"name":"JSInt8ArrayToInt8List","kind":6,"href":"dart-js_interop/JSInt8ArrayToInt8List.html"}},{"name":"JSInt16Array","qualifiedName":"dart:js_interop.JSInt16Array","href":"dart-js_interop/JSInt16Array-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Int16Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSInt16Array.new","qualifiedName":"dart:js_interop.JSInt16Array.JSInt16Array.new","href":"dart-js_interop/JSInt16Array/JSInt16Array.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Int16Array with buffer as its backing storage,\noffset by byteOffset bytes, of size length.","enclosedBy":{"name":"JSInt16Array","kind":7,"href":"dart-js_interop/JSInt16Array-extension-type.html"}},{"name":"JSInt16Array.withLength","qualifiedName":"dart:js_interop.JSInt16Array.JSInt16Array.withLength","href":"dart-js_interop/JSInt16Array/JSInt16Array.withLength.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Int16Array of size length whose elements are\ninitialized to 0.","enclosedBy":{"name":"JSInt16Array","kind":7,"href":"dart-js_interop/JSInt16Array-extension-type.html"}},{"name":"JSInt16ArrayToInt16List","qualifiedName":"dart:js_interop.JSInt16ArrayToInt16List","href":"dart-js_interop/JSInt16ArrayToInt16List.html","kind":6,"packageRank":15,"desc":"Conversions from JSInt16Array to Int16List.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSInt16ArrayToInt16List.toDart","href":"dart-js_interop/JSInt16ArrayToInt16List/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSInt16Array to a Int16List by either casting or\nwrapping it.","enclosedBy":{"name":"JSInt16ArrayToInt16List","kind":6,"href":"dart-js_interop/JSInt16ArrayToInt16List.html"}},{"name":"JSInt32Array","qualifiedName":"dart:js_interop.JSInt32Array","href":"dart-js_interop/JSInt32Array-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Int32Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSInt32Array.new","qualifiedName":"dart:js_interop.JSInt32Array.JSInt32Array.new","href":"dart-js_interop/JSInt32Array/JSInt32Array.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Int32Array with buffer as its backing storage,\noffset by byteOffset bytes, of size length.","enclosedBy":{"name":"JSInt32Array","kind":7,"href":"dart-js_interop/JSInt32Array-extension-type.html"}},{"name":"JSInt32Array.withLength","qualifiedName":"dart:js_interop.JSInt32Array.JSInt32Array.withLength","href":"dart-js_interop/JSInt32Array/JSInt32Array.withLength.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Int32Array of size length whose elements are\ninitialized to 0.","enclosedBy":{"name":"JSInt32Array","kind":7,"href":"dart-js_interop/JSInt32Array-extension-type.html"}},{"name":"JSInt32ArrayToInt32List","qualifiedName":"dart:js_interop.JSInt32ArrayToInt32List","href":"dart-js_interop/JSInt32ArrayToInt32List.html","kind":6,"packageRank":15,"desc":"Conversions from JSInt32Array to Int32List.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSInt32ArrayToInt32List.toDart","href":"dart-js_interop/JSInt32ArrayToInt32List/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSInt32Array to a Int32List by either casting or\nwrapping it.","enclosedBy":{"name":"JSInt32ArrayToInt32List","kind":6,"href":"dart-js_interop/JSInt32ArrayToInt32List.html"}},{"name":"JSNumber","qualifiedName":"dart:js_interop.JSNumber","href":"dart-js_interop/JSNumber-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript number.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSNumberToNumber","qualifiedName":"dart:js_interop.JSNumberToNumber","href":"dart-js_interop/JSNumberToNumber.html","kind":6,"packageRank":15,"desc":"Conversions from JSNumber to double or int.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDartDouble","qualifiedName":"dart:js_interop.JSNumberToNumber.toDartDouble","href":"dart-js_interop/JSNumberToNumber/toDartDouble.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSNumber to a double.","enclosedBy":{"name":"JSNumberToNumber","kind":6,"href":"dart-js_interop/JSNumberToNumber.html"}},{"name":"toDartInt","qualifiedName":"dart:js_interop.JSNumberToNumber.toDartInt","href":"dart-js_interop/JSNumberToNumber/toDartInt.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSNumber to an int.","enclosedBy":{"name":"JSNumberToNumber","kind":6,"href":"dart-js_interop/JSNumberToNumber.html"}},{"name":"JSObject","qualifiedName":"dart:js_interop.JSObject","href":"dart-js_interop/JSObject-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Object.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSObject.fromInteropObject","qualifiedName":"dart:js_interop.JSObject.JSObject.fromInteropObject","href":"dart-js_interop/JSObject/JSObject.fromInteropObject.html","kind":2,"packageRank":15,"desc":"Creates a JSObject from an object provided by an earlier interop\nlibrary.","enclosedBy":{"name":"JSObject","kind":7,"href":"dart-js_interop/JSObject-extension-type.html"}},{"name":"JSObject.new","qualifiedName":"dart:js_interop.JSObject.JSObject.new","href":"dart-js_interop/JSObject/JSObject.html","kind":2,"packageRank":15,"desc":"Creates a new empty JavaScript object.","enclosedBy":{"name":"JSObject","kind":7,"href":"dart-js_interop/JSObject-extension-type.html"}},{"name":"JSPromise","qualifiedName":"dart:js_interop.JSPromise","href":"dart-js_interop/JSPromise-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Promise or a promise-like object.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSPromise.new","qualifiedName":"dart:js_interop.JSPromise.JSPromise.new","href":"dart-js_interop/JSPromise/JSPromise.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"JSPromise","kind":7,"href":"dart-js_interop/JSPromise-extension-type.html"}},{"name":"JSPromiseToFuture","qualifiedName":"dart:js_interop.JSPromiseToFuture","href":"dart-js_interop/JSPromiseToFuture.html","kind":6,"packageRank":15,"desc":"Conversions from JSPromise to Future.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSPromiseToFuture.toDart","href":"dart-js_interop/JSPromiseToFuture/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A Future that either completes with the result of the resolved\nJSPromise or propagates the error that the JSPromise rejected with.","enclosedBy":{"name":"JSPromiseToFuture","kind":6,"href":"dart-js_interop/JSPromiseToFuture.html"}},{"name":"JSString","qualifiedName":"dart:js_interop.JSString","href":"dart-js_interop/JSString-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript string.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSStringToString","qualifiedName":"dart:js_interop.JSStringToString","href":"dart-js_interop/JSStringToString.html","kind":6,"packageRank":15,"desc":"Conversions from JSString to String.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSStringToString.toDart","href":"dart-js_interop/JSStringToString/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSString to a String.","enclosedBy":{"name":"JSStringToString","kind":6,"href":"dart-js_interop/JSStringToString.html"}},{"name":"JSSymbol","qualifiedName":"dart:js_interop.JSSymbol","href":"dart-js_interop/JSSymbol-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Symbol.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSSymbol.new","qualifiedName":"dart:js_interop.JSSymbol.JSSymbol.new","href":"dart-js_interop/JSSymbol/JSSymbol.html","kind":2,"packageRank":15,"desc":"Creates a new, unique JavaScript Symbol.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"asyncIterator","qualifiedName":"dart:js_interop.JSSymbol.asyncIterator","href":"dart-js_interop/JSSymbol/asyncIterator.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.asyncIterator.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"description","qualifiedName":"dart:js_interop.JSSymbol.description","href":"dart-js_interop/JSSymbol/description.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A string containing the description of the symbol, as passed to\nJSSymbol.new.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"forKey","qualifiedName":"dart:js_interop.JSSymbol.forKey","href":"dart-js_interop/JSSymbol/forKey.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Searches for an existing symbol in a runtime-wide symbol registry with the\ngiven key and returns it if found.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"hasInstance","qualifiedName":"dart:js_interop.JSSymbol.hasInstance","href":"dart-js_interop/JSSymbol/hasInstance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.hasInstance.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"isConcatSpreadable","qualifiedName":"dart:js_interop.JSSymbol.isConcatSpreadable","href":"dart-js_interop/JSSymbol/isConcatSpreadable.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.isConcatSpreadable.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"iterator","qualifiedName":"dart:js_interop.JSSymbol.iterator","href":"dart-js_interop/JSSymbol/iterator.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.iterator.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"key","qualifiedName":"dart:js_interop.JSSymbol.key","href":"dart-js_interop/JSSymbol/key.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns the shared symbol key from the global symbol registry for this\nsymbol (as registered with forKey), if this symbol was created with\nJSSymbol.forKey.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"match","qualifiedName":"dart:js_interop.JSSymbol.match","href":"dart-js_interop/JSSymbol/match.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.match.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"matchAll","qualifiedName":"dart:js_interop.JSSymbol.matchAll","href":"dart-js_interop/JSSymbol/matchAll.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.matchAll.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"replace","qualifiedName":"dart:js_interop.JSSymbol.replace","href":"dart-js_interop/JSSymbol/replace.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.replace.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"search","qualifiedName":"dart:js_interop.JSSymbol.search","href":"dart-js_interop/JSSymbol/search.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.search.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"species","qualifiedName":"dart:js_interop.JSSymbol.species","href":"dart-js_interop/JSSymbol/species.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.species.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"split","qualifiedName":"dart:js_interop.JSSymbol.split","href":"dart-js_interop/JSSymbol/split.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.split.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"toPrimitive","qualifiedName":"dart:js_interop.JSSymbol.toPrimitive","href":"dart-js_interop/JSSymbol/toPrimitive.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.toPrimitive.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"toStringTag","qualifiedName":"dart:js_interop.JSSymbol.toStringTag","href":"dart-js_interop/JSSymbol/toStringTag.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.toStringTag.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"unscopables","qualifiedName":"dart:js_interop.JSSymbol.unscopables","href":"dart-js_interop/JSSymbol/unscopables.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"See Symbol.unscopables.","enclosedBy":{"name":"JSSymbol","kind":7,"href":"dart-js_interop/JSSymbol-extension-type.html"}},{"name":"JSTypedArray","qualifiedName":"dart:js_interop.JSTypedArray","href":"dart-js_interop/JSTypedArray-extension-type.html","kind":7,"packageRank":15,"desc":"Abstract supertype of all JavaScript typed arrays.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSUint8Array","qualifiedName":"dart:js_interop.JSUint8Array","href":"dart-js_interop/JSUint8Array-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Uint8Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSUint8Array.new","qualifiedName":"dart:js_interop.JSUint8Array.JSUint8Array.new","href":"dart-js_interop/JSUint8Array/JSUint8Array.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Uint8Array with buffer as its backing storage,\noffset by byteOffset bytes, of size length.","enclosedBy":{"name":"JSUint8Array","kind":7,"href":"dart-js_interop/JSUint8Array-extension-type.html"}},{"name":"JSUint8Array.withLength","qualifiedName":"dart:js_interop.JSUint8Array.JSUint8Array.withLength","href":"dart-js_interop/JSUint8Array/JSUint8Array.withLength.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Uint8Array of size length whose elements are\ninitialized to 0.","enclosedBy":{"name":"JSUint8Array","kind":7,"href":"dart-js_interop/JSUint8Array-extension-type.html"}},{"name":"JSUint8ArrayToUint8List","qualifiedName":"dart:js_interop.JSUint8ArrayToUint8List","href":"dart-js_interop/JSUint8ArrayToUint8List.html","kind":6,"packageRank":15,"desc":"Conversions from JSUint8Array to Uint8List.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSUint8ArrayToUint8List.toDart","href":"dart-js_interop/JSUint8ArrayToUint8List/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSUint8Array to a Uint8List by either casting or\nwrapping it.","enclosedBy":{"name":"JSUint8ArrayToUint8List","kind":6,"href":"dart-js_interop/JSUint8ArrayToUint8List.html"}},{"name":"JSUint8ClampedArray","qualifiedName":"dart:js_interop.JSUint8ClampedArray","href":"dart-js_interop/JSUint8ClampedArray-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Uint8ClampedArray.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSUint8ClampedArray.new","qualifiedName":"dart:js_interop.JSUint8ClampedArray.JSUint8ClampedArray.new","href":"dart-js_interop/JSUint8ClampedArray/JSUint8ClampedArray.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Uint8ClampedArray with buffer as its backing\nstorage, offset by byteOffset bytes, of size length.","enclosedBy":{"name":"JSUint8ClampedArray","kind":7,"href":"dart-js_interop/JSUint8ClampedArray-extension-type.html"}},{"name":"JSUint8ClampedArray.withLength","qualifiedName":"dart:js_interop.JSUint8ClampedArray.JSUint8ClampedArray.withLength","href":"dart-js_interop/JSUint8ClampedArray/JSUint8ClampedArray.withLength.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Uint8ClampedArray of size length whose elements\nare initialized to 0.","enclosedBy":{"name":"JSUint8ClampedArray","kind":7,"href":"dart-js_interop/JSUint8ClampedArray-extension-type.html"}},{"name":"JSUint8ClampedArrayToUint8ClampedList","qualifiedName":"dart:js_interop.JSUint8ClampedArrayToUint8ClampedList","href":"dart-js_interop/JSUint8ClampedArrayToUint8ClampedList.html","kind":6,"packageRank":15,"desc":"Conversions from JSUint8ClampedArray to Uint8ClampedList.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSUint8ClampedArrayToUint8ClampedList.toDart","href":"dart-js_interop/JSUint8ClampedArrayToUint8ClampedList/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSUint8ClampedArray to a Uint8ClampedList by either\ncasting or wrapping it.","enclosedBy":{"name":"JSUint8ClampedArrayToUint8ClampedList","kind":6,"href":"dart-js_interop/JSUint8ClampedArrayToUint8ClampedList.html"}},{"name":"JSUint16Array","qualifiedName":"dart:js_interop.JSUint16Array","href":"dart-js_interop/JSUint16Array-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Uint16Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSUint16Array.new","qualifiedName":"dart:js_interop.JSUint16Array.JSUint16Array.new","href":"dart-js_interop/JSUint16Array/JSUint16Array.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Uint16Array with buffer as its backing storage,\noffset by byteOffset bytes, of size length.","enclosedBy":{"name":"JSUint16Array","kind":7,"href":"dart-js_interop/JSUint16Array-extension-type.html"}},{"name":"JSUint16Array.withLength","qualifiedName":"dart:js_interop.JSUint16Array.JSUint16Array.withLength","href":"dart-js_interop/JSUint16Array/JSUint16Array.withLength.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Uint16Array of size length whose elements are\ninitialized to 0.","enclosedBy":{"name":"JSUint16Array","kind":7,"href":"dart-js_interop/JSUint16Array-extension-type.html"}},{"name":"JSUint16ArrayToUint16List","qualifiedName":"dart:js_interop.JSUint16ArrayToUint16List","href":"dart-js_interop/JSUint16ArrayToUint16List.html","kind":6,"packageRank":15,"desc":"Conversions from JSUint16Array to Uint16List.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSUint16ArrayToUint16List.toDart","href":"dart-js_interop/JSUint16ArrayToUint16List/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSUint16Array to a Uint16List by either casting or\nwrapping it.","enclosedBy":{"name":"JSUint16ArrayToUint16List","kind":6,"href":"dart-js_interop/JSUint16ArrayToUint16List.html"}},{"name":"JSUint32Array","qualifiedName":"dart:js_interop.JSUint32Array","href":"dart-js_interop/JSUint32Array-extension-type.html","kind":7,"packageRank":15,"desc":"A JavaScript Uint32Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"JSUint32Array.new","qualifiedName":"dart:js_interop.JSUint32Array.JSUint32Array.new","href":"dart-js_interop/JSUint32Array/JSUint32Array.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Uint32Array with buffer as its backing storage,\noffset by byteOffset bytes, of size length.","enclosedBy":{"name":"JSUint32Array","kind":7,"href":"dart-js_interop/JSUint32Array-extension-type.html"}},{"name":"JSUint32Array.withLength","qualifiedName":"dart:js_interop.JSUint32Array.JSUint32Array.withLength","href":"dart-js_interop/JSUint32Array/JSUint32Array.withLength.html","kind":2,"packageRank":15,"desc":"Creates a JavaScript Uint32Array of size length whose elements are\ninitialized to 0.","enclosedBy":{"name":"JSUint32Array","kind":7,"href":"dart-js_interop/JSUint32Array-extension-type.html"}},{"name":"JSUint32ArrayToUint32List","qualifiedName":"dart:js_interop.JSUint32ArrayToUint32List","href":"dart-js_interop/JSUint32ArrayToUint32List.html","kind":6,"packageRank":15,"desc":"Conversions from JSUint32Array to Uint32List.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toDart","qualifiedName":"dart:js_interop.JSUint32ArrayToUint32List.toDart","href":"dart-js_interop/JSUint32ArrayToUint32List/toDart.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this JSUint32Array to a Uint32List by either casting or\nwrapping it.","enclosedBy":{"name":"JSUint32ArrayToUint32List","kind":6,"href":"dart-js_interop/JSUint32ArrayToUint32List.html"}},{"name":"JSVoid","qualifiedName":"dart:js_interop.JSVoid","href":"dart-js_interop/JSVoid.html","kind":21,"packageRank":15,"desc":"JS type equivalent for undefined for interop member return types.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"ListToJSArray","qualifiedName":"dart:js_interop.ListToJSArray","href":"dart-js_interop/ListToJSArray.html","kind":6,"packageRank":15,"desc":"Conversions from List to JSArray.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.ListToJSArray.toJS","href":"dart-js_interop/ListToJSArray/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this List to a JSArray by either casting, unwrapping, or\ncloning the List.","enclosedBy":{"name":"ListToJSArray","kind":6,"href":"dart-js_interop/ListToJSArray.html"}},{"name":"toJSProxyOrRef","qualifiedName":"dart:js_interop.ListToJSArray.toJSProxyOrRef","href":"dart-js_interop/ListToJSArray/toJSProxyOrRef.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this List to a JSArray by either casting, unwrapping, or\nproxying the List.","enclosedBy":{"name":"ListToJSArray","kind":6,"href":"dart-js_interop/ListToJSArray.html"}},{"name":"NullRejectionException","qualifiedName":"dart:js_interop.NullRejectionException","href":"dart-js_interop/NullRejectionException-class.html","kind":3,"packageRank":15,"desc":"Exception for when a JSPromise that is converted via\nJSPromiseToFuture.toDart is rejected with a null or undefined value.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"NullRejectionException.new","qualifiedName":"dart:js_interop.NullRejectionException.NullRejectionException.new","href":"dart-js_interop/NullRejectionException/NullRejectionException.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"NullRejectionException","kind":3,"href":"dart-js_interop/NullRejectionException-class.html"}},{"name":"isUndefined","qualifiedName":"dart:js_interop.NullRejectionException.isUndefined","href":"dart-js_interop/NullRejectionException/isUndefined.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NullRejectionException","kind":3,"href":"dart-js_interop/NullRejectionException-class.html"}},{"name":"toString","qualifiedName":"dart:js_interop.NullRejectionException.toString","href":"dart-js_interop/NullRejectionException/toString.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"A string representation of this object.","enclosedBy":{"name":"NullRejectionException","kind":3,"href":"dart-js_interop/NullRejectionException-class.html"}},{"name":"NullableObjectUtilExtension","qualifiedName":"dart:js_interop.NullableObjectUtilExtension","href":"dart-js_interop/NullableObjectUtilExtension.html","kind":6,"packageRank":15,"desc":"Common utility functions for Object?s.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"jsify","qualifiedName":"dart:js_interop.NullableObjectUtilExtension.jsify","href":"dart-js_interop/NullableObjectUtilExtension/jsify.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Converts a Dart JSON-like object to the JavaScript equivalent if possible.","enclosedBy":{"name":"NullableObjectUtilExtension","kind":6,"href":"dart-js_interop/NullableObjectUtilExtension.html"}},{"name":"NullableUndefineableJSAnyExtension","qualifiedName":"dart:js_interop.NullableUndefineableJSAnyExtension","href":"dart-js_interop/NullableUndefineableJSAnyExtension.html","kind":6,"packageRank":15,"desc":"Helper members to determine if a value is JavaScript undefined or null.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"isDefinedAndNotNull","qualifiedName":"dart:js_interop.NullableUndefineableJSAnyExtension.isDefinedAndNotNull","href":"dart-js_interop/NullableUndefineableJSAnyExtension/isDefinedAndNotNull.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NullableUndefineableJSAnyExtension","kind":6,"href":"dart-js_interop/NullableUndefineableJSAnyExtension.html"}},{"name":"isNull","qualifiedName":"dart:js_interop.NullableUndefineableJSAnyExtension.isNull","href":"dart-js_interop/NullableUndefineableJSAnyExtension/isNull.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether this value corresponds to JavaScript null.","enclosedBy":{"name":"NullableUndefineableJSAnyExtension","kind":6,"href":"dart-js_interop/NullableUndefineableJSAnyExtension.html"}},{"name":"isUndefined","qualifiedName":"dart:js_interop.NullableUndefineableJSAnyExtension.isUndefined","href":"dart-js_interop/NullableUndefineableJSAnyExtension/isUndefined.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether this value corresponds to JavaScript undefined.","enclosedBy":{"name":"NullableUndefineableJSAnyExtension","kind":6,"href":"dart-js_interop/NullableUndefineableJSAnyExtension.html"}},{"name":"isUndefinedOrNull","qualifiedName":"dart:js_interop.NullableUndefineableJSAnyExtension.isUndefinedOrNull","href":"dart-js_interop/NullableUndefineableJSAnyExtension/isUndefinedOrNull.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"NullableUndefineableJSAnyExtension","kind":6,"href":"dart-js_interop/NullableUndefineableJSAnyExtension.html"}},{"name":"NumToJSExtension","qualifiedName":"dart:js_interop.NumToJSExtension","href":"dart-js_interop/NumToJSExtension.html","kind":6,"packageRank":15,"desc":"Conversions from num to JSNumber.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.NumToJSExtension.toJS","href":"dart-js_interop/NumToJSExtension/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this num to a JSNumber.","enclosedBy":{"name":"NumToJSExtension","kind":6,"href":"dart-js_interop/NumToJSExtension.html"}},{"name":"ObjectToExternalDartReference","qualifiedName":"dart:js_interop.ObjectToExternalDartReference","href":"dart-js_interop/ObjectToExternalDartReference.html","kind":6,"packageRank":15,"desc":"Conversions from a value of type T to ExternalDartReference.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toExternalReference","qualifiedName":"dart:js_interop.ObjectToExternalDartReference.toExternalReference","href":"dart-js_interop/ObjectToExternalDartReference/toExternalReference.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"An opaque reference to this value of type T which can be passed to\nJavaScript.","enclosedBy":{"name":"ObjectToExternalDartReference","kind":6,"href":"dart-js_interop/ObjectToExternalDartReference.html"}},{"name":"ObjectToJSBoxedDartObject","qualifiedName":"dart:js_interop.ObjectToJSBoxedDartObject","href":"dart-js_interop/ObjectToJSBoxedDartObject.html","kind":6,"packageRank":15,"desc":"Conversions from Object to JSBoxedDartObject.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJSBox","qualifiedName":"dart:js_interop.ObjectToJSBoxedDartObject.toJSBox","href":"dart-js_interop/ObjectToJSBoxedDartObject/toJSBox.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A JavaScript object that wraps this Object.","enclosedBy":{"name":"ObjectToJSBoxedDartObject","kind":6,"href":"dart-js_interop/ObjectToJSBoxedDartObject.html"}},{"name":"StringToJSString","qualifiedName":"dart:js_interop.StringToJSString","href":"dart-js_interop/StringToJSString.html","kind":6,"packageRank":15,"desc":"Conversions from String to JSString.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.StringToJSString.toJS","href":"dart-js_interop/StringToJSString/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this String to a JSString.","enclosedBy":{"name":"StringToJSString","kind":6,"href":"dart-js_interop/StringToJSString.html"}},{"name":"Uint8ClampedListToJSUint8ClampedArray","qualifiedName":"dart:js_interop.Uint8ClampedListToJSUint8ClampedArray","href":"dart-js_interop/Uint8ClampedListToJSUint8ClampedArray.html","kind":6,"packageRank":15,"desc":"Conversions from Uint8ClampedList to JSUint8ClampedArray.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.Uint8ClampedListToJSUint8ClampedArray.toJS","href":"dart-js_interop/Uint8ClampedListToJSUint8ClampedArray/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this Uint8ClampedList to a JSUint8ClampedArray by either\ncasting, unwrapping, or cloning the Uint8ClampedList.","enclosedBy":{"name":"Uint8ClampedListToJSUint8ClampedArray","kind":6,"href":"dart-js_interop/Uint8ClampedListToJSUint8ClampedArray.html"}},{"name":"Uint8ListToJSUint8Array","qualifiedName":"dart:js_interop.Uint8ListToJSUint8Array","href":"dart-js_interop/Uint8ListToJSUint8Array.html","kind":6,"packageRank":15,"desc":"Conversions from Uint8List to JSUint8Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.Uint8ListToJSUint8Array.toJS","href":"dart-js_interop/Uint8ListToJSUint8Array/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this Uint8List to a JSUint8Array by either casting,\nunwrapping, or cloning the Uint8List.","enclosedBy":{"name":"Uint8ListToJSUint8Array","kind":6,"href":"dart-js_interop/Uint8ListToJSUint8Array.html"}},{"name":"Uint16ListToJSUint16Array","qualifiedName":"dart:js_interop.Uint16ListToJSUint16Array","href":"dart-js_interop/Uint16ListToJSUint16Array.html","kind":6,"packageRank":15,"desc":"Conversions from Uint16List to JSUint16Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.Uint16ListToJSUint16Array.toJS","href":"dart-js_interop/Uint16ListToJSUint16Array/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this Uint16List to a JSUint16Array by either casting,\nunwrapping, or cloning the Uint16List.","enclosedBy":{"name":"Uint16ListToJSUint16Array","kind":6,"href":"dart-js_interop/Uint16ListToJSUint16Array.html"}},{"name":"Uint32ListToJSUint32Array","qualifiedName":"dart:js_interop.Uint32ListToJSUint32Array","href":"dart-js_interop/Uint32ListToJSUint32Array.html","kind":6,"packageRank":15,"desc":"Conversions from Uint32List to JSUint32Array.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"toJS","qualifiedName":"dart:js_interop.Uint32ListToJSUint32Array.toJS","href":"dart-js_interop/Uint32ListToJSUint32Array/toJS.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Converts this Uint32List to a JSUint32Array by either casting,\nunwrapping, or cloning the Uint32List.","enclosedBy":{"name":"Uint32ListToJSUint32Array","kind":6,"href":"dart-js_interop/Uint32ListToJSUint32Array.html"}},{"name":"anonymous","qualifiedName":"dart:js_interop.anonymous","href":"dart-js_interop/anonymous-constant.html","kind":19,"packageRank":15,"desc":"An annotation that indicates a JS annotated class is structural and does\nnot have a known JavaScript prototype.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"createJSInteropWrapper","qualifiedName":"dart:js_interop.createJSInteropWrapper","href":"dart-js_interop/createJSInteropWrapper.html","kind":8,"packageRank":15,"desc":"Given a instance of a Dart class that contains an @JSExport\nannotation, creates a JavaScript object that wraps the given Dart object.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"globalContext","qualifiedName":"dart:js_interop.globalContext","href":"dart-js_interop/globalContext.html","kind":20,"packageRank":15,"desc":"The global scope that is used to find user-declared interop members.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"importModule","qualifiedName":"dart:js_interop.importModule","href":"dart-js_interop/importModule.html","kind":8,"packageRank":15,"desc":"Dynamically imports a JavaScript module with the given moduleName using\nthe JavaScript import() syntax.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"staticInterop","qualifiedName":"dart:js_interop.staticInterop","href":"dart-js_interop/staticInterop-constant.html","kind":19,"packageRank":15,"desc":"staticInterop enables the JS annotated class to be treated as a \"static\"\ninterop class.","enclosedBy":{"name":"dart:js_interop","kind":9,"href":"dart-js_interop/"}},{"name":"dart:js_interop_unsafe","qualifiedName":"dart:js_interop_unsafe","href":"dart-js_interop_unsafe/","kind":9,"packageRank":15,"desc":"Utility methods to manipulate JavaScript objects dynamically."},{"name":"JSFunctionUnsafeUtilExtension","qualifiedName":"dart:js_interop_unsafe.JSFunctionUnsafeUtilExtension","href":"dart-js_interop_unsafe/JSFunctionUnsafeUtilExtension.html","kind":6,"packageRank":15,"desc":"Utility methods to call JSFunctions as constructors.","enclosedBy":{"name":"dart:js_interop_unsafe","kind":9,"href":"dart-js_interop_unsafe/"}},{"name":"callAsConstructor","qualifiedName":"dart:js_interop_unsafe.JSFunctionUnsafeUtilExtension.callAsConstructor","href":"dart-js_interop_unsafe/JSFunctionUnsafeUtilExtension/callAsConstructor.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Calls this JSFunction as a constructor with up to four arguments.","enclosedBy":{"name":"JSFunctionUnsafeUtilExtension","kind":6,"href":"dart-js_interop_unsafe/JSFunctionUnsafeUtilExtension.html"}},{"name":"callAsConstructorVarArgs","qualifiedName":"dart:js_interop_unsafe.JSFunctionUnsafeUtilExtension.callAsConstructorVarArgs","href":"dart-js_interop_unsafe/JSFunctionUnsafeUtilExtension/callAsConstructorVarArgs.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Calls this JSFunction as a constructor with a variable number of\narguments.","enclosedBy":{"name":"JSFunctionUnsafeUtilExtension","kind":6,"href":"dart-js_interop_unsafe/JSFunctionUnsafeUtilExtension.html"}},{"name":"JSObjectUnsafeUtilExtension","qualifiedName":"dart:js_interop_unsafe.JSObjectUnsafeUtilExtension","href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension.html","kind":6,"packageRank":15,"desc":"Utility methods to check, get, set, and call properties on a JSObject.","enclosedBy":{"name":"dart:js_interop_unsafe","kind":9,"href":"dart-js_interop_unsafe/"}},{"name":"callMethod","qualifiedName":"dart:js_interop_unsafe.JSObjectUnsafeUtilExtension.callMethod","href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension/callMethod.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Calls method on this JSObject with up to four arguments.","enclosedBy":{"name":"JSObjectUnsafeUtilExtension","kind":6,"href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension.html"}},{"name":"callMethodVarArgs","qualifiedName":"dart:js_interop_unsafe.JSObjectUnsafeUtilExtension.callMethodVarArgs","href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension/callMethodVarArgs.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Calls method on this JSObject with a variable number of arguments.","enclosedBy":{"name":"JSObjectUnsafeUtilExtension","kind":6,"href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension.html"}},{"name":"delete","qualifiedName":"dart:js_interop_unsafe.JSObjectUnsafeUtilExtension.delete","href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension/delete.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Deletes the property with key property from this JSObject.","enclosedBy":{"name":"JSObjectUnsafeUtilExtension","kind":6,"href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension.html"}},{"name":"getProperty","qualifiedName":"dart:js_interop_unsafe.JSObjectUnsafeUtilExtension.getProperty","href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension/getProperty.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The value of the property key property of this JSObject.","enclosedBy":{"name":"JSObjectUnsafeUtilExtension","kind":6,"href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension.html"}},{"name":"has","qualifiedName":"dart:js_interop_unsafe.JSObjectUnsafeUtilExtension.has","href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension/has.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Shorthand helper for hasProperty to check whether this JSObject\ncontains the property key property, but takes and returns a Dart value.","enclosedBy":{"name":"JSObjectUnsafeUtilExtension","kind":6,"href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension.html"}},{"name":"hasProperty","qualifiedName":"dart:js_interop_unsafe.JSObjectUnsafeUtilExtension.hasProperty","href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension/hasProperty.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Whether or not this JSObject contains the property key property.","enclosedBy":{"name":"JSObjectUnsafeUtilExtension","kind":6,"href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension.html"}},{"name":"operator []","qualifiedName":"dart:js_interop_unsafe.JSObjectUnsafeUtilExtension.operator []","href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension/operator_get.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Shorthand helper for getProperty to get the value of the property key\nproperty of this JSObject, but takes a Dart value.","enclosedBy":{"name":"JSObjectUnsafeUtilExtension","kind":6,"href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension.html"}},{"name":"operator []=","qualifiedName":"dart:js_interop_unsafe.JSObjectUnsafeUtilExtension.operator []=","href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension/operator_put.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Shorthand helper for setProperty to write the value of the property\nkey property of this JSObject, but takes a Dart value.","enclosedBy":{"name":"JSObjectUnsafeUtilExtension","kind":6,"href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension.html"}},{"name":"setProperty","qualifiedName":"dart:js_interop_unsafe.JSObjectUnsafeUtilExtension.setProperty","href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension/setProperty.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Write the value of property key property of this JSObject.","enclosedBy":{"name":"JSObjectUnsafeUtilExtension","kind":6,"href":"dart-js_interop_unsafe/JSObjectUnsafeUtilExtension.html"}},{"name":"dart:math","qualifiedName":"dart:math","href":"dart-math/","kind":9,"packageRank":10,"desc":"Mathematical constants and functions, plus a random number generator."},{"name":"MutableRectangle","qualifiedName":"dart:math.MutableRectangle","href":"dart-math/MutableRectangle-class.html","kind":3,"packageRank":10,"desc":"A class for representing two-dimensional axis-aligned rectangles with\nmutable properties.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"MutableRectangle.fromPoints","qualifiedName":"dart:math.MutableRectangle.MutableRectangle.fromPoints","href":"dart-math/MutableRectangle/MutableRectangle.fromPoints.html","kind":2,"packageRank":10,"desc":"Create a mutable rectangle spanned by the points a and b;","enclosedBy":{"name":"MutableRectangle","kind":3,"href":"dart-math/MutableRectangle-class.html"}},{"name":"MutableRectangle.new","qualifiedName":"dart:math.MutableRectangle.MutableRectangle.new","href":"dart-math/MutableRectangle/MutableRectangle.html","kind":2,"packageRank":10,"desc":"Create a mutable rectangle spanned by (left, top) and\n(left+width, top+height).","enclosedBy":{"name":"MutableRectangle","kind":3,"href":"dart-math/MutableRectangle-class.html"}},{"name":"height","qualifiedName":"dart:math.MutableRectangle.height","href":"dart-math/MutableRectangle/height.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The height of the rectangle.","enclosedBy":{"name":"MutableRectangle","kind":3,"href":"dart-math/MutableRectangle-class.html"}},{"name":"left","qualifiedName":"dart:math.MutableRectangle.left","href":"dart-math/MutableRectangle/left.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The x-coordinate of the left edge.","enclosedBy":{"name":"MutableRectangle","kind":3,"href":"dart-math/MutableRectangle-class.html"}},{"name":"top","qualifiedName":"dart:math.MutableRectangle.top","href":"dart-math/MutableRectangle/top.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The y-coordinate of the left edge.","enclosedBy":{"name":"MutableRectangle","kind":3,"href":"dart-math/MutableRectangle-class.html"}},{"name":"width","qualifiedName":"dart:math.MutableRectangle.width","href":"dart-math/MutableRectangle/width.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The width of the rectangle.","enclosedBy":{"name":"MutableRectangle","kind":3,"href":"dart-math/MutableRectangle-class.html"}},{"name":"Point","qualifiedName":"dart:math.Point","href":"dart-math/Point-class.html","kind":3,"packageRank":10,"desc":"A utility class for representing two-dimensional positions.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"Point.new","qualifiedName":"dart:math.Point.Point.new","href":"dart-math/Point/Point.html","kind":2,"packageRank":10,"desc":"Creates a point with the provided x and y coordinates.","enclosedBy":{"name":"Point","kind":3,"href":"dart-math/Point-class.html"}},{"name":"distanceTo","qualifiedName":"dart:math.Point.distanceTo","href":"dart-math/Point/distanceTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the distance between this and other.","enclosedBy":{"name":"Point","kind":3,"href":"dart-math/Point-class.html"}},{"name":"hashCode","qualifiedName":"dart:math.Point.hashCode","href":"dart-math/Point/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"Point","kind":3,"href":"dart-math/Point-class.html"}},{"name":"magnitude","qualifiedName":"dart:math.Point.magnitude","href":"dart-math/Point/magnitude.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Get the straight line (Euclidean) distance between the origin (0, 0) and\nthis point.","enclosedBy":{"name":"Point","kind":3,"href":"dart-math/Point-class.html"}},{"name":"operator *","qualifiedName":"dart:math.Point.operator *","href":"dart-math/Point/operator_multiply.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Scale this point by factor as if it were a vector.","enclosedBy":{"name":"Point","kind":3,"href":"dart-math/Point-class.html"}},{"name":"operator +","qualifiedName":"dart:math.Point.operator +","href":"dart-math/Point/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Add other to this, as if both points were vectors.","enclosedBy":{"name":"Point","kind":3,"href":"dart-math/Point-class.html"}},{"name":"operator -","qualifiedName":"dart:math.Point.operator -","href":"dart-math/Point/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Subtract other from this, as if both points were vectors.","enclosedBy":{"name":"Point","kind":3,"href":"dart-math/Point-class.html"}},{"name":"operator ==","qualifiedName":"dart:math.Point.operator ==","href":"dart-math/Point/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Whether other is a point with the same coordinates as this point.","enclosedBy":{"name":"Point","kind":3,"href":"dart-math/Point-class.html"}},{"name":"squaredDistanceTo","qualifiedName":"dart:math.Point.squaredDistanceTo","href":"dart-math/Point/squaredDistanceTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the squared distance between this and other.","enclosedBy":{"name":"Point","kind":3,"href":"dart-math/Point-class.html"}},{"name":"toString","qualifiedName":"dart:math.Point.toString","href":"dart-math/Point/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Point","kind":3,"href":"dart-math/Point-class.html"}},{"name":"x","qualifiedName":"dart:math.Point.x","href":"dart-math/Point/x.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Point","kind":3,"href":"dart-math/Point-class.html"}},{"name":"y","qualifiedName":"dart:math.Point.y","href":"dart-math/Point/y.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Point","kind":3,"href":"dart-math/Point-class.html"}},{"name":"Random","qualifiedName":"dart:math.Random","href":"dart-math/Random-class.html","kind":3,"packageRank":10,"desc":"A generator of random bool, int, or double values.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"Random.new","qualifiedName":"dart:math.Random.Random.new","href":"dart-math/Random/Random.html","kind":2,"packageRank":10,"desc":"Creates a random number generator.","enclosedBy":{"name":"Random","kind":3,"href":"dart-math/Random-class.html"}},{"name":"Random.secure","qualifiedName":"dart:math.Random.Random.secure","href":"dart-math/Random/Random.secure.html","kind":2,"packageRank":10,"desc":"Creates a cryptographically secure random number generator.","enclosedBy":{"name":"Random","kind":3,"href":"dart-math/Random-class.html"}},{"name":"nextBool","qualifiedName":"dart:math.Random.nextBool","href":"dart-math/Random/nextBool.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Generates a random boolean value.","enclosedBy":{"name":"Random","kind":3,"href":"dart-math/Random-class.html"}},{"name":"nextDouble","qualifiedName":"dart:math.Random.nextDouble","href":"dart-math/Random/nextDouble.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Generates a non-negative random floating point value uniformly distributed\nin the range from 0.0, inclusive, to 1.0, exclusive.","enclosedBy":{"name":"Random","kind":3,"href":"dart-math/Random-class.html"}},{"name":"nextInt","qualifiedName":"dart:math.Random.nextInt","href":"dart-math/Random/nextInt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Generates a non-negative random integer uniformly distributed in the range\nfrom 0, inclusive, to max, exclusive.","enclosedBy":{"name":"Random","kind":3,"href":"dart-math/Random-class.html"}},{"name":"Rectangle","qualifiedName":"dart:math.Rectangle","href":"dart-math/Rectangle-class.html","kind":3,"packageRank":10,"desc":"A class for representing two-dimensional rectangles whose properties are\nimmutable.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"Rectangle.fromPoints","qualifiedName":"dart:math.Rectangle.Rectangle.fromPoints","href":"dart-math/Rectangle/Rectangle.fromPoints.html","kind":2,"packageRank":10,"desc":"Create a rectangle spanned by the points a and b;","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"Rectangle.new","qualifiedName":"dart:math.Rectangle.Rectangle.new","href":"dart-math/Rectangle/Rectangle.html","kind":2,"packageRank":10,"desc":"Create a rectangle spanned by (left, top) and\n(left+width, top+height).","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"bottom","qualifiedName":"dart:math.Rectangle.bottom","href":"dart-math/Rectangle/bottom.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The y-coordinate of the bottom edge.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"bottomLeft","qualifiedName":"dart:math.Rectangle.bottomLeft","href":"dart-math/Rectangle/bottomLeft.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"bottomRight","qualifiedName":"dart:math.Rectangle.bottomRight","href":"dart-math/Rectangle/bottomRight.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"boundingBox","qualifiedName":"dart:math.Rectangle.boundingBox","href":"dart-math/Rectangle/boundingBox.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new rectangle which completely contains this and other.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"containsPoint","qualifiedName":"dart:math.Rectangle.containsPoint","href":"dart-math/Rectangle/containsPoint.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Tests whether another is inside or along the edges of this.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"containsRectangle","qualifiedName":"dart:math.Rectangle.containsRectangle","href":"dart-math/Rectangle/containsRectangle.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Tests whether this entirely contains another.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"hashCode","qualifiedName":"dart:math.Rectangle.hashCode","href":"dart-math/Rectangle/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"height","qualifiedName":"dart:math.Rectangle.height","href":"dart-math/Rectangle/height.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The height of the rectangle.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"intersection","qualifiedName":"dart:math.Rectangle.intersection","href":"dart-math/Rectangle/intersection.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Computes the intersection of this and other.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"intersects","qualifiedName":"dart:math.Rectangle.intersects","href":"dart-math/Rectangle/intersects.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns true if this intersects other.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"left","qualifiedName":"dart:math.Rectangle.left","href":"dart-math/Rectangle/left.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The x-coordinate of the left edge.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"operator ==","qualifiedName":"dart:math.Rectangle.operator ==","href":"dart-math/Rectangle/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"right","qualifiedName":"dart:math.Rectangle.right","href":"dart-math/Rectangle/right.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The x-coordinate of the right edge.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"toString","qualifiedName":"dart:math.Rectangle.toString","href":"dart-math/Rectangle/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"top","qualifiedName":"dart:math.Rectangle.top","href":"dart-math/Rectangle/top.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The y-coordinate of the top edge.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"topLeft","qualifiedName":"dart:math.Rectangle.topLeft","href":"dart-math/Rectangle/topLeft.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"topRight","qualifiedName":"dart:math.Rectangle.topRight","href":"dart-math/Rectangle/topRight.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"width","qualifiedName":"dart:math.Rectangle.width","href":"dart-math/Rectangle/width.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The width of the rectangle.","enclosedBy":{"name":"Rectangle","kind":3,"href":"dart-math/Rectangle-class.html"}},{"name":"acos","qualifiedName":"dart:math.acos","href":"dart-math/acos.html","kind":8,"packageRank":10,"desc":"Converts x to a double and returns its arc cosine in radians.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"asin","qualifiedName":"dart:math.asin","href":"dart-math/asin.html","kind":8,"packageRank":10,"desc":"Converts x to a double and returns its arc sine in radians.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"atan","qualifiedName":"dart:math.atan","href":"dart-math/atan.html","kind":8,"packageRank":10,"desc":"Converts x to a double and returns its arc tangent in radians.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"atan2","qualifiedName":"dart:math.atan2","href":"dart-math/atan2.html","kind":8,"packageRank":10,"desc":"A variant of atan.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"cos","qualifiedName":"dart:math.cos","href":"dart-math/cos.html","kind":8,"packageRank":10,"desc":"Converts radians to a double and returns the cosine of the value.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"e","qualifiedName":"dart:math.e","href":"dart-math/e-constant.html","kind":19,"packageRank":10,"desc":"Base of the natural logarithms.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"exp","qualifiedName":"dart:math.exp","href":"dart-math/exp.html","kind":8,"packageRank":10,"desc":"Converts x to a double and returns the natural exponent, e,\nto the power x.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"ln2","qualifiedName":"dart:math.ln2","href":"dart-math/ln2-constant.html","kind":19,"packageRank":10,"desc":"Natural logarithm of 2.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"ln10","qualifiedName":"dart:math.ln10","href":"dart-math/ln10-constant.html","kind":19,"packageRank":10,"desc":"Natural logarithm of 10.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"log","qualifiedName":"dart:math.log","href":"dart-math/log.html","kind":8,"packageRank":10,"desc":"Converts x to a double and returns the natural logarithm of the value.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"log2e","qualifiedName":"dart:math.log2e","href":"dart-math/log2e-constant.html","kind":19,"packageRank":10,"desc":"Base-2 logarithm of e.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"log10e","qualifiedName":"dart:math.log10e","href":"dart-math/log10e-constant.html","kind":19,"packageRank":10,"desc":"Base-10 logarithm of e.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"max","qualifiedName":"dart:math.max","href":"dart-math/max.html","kind":8,"packageRank":10,"desc":"Returns the larger of two numbers.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"min","qualifiedName":"dart:math.min","href":"dart-math/min.html","kind":8,"packageRank":10,"desc":"Returns the lesser of two numbers.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"pi","qualifiedName":"dart:math.pi","href":"dart-math/pi-constant.html","kind":19,"packageRank":10,"desc":"The PI constant.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"pow","qualifiedName":"dart:math.pow","href":"dart-math/pow.html","kind":8,"packageRank":10,"desc":"Returns x to the power of exponent.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"sin","qualifiedName":"dart:math.sin","href":"dart-math/sin.html","kind":8,"packageRank":10,"desc":"Converts radians to a double and returns the sine of the value.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"sqrt","qualifiedName":"dart:math.sqrt","href":"dart-math/sqrt.html","kind":8,"packageRank":10,"desc":"Converts x to a double and returns the positive square root of the\nvalue.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"sqrt1_2","qualifiedName":"dart:math.sqrt1_2","href":"dart-math/sqrt1_2-constant.html","kind":19,"packageRank":10,"desc":"Square root of 1/2.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"sqrt2","qualifiedName":"dart:math.sqrt2","href":"dart-math/sqrt2-constant.html","kind":19,"packageRank":10,"desc":"Square root of 2.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"tan","qualifiedName":"dart:math.tan","href":"dart-math/tan.html","kind":8,"packageRank":10,"desc":"Converts radians to a double and returns the tangent of the value.","enclosedBy":{"name":"dart:math","kind":9,"href":"dart-math/"}},{"name":"dart:typed_data","qualifiedName":"dart:typed_data","href":"dart-typed_data/","kind":9,"packageRank":10,"desc":"Lists that efficiently handle fixed sized data\n(for example, unsigned 8 byte integers) and SIMD numeric types."},{"name":"ByteBuffer","qualifiedName":"dart:typed_data.ByteBuffer","href":"dart-typed_data/ByteBuffer-class.html","kind":3,"packageRank":10,"desc":"A sequence of bytes underlying a typed data object.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"asByteData","qualifiedName":"dart:typed_data.ByteBuffer.asByteData","href":"dart-typed_data/ByteBuffer/asByteData.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a ByteData view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asFloat32List","qualifiedName":"dart:typed_data.ByteBuffer.asFloat32List","href":"dart-typed_data/ByteBuffer/asFloat32List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Float32List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asFloat32x4List","qualifiedName":"dart:typed_data.ByteBuffer.asFloat32x4List","href":"dart-typed_data/ByteBuffer/asFloat32x4List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Float32x4List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asFloat64List","qualifiedName":"dart:typed_data.ByteBuffer.asFloat64List","href":"dart-typed_data/ByteBuffer/asFloat64List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Float64List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asFloat64x2List","qualifiedName":"dart:typed_data.ByteBuffer.asFloat64x2List","href":"dart-typed_data/ByteBuffer/asFloat64x2List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Float64x2List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asInt8List","qualifiedName":"dart:typed_data.ByteBuffer.asInt8List","href":"dart-typed_data/ByteBuffer/asInt8List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Int8List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asInt16List","qualifiedName":"dart:typed_data.ByteBuffer.asInt16List","href":"dart-typed_data/ByteBuffer/asInt16List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Int16List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asInt32List","qualifiedName":"dart:typed_data.ByteBuffer.asInt32List","href":"dart-typed_data/ByteBuffer/asInt32List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Int32List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asInt32x4List","qualifiedName":"dart:typed_data.ByteBuffer.asInt32x4List","href":"dart-typed_data/ByteBuffer/asInt32x4List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Int32x4List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asInt64List","qualifiedName":"dart:typed_data.ByteBuffer.asInt64List","href":"dart-typed_data/ByteBuffer/asInt64List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Int64List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asUint8ClampedList","qualifiedName":"dart:typed_data.ByteBuffer.asUint8ClampedList","href":"dart-typed_data/ByteBuffer/asUint8ClampedList.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Uint8ClampedList view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asUint8List","qualifiedName":"dart:typed_data.ByteBuffer.asUint8List","href":"dart-typed_data/ByteBuffer/asUint8List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Uint8List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asUint16List","qualifiedName":"dart:typed_data.ByteBuffer.asUint16List","href":"dart-typed_data/ByteBuffer/asUint16List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Uint16List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asUint32List","qualifiedName":"dart:typed_data.ByteBuffer.asUint32List","href":"dart-typed_data/ByteBuffer/asUint32List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Uint32List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"asUint64List","qualifiedName":"dart:typed_data.ByteBuffer.asUint64List","href":"dart-typed_data/ByteBuffer/asUint64List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Uint64List view of a region of this byte buffer.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"lengthInBytes","qualifiedName":"dart:typed_data.ByteBuffer.lengthInBytes","href":"dart-typed_data/ByteBuffer/lengthInBytes.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The length of this byte buffer, in bytes.","enclosedBy":{"name":"ByteBuffer","kind":3,"href":"dart-typed_data/ByteBuffer-class.html"}},{"name":"ByteData","qualifiedName":"dart:typed_data.ByteData","href":"dart-typed_data/ByteData-class.html","kind":3,"packageRank":10,"desc":"A fixed-length, random-access sequence of bytes that also provides random\nand unaligned access to the fixed-width integers and floating point\nnumbers represented by those bytes.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"ByteData.new","qualifiedName":"dart:typed_data.ByteData.ByteData.new","href":"dart-typed_data/ByteData/ByteData.html","kind":2,"packageRank":10,"desc":"Creates a ByteData of the specified length (in elements), all of\nwhose bytes are initially zero.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"ByteData.sublistView","qualifiedName":"dart:typed_data.ByteData.ByteData.sublistView","href":"dart-typed_data/ByteData/ByteData.sublistView.html","kind":2,"packageRank":10,"desc":"Creates a ByteData view on a range of elements of data.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"ByteData.view","qualifiedName":"dart:typed_data.ByteData.ByteData.view","href":"dart-typed_data/ByteData/ByteData.view.html","kind":2,"packageRank":10,"desc":"Creates an ByteData view of the specified region in buffer.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.ByteData.asUnmodifiableView","href":"dart-typed_data/ByteData/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this ByteData.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"getFloat32","qualifiedName":"dart:typed_data.ByteData.getFloat32","href":"dart-typed_data/ByteData/getFloat32.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The floating point number represented by the four bytes at\nthe specified byteOffset in this object, in IEEE 754\nsingle-precision binary floating-point format (binary32).","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"getFloat64","qualifiedName":"dart:typed_data.ByteData.getFloat64","href":"dart-typed_data/ByteData/getFloat64.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The floating point number represented by the eight bytes at\nthe specified byteOffset in this object, in IEEE 754\ndouble-precision binary floating-point format (binary64).","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"getInt8","qualifiedName":"dart:typed_data.ByteData.getInt8","href":"dart-typed_data/ByteData/getInt8.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The (possibly negative) integer represented by the byte at the\nspecified byteOffset in this object, in two's complement binary\nrepresentation.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"getInt16","qualifiedName":"dart:typed_data.ByteData.getInt16","href":"dart-typed_data/ByteData/getInt16.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The (possibly negative) integer represented by the two bytes at\nthe specified byteOffset in this object, in two's complement binary\nform.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"getInt32","qualifiedName":"dart:typed_data.ByteData.getInt32","href":"dart-typed_data/ByteData/getInt32.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The (possibly negative) integer represented by the four bytes at\nthe specified byteOffset in this object, in two's complement binary\nform.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"getInt64","qualifiedName":"dart:typed_data.ByteData.getInt64","href":"dart-typed_data/ByteData/getInt64.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The (possibly negative) integer represented by the eight bytes at\nthe specified byteOffset in this object, in two's complement binary\nform.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"getUint8","qualifiedName":"dart:typed_data.ByteData.getUint8","href":"dart-typed_data/ByteData/getUint8.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The positive integer represented by the byte at the specified\nbyteOffset in this object, in unsigned binary form.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"getUint16","qualifiedName":"dart:typed_data.ByteData.getUint16","href":"dart-typed_data/ByteData/getUint16.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The positive integer represented by the two bytes starting\nat the specified byteOffset in this object, in unsigned binary\nform.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"getUint32","qualifiedName":"dart:typed_data.ByteData.getUint32","href":"dart-typed_data/ByteData/getUint32.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The positive integer represented by the four bytes starting\nat the specified byteOffset in this object, in unsigned binary\nform.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"getUint64","qualifiedName":"dart:typed_data.ByteData.getUint64","href":"dart-typed_data/ByteData/getUint64.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The positive integer represented by the eight bytes starting\nat the specified byteOffset in this object, in unsigned binary\nform.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"setFloat32","qualifiedName":"dart:typed_data.ByteData.setFloat32","href":"dart-typed_data/ByteData/setFloat32.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the four bytes starting at the specified byteOffset in this\nobject to the IEEE 754 single-precision binary floating-point\n(binary32) representation of the specified value.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"setFloat64","qualifiedName":"dart:typed_data.ByteData.setFloat64","href":"dart-typed_data/ByteData/setFloat64.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the eight bytes starting at the specified byteOffset in this\nobject to the IEEE 754 double-precision binary floating-point\n(binary64) representation of the specified value.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"setInt8","qualifiedName":"dart:typed_data.ByteData.setInt8","href":"dart-typed_data/ByteData/setInt8.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the byte at the specified byteOffset in this object to the\ntwo's complement binary representation of the specified value, which\nmust fit in a single byte.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"setInt16","qualifiedName":"dart:typed_data.ByteData.setInt16","href":"dart-typed_data/ByteData/setInt16.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the two bytes starting at the specified byteOffset in this\nobject to the two's complement binary representation of the specified\nvalue, which must fit in two bytes.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"setInt32","qualifiedName":"dart:typed_data.ByteData.setInt32","href":"dart-typed_data/ByteData/setInt32.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the four bytes starting at the specified byteOffset in this\nobject to the two's complement binary representation of the specified\nvalue, which must fit in four bytes.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"setInt64","qualifiedName":"dart:typed_data.ByteData.setInt64","href":"dart-typed_data/ByteData/setInt64.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the eight bytes starting at the specified byteOffset in this\nobject to the two's complement binary representation of the specified\nvalue, which must fit in eight bytes.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"setUint8","qualifiedName":"dart:typed_data.ByteData.setUint8","href":"dart-typed_data/ByteData/setUint8.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the byte at the specified byteOffset in this object to the\nunsigned binary representation of the specified value, which must fit\nin a single byte.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"setUint16","qualifiedName":"dart:typed_data.ByteData.setUint16","href":"dart-typed_data/ByteData/setUint16.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the two bytes starting at the specified byteOffset in this object\nto the unsigned binary representation of the specified value,\nwhich must fit in two bytes.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"setUint32","qualifiedName":"dart:typed_data.ByteData.setUint32","href":"dart-typed_data/ByteData/setUint32.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the four bytes starting at the specified byteOffset in this object\nto the unsigned binary representation of the specified value,\nwhich must fit in four bytes.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"setUint64","qualifiedName":"dart:typed_data.ByteData.setUint64","href":"dart-typed_data/ByteData/setUint64.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the eight bytes starting at the specified byteOffset in this object\nto the unsigned binary representation of the specified value,\nwhich must fit in eight bytes.","enclosedBy":{"name":"ByteData","kind":3,"href":"dart-typed_data/ByteData-class.html"}},{"name":"BytesBuilder","qualifiedName":"dart:typed_data.BytesBuilder","href":"dart-typed_data/BytesBuilder-class.html","kind":3,"packageRank":15,"desc":"Builds a list of bytes, allowing bytes and lists of bytes to be added at the\nend.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"BytesBuilder.new","qualifiedName":"dart:typed_data.BytesBuilder.BytesBuilder.new","href":"dart-typed_data/BytesBuilder/BytesBuilder.html","kind":2,"packageRank":15,"desc":"Construct a new empty BytesBuilder.","enclosedBy":{"name":"BytesBuilder","kind":3,"href":"dart-typed_data/BytesBuilder-class.html"}},{"name":"add","qualifiedName":"dart:typed_data.BytesBuilder.add","href":"dart-typed_data/BytesBuilder/add.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Appends bytes to the current contents of this builder.","enclosedBy":{"name":"BytesBuilder","kind":3,"href":"dart-typed_data/BytesBuilder-class.html"}},{"name":"addByte","qualifiedName":"dart:typed_data.BytesBuilder.addByte","href":"dart-typed_data/BytesBuilder/addByte.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Appends byte to the current contents of this builder.","enclosedBy":{"name":"BytesBuilder","kind":3,"href":"dart-typed_data/BytesBuilder-class.html"}},{"name":"clear","qualifiedName":"dart:typed_data.BytesBuilder.clear","href":"dart-typed_data/BytesBuilder/clear.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Clears the contents of this builder.","enclosedBy":{"name":"BytesBuilder","kind":3,"href":"dart-typed_data/BytesBuilder-class.html"}},{"name":"isEmpty","qualifiedName":"dart:typed_data.BytesBuilder.isEmpty","href":"dart-typed_data/BytesBuilder/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the buffer is empty.","enclosedBy":{"name":"BytesBuilder","kind":3,"href":"dart-typed_data/BytesBuilder-class.html"}},{"name":"isNotEmpty","qualifiedName":"dart:typed_data.BytesBuilder.isNotEmpty","href":"dart-typed_data/BytesBuilder/isNotEmpty.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the buffer is non-empty.","enclosedBy":{"name":"BytesBuilder","kind":3,"href":"dart-typed_data/BytesBuilder-class.html"}},{"name":"length","qualifiedName":"dart:typed_data.BytesBuilder.length","href":"dart-typed_data/BytesBuilder/length.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The number of bytes in this builder.","enclosedBy":{"name":"BytesBuilder","kind":3,"href":"dart-typed_data/BytesBuilder-class.html"}},{"name":"takeBytes","qualifiedName":"dart:typed_data.BytesBuilder.takeBytes","href":"dart-typed_data/BytesBuilder/takeBytes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns the bytes currently contained in this builder and clears it.","enclosedBy":{"name":"BytesBuilder","kind":3,"href":"dart-typed_data/BytesBuilder-class.html"}},{"name":"toBytes","qualifiedName":"dart:typed_data.BytesBuilder.toBytes","href":"dart-typed_data/BytesBuilder/toBytes.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns a copy of the current byte contents of this builder.","enclosedBy":{"name":"BytesBuilder","kind":3,"href":"dart-typed_data/BytesBuilder-class.html"}},{"name":"Endian","qualifiedName":"dart:typed_data.Endian","href":"dart-typed_data/Endian-class.html","kind":3,"packageRank":10,"desc":"Endianness of number representation.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"big","qualifiedName":"dart:typed_data.Endian.big","href":"dart-typed_data/Endian/big-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Endian","kind":3,"href":"dart-typed_data/Endian-class.html"}},{"name":"host","qualifiedName":"dart:typed_data.Endian.host","href":"dart-typed_data/Endian/host.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Endian","kind":3,"href":"dart-typed_data/Endian-class.html"}},{"name":"little","qualifiedName":"dart:typed_data.Endian.little","href":"dart-typed_data/Endian/little-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Endian","kind":3,"href":"dart-typed_data/Endian-class.html"}},{"name":"Float32List","qualifiedName":"dart:typed_data.Float32List","href":"dart-typed_data/Float32List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of IEEE 754 single-precision binary floating-point\nnumbers that is viewable as a TypedData.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Float32List.fromList","qualifiedName":"dart:typed_data.Float32List.Float32List.fromList","href":"dart-typed_data/Float32List/Float32List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Float32List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Float32List","kind":3,"href":"dart-typed_data/Float32List-class.html"}},{"name":"Float32List.new","qualifiedName":"dart:typed_data.Float32List.Float32List.new","href":"dart-typed_data/Float32List/Float32List.html","kind":2,"packageRank":10,"desc":"Creates a Float32List of the specified length (in elements), all of\nwhose elements are initially zero.","enclosedBy":{"name":"Float32List","kind":3,"href":"dart-typed_data/Float32List-class.html"}},{"name":"Float32List.sublistView","qualifiedName":"dart:typed_data.Float32List.Float32List.sublistView","href":"dart-typed_data/Float32List/Float32List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates an Float32List view on a range of elements of data.","enclosedBy":{"name":"Float32List","kind":3,"href":"dart-typed_data/Float32List-class.html"}},{"name":"Float32List.view","qualifiedName":"dart:typed_data.Float32List.Float32List.view","href":"dart-typed_data/Float32List/Float32List.view.html","kind":2,"packageRank":10,"desc":"Creates a Float32List view of the specified region in buffer.","enclosedBy":{"name":"Float32List","kind":3,"href":"dart-typed_data/Float32List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Float32List.asUnmodifiableView","href":"dart-typed_data/Float32List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Float32List.","enclosedBy":{"name":"Float32List","kind":3,"href":"dart-typed_data/Float32List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Float32List.bytesPerElement","href":"dart-typed_data/Float32List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Float32List","kind":3,"href":"dart-typed_data/Float32List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Float32List.operator +","href":"dart-typed_data/Float32List/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Float32List","kind":3,"href":"dart-typed_data/Float32List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Float32List.sublist","href":"dart-typed_data/Float32List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Float32List","kind":3,"href":"dart-typed_data/Float32List-class.html"}},{"name":"Float32x4","qualifiedName":"dart:typed_data.Float32x4","href":"dart-typed_data/Float32x4-class.html","kind":3,"packageRank":10,"desc":"Four 32-bit floating point values.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Float32x4.fromFloat64x2","qualifiedName":"dart:typed_data.Float32x4.Float32x4.fromFloat64x2","href":"dart-typed_data/Float32x4/Float32x4.fromFloat64x2.html","kind":2,"packageRank":10,"desc":"Creates a Float32x4 with its x and y lanes set to values from xy.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"Float32x4.fromInt32x4Bits","qualifiedName":"dart:typed_data.Float32x4.Float32x4.fromInt32x4Bits","href":"dart-typed_data/Float32x4/Float32x4.fromInt32x4Bits.html","kind":2,"packageRank":10,"desc":"Creates a Float32x4 with 32-bit float values from the provided bits.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"Float32x4.new","qualifiedName":"dart:typed_data.Float32x4.Float32x4.new","href":"dart-typed_data/Float32x4/Float32x4.html","kind":2,"packageRank":10,"desc":"Creates a Float32x4 containing the 32-bit float values of the arguments.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"Float32x4.splat","qualifiedName":"dart:typed_data.Float32x4.Float32x4.splat","href":"dart-typed_data/Float32x4/Float32x4.splat.html","kind":2,"packageRank":10,"desc":"Creates a Float32x4 with the same 32-bit float value four times.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"Float32x4.zero","qualifiedName":"dart:typed_data.Float32x4.Float32x4.zero","href":"dart-typed_data/Float32x4/Float32x4.zero.html","kind":2,"packageRank":10,"desc":"Creates a Float32x4 with all values being zero.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"abs","qualifiedName":"dart:typed_data.Float32x4.abs","href":"dart-typed_data/Float32x4/abs.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise conversion to absolute value.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"clamp","qualifiedName":"dart:typed_data.Float32x4.clamp","href":"dart-typed_data/Float32x4/clamp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise clamp to a range.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"equal","qualifiedName":"dart:typed_data.Float32x4.equal","href":"dart-typed_data/Float32x4/equal.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise equals comparison.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"greaterThan","qualifiedName":"dart:typed_data.Float32x4.greaterThan","href":"dart-typed_data/Float32x4/greaterThan.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise greater-than comparison.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"greaterThanOrEqual","qualifiedName":"dart:typed_data.Float32x4.greaterThanOrEqual","href":"dart-typed_data/Float32x4/greaterThanOrEqual.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise greater-than-or-equal comparison.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"lessThan","qualifiedName":"dart:typed_data.Float32x4.lessThan","href":"dart-typed_data/Float32x4/lessThan.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise less-than comparison.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"lessThanOrEqual","qualifiedName":"dart:typed_data.Float32x4.lessThanOrEqual","href":"dart-typed_data/Float32x4/lessThanOrEqual.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise less-than-or-equal comparison.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"max","qualifiedName":"dart:typed_data.Float32x4.max","href":"dart-typed_data/Float32x4/max.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise maximum.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"min","qualifiedName":"dart:typed_data.Float32x4.min","href":"dart-typed_data/Float32x4/min.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise minimum.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"notEqual","qualifiedName":"dart:typed_data.Float32x4.notEqual","href":"dart-typed_data/Float32x4/notEqual.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise not-equals comparison.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"operator *","qualifiedName":"dart:typed_data.Float32x4.operator *","href":"dart-typed_data/Float32x4/operator_multiply.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise multiplication.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Float32x4.operator +","href":"dart-typed_data/Float32x4/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise addition.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"operator -","qualifiedName":"dart:typed_data.Float32x4.operator -","href":"dart-typed_data/Float32x4/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise subtraction.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"operator /","qualifiedName":"dart:typed_data.Float32x4.operator /","href":"dart-typed_data/Float32x4/operator_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise division.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"operator unary-","qualifiedName":"dart:typed_data.Float32x4.operator unary-","href":"dart-typed_data/Float32x4/operator_unary_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise negation.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"reciprocal","qualifiedName":"dart:typed_data.Float32x4.reciprocal","href":"dart-typed_data/Float32x4/reciprocal.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise reciprocal.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"reciprocalSqrt","qualifiedName":"dart:typed_data.Float32x4.reciprocalSqrt","href":"dart-typed_data/Float32x4/reciprocalSqrt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise approximation of reciprocal square root.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"scale","qualifiedName":"dart:typed_data.Float32x4.scale","href":"dart-typed_data/Float32x4/scale.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise multiplication by scale.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"shuffle","qualifiedName":"dart:typed_data.Float32x4.shuffle","href":"dart-typed_data/Float32x4/shuffle.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle the lane values based on the mask.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"shuffleMix","qualifiedName":"dart:typed_data.Float32x4.shuffleMix","href":"dart-typed_data/Float32x4/shuffleMix.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Mixes lanes chosen from two Float32x4 values using a mask.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"signMask","qualifiedName":"dart:typed_data.Float32x4.signMask","href":"dart-typed_data/Float32x4/signMask.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The sign bits of each lane as single bits.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"sqrt","qualifiedName":"dart:typed_data.Float32x4.sqrt","href":"dart-typed_data/Float32x4/sqrt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise square root.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"w","qualifiedName":"dart:typed_data.Float32x4.w","href":"dart-typed_data/Float32x4/w.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The value of the \"w\" lane.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"withW","qualifiedName":"dart:typed_data.Float32x4.withW","href":"dart-typed_data/Float32x4/withW.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"This value, but with the value of the Float32x4.w lane set to w.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"withX","qualifiedName":"dart:typed_data.Float32x4.withX","href":"dart-typed_data/Float32x4/withX.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"This value, but with the value of the Float32x4.x lane set to x.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"withY","qualifiedName":"dart:typed_data.Float32x4.withY","href":"dart-typed_data/Float32x4/withY.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"This value, but with the value of the Float32x4.y lane set to y.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"withZ","qualifiedName":"dart:typed_data.Float32x4.withZ","href":"dart-typed_data/Float32x4/withZ.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"This value, but with the value of the Float32x4.z lane set to z.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwww","qualifiedName":"dart:typed_data.Float32x4.wwww","href":"dart-typed_data/Float32x4/wwww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwwx","qualifiedName":"dart:typed_data.Float32x4.wwwx","href":"dart-typed_data/Float32x4/wwwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwwx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwwy","qualifiedName":"dart:typed_data.Float32x4.wwwy","href":"dart-typed_data/Float32x4/wwwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwwy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwwz","qualifiedName":"dart:typed_data.Float32x4.wwwz","href":"dart-typed_data/Float32x4/wwwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwwz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwxw","qualifiedName":"dart:typed_data.Float32x4.wwxw","href":"dart-typed_data/Float32x4/wwxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwxx","qualifiedName":"dart:typed_data.Float32x4.wwxx","href":"dart-typed_data/Float32x4/wwxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwxy","qualifiedName":"dart:typed_data.Float32x4.wwxy","href":"dart-typed_data/Float32x4/wwxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwxz","qualifiedName":"dart:typed_data.Float32x4.wwxz","href":"dart-typed_data/Float32x4/wwxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwyw","qualifiedName":"dart:typed_data.Float32x4.wwyw","href":"dart-typed_data/Float32x4/wwyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwyx","qualifiedName":"dart:typed_data.Float32x4.wwyx","href":"dart-typed_data/Float32x4/wwyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwyy","qualifiedName":"dart:typed_data.Float32x4.wwyy","href":"dart-typed_data/Float32x4/wwyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwyz","qualifiedName":"dart:typed_data.Float32x4.wwyz","href":"dart-typed_data/Float32x4/wwyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwzw","qualifiedName":"dart:typed_data.Float32x4.wwzw","href":"dart-typed_data/Float32x4/wwzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwzx","qualifiedName":"dart:typed_data.Float32x4.wwzx","href":"dart-typed_data/Float32x4/wwzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwzy","qualifiedName":"dart:typed_data.Float32x4.wwzy","href":"dart-typed_data/Float32x4/wwzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wwzz","qualifiedName":"dart:typed_data.Float32x4.wwzz","href":"dart-typed_data/Float32x4/wwzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wwzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxww","qualifiedName":"dart:typed_data.Float32x4.wxww","href":"dart-typed_data/Float32x4/wxww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxwx","qualifiedName":"dart:typed_data.Float32x4.wxwx","href":"dart-typed_data/Float32x4/wxwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxwx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxwy","qualifiedName":"dart:typed_data.Float32x4.wxwy","href":"dart-typed_data/Float32x4/wxwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxwy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxwz","qualifiedName":"dart:typed_data.Float32x4.wxwz","href":"dart-typed_data/Float32x4/wxwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxwz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxxw","qualifiedName":"dart:typed_data.Float32x4.wxxw","href":"dart-typed_data/Float32x4/wxxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxxx","qualifiedName":"dart:typed_data.Float32x4.wxxx","href":"dart-typed_data/Float32x4/wxxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxxy","qualifiedName":"dart:typed_data.Float32x4.wxxy","href":"dart-typed_data/Float32x4/wxxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxxz","qualifiedName":"dart:typed_data.Float32x4.wxxz","href":"dart-typed_data/Float32x4/wxxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxyw","qualifiedName":"dart:typed_data.Float32x4.wxyw","href":"dart-typed_data/Float32x4/wxyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxyx","qualifiedName":"dart:typed_data.Float32x4.wxyx","href":"dart-typed_data/Float32x4/wxyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxyy","qualifiedName":"dart:typed_data.Float32x4.wxyy","href":"dart-typed_data/Float32x4/wxyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxyz","qualifiedName":"dart:typed_data.Float32x4.wxyz","href":"dart-typed_data/Float32x4/wxyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxzw","qualifiedName":"dart:typed_data.Float32x4.wxzw","href":"dart-typed_data/Float32x4/wxzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxzx","qualifiedName":"dart:typed_data.Float32x4.wxzx","href":"dart-typed_data/Float32x4/wxzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxzy","qualifiedName":"dart:typed_data.Float32x4.wxzy","href":"dart-typed_data/Float32x4/wxzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wxzz","qualifiedName":"dart:typed_data.Float32x4.wxzz","href":"dart-typed_data/Float32x4/wxzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wxzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyww","qualifiedName":"dart:typed_data.Float32x4.wyww","href":"dart-typed_data/Float32x4/wyww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wywx","qualifiedName":"dart:typed_data.Float32x4.wywx","href":"dart-typed_data/Float32x4/wywx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wywx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wywy","qualifiedName":"dart:typed_data.Float32x4.wywy","href":"dart-typed_data/Float32x4/wywy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wywy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wywz","qualifiedName":"dart:typed_data.Float32x4.wywz","href":"dart-typed_data/Float32x4/wywz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wywz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyxw","qualifiedName":"dart:typed_data.Float32x4.wyxw","href":"dart-typed_data/Float32x4/wyxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyxx","qualifiedName":"dart:typed_data.Float32x4.wyxx","href":"dart-typed_data/Float32x4/wyxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyxy","qualifiedName":"dart:typed_data.Float32x4.wyxy","href":"dart-typed_data/Float32x4/wyxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyxz","qualifiedName":"dart:typed_data.Float32x4.wyxz","href":"dart-typed_data/Float32x4/wyxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyyw","qualifiedName":"dart:typed_data.Float32x4.wyyw","href":"dart-typed_data/Float32x4/wyyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyyx","qualifiedName":"dart:typed_data.Float32x4.wyyx","href":"dart-typed_data/Float32x4/wyyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyyy","qualifiedName":"dart:typed_data.Float32x4.wyyy","href":"dart-typed_data/Float32x4/wyyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyyz","qualifiedName":"dart:typed_data.Float32x4.wyyz","href":"dart-typed_data/Float32x4/wyyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyzw","qualifiedName":"dart:typed_data.Float32x4.wyzw","href":"dart-typed_data/Float32x4/wyzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyzx","qualifiedName":"dart:typed_data.Float32x4.wyzx","href":"dart-typed_data/Float32x4/wyzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyzy","qualifiedName":"dart:typed_data.Float32x4.wyzy","href":"dart-typed_data/Float32x4/wyzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wyzz","qualifiedName":"dart:typed_data.Float32x4.wyzz","href":"dart-typed_data/Float32x4/wyzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wyzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzww","qualifiedName":"dart:typed_data.Float32x4.wzww","href":"dart-typed_data/Float32x4/wzww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzwx","qualifiedName":"dart:typed_data.Float32x4.wzwx","href":"dart-typed_data/Float32x4/wzwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzwx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzwy","qualifiedName":"dart:typed_data.Float32x4.wzwy","href":"dart-typed_data/Float32x4/wzwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzwy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzwz","qualifiedName":"dart:typed_data.Float32x4.wzwz","href":"dart-typed_data/Float32x4/wzwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzwz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzxw","qualifiedName":"dart:typed_data.Float32x4.wzxw","href":"dart-typed_data/Float32x4/wzxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzxx","qualifiedName":"dart:typed_data.Float32x4.wzxx","href":"dart-typed_data/Float32x4/wzxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzxy","qualifiedName":"dart:typed_data.Float32x4.wzxy","href":"dart-typed_data/Float32x4/wzxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzxz","qualifiedName":"dart:typed_data.Float32x4.wzxz","href":"dart-typed_data/Float32x4/wzxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzyw","qualifiedName":"dart:typed_data.Float32x4.wzyw","href":"dart-typed_data/Float32x4/wzyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzyx","qualifiedName":"dart:typed_data.Float32x4.wzyx","href":"dart-typed_data/Float32x4/wzyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzyy","qualifiedName":"dart:typed_data.Float32x4.wzyy","href":"dart-typed_data/Float32x4/wzyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzyz","qualifiedName":"dart:typed_data.Float32x4.wzyz","href":"dart-typed_data/Float32x4/wzyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzzw","qualifiedName":"dart:typed_data.Float32x4.wzzw","href":"dart-typed_data/Float32x4/wzzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzzx","qualifiedName":"dart:typed_data.Float32x4.wzzx","href":"dart-typed_data/Float32x4/wzzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzzy","qualifiedName":"dart:typed_data.Float32x4.wzzy","href":"dart-typed_data/Float32x4/wzzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"wzzz","qualifiedName":"dart:typed_data.Float32x4.wzzz","href":"dart-typed_data/Float32x4/wzzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"wzzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"x","qualifiedName":"dart:typed_data.Float32x4.x","href":"dart-typed_data/Float32x4/x.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The value of the \"x\" lane.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwww","qualifiedName":"dart:typed_data.Float32x4.xwww","href":"dart-typed_data/Float32x4/xwww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwwx","qualifiedName":"dart:typed_data.Float32x4.xwwx","href":"dart-typed_data/Float32x4/xwwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwwx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwwy","qualifiedName":"dart:typed_data.Float32x4.xwwy","href":"dart-typed_data/Float32x4/xwwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwwy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwwz","qualifiedName":"dart:typed_data.Float32x4.xwwz","href":"dart-typed_data/Float32x4/xwwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwwz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwxw","qualifiedName":"dart:typed_data.Float32x4.xwxw","href":"dart-typed_data/Float32x4/xwxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwxx","qualifiedName":"dart:typed_data.Float32x4.xwxx","href":"dart-typed_data/Float32x4/xwxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwxy","qualifiedName":"dart:typed_data.Float32x4.xwxy","href":"dart-typed_data/Float32x4/xwxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwxz","qualifiedName":"dart:typed_data.Float32x4.xwxz","href":"dart-typed_data/Float32x4/xwxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwyw","qualifiedName":"dart:typed_data.Float32x4.xwyw","href":"dart-typed_data/Float32x4/xwyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwyx","qualifiedName":"dart:typed_data.Float32x4.xwyx","href":"dart-typed_data/Float32x4/xwyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwyy","qualifiedName":"dart:typed_data.Float32x4.xwyy","href":"dart-typed_data/Float32x4/xwyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwyz","qualifiedName":"dart:typed_data.Float32x4.xwyz","href":"dart-typed_data/Float32x4/xwyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwzw","qualifiedName":"dart:typed_data.Float32x4.xwzw","href":"dart-typed_data/Float32x4/xwzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwzx","qualifiedName":"dart:typed_data.Float32x4.xwzx","href":"dart-typed_data/Float32x4/xwzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwzy","qualifiedName":"dart:typed_data.Float32x4.xwzy","href":"dart-typed_data/Float32x4/xwzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xwzz","qualifiedName":"dart:typed_data.Float32x4.xwzz","href":"dart-typed_data/Float32x4/xwzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xwzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxww","qualifiedName":"dart:typed_data.Float32x4.xxww","href":"dart-typed_data/Float32x4/xxww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxwx","qualifiedName":"dart:typed_data.Float32x4.xxwx","href":"dart-typed_data/Float32x4/xxwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxwx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxwy","qualifiedName":"dart:typed_data.Float32x4.xxwy","href":"dart-typed_data/Float32x4/xxwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxwy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxwz","qualifiedName":"dart:typed_data.Float32x4.xxwz","href":"dart-typed_data/Float32x4/xxwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxwz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxxw","qualifiedName":"dart:typed_data.Float32x4.xxxw","href":"dart-typed_data/Float32x4/xxxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxxx","qualifiedName":"dart:typed_data.Float32x4.xxxx","href":"dart-typed_data/Float32x4/xxxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxxy","qualifiedName":"dart:typed_data.Float32x4.xxxy","href":"dart-typed_data/Float32x4/xxxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxxz","qualifiedName":"dart:typed_data.Float32x4.xxxz","href":"dart-typed_data/Float32x4/xxxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxyw","qualifiedName":"dart:typed_data.Float32x4.xxyw","href":"dart-typed_data/Float32x4/xxyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxyx","qualifiedName":"dart:typed_data.Float32x4.xxyx","href":"dart-typed_data/Float32x4/xxyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxyy","qualifiedName":"dart:typed_data.Float32x4.xxyy","href":"dart-typed_data/Float32x4/xxyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxyz","qualifiedName":"dart:typed_data.Float32x4.xxyz","href":"dart-typed_data/Float32x4/xxyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxzw","qualifiedName":"dart:typed_data.Float32x4.xxzw","href":"dart-typed_data/Float32x4/xxzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxzx","qualifiedName":"dart:typed_data.Float32x4.xxzx","href":"dart-typed_data/Float32x4/xxzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxzy","qualifiedName":"dart:typed_data.Float32x4.xxzy","href":"dart-typed_data/Float32x4/xxzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xxzz","qualifiedName":"dart:typed_data.Float32x4.xxzz","href":"dart-typed_data/Float32x4/xxzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xxzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyww","qualifiedName":"dart:typed_data.Float32x4.xyww","href":"dart-typed_data/Float32x4/xyww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xywx","qualifiedName":"dart:typed_data.Float32x4.xywx","href":"dart-typed_data/Float32x4/xywx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xywx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xywy","qualifiedName":"dart:typed_data.Float32x4.xywy","href":"dart-typed_data/Float32x4/xywy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xywy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xywz","qualifiedName":"dart:typed_data.Float32x4.xywz","href":"dart-typed_data/Float32x4/xywz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xywz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyxw","qualifiedName":"dart:typed_data.Float32x4.xyxw","href":"dart-typed_data/Float32x4/xyxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyxx","qualifiedName":"dart:typed_data.Float32x4.xyxx","href":"dart-typed_data/Float32x4/xyxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyxy","qualifiedName":"dart:typed_data.Float32x4.xyxy","href":"dart-typed_data/Float32x4/xyxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyxz","qualifiedName":"dart:typed_data.Float32x4.xyxz","href":"dart-typed_data/Float32x4/xyxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyyw","qualifiedName":"dart:typed_data.Float32x4.xyyw","href":"dart-typed_data/Float32x4/xyyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyyx","qualifiedName":"dart:typed_data.Float32x4.xyyx","href":"dart-typed_data/Float32x4/xyyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyyy","qualifiedName":"dart:typed_data.Float32x4.xyyy","href":"dart-typed_data/Float32x4/xyyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyyz","qualifiedName":"dart:typed_data.Float32x4.xyyz","href":"dart-typed_data/Float32x4/xyyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyzw","qualifiedName":"dart:typed_data.Float32x4.xyzw","href":"dart-typed_data/Float32x4/xyzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyzx","qualifiedName":"dart:typed_data.Float32x4.xyzx","href":"dart-typed_data/Float32x4/xyzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyzy","qualifiedName":"dart:typed_data.Float32x4.xyzy","href":"dart-typed_data/Float32x4/xyzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xyzz","qualifiedName":"dart:typed_data.Float32x4.xyzz","href":"dart-typed_data/Float32x4/xyzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xyzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzww","qualifiedName":"dart:typed_data.Float32x4.xzww","href":"dart-typed_data/Float32x4/xzww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzwx","qualifiedName":"dart:typed_data.Float32x4.xzwx","href":"dart-typed_data/Float32x4/xzwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzwx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzwy","qualifiedName":"dart:typed_data.Float32x4.xzwy","href":"dart-typed_data/Float32x4/xzwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzwy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzwz","qualifiedName":"dart:typed_data.Float32x4.xzwz","href":"dart-typed_data/Float32x4/xzwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzwz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzxw","qualifiedName":"dart:typed_data.Float32x4.xzxw","href":"dart-typed_data/Float32x4/xzxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzxx","qualifiedName":"dart:typed_data.Float32x4.xzxx","href":"dart-typed_data/Float32x4/xzxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzxy","qualifiedName":"dart:typed_data.Float32x4.xzxy","href":"dart-typed_data/Float32x4/xzxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzxz","qualifiedName":"dart:typed_data.Float32x4.xzxz","href":"dart-typed_data/Float32x4/xzxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzyw","qualifiedName":"dart:typed_data.Float32x4.xzyw","href":"dart-typed_data/Float32x4/xzyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzyx","qualifiedName":"dart:typed_data.Float32x4.xzyx","href":"dart-typed_data/Float32x4/xzyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzyy","qualifiedName":"dart:typed_data.Float32x4.xzyy","href":"dart-typed_data/Float32x4/xzyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzyz","qualifiedName":"dart:typed_data.Float32x4.xzyz","href":"dart-typed_data/Float32x4/xzyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzzw","qualifiedName":"dart:typed_data.Float32x4.xzzw","href":"dart-typed_data/Float32x4/xzzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzzx","qualifiedName":"dart:typed_data.Float32x4.xzzx","href":"dart-typed_data/Float32x4/xzzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzzy","qualifiedName":"dart:typed_data.Float32x4.xzzy","href":"dart-typed_data/Float32x4/xzzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"xzzz","qualifiedName":"dart:typed_data.Float32x4.xzzz","href":"dart-typed_data/Float32x4/xzzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"xzzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"y","qualifiedName":"dart:typed_data.Float32x4.y","href":"dart-typed_data/Float32x4/y.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The value of the \"y\" lane.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywww","qualifiedName":"dart:typed_data.Float32x4.ywww","href":"dart-typed_data/Float32x4/ywww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywwx","qualifiedName":"dart:typed_data.Float32x4.ywwx","href":"dart-typed_data/Float32x4/ywwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywwx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywwy","qualifiedName":"dart:typed_data.Float32x4.ywwy","href":"dart-typed_data/Float32x4/ywwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywwy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywwz","qualifiedName":"dart:typed_data.Float32x4.ywwz","href":"dart-typed_data/Float32x4/ywwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywwz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywxw","qualifiedName":"dart:typed_data.Float32x4.ywxw","href":"dart-typed_data/Float32x4/ywxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywxx","qualifiedName":"dart:typed_data.Float32x4.ywxx","href":"dart-typed_data/Float32x4/ywxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywxy","qualifiedName":"dart:typed_data.Float32x4.ywxy","href":"dart-typed_data/Float32x4/ywxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywxz","qualifiedName":"dart:typed_data.Float32x4.ywxz","href":"dart-typed_data/Float32x4/ywxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywyw","qualifiedName":"dart:typed_data.Float32x4.ywyw","href":"dart-typed_data/Float32x4/ywyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywyx","qualifiedName":"dart:typed_data.Float32x4.ywyx","href":"dart-typed_data/Float32x4/ywyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywyy","qualifiedName":"dart:typed_data.Float32x4.ywyy","href":"dart-typed_data/Float32x4/ywyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywyz","qualifiedName":"dart:typed_data.Float32x4.ywyz","href":"dart-typed_data/Float32x4/ywyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywzw","qualifiedName":"dart:typed_data.Float32x4.ywzw","href":"dart-typed_data/Float32x4/ywzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywzx","qualifiedName":"dart:typed_data.Float32x4.ywzx","href":"dart-typed_data/Float32x4/ywzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywzy","qualifiedName":"dart:typed_data.Float32x4.ywzy","href":"dart-typed_data/Float32x4/ywzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"ywzz","qualifiedName":"dart:typed_data.Float32x4.ywzz","href":"dart-typed_data/Float32x4/ywzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"ywzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxww","qualifiedName":"dart:typed_data.Float32x4.yxww","href":"dart-typed_data/Float32x4/yxww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxwx","qualifiedName":"dart:typed_data.Float32x4.yxwx","href":"dart-typed_data/Float32x4/yxwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxwx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxwy","qualifiedName":"dart:typed_data.Float32x4.yxwy","href":"dart-typed_data/Float32x4/yxwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxwy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxwz","qualifiedName":"dart:typed_data.Float32x4.yxwz","href":"dart-typed_data/Float32x4/yxwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxwz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxxw","qualifiedName":"dart:typed_data.Float32x4.yxxw","href":"dart-typed_data/Float32x4/yxxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxxx","qualifiedName":"dart:typed_data.Float32x4.yxxx","href":"dart-typed_data/Float32x4/yxxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxxy","qualifiedName":"dart:typed_data.Float32x4.yxxy","href":"dart-typed_data/Float32x4/yxxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxxz","qualifiedName":"dart:typed_data.Float32x4.yxxz","href":"dart-typed_data/Float32x4/yxxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxyw","qualifiedName":"dart:typed_data.Float32x4.yxyw","href":"dart-typed_data/Float32x4/yxyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxyx","qualifiedName":"dart:typed_data.Float32x4.yxyx","href":"dart-typed_data/Float32x4/yxyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxyy","qualifiedName":"dart:typed_data.Float32x4.yxyy","href":"dart-typed_data/Float32x4/yxyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxyz","qualifiedName":"dart:typed_data.Float32x4.yxyz","href":"dart-typed_data/Float32x4/yxyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxzw","qualifiedName":"dart:typed_data.Float32x4.yxzw","href":"dart-typed_data/Float32x4/yxzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxzx","qualifiedName":"dart:typed_data.Float32x4.yxzx","href":"dart-typed_data/Float32x4/yxzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxzy","qualifiedName":"dart:typed_data.Float32x4.yxzy","href":"dart-typed_data/Float32x4/yxzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yxzz","qualifiedName":"dart:typed_data.Float32x4.yxzz","href":"dart-typed_data/Float32x4/yxzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yxzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyww","qualifiedName":"dart:typed_data.Float32x4.yyww","href":"dart-typed_data/Float32x4/yyww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yywx","qualifiedName":"dart:typed_data.Float32x4.yywx","href":"dart-typed_data/Float32x4/yywx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yywx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yywy","qualifiedName":"dart:typed_data.Float32x4.yywy","href":"dart-typed_data/Float32x4/yywy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yywy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yywz","qualifiedName":"dart:typed_data.Float32x4.yywz","href":"dart-typed_data/Float32x4/yywz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yywz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyxw","qualifiedName":"dart:typed_data.Float32x4.yyxw","href":"dart-typed_data/Float32x4/yyxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyxx","qualifiedName":"dart:typed_data.Float32x4.yyxx","href":"dart-typed_data/Float32x4/yyxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyxy","qualifiedName":"dart:typed_data.Float32x4.yyxy","href":"dart-typed_data/Float32x4/yyxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyxz","qualifiedName":"dart:typed_data.Float32x4.yyxz","href":"dart-typed_data/Float32x4/yyxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyyw","qualifiedName":"dart:typed_data.Float32x4.yyyw","href":"dart-typed_data/Float32x4/yyyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyyx","qualifiedName":"dart:typed_data.Float32x4.yyyx","href":"dart-typed_data/Float32x4/yyyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyyy","qualifiedName":"dart:typed_data.Float32x4.yyyy","href":"dart-typed_data/Float32x4/yyyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyyz","qualifiedName":"dart:typed_data.Float32x4.yyyz","href":"dart-typed_data/Float32x4/yyyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyzw","qualifiedName":"dart:typed_data.Float32x4.yyzw","href":"dart-typed_data/Float32x4/yyzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyzx","qualifiedName":"dart:typed_data.Float32x4.yyzx","href":"dart-typed_data/Float32x4/yyzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyzy","qualifiedName":"dart:typed_data.Float32x4.yyzy","href":"dart-typed_data/Float32x4/yyzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yyzz","qualifiedName":"dart:typed_data.Float32x4.yyzz","href":"dart-typed_data/Float32x4/yyzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yyzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzww","qualifiedName":"dart:typed_data.Float32x4.yzww","href":"dart-typed_data/Float32x4/yzww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzwx","qualifiedName":"dart:typed_data.Float32x4.yzwx","href":"dart-typed_data/Float32x4/yzwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzwx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzwy","qualifiedName":"dart:typed_data.Float32x4.yzwy","href":"dart-typed_data/Float32x4/yzwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzwy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzwz","qualifiedName":"dart:typed_data.Float32x4.yzwz","href":"dart-typed_data/Float32x4/yzwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzwz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzxw","qualifiedName":"dart:typed_data.Float32x4.yzxw","href":"dart-typed_data/Float32x4/yzxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzxx","qualifiedName":"dart:typed_data.Float32x4.yzxx","href":"dart-typed_data/Float32x4/yzxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzxy","qualifiedName":"dart:typed_data.Float32x4.yzxy","href":"dart-typed_data/Float32x4/yzxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzxz","qualifiedName":"dart:typed_data.Float32x4.yzxz","href":"dart-typed_data/Float32x4/yzxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzyw","qualifiedName":"dart:typed_data.Float32x4.yzyw","href":"dart-typed_data/Float32x4/yzyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzyx","qualifiedName":"dart:typed_data.Float32x4.yzyx","href":"dart-typed_data/Float32x4/yzyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzyy","qualifiedName":"dart:typed_data.Float32x4.yzyy","href":"dart-typed_data/Float32x4/yzyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzyz","qualifiedName":"dart:typed_data.Float32x4.yzyz","href":"dart-typed_data/Float32x4/yzyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzzw","qualifiedName":"dart:typed_data.Float32x4.yzzw","href":"dart-typed_data/Float32x4/yzzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzzx","qualifiedName":"dart:typed_data.Float32x4.yzzx","href":"dart-typed_data/Float32x4/yzzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzzy","qualifiedName":"dart:typed_data.Float32x4.yzzy","href":"dart-typed_data/Float32x4/yzzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"yzzz","qualifiedName":"dart:typed_data.Float32x4.yzzz","href":"dart-typed_data/Float32x4/yzzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"yzzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"z","qualifiedName":"dart:typed_data.Float32x4.z","href":"dart-typed_data/Float32x4/z.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The value of the \"z\" lane.","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwww","qualifiedName":"dart:typed_data.Float32x4.zwww","href":"dart-typed_data/Float32x4/zwww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwwx","qualifiedName":"dart:typed_data.Float32x4.zwwx","href":"dart-typed_data/Float32x4/zwwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwwx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwwy","qualifiedName":"dart:typed_data.Float32x4.zwwy","href":"dart-typed_data/Float32x4/zwwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwwy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwwz","qualifiedName":"dart:typed_data.Float32x4.zwwz","href":"dart-typed_data/Float32x4/zwwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwwz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwxw","qualifiedName":"dart:typed_data.Float32x4.zwxw","href":"dart-typed_data/Float32x4/zwxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwxx","qualifiedName":"dart:typed_data.Float32x4.zwxx","href":"dart-typed_data/Float32x4/zwxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwxy","qualifiedName":"dart:typed_data.Float32x4.zwxy","href":"dart-typed_data/Float32x4/zwxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwxz","qualifiedName":"dart:typed_data.Float32x4.zwxz","href":"dart-typed_data/Float32x4/zwxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwyw","qualifiedName":"dart:typed_data.Float32x4.zwyw","href":"dart-typed_data/Float32x4/zwyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwyx","qualifiedName":"dart:typed_data.Float32x4.zwyx","href":"dart-typed_data/Float32x4/zwyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwyy","qualifiedName":"dart:typed_data.Float32x4.zwyy","href":"dart-typed_data/Float32x4/zwyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwyz","qualifiedName":"dart:typed_data.Float32x4.zwyz","href":"dart-typed_data/Float32x4/zwyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwzw","qualifiedName":"dart:typed_data.Float32x4.zwzw","href":"dart-typed_data/Float32x4/zwzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwzx","qualifiedName":"dart:typed_data.Float32x4.zwzx","href":"dart-typed_data/Float32x4/zwzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwzy","qualifiedName":"dart:typed_data.Float32x4.zwzy","href":"dart-typed_data/Float32x4/zwzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zwzz","qualifiedName":"dart:typed_data.Float32x4.zwzz","href":"dart-typed_data/Float32x4/zwzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zwzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxww","qualifiedName":"dart:typed_data.Float32x4.zxww","href":"dart-typed_data/Float32x4/zxww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxwx","qualifiedName":"dart:typed_data.Float32x4.zxwx","href":"dart-typed_data/Float32x4/zxwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxwx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxwy","qualifiedName":"dart:typed_data.Float32x4.zxwy","href":"dart-typed_data/Float32x4/zxwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxwy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxwz","qualifiedName":"dart:typed_data.Float32x4.zxwz","href":"dart-typed_data/Float32x4/zxwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxwz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxxw","qualifiedName":"dart:typed_data.Float32x4.zxxw","href":"dart-typed_data/Float32x4/zxxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxxx","qualifiedName":"dart:typed_data.Float32x4.zxxx","href":"dart-typed_data/Float32x4/zxxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxxy","qualifiedName":"dart:typed_data.Float32x4.zxxy","href":"dart-typed_data/Float32x4/zxxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxxz","qualifiedName":"dart:typed_data.Float32x4.zxxz","href":"dart-typed_data/Float32x4/zxxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxyw","qualifiedName":"dart:typed_data.Float32x4.zxyw","href":"dart-typed_data/Float32x4/zxyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxyx","qualifiedName":"dart:typed_data.Float32x4.zxyx","href":"dart-typed_data/Float32x4/zxyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxyy","qualifiedName":"dart:typed_data.Float32x4.zxyy","href":"dart-typed_data/Float32x4/zxyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxyz","qualifiedName":"dart:typed_data.Float32x4.zxyz","href":"dart-typed_data/Float32x4/zxyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxzw","qualifiedName":"dart:typed_data.Float32x4.zxzw","href":"dart-typed_data/Float32x4/zxzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxzx","qualifiedName":"dart:typed_data.Float32x4.zxzx","href":"dart-typed_data/Float32x4/zxzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxzy","qualifiedName":"dart:typed_data.Float32x4.zxzy","href":"dart-typed_data/Float32x4/zxzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zxzz","qualifiedName":"dart:typed_data.Float32x4.zxzz","href":"dart-typed_data/Float32x4/zxzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zxzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyww","qualifiedName":"dart:typed_data.Float32x4.zyww","href":"dart-typed_data/Float32x4/zyww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zywx","qualifiedName":"dart:typed_data.Float32x4.zywx","href":"dart-typed_data/Float32x4/zywx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zywx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zywy","qualifiedName":"dart:typed_data.Float32x4.zywy","href":"dart-typed_data/Float32x4/zywy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zywy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zywz","qualifiedName":"dart:typed_data.Float32x4.zywz","href":"dart-typed_data/Float32x4/zywz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zywz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyxw","qualifiedName":"dart:typed_data.Float32x4.zyxw","href":"dart-typed_data/Float32x4/zyxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyxx","qualifiedName":"dart:typed_data.Float32x4.zyxx","href":"dart-typed_data/Float32x4/zyxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyxy","qualifiedName":"dart:typed_data.Float32x4.zyxy","href":"dart-typed_data/Float32x4/zyxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyxz","qualifiedName":"dart:typed_data.Float32x4.zyxz","href":"dart-typed_data/Float32x4/zyxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyyw","qualifiedName":"dart:typed_data.Float32x4.zyyw","href":"dart-typed_data/Float32x4/zyyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyyx","qualifiedName":"dart:typed_data.Float32x4.zyyx","href":"dart-typed_data/Float32x4/zyyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyyy","qualifiedName":"dart:typed_data.Float32x4.zyyy","href":"dart-typed_data/Float32x4/zyyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyyz","qualifiedName":"dart:typed_data.Float32x4.zyyz","href":"dart-typed_data/Float32x4/zyyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyzw","qualifiedName":"dart:typed_data.Float32x4.zyzw","href":"dart-typed_data/Float32x4/zyzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyzx","qualifiedName":"dart:typed_data.Float32x4.zyzx","href":"dart-typed_data/Float32x4/zyzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyzy","qualifiedName":"dart:typed_data.Float32x4.zyzy","href":"dart-typed_data/Float32x4/zyzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zyzz","qualifiedName":"dart:typed_data.Float32x4.zyzz","href":"dart-typed_data/Float32x4/zyzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zyzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzww","qualifiedName":"dart:typed_data.Float32x4.zzww","href":"dart-typed_data/Float32x4/zzww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzww\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzwx","qualifiedName":"dart:typed_data.Float32x4.zzwx","href":"dart-typed_data/Float32x4/zzwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzwx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzwy","qualifiedName":"dart:typed_data.Float32x4.zzwy","href":"dart-typed_data/Float32x4/zzwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzwy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzwz","qualifiedName":"dart:typed_data.Float32x4.zzwz","href":"dart-typed_data/Float32x4/zzwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzwz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzxw","qualifiedName":"dart:typed_data.Float32x4.zzxw","href":"dart-typed_data/Float32x4/zzxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzxw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzxx","qualifiedName":"dart:typed_data.Float32x4.zzxx","href":"dart-typed_data/Float32x4/zzxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzxx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzxy","qualifiedName":"dart:typed_data.Float32x4.zzxy","href":"dart-typed_data/Float32x4/zzxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzxy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzxz","qualifiedName":"dart:typed_data.Float32x4.zzxz","href":"dart-typed_data/Float32x4/zzxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzxz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzyw","qualifiedName":"dart:typed_data.Float32x4.zzyw","href":"dart-typed_data/Float32x4/zzyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzyw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzyx","qualifiedName":"dart:typed_data.Float32x4.zzyx","href":"dart-typed_data/Float32x4/zzyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzyx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzyy","qualifiedName":"dart:typed_data.Float32x4.zzyy","href":"dart-typed_data/Float32x4/zzyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzyy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzyz","qualifiedName":"dart:typed_data.Float32x4.zzyz","href":"dart-typed_data/Float32x4/zzyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzyz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzzw","qualifiedName":"dart:typed_data.Float32x4.zzzw","href":"dart-typed_data/Float32x4/zzzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzzw\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzzx","qualifiedName":"dart:typed_data.Float32x4.zzzx","href":"dart-typed_data/Float32x4/zzzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzzx\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzzy","qualifiedName":"dart:typed_data.Float32x4.zzzy","href":"dart-typed_data/Float32x4/zzzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzzy\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"zzzz","qualifiedName":"dart:typed_data.Float32x4.zzzz","href":"dart-typed_data/Float32x4/zzzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle mask \"zzzz\".","enclosedBy":{"name":"Float32x4","kind":3,"href":"dart-typed_data/Float32x4-class.html"}},{"name":"Float32x4List","qualifiedName":"dart:typed_data.Float32x4List","href":"dart-typed_data/Float32x4List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of Float32x4 numbers that is viewable as a\nTypedData.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Float32x4List.fromList","qualifiedName":"dart:typed_data.Float32x4List.Float32x4List.fromList","href":"dart-typed_data/Float32x4List/Float32x4List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Float32x4List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Float32x4List","kind":3,"href":"dart-typed_data/Float32x4List-class.html"}},{"name":"Float32x4List.new","qualifiedName":"dart:typed_data.Float32x4List.Float32x4List.new","href":"dart-typed_data/Float32x4List/Float32x4List.html","kind":2,"packageRank":10,"desc":"Creates a Float32x4List of the specified length (in elements),\nall of whose elements are initially zero.","enclosedBy":{"name":"Float32x4List","kind":3,"href":"dart-typed_data/Float32x4List-class.html"}},{"name":"Float32x4List.sublistView","qualifiedName":"dart:typed_data.Float32x4List.Float32x4List.sublistView","href":"dart-typed_data/Float32x4List/Float32x4List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates a Float32x4List view on a range of elements of data.","enclosedBy":{"name":"Float32x4List","kind":3,"href":"dart-typed_data/Float32x4List-class.html"}},{"name":"Float32x4List.view","qualifiedName":"dart:typed_data.Float32x4List.Float32x4List.view","href":"dart-typed_data/Float32x4List/Float32x4List.view.html","kind":2,"packageRank":10,"desc":"Creates a Float32x4List view of the specified region in buffer.","enclosedBy":{"name":"Float32x4List","kind":3,"href":"dart-typed_data/Float32x4List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Float32x4List.asUnmodifiableView","href":"dart-typed_data/Float32x4List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Float32x4List.","enclosedBy":{"name":"Float32x4List","kind":3,"href":"dart-typed_data/Float32x4List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Float32x4List.bytesPerElement","href":"dart-typed_data/Float32x4List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Float32x4List","kind":3,"href":"dart-typed_data/Float32x4List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Float32x4List.operator +","href":"dart-typed_data/Float32x4List/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Float32x4List","kind":3,"href":"dart-typed_data/Float32x4List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Float32x4List.sublist","href":"dart-typed_data/Float32x4List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Float32x4List","kind":3,"href":"dart-typed_data/Float32x4List-class.html"}},{"name":"Float64List","qualifiedName":"dart:typed_data.Float64List","href":"dart-typed_data/Float64List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of IEEE 754 double-precision binary floating-point\nnumbers  that is viewable as a TypedData.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Float64List.fromList","qualifiedName":"dart:typed_data.Float64List.Float64List.fromList","href":"dart-typed_data/Float64List/Float64List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Float64List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Float64List","kind":3,"href":"dart-typed_data/Float64List-class.html"}},{"name":"Float64List.new","qualifiedName":"dart:typed_data.Float64List.Float64List.new","href":"dart-typed_data/Float64List/Float64List.html","kind":2,"packageRank":10,"desc":"Creates a Float64List of the specified length (in elements), all of\nwhose elements are initially zero.","enclosedBy":{"name":"Float64List","kind":3,"href":"dart-typed_data/Float64List-class.html"}},{"name":"Float64List.sublistView","qualifiedName":"dart:typed_data.Float64List.Float64List.sublistView","href":"dart-typed_data/Float64List/Float64List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates a Float64List view on a range of elements of data.","enclosedBy":{"name":"Float64List","kind":3,"href":"dart-typed_data/Float64List-class.html"}},{"name":"Float64List.view","qualifiedName":"dart:typed_data.Float64List.Float64List.view","href":"dart-typed_data/Float64List/Float64List.view.html","kind":2,"packageRank":10,"desc":"Creates a Float64List view of the specified region in buffer.","enclosedBy":{"name":"Float64List","kind":3,"href":"dart-typed_data/Float64List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Float64List.asUnmodifiableView","href":"dart-typed_data/Float64List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Float64List.","enclosedBy":{"name":"Float64List","kind":3,"href":"dart-typed_data/Float64List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Float64List.bytesPerElement","href":"dart-typed_data/Float64List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Float64List","kind":3,"href":"dart-typed_data/Float64List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Float64List.operator +","href":"dart-typed_data/Float64List/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Float64List","kind":3,"href":"dart-typed_data/Float64List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Float64List.sublist","href":"dart-typed_data/Float64List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Float64List","kind":3,"href":"dart-typed_data/Float64List-class.html"}},{"name":"Float64x2","qualifiedName":"dart:typed_data.Float64x2","href":"dart-typed_data/Float64x2-class.html","kind":3,"packageRank":10,"desc":"Float64x2 immutable value type and operations.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Float64x2.fromFloat32x4","qualifiedName":"dart:typed_data.Float64x2.Float64x2.fromFloat32x4","href":"dart-typed_data/Float64x2/Float64x2.fromFloat32x4.html","kind":2,"packageRank":10,"desc":"Uses the \"x\" and \"y\" lanes from v.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"Float64x2.new","qualifiedName":"dart:typed_data.Float64x2.Float64x2.new","href":"dart-typed_data/Float64x2/Float64x2.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"Float64x2.splat","qualifiedName":"dart:typed_data.Float64x2.Float64x2.splat","href":"dart-typed_data/Float64x2/Float64x2.splat.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"Float64x2.zero","qualifiedName":"dart:typed_data.Float64x2.Float64x2.zero","href":"dart-typed_data/Float64x2/Float64x2.zero.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"abs","qualifiedName":"dart:typed_data.Float64x2.abs","href":"dart-typed_data/Float64x2/abs.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The lane-wise absolute value of this Float64x2.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"clamp","qualifiedName":"dart:typed_data.Float64x2.clamp","href":"dart-typed_data/Float64x2/clamp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Lane-wise clamp this Float64x2 to be in the range\nlowerLimit-upperLimit.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"max","qualifiedName":"dart:typed_data.Float64x2.max","href":"dart-typed_data/Float64x2/max.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The lane-wise maximum value in this Float64x2 or other.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"min","qualifiedName":"dart:typed_data.Float64x2.min","href":"dart-typed_data/Float64x2/min.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The lane-wise minimum value in this Float64x2 or other.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"operator *","qualifiedName":"dart:typed_data.Float64x2.operator *","href":"dart-typed_data/Float64x2/operator_multiply.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Multiplication operator.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Float64x2.operator +","href":"dart-typed_data/Float64x2/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Addition operator.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"operator -","qualifiedName":"dart:typed_data.Float64x2.operator -","href":"dart-typed_data/Float64x2/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Subtraction operator.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"operator /","qualifiedName":"dart:typed_data.Float64x2.operator /","href":"dart-typed_data/Float64x2/operator_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Division operator.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"operator unary-","qualifiedName":"dart:typed_data.Float64x2.operator unary-","href":"dart-typed_data/Float64x2/operator_unary_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Negate operator.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"scale","qualifiedName":"dart:typed_data.Float64x2.scale","href":"dart-typed_data/Float64x2/scale.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a copy of this Float64x2 each lane being scaled by s.\nEquivalent to this * new Float64x2.splat(s)","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"signMask","qualifiedName":"dart:typed_data.Float64x2.signMask","href":"dart-typed_data/Float64x2/signMask.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Extract the sign bits from each lane return them in the first 2 bits.\n\"x\" lane is bit 0.\n\"y\" lane is bit 1.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"sqrt","qualifiedName":"dart:typed_data.Float64x2.sqrt","href":"dart-typed_data/Float64x2/sqrt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The lane-wise square root of this Float64x2.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"withX","qualifiedName":"dart:typed_data.Float64x2.withX","href":"dart-typed_data/Float64x2/withX.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new Float64x2 copied from this Float64x2 with a new x\nvalue.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"withY","qualifiedName":"dart:typed_data.Float64x2.withY","href":"dart-typed_data/Float64x2/withY.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new Float64x2 copied from this Float64x2 with a new y\nvalue.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"x","qualifiedName":"dart:typed_data.Float64x2.x","href":"dart-typed_data/Float64x2/x.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Extracted x value.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"y","qualifiedName":"dart:typed_data.Float64x2.y","href":"dart-typed_data/Float64x2/y.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Extracted y value.","enclosedBy":{"name":"Float64x2","kind":3,"href":"dart-typed_data/Float64x2-class.html"}},{"name":"Float64x2List","qualifiedName":"dart:typed_data.Float64x2List","href":"dart-typed_data/Float64x2List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of Float64x2 numbers that is viewable as a\nTypedData.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Float64x2List.fromList","qualifiedName":"dart:typed_data.Float64x2List.Float64x2List.fromList","href":"dart-typed_data/Float64x2List/Float64x2List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Float64x2List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Float64x2List","kind":3,"href":"dart-typed_data/Float64x2List-class.html"}},{"name":"Float64x2List.new","qualifiedName":"dart:typed_data.Float64x2List.Float64x2List.new","href":"dart-typed_data/Float64x2List/Float64x2List.html","kind":2,"packageRank":10,"desc":"Creates a Float64x2List of the specified length (in elements),\nall of whose elements have all lanes set to zero.","enclosedBy":{"name":"Float64x2List","kind":3,"href":"dart-typed_data/Float64x2List-class.html"}},{"name":"Float64x2List.sublistView","qualifiedName":"dart:typed_data.Float64x2List.Float64x2List.sublistView","href":"dart-typed_data/Float64x2List/Float64x2List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates an Float64x2List view on a range of elements of data.","enclosedBy":{"name":"Float64x2List","kind":3,"href":"dart-typed_data/Float64x2List-class.html"}},{"name":"Float64x2List.view","qualifiedName":"dart:typed_data.Float64x2List.Float64x2List.view","href":"dart-typed_data/Float64x2List/Float64x2List.view.html","kind":2,"packageRank":10,"desc":"Creates a Float64x2List view of the specified region in buffer.","enclosedBy":{"name":"Float64x2List","kind":3,"href":"dart-typed_data/Float64x2List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Float64x2List.asUnmodifiableView","href":"dart-typed_data/Float64x2List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Float64x2List.","enclosedBy":{"name":"Float64x2List","kind":3,"href":"dart-typed_data/Float64x2List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Float64x2List.bytesPerElement","href":"dart-typed_data/Float64x2List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Float64x2List","kind":3,"href":"dart-typed_data/Float64x2List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Float64x2List.operator +","href":"dart-typed_data/Float64x2List/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Float64x2List","kind":3,"href":"dart-typed_data/Float64x2List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Float64x2List.sublist","href":"dart-typed_data/Float64x2List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Float64x2List","kind":3,"href":"dart-typed_data/Float64x2List-class.html"}},{"name":"Int8List","qualifiedName":"dart:typed_data.Int8List","href":"dart-typed_data/Int8List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of 8-bit signed integers.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Int8List.fromList","qualifiedName":"dart:typed_data.Int8List.Int8List.fromList","href":"dart-typed_data/Int8List/Int8List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Int8List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Int8List","kind":3,"href":"dart-typed_data/Int8List-class.html"}},{"name":"Int8List.new","qualifiedName":"dart:typed_data.Int8List.Int8List.new","href":"dart-typed_data/Int8List/Int8List.html","kind":2,"packageRank":10,"desc":"Creates an Int8List of the specified length (in elements), all of\nwhose elements are initially zero.","enclosedBy":{"name":"Int8List","kind":3,"href":"dart-typed_data/Int8List-class.html"}},{"name":"Int8List.sublistView","qualifiedName":"dart:typed_data.Int8List.Int8List.sublistView","href":"dart-typed_data/Int8List/Int8List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates an Int8List view on a range of elements of data.","enclosedBy":{"name":"Int8List","kind":3,"href":"dart-typed_data/Int8List-class.html"}},{"name":"Int8List.view","qualifiedName":"dart:typed_data.Int8List.Int8List.view","href":"dart-typed_data/Int8List/Int8List.view.html","kind":2,"packageRank":10,"desc":"Creates an Int8List view of the specified region in buffer.","enclosedBy":{"name":"Int8List","kind":3,"href":"dart-typed_data/Int8List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Int8List.asUnmodifiableView","href":"dart-typed_data/Int8List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Int8List;","enclosedBy":{"name":"Int8List","kind":3,"href":"dart-typed_data/Int8List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Int8List.bytesPerElement","href":"dart-typed_data/Int8List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int8List","kind":3,"href":"dart-typed_data/Int8List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Int8List.operator +","href":"dart-typed_data/Int8List/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Int8List","kind":3,"href":"dart-typed_data/Int8List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Int8List.sublist","href":"dart-typed_data/Int8List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Int8List","kind":3,"href":"dart-typed_data/Int8List-class.html"}},{"name":"Int16List","qualifiedName":"dart:typed_data.Int16List","href":"dart-typed_data/Int16List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of 16-bit signed integers that is viewable as a\nTypedData.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Int16List.fromList","qualifiedName":"dart:typed_data.Int16List.Int16List.fromList","href":"dart-typed_data/Int16List/Int16List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Int16List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Int16List","kind":3,"href":"dart-typed_data/Int16List-class.html"}},{"name":"Int16List.new","qualifiedName":"dart:typed_data.Int16List.Int16List.new","href":"dart-typed_data/Int16List/Int16List.html","kind":2,"packageRank":10,"desc":"Creates an Int16List of the specified length (in elements), all of\nwhose elements are initially zero.","enclosedBy":{"name":"Int16List","kind":3,"href":"dart-typed_data/Int16List-class.html"}},{"name":"Int16List.sublistView","qualifiedName":"dart:typed_data.Int16List.Int16List.sublistView","href":"dart-typed_data/Int16List/Int16List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates an Int16List view on a range of elements of data.","enclosedBy":{"name":"Int16List","kind":3,"href":"dart-typed_data/Int16List-class.html"}},{"name":"Int16List.view","qualifiedName":"dart:typed_data.Int16List.Int16List.view","href":"dart-typed_data/Int16List/Int16List.view.html","kind":2,"packageRank":10,"desc":"Creates an Int16List view of the specified region in buffer.","enclosedBy":{"name":"Int16List","kind":3,"href":"dart-typed_data/Int16List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Int16List.asUnmodifiableView","href":"dart-typed_data/Int16List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Int16List.","enclosedBy":{"name":"Int16List","kind":3,"href":"dart-typed_data/Int16List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Int16List.bytesPerElement","href":"dart-typed_data/Int16List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int16List","kind":3,"href":"dart-typed_data/Int16List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Int16List.operator +","href":"dart-typed_data/Int16List/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Int16List","kind":3,"href":"dart-typed_data/Int16List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Int16List.sublist","href":"dart-typed_data/Int16List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Int16List","kind":3,"href":"dart-typed_data/Int16List-class.html"}},{"name":"Int32List","qualifiedName":"dart:typed_data.Int32List","href":"dart-typed_data/Int32List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of 32-bit signed integers that is viewable as a\nTypedData.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Int32List.fromList","qualifiedName":"dart:typed_data.Int32List.Int32List.fromList","href":"dart-typed_data/Int32List/Int32List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Int32List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Int32List","kind":3,"href":"dart-typed_data/Int32List-class.html"}},{"name":"Int32List.new","qualifiedName":"dart:typed_data.Int32List.Int32List.new","href":"dart-typed_data/Int32List/Int32List.html","kind":2,"packageRank":10,"desc":"Creates an Int32List of the specified length (in elements), all of\nwhose elements are initially zero.","enclosedBy":{"name":"Int32List","kind":3,"href":"dart-typed_data/Int32List-class.html"}},{"name":"Int32List.sublistView","qualifiedName":"dart:typed_data.Int32List.Int32List.sublistView","href":"dart-typed_data/Int32List/Int32List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates an Int32List view on a range of elements of data.","enclosedBy":{"name":"Int32List","kind":3,"href":"dart-typed_data/Int32List-class.html"}},{"name":"Int32List.view","qualifiedName":"dart:typed_data.Int32List.Int32List.view","href":"dart-typed_data/Int32List/Int32List.view.html","kind":2,"packageRank":10,"desc":"Creates an Int32List view of the specified region in buffer.","enclosedBy":{"name":"Int32List","kind":3,"href":"dart-typed_data/Int32List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Int32List.asUnmodifiableView","href":"dart-typed_data/Int32List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Int16List.","enclosedBy":{"name":"Int32List","kind":3,"href":"dart-typed_data/Int32List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Int32List.bytesPerElement","href":"dart-typed_data/Int32List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32List","kind":3,"href":"dart-typed_data/Int32List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Int32List.operator +","href":"dart-typed_data/Int32List/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Int32List","kind":3,"href":"dart-typed_data/Int32List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Int32List.sublist","href":"dart-typed_data/Int32List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Int32List","kind":3,"href":"dart-typed_data/Int32List-class.html"}},{"name":"Int32x4","qualifiedName":"dart:typed_data.Int32x4","href":"dart-typed_data/Int32x4-class.html","kind":3,"packageRank":10,"desc":"Int32x4 and operations.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Int32x4.bool","qualifiedName":"dart:typed_data.Int32x4.Int32x4.bool","href":"dart-typed_data/Int32x4/Int32x4.bool.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"Int32x4.fromFloat32x4Bits","qualifiedName":"dart:typed_data.Int32x4.Int32x4.fromFloat32x4Bits","href":"dart-typed_data/Int32x4/Int32x4.fromFloat32x4Bits.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"Int32x4.new","qualifiedName":"dart:typed_data.Int32x4.Int32x4.new","href":"dart-typed_data/Int32x4/Int32x4.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"flagW","qualifiedName":"dart:typed_data.Int32x4.flagW","href":"dart-typed_data/Int32x4/flagW.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Extracted w value. Returns false for 0, true for any other value.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"flagX","qualifiedName":"dart:typed_data.Int32x4.flagX","href":"dart-typed_data/Int32x4/flagX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Extracted x value. Returns false for 0, true for any other value.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"flagY","qualifiedName":"dart:typed_data.Int32x4.flagY","href":"dart-typed_data/Int32x4/flagY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Extracted y value. Returns false for 0, true for any other value.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"flagZ","qualifiedName":"dart:typed_data.Int32x4.flagZ","href":"dart-typed_data/Int32x4/flagZ.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Extracted z value. Returns false for 0, true for any other value.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"operator &","qualifiedName":"dart:typed_data.Int32x4.operator &","href":"dart-typed_data/Int32x4/operator_bitwise_and.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The bit-wise and operator.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Int32x4.operator +","href":"dart-typed_data/Int32x4/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Addition operator.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"operator -","qualifiedName":"dart:typed_data.Int32x4.operator -","href":"dart-typed_data/Int32x4/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Subtraction operator.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"operator ^","qualifiedName":"dart:typed_data.Int32x4.operator ^","href":"dart-typed_data/Int32x4/operator_bitwise_exclusive_or.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The bit-wise xor operator.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"operator |","qualifiedName":"dart:typed_data.Int32x4.operator |","href":"dart-typed_data/Int32x4/operator_bitwise_or.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The bit-wise or operator.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"select","qualifiedName":"dart:typed_data.Int32x4.select","href":"dart-typed_data/Int32x4/select.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Merge trueValue and falseValue based on this Int32x4 bit mask:\nSelect bit from trueValue when bit in this Int32x4 is on.\nSelect bit from falseValue when bit in this Int32x4 is off.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"shuffle","qualifiedName":"dart:typed_data.Int32x4.shuffle","href":"dart-typed_data/Int32x4/shuffle.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle the lane values. mask must be one of the 256 shuffle constants.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"shuffleMix","qualifiedName":"dart:typed_data.Int32x4.shuffleMix","href":"dart-typed_data/Int32x4/shuffleMix.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Shuffle the lane values in this Int32x4 and other. The returned\nInt32x4 will have XY lanes from this Int32x4 and ZW lanes from other.\nUses the same mask as shuffle.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"signMask","qualifiedName":"dart:typed_data.Int32x4.signMask","href":"dart-typed_data/Int32x4/signMask.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Extract the top bit from each lane return them in the first 4 bits.\n\"x\" lane is bit 0.\n\"y\" lane is bit 1.\n\"z\" lane is bit 2.\n\"w\" lane is bit 3.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"w","qualifiedName":"dart:typed_data.Int32x4.w","href":"dart-typed_data/Int32x4/w.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Extract 32-bit mask from w lane.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"withFlagW","qualifiedName":"dart:typed_data.Int32x4.withFlagW","href":"dart-typed_data/Int32x4/withFlagW.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new Int32x4 copied from this Int32x4 with a new w value.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"withFlagX","qualifiedName":"dart:typed_data.Int32x4.withFlagX","href":"dart-typed_data/Int32x4/withFlagX.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new Int32x4 copied from this Int32x4 with a new x value.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"withFlagY","qualifiedName":"dart:typed_data.Int32x4.withFlagY","href":"dart-typed_data/Int32x4/withFlagY.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new Int32x4 copied from this Int32x4 with a new y value.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"withFlagZ","qualifiedName":"dart:typed_data.Int32x4.withFlagZ","href":"dart-typed_data/Int32x4/withFlagZ.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new Int32x4 copied from this Int32x4 with a new z value.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"withW","qualifiedName":"dart:typed_data.Int32x4.withW","href":"dart-typed_data/Int32x4/withW.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new Int32x4 copied from this Int32x4 with a new w value.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"withX","qualifiedName":"dart:typed_data.Int32x4.withX","href":"dart-typed_data/Int32x4/withX.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new Int32x4 copied from this Int32x4 with a new x value.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"withY","qualifiedName":"dart:typed_data.Int32x4.withY","href":"dart-typed_data/Int32x4/withY.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new Int32x4 copied from this Int32x4 with a new y value.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"withZ","qualifiedName":"dart:typed_data.Int32x4.withZ","href":"dart-typed_data/Int32x4/withZ.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new Int32x4 copied from this Int32x4 with a new z value.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwww","qualifiedName":"dart:typed_data.Int32x4.wwww","href":"dart-typed_data/Int32x4/wwww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwwx","qualifiedName":"dart:typed_data.Int32x4.wwwx","href":"dart-typed_data/Int32x4/wwwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwwy","qualifiedName":"dart:typed_data.Int32x4.wwwy","href":"dart-typed_data/Int32x4/wwwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwwz","qualifiedName":"dart:typed_data.Int32x4.wwwz","href":"dart-typed_data/Int32x4/wwwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwxw","qualifiedName":"dart:typed_data.Int32x4.wwxw","href":"dart-typed_data/Int32x4/wwxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwxx","qualifiedName":"dart:typed_data.Int32x4.wwxx","href":"dart-typed_data/Int32x4/wwxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwxy","qualifiedName":"dart:typed_data.Int32x4.wwxy","href":"dart-typed_data/Int32x4/wwxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwxz","qualifiedName":"dart:typed_data.Int32x4.wwxz","href":"dart-typed_data/Int32x4/wwxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwyw","qualifiedName":"dart:typed_data.Int32x4.wwyw","href":"dart-typed_data/Int32x4/wwyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwyx","qualifiedName":"dart:typed_data.Int32x4.wwyx","href":"dart-typed_data/Int32x4/wwyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwyy","qualifiedName":"dart:typed_data.Int32x4.wwyy","href":"dart-typed_data/Int32x4/wwyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwyz","qualifiedName":"dart:typed_data.Int32x4.wwyz","href":"dart-typed_data/Int32x4/wwyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwzw","qualifiedName":"dart:typed_data.Int32x4.wwzw","href":"dart-typed_data/Int32x4/wwzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwzx","qualifiedName":"dart:typed_data.Int32x4.wwzx","href":"dart-typed_data/Int32x4/wwzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwzy","qualifiedName":"dart:typed_data.Int32x4.wwzy","href":"dart-typed_data/Int32x4/wwzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wwzz","qualifiedName":"dart:typed_data.Int32x4.wwzz","href":"dart-typed_data/Int32x4/wwzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxww","qualifiedName":"dart:typed_data.Int32x4.wxww","href":"dart-typed_data/Int32x4/wxww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxwx","qualifiedName":"dart:typed_data.Int32x4.wxwx","href":"dart-typed_data/Int32x4/wxwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxwy","qualifiedName":"dart:typed_data.Int32x4.wxwy","href":"dart-typed_data/Int32x4/wxwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxwz","qualifiedName":"dart:typed_data.Int32x4.wxwz","href":"dart-typed_data/Int32x4/wxwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxxw","qualifiedName":"dart:typed_data.Int32x4.wxxw","href":"dart-typed_data/Int32x4/wxxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxxx","qualifiedName":"dart:typed_data.Int32x4.wxxx","href":"dart-typed_data/Int32x4/wxxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxxy","qualifiedName":"dart:typed_data.Int32x4.wxxy","href":"dart-typed_data/Int32x4/wxxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxxz","qualifiedName":"dart:typed_data.Int32x4.wxxz","href":"dart-typed_data/Int32x4/wxxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxyw","qualifiedName":"dart:typed_data.Int32x4.wxyw","href":"dart-typed_data/Int32x4/wxyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxyx","qualifiedName":"dart:typed_data.Int32x4.wxyx","href":"dart-typed_data/Int32x4/wxyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxyy","qualifiedName":"dart:typed_data.Int32x4.wxyy","href":"dart-typed_data/Int32x4/wxyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxyz","qualifiedName":"dart:typed_data.Int32x4.wxyz","href":"dart-typed_data/Int32x4/wxyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxzw","qualifiedName":"dart:typed_data.Int32x4.wxzw","href":"dart-typed_data/Int32x4/wxzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxzx","qualifiedName":"dart:typed_data.Int32x4.wxzx","href":"dart-typed_data/Int32x4/wxzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxzy","qualifiedName":"dart:typed_data.Int32x4.wxzy","href":"dart-typed_data/Int32x4/wxzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wxzz","qualifiedName":"dart:typed_data.Int32x4.wxzz","href":"dart-typed_data/Int32x4/wxzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyww","qualifiedName":"dart:typed_data.Int32x4.wyww","href":"dart-typed_data/Int32x4/wyww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wywx","qualifiedName":"dart:typed_data.Int32x4.wywx","href":"dart-typed_data/Int32x4/wywx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wywy","qualifiedName":"dart:typed_data.Int32x4.wywy","href":"dart-typed_data/Int32x4/wywy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wywz","qualifiedName":"dart:typed_data.Int32x4.wywz","href":"dart-typed_data/Int32x4/wywz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyxw","qualifiedName":"dart:typed_data.Int32x4.wyxw","href":"dart-typed_data/Int32x4/wyxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyxx","qualifiedName":"dart:typed_data.Int32x4.wyxx","href":"dart-typed_data/Int32x4/wyxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyxy","qualifiedName":"dart:typed_data.Int32x4.wyxy","href":"dart-typed_data/Int32x4/wyxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyxz","qualifiedName":"dart:typed_data.Int32x4.wyxz","href":"dart-typed_data/Int32x4/wyxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyyw","qualifiedName":"dart:typed_data.Int32x4.wyyw","href":"dart-typed_data/Int32x4/wyyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyyx","qualifiedName":"dart:typed_data.Int32x4.wyyx","href":"dart-typed_data/Int32x4/wyyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyyy","qualifiedName":"dart:typed_data.Int32x4.wyyy","href":"dart-typed_data/Int32x4/wyyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyyz","qualifiedName":"dart:typed_data.Int32x4.wyyz","href":"dart-typed_data/Int32x4/wyyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyzw","qualifiedName":"dart:typed_data.Int32x4.wyzw","href":"dart-typed_data/Int32x4/wyzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyzx","qualifiedName":"dart:typed_data.Int32x4.wyzx","href":"dart-typed_data/Int32x4/wyzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyzy","qualifiedName":"dart:typed_data.Int32x4.wyzy","href":"dart-typed_data/Int32x4/wyzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wyzz","qualifiedName":"dart:typed_data.Int32x4.wyzz","href":"dart-typed_data/Int32x4/wyzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzww","qualifiedName":"dart:typed_data.Int32x4.wzww","href":"dart-typed_data/Int32x4/wzww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzwx","qualifiedName":"dart:typed_data.Int32x4.wzwx","href":"dart-typed_data/Int32x4/wzwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzwy","qualifiedName":"dart:typed_data.Int32x4.wzwy","href":"dart-typed_data/Int32x4/wzwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzwz","qualifiedName":"dart:typed_data.Int32x4.wzwz","href":"dart-typed_data/Int32x4/wzwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzxw","qualifiedName":"dart:typed_data.Int32x4.wzxw","href":"dart-typed_data/Int32x4/wzxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzxx","qualifiedName":"dart:typed_data.Int32x4.wzxx","href":"dart-typed_data/Int32x4/wzxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzxy","qualifiedName":"dart:typed_data.Int32x4.wzxy","href":"dart-typed_data/Int32x4/wzxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzxz","qualifiedName":"dart:typed_data.Int32x4.wzxz","href":"dart-typed_data/Int32x4/wzxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzyw","qualifiedName":"dart:typed_data.Int32x4.wzyw","href":"dart-typed_data/Int32x4/wzyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzyx","qualifiedName":"dart:typed_data.Int32x4.wzyx","href":"dart-typed_data/Int32x4/wzyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzyy","qualifiedName":"dart:typed_data.Int32x4.wzyy","href":"dart-typed_data/Int32x4/wzyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzyz","qualifiedName":"dart:typed_data.Int32x4.wzyz","href":"dart-typed_data/Int32x4/wzyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzzw","qualifiedName":"dart:typed_data.Int32x4.wzzw","href":"dart-typed_data/Int32x4/wzzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzzx","qualifiedName":"dart:typed_data.Int32x4.wzzx","href":"dart-typed_data/Int32x4/wzzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzzy","qualifiedName":"dart:typed_data.Int32x4.wzzy","href":"dart-typed_data/Int32x4/wzzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"wzzz","qualifiedName":"dart:typed_data.Int32x4.wzzz","href":"dart-typed_data/Int32x4/wzzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"x","qualifiedName":"dart:typed_data.Int32x4.x","href":"dart-typed_data/Int32x4/x.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Extract 32-bit mask from x lane.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwww","qualifiedName":"dart:typed_data.Int32x4.xwww","href":"dart-typed_data/Int32x4/xwww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwwx","qualifiedName":"dart:typed_data.Int32x4.xwwx","href":"dart-typed_data/Int32x4/xwwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwwy","qualifiedName":"dart:typed_data.Int32x4.xwwy","href":"dart-typed_data/Int32x4/xwwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwwz","qualifiedName":"dart:typed_data.Int32x4.xwwz","href":"dart-typed_data/Int32x4/xwwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwxw","qualifiedName":"dart:typed_data.Int32x4.xwxw","href":"dart-typed_data/Int32x4/xwxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwxx","qualifiedName":"dart:typed_data.Int32x4.xwxx","href":"dart-typed_data/Int32x4/xwxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwxy","qualifiedName":"dart:typed_data.Int32x4.xwxy","href":"dart-typed_data/Int32x4/xwxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwxz","qualifiedName":"dart:typed_data.Int32x4.xwxz","href":"dart-typed_data/Int32x4/xwxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwyw","qualifiedName":"dart:typed_data.Int32x4.xwyw","href":"dart-typed_data/Int32x4/xwyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwyx","qualifiedName":"dart:typed_data.Int32x4.xwyx","href":"dart-typed_data/Int32x4/xwyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwyy","qualifiedName":"dart:typed_data.Int32x4.xwyy","href":"dart-typed_data/Int32x4/xwyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwyz","qualifiedName":"dart:typed_data.Int32x4.xwyz","href":"dart-typed_data/Int32x4/xwyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwzw","qualifiedName":"dart:typed_data.Int32x4.xwzw","href":"dart-typed_data/Int32x4/xwzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwzx","qualifiedName":"dart:typed_data.Int32x4.xwzx","href":"dart-typed_data/Int32x4/xwzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwzy","qualifiedName":"dart:typed_data.Int32x4.xwzy","href":"dart-typed_data/Int32x4/xwzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xwzz","qualifiedName":"dart:typed_data.Int32x4.xwzz","href":"dart-typed_data/Int32x4/xwzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxww","qualifiedName":"dart:typed_data.Int32x4.xxww","href":"dart-typed_data/Int32x4/xxww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxwx","qualifiedName":"dart:typed_data.Int32x4.xxwx","href":"dart-typed_data/Int32x4/xxwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxwy","qualifiedName":"dart:typed_data.Int32x4.xxwy","href":"dart-typed_data/Int32x4/xxwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxwz","qualifiedName":"dart:typed_data.Int32x4.xxwz","href":"dart-typed_data/Int32x4/xxwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxxw","qualifiedName":"dart:typed_data.Int32x4.xxxw","href":"dart-typed_data/Int32x4/xxxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxxx","qualifiedName":"dart:typed_data.Int32x4.xxxx","href":"dart-typed_data/Int32x4/xxxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Mask passed to shuffle or shuffleMix.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxxy","qualifiedName":"dart:typed_data.Int32x4.xxxy","href":"dart-typed_data/Int32x4/xxxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxxz","qualifiedName":"dart:typed_data.Int32x4.xxxz","href":"dart-typed_data/Int32x4/xxxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxyw","qualifiedName":"dart:typed_data.Int32x4.xxyw","href":"dart-typed_data/Int32x4/xxyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxyx","qualifiedName":"dart:typed_data.Int32x4.xxyx","href":"dart-typed_data/Int32x4/xxyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxyy","qualifiedName":"dart:typed_data.Int32x4.xxyy","href":"dart-typed_data/Int32x4/xxyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxyz","qualifiedName":"dart:typed_data.Int32x4.xxyz","href":"dart-typed_data/Int32x4/xxyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxzw","qualifiedName":"dart:typed_data.Int32x4.xxzw","href":"dart-typed_data/Int32x4/xxzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxzx","qualifiedName":"dart:typed_data.Int32x4.xxzx","href":"dart-typed_data/Int32x4/xxzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxzy","qualifiedName":"dart:typed_data.Int32x4.xxzy","href":"dart-typed_data/Int32x4/xxzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xxzz","qualifiedName":"dart:typed_data.Int32x4.xxzz","href":"dart-typed_data/Int32x4/xxzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyww","qualifiedName":"dart:typed_data.Int32x4.xyww","href":"dart-typed_data/Int32x4/xyww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xywx","qualifiedName":"dart:typed_data.Int32x4.xywx","href":"dart-typed_data/Int32x4/xywx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xywy","qualifiedName":"dart:typed_data.Int32x4.xywy","href":"dart-typed_data/Int32x4/xywy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xywz","qualifiedName":"dart:typed_data.Int32x4.xywz","href":"dart-typed_data/Int32x4/xywz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyxw","qualifiedName":"dart:typed_data.Int32x4.xyxw","href":"dart-typed_data/Int32x4/xyxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyxx","qualifiedName":"dart:typed_data.Int32x4.xyxx","href":"dart-typed_data/Int32x4/xyxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyxy","qualifiedName":"dart:typed_data.Int32x4.xyxy","href":"dart-typed_data/Int32x4/xyxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyxz","qualifiedName":"dart:typed_data.Int32x4.xyxz","href":"dart-typed_data/Int32x4/xyxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyyw","qualifiedName":"dart:typed_data.Int32x4.xyyw","href":"dart-typed_data/Int32x4/xyyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyyx","qualifiedName":"dart:typed_data.Int32x4.xyyx","href":"dart-typed_data/Int32x4/xyyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyyy","qualifiedName":"dart:typed_data.Int32x4.xyyy","href":"dart-typed_data/Int32x4/xyyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyyz","qualifiedName":"dart:typed_data.Int32x4.xyyz","href":"dart-typed_data/Int32x4/xyyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyzw","qualifiedName":"dart:typed_data.Int32x4.xyzw","href":"dart-typed_data/Int32x4/xyzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyzx","qualifiedName":"dart:typed_data.Int32x4.xyzx","href":"dart-typed_data/Int32x4/xyzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyzy","qualifiedName":"dart:typed_data.Int32x4.xyzy","href":"dart-typed_data/Int32x4/xyzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xyzz","qualifiedName":"dart:typed_data.Int32x4.xyzz","href":"dart-typed_data/Int32x4/xyzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzww","qualifiedName":"dart:typed_data.Int32x4.xzww","href":"dart-typed_data/Int32x4/xzww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzwx","qualifiedName":"dart:typed_data.Int32x4.xzwx","href":"dart-typed_data/Int32x4/xzwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzwy","qualifiedName":"dart:typed_data.Int32x4.xzwy","href":"dart-typed_data/Int32x4/xzwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzwz","qualifiedName":"dart:typed_data.Int32x4.xzwz","href":"dart-typed_data/Int32x4/xzwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzxw","qualifiedName":"dart:typed_data.Int32x4.xzxw","href":"dart-typed_data/Int32x4/xzxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzxx","qualifiedName":"dart:typed_data.Int32x4.xzxx","href":"dart-typed_data/Int32x4/xzxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzxy","qualifiedName":"dart:typed_data.Int32x4.xzxy","href":"dart-typed_data/Int32x4/xzxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzxz","qualifiedName":"dart:typed_data.Int32x4.xzxz","href":"dart-typed_data/Int32x4/xzxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzyw","qualifiedName":"dart:typed_data.Int32x4.xzyw","href":"dart-typed_data/Int32x4/xzyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzyx","qualifiedName":"dart:typed_data.Int32x4.xzyx","href":"dart-typed_data/Int32x4/xzyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzyy","qualifiedName":"dart:typed_data.Int32x4.xzyy","href":"dart-typed_data/Int32x4/xzyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzyz","qualifiedName":"dart:typed_data.Int32x4.xzyz","href":"dart-typed_data/Int32x4/xzyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzzw","qualifiedName":"dart:typed_data.Int32x4.xzzw","href":"dart-typed_data/Int32x4/xzzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzzx","qualifiedName":"dart:typed_data.Int32x4.xzzx","href":"dart-typed_data/Int32x4/xzzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzzy","qualifiedName":"dart:typed_data.Int32x4.xzzy","href":"dart-typed_data/Int32x4/xzzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"xzzz","qualifiedName":"dart:typed_data.Int32x4.xzzz","href":"dart-typed_data/Int32x4/xzzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"y","qualifiedName":"dart:typed_data.Int32x4.y","href":"dart-typed_data/Int32x4/y.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Extract 32-bit mask from y lane.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywww","qualifiedName":"dart:typed_data.Int32x4.ywww","href":"dart-typed_data/Int32x4/ywww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywwx","qualifiedName":"dart:typed_data.Int32x4.ywwx","href":"dart-typed_data/Int32x4/ywwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywwy","qualifiedName":"dart:typed_data.Int32x4.ywwy","href":"dart-typed_data/Int32x4/ywwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywwz","qualifiedName":"dart:typed_data.Int32x4.ywwz","href":"dart-typed_data/Int32x4/ywwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywxw","qualifiedName":"dart:typed_data.Int32x4.ywxw","href":"dart-typed_data/Int32x4/ywxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywxx","qualifiedName":"dart:typed_data.Int32x4.ywxx","href":"dart-typed_data/Int32x4/ywxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywxy","qualifiedName":"dart:typed_data.Int32x4.ywxy","href":"dart-typed_data/Int32x4/ywxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywxz","qualifiedName":"dart:typed_data.Int32x4.ywxz","href":"dart-typed_data/Int32x4/ywxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywyw","qualifiedName":"dart:typed_data.Int32x4.ywyw","href":"dart-typed_data/Int32x4/ywyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywyx","qualifiedName":"dart:typed_data.Int32x4.ywyx","href":"dart-typed_data/Int32x4/ywyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywyy","qualifiedName":"dart:typed_data.Int32x4.ywyy","href":"dart-typed_data/Int32x4/ywyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywyz","qualifiedName":"dart:typed_data.Int32x4.ywyz","href":"dart-typed_data/Int32x4/ywyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywzw","qualifiedName":"dart:typed_data.Int32x4.ywzw","href":"dart-typed_data/Int32x4/ywzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywzx","qualifiedName":"dart:typed_data.Int32x4.ywzx","href":"dart-typed_data/Int32x4/ywzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywzy","qualifiedName":"dart:typed_data.Int32x4.ywzy","href":"dart-typed_data/Int32x4/ywzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"ywzz","qualifiedName":"dart:typed_data.Int32x4.ywzz","href":"dart-typed_data/Int32x4/ywzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxww","qualifiedName":"dart:typed_data.Int32x4.yxww","href":"dart-typed_data/Int32x4/yxww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxwx","qualifiedName":"dart:typed_data.Int32x4.yxwx","href":"dart-typed_data/Int32x4/yxwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxwy","qualifiedName":"dart:typed_data.Int32x4.yxwy","href":"dart-typed_data/Int32x4/yxwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxwz","qualifiedName":"dart:typed_data.Int32x4.yxwz","href":"dart-typed_data/Int32x4/yxwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxxw","qualifiedName":"dart:typed_data.Int32x4.yxxw","href":"dart-typed_data/Int32x4/yxxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxxx","qualifiedName":"dart:typed_data.Int32x4.yxxx","href":"dart-typed_data/Int32x4/yxxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxxy","qualifiedName":"dart:typed_data.Int32x4.yxxy","href":"dart-typed_data/Int32x4/yxxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxxz","qualifiedName":"dart:typed_data.Int32x4.yxxz","href":"dart-typed_data/Int32x4/yxxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxyw","qualifiedName":"dart:typed_data.Int32x4.yxyw","href":"dart-typed_data/Int32x4/yxyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxyx","qualifiedName":"dart:typed_data.Int32x4.yxyx","href":"dart-typed_data/Int32x4/yxyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxyy","qualifiedName":"dart:typed_data.Int32x4.yxyy","href":"dart-typed_data/Int32x4/yxyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxyz","qualifiedName":"dart:typed_data.Int32x4.yxyz","href":"dart-typed_data/Int32x4/yxyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxzw","qualifiedName":"dart:typed_data.Int32x4.yxzw","href":"dart-typed_data/Int32x4/yxzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxzx","qualifiedName":"dart:typed_data.Int32x4.yxzx","href":"dart-typed_data/Int32x4/yxzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxzy","qualifiedName":"dart:typed_data.Int32x4.yxzy","href":"dart-typed_data/Int32x4/yxzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yxzz","qualifiedName":"dart:typed_data.Int32x4.yxzz","href":"dart-typed_data/Int32x4/yxzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyww","qualifiedName":"dart:typed_data.Int32x4.yyww","href":"dart-typed_data/Int32x4/yyww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yywx","qualifiedName":"dart:typed_data.Int32x4.yywx","href":"dart-typed_data/Int32x4/yywx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yywy","qualifiedName":"dart:typed_data.Int32x4.yywy","href":"dart-typed_data/Int32x4/yywy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yywz","qualifiedName":"dart:typed_data.Int32x4.yywz","href":"dart-typed_data/Int32x4/yywz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyxw","qualifiedName":"dart:typed_data.Int32x4.yyxw","href":"dart-typed_data/Int32x4/yyxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyxx","qualifiedName":"dart:typed_data.Int32x4.yyxx","href":"dart-typed_data/Int32x4/yyxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyxy","qualifiedName":"dart:typed_data.Int32x4.yyxy","href":"dart-typed_data/Int32x4/yyxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyxz","qualifiedName":"dart:typed_data.Int32x4.yyxz","href":"dart-typed_data/Int32x4/yyxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyyw","qualifiedName":"dart:typed_data.Int32x4.yyyw","href":"dart-typed_data/Int32x4/yyyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyyx","qualifiedName":"dart:typed_data.Int32x4.yyyx","href":"dart-typed_data/Int32x4/yyyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyyy","qualifiedName":"dart:typed_data.Int32x4.yyyy","href":"dart-typed_data/Int32x4/yyyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyyz","qualifiedName":"dart:typed_data.Int32x4.yyyz","href":"dart-typed_data/Int32x4/yyyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyzw","qualifiedName":"dart:typed_data.Int32x4.yyzw","href":"dart-typed_data/Int32x4/yyzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyzx","qualifiedName":"dart:typed_data.Int32x4.yyzx","href":"dart-typed_data/Int32x4/yyzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyzy","qualifiedName":"dart:typed_data.Int32x4.yyzy","href":"dart-typed_data/Int32x4/yyzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yyzz","qualifiedName":"dart:typed_data.Int32x4.yyzz","href":"dart-typed_data/Int32x4/yyzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzww","qualifiedName":"dart:typed_data.Int32x4.yzww","href":"dart-typed_data/Int32x4/yzww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzwx","qualifiedName":"dart:typed_data.Int32x4.yzwx","href":"dart-typed_data/Int32x4/yzwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzwy","qualifiedName":"dart:typed_data.Int32x4.yzwy","href":"dart-typed_data/Int32x4/yzwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzwz","qualifiedName":"dart:typed_data.Int32x4.yzwz","href":"dart-typed_data/Int32x4/yzwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzxw","qualifiedName":"dart:typed_data.Int32x4.yzxw","href":"dart-typed_data/Int32x4/yzxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzxx","qualifiedName":"dart:typed_data.Int32x4.yzxx","href":"dart-typed_data/Int32x4/yzxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzxy","qualifiedName":"dart:typed_data.Int32x4.yzxy","href":"dart-typed_data/Int32x4/yzxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzxz","qualifiedName":"dart:typed_data.Int32x4.yzxz","href":"dart-typed_data/Int32x4/yzxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzyw","qualifiedName":"dart:typed_data.Int32x4.yzyw","href":"dart-typed_data/Int32x4/yzyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzyx","qualifiedName":"dart:typed_data.Int32x4.yzyx","href":"dart-typed_data/Int32x4/yzyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzyy","qualifiedName":"dart:typed_data.Int32x4.yzyy","href":"dart-typed_data/Int32x4/yzyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzyz","qualifiedName":"dart:typed_data.Int32x4.yzyz","href":"dart-typed_data/Int32x4/yzyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzzw","qualifiedName":"dart:typed_data.Int32x4.yzzw","href":"dart-typed_data/Int32x4/yzzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzzx","qualifiedName":"dart:typed_data.Int32x4.yzzx","href":"dart-typed_data/Int32x4/yzzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzzy","qualifiedName":"dart:typed_data.Int32x4.yzzy","href":"dart-typed_data/Int32x4/yzzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"yzzz","qualifiedName":"dart:typed_data.Int32x4.yzzz","href":"dart-typed_data/Int32x4/yzzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"z","qualifiedName":"dart:typed_data.Int32x4.z","href":"dart-typed_data/Int32x4/z.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Extract 32-bit mask from z lane.","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwww","qualifiedName":"dart:typed_data.Int32x4.zwww","href":"dart-typed_data/Int32x4/zwww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwwx","qualifiedName":"dart:typed_data.Int32x4.zwwx","href":"dart-typed_data/Int32x4/zwwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwwy","qualifiedName":"dart:typed_data.Int32x4.zwwy","href":"dart-typed_data/Int32x4/zwwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwwz","qualifiedName":"dart:typed_data.Int32x4.zwwz","href":"dart-typed_data/Int32x4/zwwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwxw","qualifiedName":"dart:typed_data.Int32x4.zwxw","href":"dart-typed_data/Int32x4/zwxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwxx","qualifiedName":"dart:typed_data.Int32x4.zwxx","href":"dart-typed_data/Int32x4/zwxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwxy","qualifiedName":"dart:typed_data.Int32x4.zwxy","href":"dart-typed_data/Int32x4/zwxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwxz","qualifiedName":"dart:typed_data.Int32x4.zwxz","href":"dart-typed_data/Int32x4/zwxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwyw","qualifiedName":"dart:typed_data.Int32x4.zwyw","href":"dart-typed_data/Int32x4/zwyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwyx","qualifiedName":"dart:typed_data.Int32x4.zwyx","href":"dart-typed_data/Int32x4/zwyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwyy","qualifiedName":"dart:typed_data.Int32x4.zwyy","href":"dart-typed_data/Int32x4/zwyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwyz","qualifiedName":"dart:typed_data.Int32x4.zwyz","href":"dart-typed_data/Int32x4/zwyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwzw","qualifiedName":"dart:typed_data.Int32x4.zwzw","href":"dart-typed_data/Int32x4/zwzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwzx","qualifiedName":"dart:typed_data.Int32x4.zwzx","href":"dart-typed_data/Int32x4/zwzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwzy","qualifiedName":"dart:typed_data.Int32x4.zwzy","href":"dart-typed_data/Int32x4/zwzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zwzz","qualifiedName":"dart:typed_data.Int32x4.zwzz","href":"dart-typed_data/Int32x4/zwzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxww","qualifiedName":"dart:typed_data.Int32x4.zxww","href":"dart-typed_data/Int32x4/zxww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxwx","qualifiedName":"dart:typed_data.Int32x4.zxwx","href":"dart-typed_data/Int32x4/zxwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxwy","qualifiedName":"dart:typed_data.Int32x4.zxwy","href":"dart-typed_data/Int32x4/zxwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxwz","qualifiedName":"dart:typed_data.Int32x4.zxwz","href":"dart-typed_data/Int32x4/zxwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxxw","qualifiedName":"dart:typed_data.Int32x4.zxxw","href":"dart-typed_data/Int32x4/zxxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxxx","qualifiedName":"dart:typed_data.Int32x4.zxxx","href":"dart-typed_data/Int32x4/zxxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxxy","qualifiedName":"dart:typed_data.Int32x4.zxxy","href":"dart-typed_data/Int32x4/zxxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxxz","qualifiedName":"dart:typed_data.Int32x4.zxxz","href":"dart-typed_data/Int32x4/zxxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxyw","qualifiedName":"dart:typed_data.Int32x4.zxyw","href":"dart-typed_data/Int32x4/zxyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxyx","qualifiedName":"dart:typed_data.Int32x4.zxyx","href":"dart-typed_data/Int32x4/zxyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxyy","qualifiedName":"dart:typed_data.Int32x4.zxyy","href":"dart-typed_data/Int32x4/zxyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxyz","qualifiedName":"dart:typed_data.Int32x4.zxyz","href":"dart-typed_data/Int32x4/zxyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxzw","qualifiedName":"dart:typed_data.Int32x4.zxzw","href":"dart-typed_data/Int32x4/zxzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxzx","qualifiedName":"dart:typed_data.Int32x4.zxzx","href":"dart-typed_data/Int32x4/zxzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxzy","qualifiedName":"dart:typed_data.Int32x4.zxzy","href":"dart-typed_data/Int32x4/zxzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zxzz","qualifiedName":"dart:typed_data.Int32x4.zxzz","href":"dart-typed_data/Int32x4/zxzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyww","qualifiedName":"dart:typed_data.Int32x4.zyww","href":"dart-typed_data/Int32x4/zyww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zywx","qualifiedName":"dart:typed_data.Int32x4.zywx","href":"dart-typed_data/Int32x4/zywx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zywy","qualifiedName":"dart:typed_data.Int32x4.zywy","href":"dart-typed_data/Int32x4/zywy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zywz","qualifiedName":"dart:typed_data.Int32x4.zywz","href":"dart-typed_data/Int32x4/zywz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyxw","qualifiedName":"dart:typed_data.Int32x4.zyxw","href":"dart-typed_data/Int32x4/zyxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyxx","qualifiedName":"dart:typed_data.Int32x4.zyxx","href":"dart-typed_data/Int32x4/zyxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyxy","qualifiedName":"dart:typed_data.Int32x4.zyxy","href":"dart-typed_data/Int32x4/zyxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyxz","qualifiedName":"dart:typed_data.Int32x4.zyxz","href":"dart-typed_data/Int32x4/zyxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyyw","qualifiedName":"dart:typed_data.Int32x4.zyyw","href":"dart-typed_data/Int32x4/zyyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyyx","qualifiedName":"dart:typed_data.Int32x4.zyyx","href":"dart-typed_data/Int32x4/zyyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyyy","qualifiedName":"dart:typed_data.Int32x4.zyyy","href":"dart-typed_data/Int32x4/zyyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyyz","qualifiedName":"dart:typed_data.Int32x4.zyyz","href":"dart-typed_data/Int32x4/zyyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyzw","qualifiedName":"dart:typed_data.Int32x4.zyzw","href":"dart-typed_data/Int32x4/zyzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyzx","qualifiedName":"dart:typed_data.Int32x4.zyzx","href":"dart-typed_data/Int32x4/zyzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyzy","qualifiedName":"dart:typed_data.Int32x4.zyzy","href":"dart-typed_data/Int32x4/zyzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zyzz","qualifiedName":"dart:typed_data.Int32x4.zyzz","href":"dart-typed_data/Int32x4/zyzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzww","qualifiedName":"dart:typed_data.Int32x4.zzww","href":"dart-typed_data/Int32x4/zzww-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzwx","qualifiedName":"dart:typed_data.Int32x4.zzwx","href":"dart-typed_data/Int32x4/zzwx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzwy","qualifiedName":"dart:typed_data.Int32x4.zzwy","href":"dart-typed_data/Int32x4/zzwy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzwz","qualifiedName":"dart:typed_data.Int32x4.zzwz","href":"dart-typed_data/Int32x4/zzwz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzxw","qualifiedName":"dart:typed_data.Int32x4.zzxw","href":"dart-typed_data/Int32x4/zzxw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzxx","qualifiedName":"dart:typed_data.Int32x4.zzxx","href":"dart-typed_data/Int32x4/zzxx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzxy","qualifiedName":"dart:typed_data.Int32x4.zzxy","href":"dart-typed_data/Int32x4/zzxy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzxz","qualifiedName":"dart:typed_data.Int32x4.zzxz","href":"dart-typed_data/Int32x4/zzxz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzyw","qualifiedName":"dart:typed_data.Int32x4.zzyw","href":"dart-typed_data/Int32x4/zzyw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzyx","qualifiedName":"dart:typed_data.Int32x4.zzyx","href":"dart-typed_data/Int32x4/zzyx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzyy","qualifiedName":"dart:typed_data.Int32x4.zzyy","href":"dart-typed_data/Int32x4/zzyy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzyz","qualifiedName":"dart:typed_data.Int32x4.zzyz","href":"dart-typed_data/Int32x4/zzyz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzzw","qualifiedName":"dart:typed_data.Int32x4.zzzw","href":"dart-typed_data/Int32x4/zzzw-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzzx","qualifiedName":"dart:typed_data.Int32x4.zzzx","href":"dart-typed_data/Int32x4/zzzx-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzzy","qualifiedName":"dart:typed_data.Int32x4.zzzy","href":"dart-typed_data/Int32x4/zzzy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"zzzz","qualifiedName":"dart:typed_data.Int32x4.zzzz","href":"dart-typed_data/Int32x4/zzzz-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4","kind":3,"href":"dart-typed_data/Int32x4-class.html"}},{"name":"Int32x4List","qualifiedName":"dart:typed_data.Int32x4List","href":"dart-typed_data/Int32x4List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of Int32x4 numbers that is viewable as a\nTypedData.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Int32x4List.fromList","qualifiedName":"dart:typed_data.Int32x4List.Int32x4List.fromList","href":"dart-typed_data/Int32x4List/Int32x4List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Int32x4List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Int32x4List","kind":3,"href":"dart-typed_data/Int32x4List-class.html"}},{"name":"Int32x4List.new","qualifiedName":"dart:typed_data.Int32x4List.Int32x4List.new","href":"dart-typed_data/Int32x4List/Int32x4List.html","kind":2,"packageRank":10,"desc":"Creates a Int32x4List of the specified length (in elements),\nall of whose elements are initially zero.","enclosedBy":{"name":"Int32x4List","kind":3,"href":"dart-typed_data/Int32x4List-class.html"}},{"name":"Int32x4List.sublistView","qualifiedName":"dart:typed_data.Int32x4List.Int32x4List.sublistView","href":"dart-typed_data/Int32x4List/Int32x4List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates an Int32x4List view on a range of elements of data.","enclosedBy":{"name":"Int32x4List","kind":3,"href":"dart-typed_data/Int32x4List-class.html"}},{"name":"Int32x4List.view","qualifiedName":"dart:typed_data.Int32x4List.Int32x4List.view","href":"dart-typed_data/Int32x4List/Int32x4List.view.html","kind":2,"packageRank":10,"desc":"Creates a Int32x4List view of the specified region in buffer.","enclosedBy":{"name":"Int32x4List","kind":3,"href":"dart-typed_data/Int32x4List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Int32x4List.asUnmodifiableView","href":"dart-typed_data/Int32x4List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Int32x4List.","enclosedBy":{"name":"Int32x4List","kind":3,"href":"dart-typed_data/Int32x4List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Int32x4List.bytesPerElement","href":"dart-typed_data/Int32x4List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int32x4List","kind":3,"href":"dart-typed_data/Int32x4List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Int32x4List.operator +","href":"dart-typed_data/Int32x4List/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Int32x4List","kind":3,"href":"dart-typed_data/Int32x4List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Int32x4List.sublist","href":"dart-typed_data/Int32x4List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Int32x4List","kind":3,"href":"dart-typed_data/Int32x4List-class.html"}},{"name":"Int64List","qualifiedName":"dart:typed_data.Int64List","href":"dart-typed_data/Int64List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of 64-bit signed integers that is viewable as a\nTypedData.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Int64List.fromList","qualifiedName":"dart:typed_data.Int64List.Int64List.fromList","href":"dart-typed_data/Int64List/Int64List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Int64List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Int64List","kind":3,"href":"dart-typed_data/Int64List-class.html"}},{"name":"Int64List.new","qualifiedName":"dart:typed_data.Int64List.Int64List.new","href":"dart-typed_data/Int64List/Int64List.html","kind":2,"packageRank":10,"desc":"Creates an Int64List of the specified length (in elements), all of\nwhose elements are initially zero.","enclosedBy":{"name":"Int64List","kind":3,"href":"dart-typed_data/Int64List-class.html"}},{"name":"Int64List.sublistView","qualifiedName":"dart:typed_data.Int64List.Int64List.sublistView","href":"dart-typed_data/Int64List/Int64List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates an Int64List view on a range of elements of data.","enclosedBy":{"name":"Int64List","kind":3,"href":"dart-typed_data/Int64List-class.html"}},{"name":"Int64List.view","qualifiedName":"dart:typed_data.Int64List.Int64List.view","href":"dart-typed_data/Int64List/Int64List.view.html","kind":2,"packageRank":10,"desc":"Creates an Int64List view of the specified region in buffer.","enclosedBy":{"name":"Int64List","kind":3,"href":"dart-typed_data/Int64List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Int64List.asUnmodifiableView","href":"dart-typed_data/Int64List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Int64List.","enclosedBy":{"name":"Int64List","kind":3,"href":"dart-typed_data/Int64List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Int64List.bytesPerElement","href":"dart-typed_data/Int64List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Int64List","kind":3,"href":"dart-typed_data/Int64List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Int64List.operator +","href":"dart-typed_data/Int64List/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Int64List","kind":3,"href":"dart-typed_data/Int64List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Int64List.sublist","href":"dart-typed_data/Int64List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Int64List","kind":3,"href":"dart-typed_data/Int64List-class.html"}},{"name":"TypedData","qualifiedName":"dart:typed_data.TypedData","href":"dart-typed_data/TypedData-class.html","kind":3,"packageRank":10,"desc":"A typed view of a sequence of bytes.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"buffer","qualifiedName":"dart:typed_data.TypedData.buffer","href":"dart-typed_data/TypedData/buffer.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The byte buffer associated with this object.","enclosedBy":{"name":"TypedData","kind":3,"href":"dart-typed_data/TypedData-class.html"}},{"name":"elementSizeInBytes","qualifiedName":"dart:typed_data.TypedData.elementSizeInBytes","href":"dart-typed_data/TypedData/elementSizeInBytes.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of bytes in the representation of each element in this list.","enclosedBy":{"name":"TypedData","kind":3,"href":"dart-typed_data/TypedData-class.html"}},{"name":"lengthInBytes","qualifiedName":"dart:typed_data.TypedData.lengthInBytes","href":"dart-typed_data/TypedData/lengthInBytes.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The length of this view, in bytes.","enclosedBy":{"name":"TypedData","kind":3,"href":"dart-typed_data/TypedData-class.html"}},{"name":"offsetInBytes","qualifiedName":"dart:typed_data.TypedData.offsetInBytes","href":"dart-typed_data/TypedData/offsetInBytes.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of this view into the underlying byte buffer, in bytes.","enclosedBy":{"name":"TypedData","kind":3,"href":"dart-typed_data/TypedData-class.html"}},{"name":"TypedDataList","qualifiedName":"dart:typed_data.TypedDataList","href":"dart-typed_data/TypedDataList-class.html","kind":3,"packageRank":10,"desc":"A TypedData fixed-length List-view on the bytes of buffer.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Uint8ClampedList","qualifiedName":"dart:typed_data.Uint8ClampedList","href":"dart-typed_data/Uint8ClampedList-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of 8-bit unsigned integers.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Uint8ClampedList.fromList","qualifiedName":"dart:typed_data.Uint8ClampedList.Uint8ClampedList.fromList","href":"dart-typed_data/Uint8ClampedList/Uint8ClampedList.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Uint8ClampedList of the same size as the elements\nlist and copies over the values clamping when needed.","enclosedBy":{"name":"Uint8ClampedList","kind":3,"href":"dart-typed_data/Uint8ClampedList-class.html"}},{"name":"Uint8ClampedList.new","qualifiedName":"dart:typed_data.Uint8ClampedList.Uint8ClampedList.new","href":"dart-typed_data/Uint8ClampedList/Uint8ClampedList.html","kind":2,"packageRank":10,"desc":"Creates a Uint8ClampedList of the specified length (in elements), all of\nwhose elements are initially zero.","enclosedBy":{"name":"Uint8ClampedList","kind":3,"href":"dart-typed_data/Uint8ClampedList-class.html"}},{"name":"Uint8ClampedList.sublistView","qualifiedName":"dart:typed_data.Uint8ClampedList.Uint8ClampedList.sublistView","href":"dart-typed_data/Uint8ClampedList/Uint8ClampedList.sublistView.html","kind":2,"packageRank":10,"desc":"Creates a Uint8ClampedList view on a range of elements of data.","enclosedBy":{"name":"Uint8ClampedList","kind":3,"href":"dart-typed_data/Uint8ClampedList-class.html"}},{"name":"Uint8ClampedList.view","qualifiedName":"dart:typed_data.Uint8ClampedList.Uint8ClampedList.view","href":"dart-typed_data/Uint8ClampedList/Uint8ClampedList.view.html","kind":2,"packageRank":10,"desc":"Creates a Uint8ClampedList view of the specified region in the\nspecified byte buffer.","enclosedBy":{"name":"Uint8ClampedList","kind":3,"href":"dart-typed_data/Uint8ClampedList-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Uint8ClampedList.asUnmodifiableView","href":"dart-typed_data/Uint8ClampedList/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Uint8ClampedList.","enclosedBy":{"name":"Uint8ClampedList","kind":3,"href":"dart-typed_data/Uint8ClampedList-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Uint8ClampedList.bytesPerElement","href":"dart-typed_data/Uint8ClampedList/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Uint8ClampedList","kind":3,"href":"dart-typed_data/Uint8ClampedList-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Uint8ClampedList.operator +","href":"dart-typed_data/Uint8ClampedList/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Uint8ClampedList","kind":3,"href":"dart-typed_data/Uint8ClampedList-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Uint8ClampedList.sublist","href":"dart-typed_data/Uint8ClampedList/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Uint8ClampedList","kind":3,"href":"dart-typed_data/Uint8ClampedList-class.html"}},{"name":"Uint8List","qualifiedName":"dart:typed_data.Uint8List","href":"dart-typed_data/Uint8List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of 8-bit unsigned integers.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Uint8List.fromList","qualifiedName":"dart:typed_data.Uint8List.Uint8List.fromList","href":"dart-typed_data/Uint8List/Uint8List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Uint8List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Uint8List","kind":3,"href":"dart-typed_data/Uint8List-class.html"}},{"name":"Uint8List.new","qualifiedName":"dart:typed_data.Uint8List.Uint8List.new","href":"dart-typed_data/Uint8List/Uint8List.html","kind":2,"packageRank":10,"desc":"Creates a Uint8List of the specified length (in elements), all of\nwhose elements are initially zero.","enclosedBy":{"name":"Uint8List","kind":3,"href":"dart-typed_data/Uint8List-class.html"}},{"name":"Uint8List.sublistView","qualifiedName":"dart:typed_data.Uint8List.Uint8List.sublistView","href":"dart-typed_data/Uint8List/Uint8List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates a Uint8List view on a range of elements of data.","enclosedBy":{"name":"Uint8List","kind":3,"href":"dart-typed_data/Uint8List-class.html"}},{"name":"Uint8List.view","qualifiedName":"dart:typed_data.Uint8List.Uint8List.view","href":"dart-typed_data/Uint8List/Uint8List.view.html","kind":2,"packageRank":10,"desc":"Creates a Uint8List view of the specified region in buffer.","enclosedBy":{"name":"Uint8List","kind":3,"href":"dart-typed_data/Uint8List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Uint8List.asUnmodifiableView","href":"dart-typed_data/Uint8List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Uint8List.","enclosedBy":{"name":"Uint8List","kind":3,"href":"dart-typed_data/Uint8List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Uint8List.bytesPerElement","href":"dart-typed_data/Uint8List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Uint8List","kind":3,"href":"dart-typed_data/Uint8List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Uint8List.operator +","href":"dart-typed_data/Uint8List/operator_plus.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Returns a concatenation of this list and other.","enclosedBy":{"name":"Uint8List","kind":3,"href":"dart-typed_data/Uint8List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Uint8List.sublist","href":"dart-typed_data/Uint8List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Uint8List","kind":3,"href":"dart-typed_data/Uint8List-class.html"}},{"name":"Uint16List","qualifiedName":"dart:typed_data.Uint16List","href":"dart-typed_data/Uint16List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of 16-bit unsigned integers that is viewable as a\nTypedData.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Uint16List.fromList","qualifiedName":"dart:typed_data.Uint16List.Uint16List.fromList","href":"dart-typed_data/Uint16List/Uint16List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Uint16List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Uint16List","kind":3,"href":"dart-typed_data/Uint16List-class.html"}},{"name":"Uint16List.new","qualifiedName":"dart:typed_data.Uint16List.Uint16List.new","href":"dart-typed_data/Uint16List/Uint16List.html","kind":2,"packageRank":10,"desc":"Creates a Uint16List of the specified length (in elements), all\nof whose elements are initially zero.","enclosedBy":{"name":"Uint16List","kind":3,"href":"dart-typed_data/Uint16List-class.html"}},{"name":"Uint16List.sublistView","qualifiedName":"dart:typed_data.Uint16List.Uint16List.sublistView","href":"dart-typed_data/Uint16List/Uint16List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates a Uint16List view on a range of elements of data.","enclosedBy":{"name":"Uint16List","kind":3,"href":"dart-typed_data/Uint16List-class.html"}},{"name":"Uint16List.view","qualifiedName":"dart:typed_data.Uint16List.Uint16List.view","href":"dart-typed_data/Uint16List/Uint16List.view.html","kind":2,"packageRank":10,"desc":"Creates a Uint16List view of the specified region in\nthe specified byte buffer.","enclosedBy":{"name":"Uint16List","kind":3,"href":"dart-typed_data/Uint16List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Uint16List.asUnmodifiableView","href":"dart-typed_data/Uint16List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Uint16List.","enclosedBy":{"name":"Uint16List","kind":3,"href":"dart-typed_data/Uint16List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Uint16List.bytesPerElement","href":"dart-typed_data/Uint16List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Uint16List","kind":3,"href":"dart-typed_data/Uint16List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Uint16List.operator +","href":"dart-typed_data/Uint16List/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Uint16List","kind":3,"href":"dart-typed_data/Uint16List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Uint16List.sublist","href":"dart-typed_data/Uint16List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Uint16List","kind":3,"href":"dart-typed_data/Uint16List-class.html"}},{"name":"Uint32List","qualifiedName":"dart:typed_data.Uint32List","href":"dart-typed_data/Uint32List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of 32-bit unsigned integers that is viewable as a\nTypedData.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Uint32List.fromList","qualifiedName":"dart:typed_data.Uint32List.Uint32List.fromList","href":"dart-typed_data/Uint32List/Uint32List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Uint32List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Uint32List","kind":3,"href":"dart-typed_data/Uint32List-class.html"}},{"name":"Uint32List.new","qualifiedName":"dart:typed_data.Uint32List.Uint32List.new","href":"dart-typed_data/Uint32List/Uint32List.html","kind":2,"packageRank":10,"desc":"Creates a Uint32List of the specified length (in elements), all\nof whose elements are initially zero.","enclosedBy":{"name":"Uint32List","kind":3,"href":"dart-typed_data/Uint32List-class.html"}},{"name":"Uint32List.sublistView","qualifiedName":"dart:typed_data.Uint32List.Uint32List.sublistView","href":"dart-typed_data/Uint32List/Uint32List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates a Uint32List view on a range of elements of data.","enclosedBy":{"name":"Uint32List","kind":3,"href":"dart-typed_data/Uint32List-class.html"}},{"name":"Uint32List.view","qualifiedName":"dart:typed_data.Uint32List.Uint32List.view","href":"dart-typed_data/Uint32List/Uint32List.view.html","kind":2,"packageRank":10,"desc":"Creates a Uint32List view of the specified region in\nthe specified byte buffer.","enclosedBy":{"name":"Uint32List","kind":3,"href":"dart-typed_data/Uint32List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Uint32List.asUnmodifiableView","href":"dart-typed_data/Uint32List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Uint32List.","enclosedBy":{"name":"Uint32List","kind":3,"href":"dart-typed_data/Uint32List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Uint32List.bytesPerElement","href":"dart-typed_data/Uint32List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Uint32List","kind":3,"href":"dart-typed_data/Uint32List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Uint32List.operator +","href":"dart-typed_data/Uint32List/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Uint32List","kind":3,"href":"dart-typed_data/Uint32List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Uint32List.sublist","href":"dart-typed_data/Uint32List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Uint32List","kind":3,"href":"dart-typed_data/Uint32List-class.html"}},{"name":"Uint64List","qualifiedName":"dart:typed_data.Uint64List","href":"dart-typed_data/Uint64List-class.html","kind":3,"packageRank":10,"desc":"A fixed-length list of 64-bit unsigned integers that is viewable as a\nTypedData.","enclosedBy":{"name":"dart:typed_data","kind":9,"href":"dart-typed_data/"}},{"name":"Uint64List.fromList","qualifiedName":"dart:typed_data.Uint64List.Uint64List.fromList","href":"dart-typed_data/Uint64List/Uint64List.fromList.html","kind":2,"packageRank":10,"desc":"Creates a Uint64List with the same length as the elements list\nand copies over the elements.","enclosedBy":{"name":"Uint64List","kind":3,"href":"dart-typed_data/Uint64List-class.html"}},{"name":"Uint64List.new","qualifiedName":"dart:typed_data.Uint64List.Uint64List.new","href":"dart-typed_data/Uint64List/Uint64List.html","kind":2,"packageRank":10,"desc":"Creates a Uint64List of the specified length (in elements), all\nof whose elements are initially zero.","enclosedBy":{"name":"Uint64List","kind":3,"href":"dart-typed_data/Uint64List-class.html"}},{"name":"Uint64List.sublistView","qualifiedName":"dart:typed_data.Uint64List.Uint64List.sublistView","href":"dart-typed_data/Uint64List/Uint64List.sublistView.html","kind":2,"packageRank":10,"desc":"Creates a Uint64List view on a range of elements of data.","enclosedBy":{"name":"Uint64List","kind":3,"href":"dart-typed_data/Uint64List-class.html"}},{"name":"Uint64List.view","qualifiedName":"dart:typed_data.Uint64List.Uint64List.view","href":"dart-typed_data/Uint64List/Uint64List.view.html","kind":2,"packageRank":10,"desc":"Creates an Uint64List view of the specified region in\nthe specified byte buffer.","enclosedBy":{"name":"Uint64List","kind":3,"href":"dart-typed_data/Uint64List-class.html"}},{"name":"asUnmodifiableView","qualifiedName":"dart:typed_data.Uint64List.asUnmodifiableView","href":"dart-typed_data/Uint64List/asUnmodifiableView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"A read-only view of this Uint64List.","enclosedBy":{"name":"Uint64List","kind":3,"href":"dart-typed_data/Uint64List-class.html"}},{"name":"bytesPerElement","qualifiedName":"dart:typed_data.Uint64List.bytesPerElement","href":"dart-typed_data/Uint64List/bytesPerElement-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"Uint64List","kind":3,"href":"dart-typed_data/Uint64List-class.html"}},{"name":"operator +","qualifiedName":"dart:typed_data.Uint64List.operator +","href":"dart-typed_data/Uint64List/operator_plus.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The concatenation of this list and other.","enclosedBy":{"name":"Uint64List","kind":3,"href":"dart-typed_data/Uint64List-class.html"}},{"name":"sublist","qualifiedName":"dart:typed_data.Uint64List.sublist","href":"dart-typed_data/Uint64List/sublist.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new list containing the elements between start and end.","enclosedBy":{"name":"Uint64List","kind":3,"href":"dart-typed_data/Uint64List-class.html"}},{"name":"dart:ui","qualifiedName":"dart:ui","href":"dart-ui/","kind":9,"packageRank":10,"desc":"Built-in types and core primitives for a Flutter application."},{"name":"AccessibilityFeatures","qualifiedName":"dart:ui.AccessibilityFeatures","href":"dart-ui/AccessibilityFeatures-class.html","kind":3,"packageRank":10,"desc":"Additional accessibility features that may be enabled by the platform.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"accessibleNavigation","qualifiedName":"dart:ui.AccessibilityFeatures.accessibleNavigation","href":"dart-ui/AccessibilityFeatures/accessibleNavigation.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether there is a running accessibility service which is changing the\ninteraction model of the device.","enclosedBy":{"name":"AccessibilityFeatures","kind":3,"href":"dart-ui/AccessibilityFeatures-class.html"}},{"name":"boldText","qualifiedName":"dart:ui.AccessibilityFeatures.boldText","href":"dart-ui/AccessibilityFeatures/boldText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The platform is requesting that text be rendered at a bold font weight.","enclosedBy":{"name":"AccessibilityFeatures","kind":3,"href":"dart-ui/AccessibilityFeatures-class.html"}},{"name":"disableAnimations","qualifiedName":"dart:ui.AccessibilityFeatures.disableAnimations","href":"dart-ui/AccessibilityFeatures/disableAnimations.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The platform is requesting that animations be disabled or simplified.","enclosedBy":{"name":"AccessibilityFeatures","kind":3,"href":"dart-ui/AccessibilityFeatures-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.AccessibilityFeatures.hashCode","href":"dart-ui/AccessibilityFeatures/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"AccessibilityFeatures","kind":3,"href":"dart-ui/AccessibilityFeatures-class.html"}},{"name":"highContrast","qualifiedName":"dart:ui.AccessibilityFeatures.highContrast","href":"dart-ui/AccessibilityFeatures/highContrast.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The platform is requesting that UI be rendered with darker colors.","enclosedBy":{"name":"AccessibilityFeatures","kind":3,"href":"dart-ui/AccessibilityFeatures-class.html"}},{"name":"invertColors","qualifiedName":"dart:ui.AccessibilityFeatures.invertColors","href":"dart-ui/AccessibilityFeatures/invertColors.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The platform is inverting the colors of the application.","enclosedBy":{"name":"AccessibilityFeatures","kind":3,"href":"dart-ui/AccessibilityFeatures-class.html"}},{"name":"onOffSwitchLabels","qualifiedName":"dart:ui.AccessibilityFeatures.onOffSwitchLabels","href":"dart-ui/AccessibilityFeatures/onOffSwitchLabels.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The platform is requesting to show on/off labels inside switches.","enclosedBy":{"name":"AccessibilityFeatures","kind":3,"href":"dart-ui/AccessibilityFeatures-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.AccessibilityFeatures.operator ==","href":"dart-ui/AccessibilityFeatures/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"AccessibilityFeatures","kind":3,"href":"dart-ui/AccessibilityFeatures-class.html"}},{"name":"reduceMotion","qualifiedName":"dart:ui.AccessibilityFeatures.reduceMotion","href":"dart-ui/AccessibilityFeatures/reduceMotion.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The platform is requesting that certain animations be simplified and\nparallax effects removed.","enclosedBy":{"name":"AccessibilityFeatures","kind":3,"href":"dart-ui/AccessibilityFeatures-class.html"}},{"name":"supportsAnnounce","qualifiedName":"dart:ui.AccessibilityFeatures.supportsAnnounce","href":"dart-ui/AccessibilityFeatures/supportsAnnounce.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the platform supports accessibility  announcement API,\ni.e. SemanticsService.announce.","enclosedBy":{"name":"AccessibilityFeatures","kind":3,"href":"dart-ui/AccessibilityFeatures-class.html"}},{"name":"toString","qualifiedName":"dart:ui.AccessibilityFeatures.toString","href":"dart-ui/AccessibilityFeatures/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"AccessibilityFeatures","kind":3,"href":"dart-ui/AccessibilityFeatures-class.html"}},{"name":"AppExitResponse","qualifiedName":"dart:ui.AppExitResponse","href":"dart-ui/AppExitResponse.html","kind":5,"packageRank":10,"desc":"The possible responses to a request to exit the application.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.AppExitResponse.values","href":"dart-ui/AppExitResponse/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"AppExitResponse","kind":5,"href":"dart-ui/AppExitResponse.html"}},{"name":"AppExitType","qualifiedName":"dart:ui.AppExitType","href":"dart-ui/AppExitType.html","kind":5,"packageRank":10,"desc":"The type of application exit to perform when calling\nServicesBinding.exitApplication.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.AppExitType.values","href":"dart-ui/AppExitType/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"AppExitType","kind":5,"href":"dart-ui/AppExitType.html"}},{"name":"AppLifecycleState","qualifiedName":"dart:ui.AppLifecycleState","href":"dart-ui/AppLifecycleState.html","kind":5,"packageRank":10,"desc":"States that an application can be in once it is running.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.AppLifecycleState.values","href":"dart-ui/AppLifecycleState/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"AppLifecycleState","kind":5,"href":"dart-ui/AppLifecycleState.html"}},{"name":"BackdropFilterEngineLayer","qualifiedName":"dart:ui.BackdropFilterEngineLayer","href":"dart-ui/BackdropFilterEngineLayer-class.html","kind":3,"packageRank":10,"desc":"An opaque handle to a backdrop filter engine layer.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dispose","qualifiedName":"dart:ui.BackdropFilterEngineLayer.dispose","href":"dart-ui/BackdropFilterEngineLayer/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"BackdropFilterEngineLayer","kind":3,"href":"dart-ui/BackdropFilterEngineLayer-class.html"}},{"name":"BlendMode","qualifiedName":"dart:ui.BlendMode","href":"dart-ui/BlendMode.html","kind":5,"packageRank":10,"desc":"Algorithms to use when painting on the canvas.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.BlendMode.values","href":"dart-ui/BlendMode/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"BlendMode","kind":5,"href":"dart-ui/BlendMode.html"}},{"name":"BlurStyle","qualifiedName":"dart:ui.BlurStyle","href":"dart-ui/BlurStyle.html","kind":5,"packageRank":10,"desc":"Styles to use for blurs in MaskFilter objects.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.BlurStyle.values","href":"dart-ui/BlurStyle/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"BlurStyle","kind":5,"href":"dart-ui/BlurStyle.html"}},{"name":"BoxHeightStyle","qualifiedName":"dart:ui.BoxHeightStyle","href":"dart-ui/BoxHeightStyle.html","kind":5,"packageRank":10,"desc":"Defines various ways to vertically bound the boxes returned by\nParagraph.getBoxesForRange.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.BoxHeightStyle.values","href":"dart-ui/BoxHeightStyle/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"BoxHeightStyle","kind":5,"href":"dart-ui/BoxHeightStyle.html"}},{"name":"BoxWidthStyle","qualifiedName":"dart:ui.BoxWidthStyle","href":"dart-ui/BoxWidthStyle.html","kind":5,"packageRank":10,"desc":"Defines various ways to horizontally bound the boxes returned by\nParagraph.getBoxesForRange.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.BoxWidthStyle.values","href":"dart-ui/BoxWidthStyle/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"BoxWidthStyle","kind":5,"href":"dart-ui/BoxWidthStyle.html"}},{"name":"Brightness","qualifiedName":"dart:ui.Brightness","href":"dart-ui/Brightness.html","kind":5,"packageRank":10,"desc":"Describes the contrast of a theme or color palette.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.Brightness.values","href":"dart-ui/Brightness/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"Brightness","kind":5,"href":"dart-ui/Brightness.html"}},{"name":"CallbackHandle","qualifiedName":"dart:ui.CallbackHandle","href":"dart-ui/CallbackHandle-class.html","kind":3,"packageRank":10,"desc":"A wrapper for a raw callback handle.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"CallbackHandle.fromRawHandle","qualifiedName":"dart:ui.CallbackHandle.CallbackHandle.fromRawHandle","href":"dart-ui/CallbackHandle/CallbackHandle.fromRawHandle.html","kind":2,"packageRank":10,"desc":"Create an instance using a raw callback handle.","enclosedBy":{"name":"CallbackHandle","kind":3,"href":"dart-ui/CallbackHandle-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.CallbackHandle.hashCode","href":"dart-ui/CallbackHandle/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"CallbackHandle","kind":3,"href":"dart-ui/CallbackHandle-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.CallbackHandle.operator ==","href":"dart-ui/CallbackHandle/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"CallbackHandle","kind":3,"href":"dart-ui/CallbackHandle-class.html"}},{"name":"toRawHandle","qualifiedName":"dart:ui.CallbackHandle.toRawHandle","href":"dart-ui/CallbackHandle/toRawHandle.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Get the raw callback handle to pass over a MethodChannel or SendPort\n(to pass to another Isolate).","enclosedBy":{"name":"CallbackHandle","kind":3,"href":"dart-ui/CallbackHandle-class.html"}},{"name":"Canvas","qualifiedName":"dart:ui.Canvas","href":"dart-ui/Canvas-class.html","kind":3,"packageRank":10,"desc":"An interface for recording graphical operations.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Canvas.new","qualifiedName":"dart:ui.Canvas.Canvas.new","href":"dart-ui/Canvas/Canvas.html","kind":2,"packageRank":10,"desc":"Creates a canvas for recording graphical operations into the\ngiven picture recorder.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"clipPath","qualifiedName":"dart:ui.Canvas.clipPath","href":"dart-ui/Canvas/clipPath.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Reduces the clip region to the intersection of the current clip and the\ngiven Path.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"clipRRect","qualifiedName":"dart:ui.Canvas.clipRRect","href":"dart-ui/Canvas/clipRRect.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Reduces the clip region to the intersection of the current clip and the\ngiven rounded rectangle.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"clipRSuperellipse","qualifiedName":"dart:ui.Canvas.clipRSuperellipse","href":"dart-ui/Canvas/clipRSuperellipse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Reduces the clip region to the intersection of the current clip and the\ngiven rounded superellipse.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"clipRect","qualifiedName":"dart:ui.Canvas.clipRect","href":"dart-ui/Canvas/clipRect.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Reduces the clip region to the intersection of the current clip and the\ngiven rectangle.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawArc","qualifiedName":"dart:ui.Canvas.drawArc","href":"dart-ui/Canvas/drawArc.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draw an arc scaled to fit inside the given rectangle.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawAtlas","qualifiedName":"dart:ui.Canvas.drawAtlas","href":"dart-ui/Canvas/drawAtlas.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws many parts of an image - the atlas - onto the canvas.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawCircle","qualifiedName":"dart:ui.Canvas.drawCircle","href":"dart-ui/Canvas/drawCircle.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws a circle centered at the point given by the first argument and\nthat has the radius given by the second argument, with the Paint given in\nthe third argument. Whether the circle is filled or stroked (or both) is\ncontrolled by Paint.style.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawColor","qualifiedName":"dart:ui.Canvas.drawColor","href":"dart-ui/Canvas/drawColor.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Paints the given Color onto the canvas, applying the given\nBlendMode, with the given color being the source and the background\nbeing the destination.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawDRRect","qualifiedName":"dart:ui.Canvas.drawDRRect","href":"dart-ui/Canvas/drawDRRect.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws a shape consisting of the difference between two rounded rectangles\nwith the given Paint. Whether this shape is filled or stroked (or both)\nis controlled by Paint.style.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawImage","qualifiedName":"dart:ui.Canvas.drawImage","href":"dart-ui/Canvas/drawImage.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws the given Image into the canvas with its top-left corner at the\ngiven Offset. The image is composited into the canvas using the given Paint.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawImageNine","qualifiedName":"dart:ui.Canvas.drawImageNine","href":"dart-ui/Canvas/drawImageNine.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws the given Image into the canvas using the given Paint.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawImageRect","qualifiedName":"dart:ui.Canvas.drawImageRect","href":"dart-ui/Canvas/drawImageRect.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws the subset of the given image described by the src argument into\nthe canvas in the axis-aligned rectangle given by the dst argument.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawLine","qualifiedName":"dart:ui.Canvas.drawLine","href":"dart-ui/Canvas/drawLine.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws a line between the given points using the given paint. The line is\nstroked, the value of the Paint.style is ignored for this call.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawOval","qualifiedName":"dart:ui.Canvas.drawOval","href":"dart-ui/Canvas/drawOval.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws an axis-aligned oval that fills the given axis-aligned rectangle\nwith the given Paint. Whether the oval is filled or stroked (or both) is\ncontrolled by Paint.style.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawPaint","qualifiedName":"dart:ui.Canvas.drawPaint","href":"dart-ui/Canvas/drawPaint.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Fills the canvas with the given Paint.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawParagraph","qualifiedName":"dart:ui.Canvas.drawParagraph","href":"dart-ui/Canvas/drawParagraph.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws the text in the given Paragraph into this canvas at the given\nOffset.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawPath","qualifiedName":"dart:ui.Canvas.drawPath","href":"dart-ui/Canvas/drawPath.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws the given Path with the given Paint.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawPicture","qualifiedName":"dart:ui.Canvas.drawPicture","href":"dart-ui/Canvas/drawPicture.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draw the given picture onto the canvas. To create a picture, see\nPictureRecorder.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawPoints","qualifiedName":"dart:ui.Canvas.drawPoints","href":"dart-ui/Canvas/drawPoints.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws a sequence of points according to the given PointMode.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawRRect","qualifiedName":"dart:ui.Canvas.drawRRect","href":"dart-ui/Canvas/drawRRect.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws a rounded rectangle with the given Paint. Whether the rectangle is\nfilled or stroked (or both) is controlled by Paint.style.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawRSuperellipse","qualifiedName":"dart:ui.Canvas.drawRSuperellipse","href":"dart-ui/Canvas/drawRSuperellipse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws a rounded superellipse with the given Paint. The shape is filled,\nand the value of the Paint.style is ignored for this call.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawRawAtlas","qualifiedName":"dart:ui.Canvas.drawRawAtlas","href":"dart-ui/Canvas/drawRawAtlas.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws many parts of an image - the atlas - onto the canvas.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawRawPoints","qualifiedName":"dart:ui.Canvas.drawRawPoints","href":"dart-ui/Canvas/drawRawPoints.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws a sequence of points according to the given PointMode.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawRect","qualifiedName":"dart:ui.Canvas.drawRect","href":"dart-ui/Canvas/drawRect.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws a rectangle with the given Paint. Whether the rectangle is filled\nor stroked (or both) is controlled by Paint.style.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawShadow","qualifiedName":"dart:ui.Canvas.drawShadow","href":"dart-ui/Canvas/drawShadow.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws a shadow for a Path representing the given material elevation.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"drawVertices","qualifiedName":"dart:ui.Canvas.drawVertices","href":"dart-ui/Canvas/drawVertices.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Draws a set of Vertices onto the canvas as one or more triangles.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"getDestinationClipBounds","qualifiedName":"dart:ui.Canvas.getDestinationClipBounds","href":"dart-ui/Canvas/getDestinationClipBounds.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the conservative bounds of the combined result of all clip methods\nexecuted within the current save stack of this Canvas object, as measured\nin the destination coordinate space in which the Picture will be rendered.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"getLocalClipBounds","qualifiedName":"dart:ui.Canvas.getLocalClipBounds","href":"dart-ui/Canvas/getLocalClipBounds.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the conservative bounds of the combined result of all clip methods\nexecuted within the current save stack of this Canvas object, as measured\nin the local coordinate space under which rendering operations are currently\nperformed.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"getSaveCount","qualifiedName":"dart:ui.Canvas.getSaveCount","href":"dart-ui/Canvas/getSaveCount.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the number of items on the save stack, including the\ninitial state. This means it returns 1 for a clean canvas, and\nthat each call to save and saveLayer increments it, and that\neach matching call to restore decrements it.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"getTransform","qualifiedName":"dart:ui.Canvas.getTransform","href":"dart-ui/Canvas/getTransform.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the current transform including the combined result of all transform\nmethods executed since the creation of this Canvas object, and respecting the\nsave/restore history.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"restore","qualifiedName":"dart:ui.Canvas.restore","href":"dart-ui/Canvas/restore.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pops the current save stack, if there is anything to pop.\nOtherwise, does nothing.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"restoreToCount","qualifiedName":"dart:ui.Canvas.restoreToCount","href":"dart-ui/Canvas/restoreToCount.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Restores the save stack to a previous level as might be obtained from getSaveCount.\nIf count is less than 1, the stack is restored to its initial state.\nIf count is greater than the current getSaveCount then nothing happens.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"rotate","qualifiedName":"dart:ui.Canvas.rotate","href":"dart-ui/Canvas/rotate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Add a rotation to the current transform. The argument is in radians clockwise.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"save","qualifiedName":"dart:ui.Canvas.save","href":"dart-ui/Canvas/save.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Saves a copy of the current transform and clip on the save stack.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"saveLayer","qualifiedName":"dart:ui.Canvas.saveLayer","href":"dart-ui/Canvas/saveLayer.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Saves a copy of the current transform and clip on the save stack, and then\ncreates a new group which subsequent calls will become a part of. When the\nsave stack is later popped, the group will be flattened into a layer and\nhave the given paint's Paint.colorFilter and Paint.blendMode\napplied.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"scale","qualifiedName":"dart:ui.Canvas.scale","href":"dart-ui/Canvas/scale.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Add an axis-aligned scale to the current transform, scaling by the first\nargument in the horizontal direction and the second in the vertical\ndirection.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"skew","qualifiedName":"dart:ui.Canvas.skew","href":"dart-ui/Canvas/skew.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Add an axis-aligned skew to the current transform, with the first argument\nbeing the horizontal skew in rise over run units clockwise around the\norigin, and the second argument being the vertical skew in rise over run\nunits clockwise around the origin.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"transform","qualifiedName":"dart:ui.Canvas.transform","href":"dart-ui/Canvas/transform.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Multiply the current transform by the specified 4⨉4 transformation matrix\nspecified as a list of values in column-major order.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"translate","qualifiedName":"dart:ui.Canvas.translate","href":"dart-ui/Canvas/translate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Add a translation to the current transform, shifting the coordinate space\nhorizontally by the first argument and vertically by the second argument.","enclosedBy":{"name":"Canvas","kind":3,"href":"dart-ui/Canvas-class.html"}},{"name":"ChannelBuffers","qualifiedName":"dart:ui.ChannelBuffers","href":"dart-ui/ChannelBuffers-class.html","kind":3,"packageRank":10,"desc":"The buffering and dispatch mechanism for messages sent by plugins\non the engine side to their corresponding plugin code on the\nframework side.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ChannelBuffers.new","qualifiedName":"dart:ui.ChannelBuffers.ChannelBuffers.new","href":"dart-ui/ChannelBuffers/ChannelBuffers.html","kind":2,"packageRank":10,"desc":"Create a buffer pool for platform messages.","enclosedBy":{"name":"ChannelBuffers","kind":3,"href":"dart-ui/ChannelBuffers-class.html"}},{"name":"allowOverflow","qualifiedName":"dart:ui.ChannelBuffers.allowOverflow","href":"dart-ui/ChannelBuffers/allowOverflow.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Toggles whether the channel should show warning messages when discarding\nmessages due to overflow.","enclosedBy":{"name":"ChannelBuffers","kind":3,"href":"dart-ui/ChannelBuffers-class.html"}},{"name":"clearListener","qualifiedName":"dart:ui.ChannelBuffers.clearListener","href":"dart-ui/ChannelBuffers/clearListener.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Clears the listener for the specified channel.","enclosedBy":{"name":"ChannelBuffers","kind":3,"href":"dart-ui/ChannelBuffers-class.html"}},{"name":"drain","qualifiedName":"dart:ui.ChannelBuffers.drain","href":"dart-ui/ChannelBuffers/drain.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Deprecated. Migrate to setListener instead.","enclosedBy":{"name":"ChannelBuffers","kind":3,"href":"dart-ui/ChannelBuffers-class.html"}},{"name":"handleMessage","qualifiedName":"dart:ui.ChannelBuffers.handleMessage","href":"dart-ui/ChannelBuffers/handleMessage.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Handle a control message.","enclosedBy":{"name":"ChannelBuffers","kind":3,"href":"dart-ui/ChannelBuffers-class.html"}},{"name":"kControlChannelName","qualifiedName":"dart:ui.ChannelBuffers.kControlChannelName","href":"dart-ui/ChannelBuffers/kControlChannelName-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The name of the channel that plugins can use to communicate with the\nchannel buffers system.","enclosedBy":{"name":"ChannelBuffers","kind":3,"href":"dart-ui/ChannelBuffers-class.html"}},{"name":"kDefaultBufferSize","qualifiedName":"dart:ui.ChannelBuffers.kDefaultBufferSize","href":"dart-ui/ChannelBuffers/kDefaultBufferSize-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The number of messages that channel buffers will store by default.","enclosedBy":{"name":"ChannelBuffers","kind":3,"href":"dart-ui/ChannelBuffers-class.html"}},{"name":"push","qualifiedName":"dart:ui.ChannelBuffers.push","href":"dart-ui/ChannelBuffers/push.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a message (data) to the named channel buffer (name).","enclosedBy":{"name":"ChannelBuffers","kind":3,"href":"dart-ui/ChannelBuffers-class.html"}},{"name":"resize","qualifiedName":"dart:ui.ChannelBuffers.resize","href":"dart-ui/ChannelBuffers/resize.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Changes the capacity of the queue associated with the given channel.","enclosedBy":{"name":"ChannelBuffers","kind":3,"href":"dart-ui/ChannelBuffers-class.html"}},{"name":"sendChannelUpdate","qualifiedName":"dart:ui.ChannelBuffers.sendChannelUpdate","href":"dart-ui/ChannelBuffers/sendChannelUpdate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"ChannelBuffers","kind":3,"href":"dart-ui/ChannelBuffers-class.html"}},{"name":"setListener","qualifiedName":"dart:ui.ChannelBuffers.setListener","href":"dart-ui/ChannelBuffers/setListener.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the listener for the specified channel.","enclosedBy":{"name":"ChannelBuffers","kind":3,"href":"dart-ui/ChannelBuffers-class.html"}},{"name":"ChannelCallback","qualifiedName":"dart:ui.ChannelCallback","href":"dart-ui/ChannelCallback.html","kind":21,"packageRank":10,"desc":"Signature for ChannelBuffers.setListener's callback argument.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"CheckedState","qualifiedName":"dart:ui.CheckedState","href":"dart-ui/CheckedState.html","kind":5,"packageRank":10,"desc":"Checked state of a semantics node.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"hasConflict","qualifiedName":"dart:ui.CheckedState.hasConflict","href":"dart-ui/CheckedState/hasConflict.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"If two semantics nodes both have check state, they have conflict and can't be merged.","enclosedBy":{"name":"CheckedState","kind":5,"href":"dart-ui/CheckedState.html"}},{"name":"merge","qualifiedName":"dart:ui.CheckedState.merge","href":"dart-ui/CheckedState/merge.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Semanitcs nodes  will only be merged when they are not in conflict.","enclosedBy":{"name":"CheckedState","kind":5,"href":"dart-ui/CheckedState.html"}},{"name":"value","qualifiedName":"dart:ui.CheckedState.value","href":"dart-ui/CheckedState/value.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The value of the flag.","enclosedBy":{"name":"CheckedState","kind":5,"href":"dart-ui/CheckedState.html"}},{"name":"values","qualifiedName":"dart:ui.CheckedState.values","href":"dart-ui/CheckedState/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"CheckedState","kind":5,"href":"dart-ui/CheckedState.html"}},{"name":"Clip","qualifiedName":"dart:ui.Clip","href":"dart-ui/Clip.html","kind":5,"packageRank":10,"desc":"Different ways to clip content.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.Clip.values","href":"dart-ui/Clip/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"Clip","kind":5,"href":"dart-ui/Clip.html"}},{"name":"ClipOp","qualifiedName":"dart:ui.ClipOp","href":"dart-ui/ClipOp.html","kind":5,"packageRank":10,"desc":"Defines how a new clip region should be merged with the existing clip\nregion.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.ClipOp.values","href":"dart-ui/ClipOp/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"ClipOp","kind":5,"href":"dart-ui/ClipOp.html"}},{"name":"ClipPathEngineLayer","qualifiedName":"dart:ui.ClipPathEngineLayer","href":"dart-ui/ClipPathEngineLayer-class.html","kind":3,"packageRank":10,"desc":"An opaque handle to a clip path engine layer.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dispose","qualifiedName":"dart:ui.ClipPathEngineLayer.dispose","href":"dart-ui/ClipPathEngineLayer/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"ClipPathEngineLayer","kind":3,"href":"dart-ui/ClipPathEngineLayer-class.html"}},{"name":"ClipRRectEngineLayer","qualifiedName":"dart:ui.ClipRRectEngineLayer","href":"dart-ui/ClipRRectEngineLayer-class.html","kind":3,"packageRank":10,"desc":"An opaque handle to a clip rounded rect engine layer.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dispose","qualifiedName":"dart:ui.ClipRRectEngineLayer.dispose","href":"dart-ui/ClipRRectEngineLayer/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"ClipRRectEngineLayer","kind":3,"href":"dart-ui/ClipRRectEngineLayer-class.html"}},{"name":"ClipRSuperellipseEngineLayer","qualifiedName":"dart:ui.ClipRSuperellipseEngineLayer","href":"dart-ui/ClipRSuperellipseEngineLayer-class.html","kind":3,"packageRank":10,"desc":"An opaque handle to a clip rounded superellipse engine layer.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dispose","qualifiedName":"dart:ui.ClipRSuperellipseEngineLayer.dispose","href":"dart-ui/ClipRSuperellipseEngineLayer/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"ClipRSuperellipseEngineLayer","kind":3,"href":"dart-ui/ClipRSuperellipseEngineLayer-class.html"}},{"name":"ClipRectEngineLayer","qualifiedName":"dart:ui.ClipRectEngineLayer","href":"dart-ui/ClipRectEngineLayer-class.html","kind":3,"packageRank":10,"desc":"An opaque handle to a clip rect engine layer.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dispose","qualifiedName":"dart:ui.ClipRectEngineLayer.dispose","href":"dart-ui/ClipRectEngineLayer/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"ClipRectEngineLayer","kind":3,"href":"dart-ui/ClipRectEngineLayer-class.html"}},{"name":"Codec","qualifiedName":"dart:ui.Codec","href":"dart-ui/Codec-class.html","kind":3,"packageRank":10,"desc":"A handle to an image codec.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Codec.new","qualifiedName":"dart:ui.Codec.Codec.new","href":"dart-ui/Codec/Codec.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Codec","kind":3,"href":"dart-ui/Codec-class.html"}},{"name":"dispose","qualifiedName":"dart:ui.Codec.dispose","href":"dart-ui/Codec/dispose.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"Codec","kind":3,"href":"dart-ui/Codec-class.html"}},{"name":"frameCount","qualifiedName":"dart:ui.Codec.frameCount","href":"dart-ui/Codec/frameCount.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Number of frames in this image.","enclosedBy":{"name":"Codec","kind":3,"href":"dart-ui/Codec-class.html"}},{"name":"getNextFrame","qualifiedName":"dart:ui.Codec.getNextFrame","href":"dart-ui/Codec/getNextFrame.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Fetches the next animation frame.","enclosedBy":{"name":"Codec","kind":3,"href":"dart-ui/Codec-class.html"}},{"name":"repetitionCount","qualifiedName":"dart:ui.Codec.repetitionCount","href":"dart-ui/Codec/repetitionCount.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Number of times to repeat the animation.","enclosedBy":{"name":"Codec","kind":3,"href":"dart-ui/Codec-class.html"}},{"name":"Color","qualifiedName":"dart:ui.Color","href":"dart-ui/Color-class.html","kind":3,"packageRank":10,"desc":"An immutable color value in ARGB format.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Color.from","qualifiedName":"dart:ui.Color.Color.from","href":"dart-ui/Color/Color.from.html","kind":2,"packageRank":10,"desc":"Construct a color with floating-point color components.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"Color.fromARGB","qualifiedName":"dart:ui.Color.Color.fromARGB","href":"dart-ui/Color/Color.fromARGB.html","kind":2,"packageRank":10,"desc":"Construct an sRGB color from the lower 8 bits of four integers.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"Color.fromRGBO","qualifiedName":"dart:ui.Color.Color.fromRGBO","href":"dart-ui/Color/Color.fromRGBO.html","kind":2,"packageRank":10,"desc":"Create an sRGB color from red, green, blue, and opacity, similar to\nrgba() in CSS.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"Color.new","qualifiedName":"dart:ui.Color.Color.new","href":"dart-ui/Color/Color.html","kind":2,"packageRank":10,"desc":"Construct an ColorSpace.sRGB color from the lower 32 bits of an int.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"a","qualifiedName":"dart:ui.Color.a","href":"dart-ui/Color/a.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The alpha channel of this color.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"alpha","qualifiedName":"dart:ui.Color.alpha","href":"dart-ui/Color/alpha.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The alpha channel of this color in an 8 bit value.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"alphaBlend","qualifiedName":"dart:ui.Color.alphaBlend","href":"dart-ui/Color/alphaBlend.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Combine the foreground color as a transparent color over top\nof a background color, and return the resulting combined color.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"b","qualifiedName":"dart:ui.Color.b","href":"dart-ui/Color/b.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The blue channel of this color.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"blue","qualifiedName":"dart:ui.Color.blue","href":"dart-ui/Color/blue.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The blue channel of this color in an 8 bit value.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"colorSpace","qualifiedName":"dart:ui.Color.colorSpace","href":"dart-ui/Color/colorSpace.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The color space of this color.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"computeLuminance","qualifiedName":"dart:ui.Color.computeLuminance","href":"dart-ui/Color/computeLuminance.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a brightness value between 0 for darkest and 1 for lightest.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"g","qualifiedName":"dart:ui.Color.g","href":"dart-ui/Color/g.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The green channel of this color.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"getAlphaFromOpacity","qualifiedName":"dart:ui.Color.getAlphaFromOpacity","href":"dart-ui/Color/getAlphaFromOpacity.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns an alpha value representative of the provided opacity value.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"green","qualifiedName":"dart:ui.Color.green","href":"dart-ui/Color/green.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The green channel of this color in an 8 bit value.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.Color.hashCode","href":"dart-ui/Color/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"lerp","qualifiedName":"dart:ui.Color.lerp","href":"dart-ui/Color/lerp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Linearly interpolate between two colors.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"opacity","qualifiedName":"dart:ui.Color.opacity","href":"dart-ui/Color/opacity.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The alpha channel of this color as a double.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.Color.operator ==","href":"dart-ui/Color/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"r","qualifiedName":"dart:ui.Color.r","href":"dart-ui/Color/r.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The red channel of this color.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"red","qualifiedName":"dart:ui.Color.red","href":"dart-ui/Color/red.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The red channel of this color in an 8 bit value.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"toARGB32","qualifiedName":"dart:ui.Color.toARGB32","href":"dart-ui/Color/toARGB32.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a 32-bit value representing this color.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"toString","qualifiedName":"dart:ui.Color.toString","href":"dart-ui/Color/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"value","qualifiedName":"dart:ui.Color.value","href":"dart-ui/Color/value.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A 32 bit value representing this color.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"withAlpha","qualifiedName":"dart:ui.Color.withAlpha","href":"dart-ui/Color/withAlpha.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new color that matches this color with the alpha channel\nreplaced with a (which ranges from 0 to 255).","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"withBlue","qualifiedName":"dart:ui.Color.withBlue","href":"dart-ui/Color/withBlue.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new color that matches this color with the blue channel replaced\nwith b (which ranges from 0 to 255).","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"withGreen","qualifiedName":"dart:ui.Color.withGreen","href":"dart-ui/Color/withGreen.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new color that matches this color with the green channel\nreplaced with g (which ranges from 0 to 255).","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"withOpacity","qualifiedName":"dart:ui.Color.withOpacity","href":"dart-ui/Color/withOpacity.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new color that matches this color with the alpha channel\nreplaced with the given opacity (which ranges from 0.0 to 1.0).","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"withRed","qualifiedName":"dart:ui.Color.withRed","href":"dart-ui/Color/withRed.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new color that matches this color with the red channel replaced\nwith r (which ranges from 0 to 255).","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"withValues","qualifiedName":"dart:ui.Color.withValues","href":"dart-ui/Color/withValues.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new color with the provided components updated.","enclosedBy":{"name":"Color","kind":3,"href":"dart-ui/Color-class.html"}},{"name":"ColorFilter","qualifiedName":"dart:ui.ColorFilter","href":"dart-ui/ColorFilter-class.html","kind":3,"packageRank":10,"desc":"A description of a color filter to apply when drawing a shape or compositing\na layer with a particular Paint. A color filter is a function that takes\ntwo colors, and outputs one color. When applied during compositing, it is\nindependently applied to each pixel of the layer being drawn before the\nentire layer is merged with the destination.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ColorFilter.linearToSrgbGamma","qualifiedName":"dart:ui.ColorFilter.ColorFilter.linearToSrgbGamma","href":"dart-ui/ColorFilter/ColorFilter.linearToSrgbGamma.html","kind":2,"packageRank":10,"desc":"Construct a color filter that applies the sRGB gamma curve to the RGB\nchannels.","enclosedBy":{"name":"ColorFilter","kind":3,"href":"dart-ui/ColorFilter-class.html"}},{"name":"ColorFilter.matrix","qualifiedName":"dart:ui.ColorFilter.ColorFilter.matrix","href":"dart-ui/ColorFilter/ColorFilter.matrix.html","kind":2,"packageRank":10,"desc":"Construct a color filter from a 4x5 row-major matrix. The matrix is\ninterpreted as a 5x5 matrix, where the fifth row is the identity\nconfiguration.","enclosedBy":{"name":"ColorFilter","kind":3,"href":"dart-ui/ColorFilter-class.html"}},{"name":"ColorFilter.mode","qualifiedName":"dart:ui.ColorFilter.ColorFilter.mode","href":"dart-ui/ColorFilter/ColorFilter.mode.html","kind":2,"packageRank":10,"desc":"Creates a color filter that applies the blend mode given as the second\nargument. The source color is the one given as the first argument, and the\ndestination color is the one from the layer being composited.","enclosedBy":{"name":"ColorFilter","kind":3,"href":"dart-ui/ColorFilter-class.html"}},{"name":"ColorFilter.saturation","qualifiedName":"dart:ui.ColorFilter.ColorFilter.saturation","href":"dart-ui/ColorFilter/ColorFilter.saturation.html","kind":2,"packageRank":10,"desc":"Creates a color filter that applies the given saturation to the RGB\nchannels.","enclosedBy":{"name":"ColorFilter","kind":3,"href":"dart-ui/ColorFilter-class.html"}},{"name":"ColorFilter.srgbToLinearGamma","qualifiedName":"dart:ui.ColorFilter.ColorFilter.srgbToLinearGamma","href":"dart-ui/ColorFilter/ColorFilter.srgbToLinearGamma.html","kind":2,"packageRank":10,"desc":"Creates a color filter that applies the inverse of the sRGB gamma curve\nto the RGB channels.","enclosedBy":{"name":"ColorFilter","kind":3,"href":"dart-ui/ColorFilter-class.html"}},{"name":"debugShortDescription","qualifiedName":"dart:ui.ColorFilter.debugShortDescription","href":"dart-ui/ColorFilter/debugShortDescription.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The description text to show when the filter is part of a composite\nImageFilter created using ImageFilter.compose.","enclosedBy":{"name":"ColorFilter","kind":3,"href":"dart-ui/ColorFilter-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.ColorFilter.hashCode","href":"dart-ui/ColorFilter/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"ColorFilter","kind":3,"href":"dart-ui/ColorFilter-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.ColorFilter.operator ==","href":"dart-ui/ColorFilter/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"ColorFilter","kind":3,"href":"dart-ui/ColorFilter-class.html"}},{"name":"toString","qualifiedName":"dart:ui.ColorFilter.toString","href":"dart-ui/ColorFilter/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"ColorFilter","kind":3,"href":"dart-ui/ColorFilter-class.html"}},{"name":"ColorFilterEngineLayer","qualifiedName":"dart:ui.ColorFilterEngineLayer","href":"dart-ui/ColorFilterEngineLayer-class.html","kind":3,"packageRank":10,"desc":"An opaque handle to a color filter engine layer.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dispose","qualifiedName":"dart:ui.ColorFilterEngineLayer.dispose","href":"dart-ui/ColorFilterEngineLayer/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"ColorFilterEngineLayer","kind":3,"href":"dart-ui/ColorFilterEngineLayer-class.html"}},{"name":"ColorSpace","qualifiedName":"dart:ui.ColorSpace","href":"dart-ui/ColorSpace.html","kind":5,"packageRank":10,"desc":"The color space describes the colors that are available to an Image.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.ColorSpace.values","href":"dart-ui/ColorSpace/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"ColorSpace","kind":5,"href":"dart-ui/ColorSpace.html"}},{"name":"DartPerformanceMode","qualifiedName":"dart:ui.DartPerformanceMode","href":"dart-ui/DartPerformanceMode.html","kind":5,"packageRank":10,"desc":"Various performance modes for tuning the Dart VM's GC performance.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.DartPerformanceMode.values","href":"dart-ui/DartPerformanceMode/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"DartPerformanceMode","kind":5,"href":"dart-ui/DartPerformanceMode.html"}},{"name":"DartPluginRegistrant","qualifiedName":"dart:ui.DartPluginRegistrant","href":"dart-ui/DartPluginRegistrant-class.html","kind":3,"packageRank":10,"desc":"Helper functions for Dart Plugin Registrants.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ensureInitialized","qualifiedName":"dart:ui.DartPluginRegistrant.ensureInitialized","href":"dart-ui/DartPluginRegistrant/ensureInitialized.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Makes sure the that the Dart Plugin Registrant has been called for this\nisolate. This can safely be executed multiple times on the same isolate,\nbut should not be called on the Root isolate.","enclosedBy":{"name":"DartPluginRegistrant","kind":3,"href":"dart-ui/DartPluginRegistrant-class.html"}},{"name":"Display","qualifiedName":"dart:ui.Display","href":"dart-ui/Display-class.html","kind":3,"packageRank":10,"desc":"A configurable display that a FlutterView renders on.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"devicePixelRatio","qualifiedName":"dart:ui.Display.devicePixelRatio","href":"dart-ui/Display/devicePixelRatio.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The device pixel ratio of this display.","enclosedBy":{"name":"Display","kind":3,"href":"dart-ui/Display-class.html"}},{"name":"id","qualifiedName":"dart:ui.Display.id","href":"dart-ui/Display/id.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A unique identifier for this display.","enclosedBy":{"name":"Display","kind":3,"href":"dart-ui/Display-class.html"}},{"name":"refreshRate","qualifiedName":"dart:ui.Display.refreshRate","href":"dart-ui/Display/refreshRate.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The refresh rate in FPS of this display.","enclosedBy":{"name":"Display","kind":3,"href":"dart-ui/Display-class.html"}},{"name":"size","qualifiedName":"dart:ui.Display.size","href":"dart-ui/Display/size.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The physical size of this display.","enclosedBy":{"name":"Display","kind":3,"href":"dart-ui/Display-class.html"}},{"name":"toString","qualifiedName":"dart:ui.Display.toString","href":"dart-ui/Display/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Display","kind":3,"href":"dart-ui/Display-class.html"}},{"name":"DisplayFeature","qualifiedName":"dart:ui.DisplayFeature","href":"dart-ui/DisplayFeature-class.html","kind":3,"packageRank":10,"desc":"Area of the display that may be obstructed by a hardware feature.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"DisplayFeature.new","qualifiedName":"dart:ui.DisplayFeature.DisplayFeature.new","href":"dart-ui/DisplayFeature/DisplayFeature.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"DisplayFeature","kind":3,"href":"dart-ui/DisplayFeature-class.html"}},{"name":"bounds","qualifiedName":"dart:ui.DisplayFeature.bounds","href":"dart-ui/DisplayFeature/bounds.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The area of the flutter view occupied by this display feature, measured in logical pixels.","enclosedBy":{"name":"DisplayFeature","kind":3,"href":"dart-ui/DisplayFeature-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.DisplayFeature.hashCode","href":"dart-ui/DisplayFeature/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"DisplayFeature","kind":3,"href":"dart-ui/DisplayFeature-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.DisplayFeature.operator ==","href":"dart-ui/DisplayFeature/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"DisplayFeature","kind":3,"href":"dart-ui/DisplayFeature-class.html"}},{"name":"state","qualifiedName":"dart:ui.DisplayFeature.state","href":"dart-ui/DisplayFeature/state.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Posture of display feature, which is populated only for folds and hinges.","enclosedBy":{"name":"DisplayFeature","kind":3,"href":"dart-ui/DisplayFeature-class.html"}},{"name":"toString","qualifiedName":"dart:ui.DisplayFeature.toString","href":"dart-ui/DisplayFeature/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"DisplayFeature","kind":3,"href":"dart-ui/DisplayFeature-class.html"}},{"name":"type","qualifiedName":"dart:ui.DisplayFeature.type","href":"dart-ui/DisplayFeature/type.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Type of display feature, e.g. hinge, fold, cutout.","enclosedBy":{"name":"DisplayFeature","kind":3,"href":"dart-ui/DisplayFeature-class.html"}},{"name":"DisplayFeatureState","qualifiedName":"dart:ui.DisplayFeatureState","href":"dart-ui/DisplayFeatureState.html","kind":5,"packageRank":10,"desc":"State of the display feature, which contains information about the posture\nfor foldable features.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.DisplayFeatureState.values","href":"dart-ui/DisplayFeatureState/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"DisplayFeatureState","kind":5,"href":"dart-ui/DisplayFeatureState.html"}},{"name":"DisplayFeatureType","qualifiedName":"dart:ui.DisplayFeatureType","href":"dart-ui/DisplayFeatureType.html","kind":5,"packageRank":10,"desc":"Type of DisplayFeature, describing the DisplayFeature behaviour and if\nit obstructs the display.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.DisplayFeatureType.values","href":"dart-ui/DisplayFeatureType/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"DisplayFeatureType","kind":5,"href":"dart-ui/DisplayFeatureType.html"}},{"name":"DrainChannelCallback","qualifiedName":"dart:ui.DrainChannelCallback","href":"dart-ui/DrainChannelCallback.html","kind":21,"packageRank":10,"desc":"Deprecated. Migrate to ChannelCallback instead.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"EngineLayer","qualifiedName":"dart:ui.EngineLayer","href":"dart-ui/EngineLayer-class.html","kind":3,"packageRank":10,"desc":"A handle for the framework to hold and retain an engine layer across frames.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"EngineLayer.new","qualifiedName":"dart:ui.EngineLayer.EngineLayer.new","href":"dart-ui/EngineLayer/EngineLayer.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"EngineLayer","kind":3,"href":"dart-ui/EngineLayer-class.html"}},{"name":"dispose","qualifiedName":"dart:ui.EngineLayer.dispose","href":"dart-ui/EngineLayer/dispose.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"EngineLayer","kind":3,"href":"dart-ui/EngineLayer-class.html"}},{"name":"ErrorCallback","qualifiedName":"dart:ui.ErrorCallback","href":"dart-ui/ErrorCallback.html","kind":21,"packageRank":10,"desc":"Signature for PlatformDispatcher.onError.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"FilterQuality","qualifiedName":"dart:ui.FilterQuality","href":"dart-ui/FilterQuality.html","kind":5,"packageRank":10,"desc":"Quality levels for image sampling in ImageFilter and Shader objects that sample\nimages and for Canvas operations that render images.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.FilterQuality.values","href":"dart-ui/FilterQuality/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"FilterQuality","kind":5,"href":"dart-ui/FilterQuality.html"}},{"name":"FlutterView","qualifiedName":"dart:ui.FlutterView","href":"dart-ui/FlutterView-class.html","kind":3,"packageRank":10,"desc":"A view into which a Flutter Scene is drawn.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"devicePixelRatio","qualifiedName":"dart:ui.FlutterView.devicePixelRatio","href":"dart-ui/FlutterView/devicePixelRatio.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of device pixels for each logical pixel for the screen this\nview is displayed on.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"display","qualifiedName":"dart:ui.FlutterView.display","href":"dart-ui/FlutterView/display.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The Display this view is drawn in.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"displayFeatures","qualifiedName":"dart:ui.FlutterView.displayFeatures","href":"dart-ui/FlutterView/displayFeatures.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Areas of the display that are obstructed by hardware features.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"gestureSettings","qualifiedName":"dart:ui.FlutterView.gestureSettings","href":"dart-ui/FlutterView/gestureSettings.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Additional configuration for touch gestures performed on this view.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"padding","qualifiedName":"dart:ui.FlutterView.padding","href":"dart-ui/FlutterView/padding.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of physical pixels on each side of the display rectangle into\nwhich the view can render, but which may be partially obscured by system\nUI (such as the system notification area), or physical intrusions in\nthe display (e.g. overscan regions on television screens or phone sensor\nhousings).","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"physicalConstraints","qualifiedName":"dart:ui.FlutterView.physicalConstraints","href":"dart-ui/FlutterView/physicalConstraints.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The sizing constraints in physical pixels for this view.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"physicalSize","qualifiedName":"dart:ui.FlutterView.physicalSize","href":"dart-ui/FlutterView/physicalSize.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The current dimensions of the rectangle as last reported by the platform\ninto which scenes rendered in this view are drawn.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"platformDispatcher","qualifiedName":"dart:ui.FlutterView.platformDispatcher","href":"dart-ui/FlutterView/platformDispatcher.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The platform dispatcher that this view is registered with, and gets its\ninformation from.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"render","qualifiedName":"dart:ui.FlutterView.render","href":"dart-ui/FlutterView/render.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Updates the view's rendering on the GPU with the newly provided Scene.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"systemGestureInsets","qualifiedName":"dart:ui.FlutterView.systemGestureInsets","href":"dart-ui/FlutterView/systemGestureInsets.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of physical pixels on each side of the display rectangle into\nwhich the view can render, but where the operating system will consume\ninput gestures for the sake of system navigation.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"toString","qualifiedName":"dart:ui.FlutterView.toString","href":"dart-ui/FlutterView/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"updateSemantics","qualifiedName":"dart:ui.FlutterView.updateSemantics","href":"dart-ui/FlutterView/updateSemantics.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Change the retained semantics data about this FlutterView.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"viewId","qualifiedName":"dart:ui.FlutterView.viewId","href":"dart-ui/FlutterView/viewId.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The opaque ID for this view.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"viewInsets","qualifiedName":"dart:ui.FlutterView.viewInsets","href":"dart-ui/FlutterView/viewInsets.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of physical pixels on each side of the display rectangle into\nwhich the view can render, but over which the operating system will likely\nplace system UI, such as the keyboard, that fully obscures any content.","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"viewPadding","qualifiedName":"dart:ui.FlutterView.viewPadding","href":"dart-ui/FlutterView/viewPadding.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of physical pixels on each side of the display rectangle into\nwhich the view can render, but which may be partially obscured by system\nUI (such as the system notification area), or physical intrusions in\nthe display (e.g. overscan regions on television screens or phone sensor\nhousings).","enclosedBy":{"name":"FlutterView","kind":3,"href":"dart-ui/FlutterView-class.html"}},{"name":"FontFeature","qualifiedName":"dart:ui.FontFeature","href":"dart-ui/FontFeature-class.html","kind":3,"packageRank":10,"desc":"A feature tag and value that affect the selection of glyphs in a font.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"FontFeature.alternative","qualifiedName":"dart:ui.FontFeature.FontFeature.alternative","href":"dart-ui/FontFeature/FontFeature.alternative.html","kind":2,"packageRank":10,"desc":"Access alternative glyphs. (aalt)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.alternativeFractions","qualifiedName":"dart:ui.FontFeature.FontFeature.alternativeFractions","href":"dart-ui/FontFeature/FontFeature.alternativeFractions.html","kind":2,"packageRank":10,"desc":"Use alternative ligatures to represent fractions. (afrc)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.caseSensitiveForms","qualifiedName":"dart:ui.FontFeature.FontFeature.caseSensitiveForms","href":"dart-ui/FontFeature/FontFeature.caseSensitiveForms.html","kind":2,"packageRank":10,"desc":"Enable case-sensitive forms. (case)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.characterVariant","qualifiedName":"dart:ui.FontFeature.FontFeature.characterVariant","href":"dart-ui/FontFeature/FontFeature.characterVariant.html","kind":2,"packageRank":10,"desc":"Select a character variant. (cv01 through cv99)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.contextualAlternates","qualifiedName":"dart:ui.FontFeature.FontFeature.contextualAlternates","href":"dart-ui/FontFeature/FontFeature.contextualAlternates.html","kind":2,"packageRank":10,"desc":"Enable contextual alternates. (calt)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.denominator","qualifiedName":"dart:ui.FontFeature.FontFeature.denominator","href":"dart-ui/FontFeature/FontFeature.denominator.html","kind":2,"packageRank":10,"desc":"Display digits as denominators. (dnom)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.disable","qualifiedName":"dart:ui.FontFeature.FontFeature.disable","href":"dart-ui/FontFeature/FontFeature.disable.html","kind":2,"packageRank":10,"desc":"Create a FontFeature object that disables the feature with the given tag.","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.enable","qualifiedName":"dart:ui.FontFeature.FontFeature.enable","href":"dart-ui/FontFeature/FontFeature.enable.html","kind":2,"packageRank":10,"desc":"Create a FontFeature object that enables the feature with the given tag.","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.fractions","qualifiedName":"dart:ui.FontFeature.FontFeature.fractions","href":"dart-ui/FontFeature/FontFeature.fractions.html","kind":2,"packageRank":10,"desc":"Use ligatures to represent fractions. (afrc)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.historicalForms","qualifiedName":"dart:ui.FontFeature.FontFeature.historicalForms","href":"dart-ui/FontFeature/FontFeature.historicalForms.html","kind":2,"packageRank":10,"desc":"Use historical forms. (hist)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.historicalLigatures","qualifiedName":"dart:ui.FontFeature.FontFeature.historicalLigatures","href":"dart-ui/FontFeature/FontFeature.historicalLigatures.html","kind":2,"packageRank":10,"desc":"Use historical ligatures. (hlig)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.liningFigures","qualifiedName":"dart:ui.FontFeature.FontFeature.liningFigures","href":"dart-ui/FontFeature/FontFeature.liningFigures.html","kind":2,"packageRank":10,"desc":"Use lining figures. (lnum)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.localeAware","qualifiedName":"dart:ui.FontFeature.FontFeature.localeAware","href":"dart-ui/FontFeature/FontFeature.localeAware.html","kind":2,"packageRank":10,"desc":"Use locale-specific glyphs. (locl)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.new","qualifiedName":"dart:ui.FontFeature.FontFeature.new","href":"dart-ui/FontFeature/FontFeature.html","kind":2,"packageRank":10,"desc":"Creates a FontFeature object, which can be added to a TextStyle to\nchange how the engine selects glyphs when rendering text.","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.notationalForms","qualifiedName":"dart:ui.FontFeature.FontFeature.notationalForms","href":"dart-ui/FontFeature/FontFeature.notationalForms.html","kind":2,"packageRank":10,"desc":"Display alternative glyphs for numerals (alternate annotation forms). (nalt)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.numerators","qualifiedName":"dart:ui.FontFeature.FontFeature.numerators","href":"dart-ui/FontFeature/FontFeature.numerators.html","kind":2,"packageRank":10,"desc":"Display digits as numerators. (numr)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.oldstyleFigures","qualifiedName":"dart:ui.FontFeature.FontFeature.oldstyleFigures","href":"dart-ui/FontFeature/FontFeature.oldstyleFigures.html","kind":2,"packageRank":10,"desc":"Use old style figures. (onum)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.ordinalForms","qualifiedName":"dart:ui.FontFeature.FontFeature.ordinalForms","href":"dart-ui/FontFeature/FontFeature.ordinalForms.html","kind":2,"packageRank":10,"desc":"Use ordinal forms for alphabetic glyphs. (ordn)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.proportionalFigures","qualifiedName":"dart:ui.FontFeature.FontFeature.proportionalFigures","href":"dart-ui/FontFeature/FontFeature.proportionalFigures.html","kind":2,"packageRank":10,"desc":"Use proportional (varying width) figures. (pnum)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.randomize","qualifiedName":"dart:ui.FontFeature.FontFeature.randomize","href":"dart-ui/FontFeature/FontFeature.randomize.html","kind":2,"packageRank":10,"desc":"Randomize the alternate forms used in text. (rand)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.scientificInferiors","qualifiedName":"dart:ui.FontFeature.FontFeature.scientificInferiors","href":"dart-ui/FontFeature/FontFeature.scientificInferiors.html","kind":2,"packageRank":10,"desc":"Use scientific inferiors. (sinf)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.slashedZero","qualifiedName":"dart:ui.FontFeature.FontFeature.slashedZero","href":"dart-ui/FontFeature/FontFeature.slashedZero.html","kind":2,"packageRank":10,"desc":"Use the slashed zero. (zero)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.stylisticAlternates","qualifiedName":"dart:ui.FontFeature.FontFeature.stylisticAlternates","href":"dart-ui/FontFeature/FontFeature.stylisticAlternates.html","kind":2,"packageRank":10,"desc":"Enable stylistic alternates. (salt)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.stylisticSet","qualifiedName":"dart:ui.FontFeature.FontFeature.stylisticSet","href":"dart-ui/FontFeature/FontFeature.stylisticSet.html","kind":2,"packageRank":10,"desc":"Select a stylistic set. (ss01 through ss20)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.subscripts","qualifiedName":"dart:ui.FontFeature.FontFeature.subscripts","href":"dart-ui/FontFeature/FontFeature.subscripts.html","kind":2,"packageRank":10,"desc":"Enable subscripts. (subs)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.superscripts","qualifiedName":"dart:ui.FontFeature.FontFeature.superscripts","href":"dart-ui/FontFeature/FontFeature.superscripts.html","kind":2,"packageRank":10,"desc":"Enable superscripts. (sups)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.swash","qualifiedName":"dart:ui.FontFeature.FontFeature.swash","href":"dart-ui/FontFeature/FontFeature.swash.html","kind":2,"packageRank":10,"desc":"Enable swash glyphs. (swsh)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontFeature.tabularFigures","qualifiedName":"dart:ui.FontFeature.FontFeature.tabularFigures","href":"dart-ui/FontFeature/FontFeature.tabularFigures.html","kind":2,"packageRank":10,"desc":"Use tabular (monospace) figures. (tnum)","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"feature","qualifiedName":"dart:ui.FontFeature.feature","href":"dart-ui/FontFeature/feature.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The tag that identifies the effect of this feature.  Must consist of 4\nASCII characters (typically lowercase letters).","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.FontFeature.hashCode","href":"dart-ui/FontFeature/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.FontFeature.operator ==","href":"dart-ui/FontFeature/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"toString","qualifiedName":"dart:ui.FontFeature.toString","href":"dart-ui/FontFeature/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"value","qualifiedName":"dart:ui.FontFeature.value","href":"dart-ui/FontFeature/value.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The value assigned to this feature.","enclosedBy":{"name":"FontFeature","kind":3,"href":"dart-ui/FontFeature-class.html"}},{"name":"FontStyle","qualifiedName":"dart:ui.FontStyle","href":"dart-ui/FontStyle.html","kind":5,"packageRank":10,"desc":"Whether to use the italic type variation of glyphs in the font.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.FontStyle.values","href":"dart-ui/FontStyle/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"FontStyle","kind":5,"href":"dart-ui/FontStyle.html"}},{"name":"FontVariation","qualifiedName":"dart:ui.FontVariation","href":"dart-ui/FontVariation-class.html","kind":3,"packageRank":10,"desc":"An axis tag and value that can be used to customize variable fonts.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"FontVariation.italic","qualifiedName":"dart:ui.FontVariation.FontVariation.italic","href":"dart-ui/FontVariation/FontVariation.italic.html","kind":2,"packageRank":10,"desc":"Variable font style. (ital)","enclosedBy":{"name":"FontVariation","kind":3,"href":"dart-ui/FontVariation-class.html"}},{"name":"FontVariation.new","qualifiedName":"dart:ui.FontVariation.FontVariation.new","href":"dart-ui/FontVariation/FontVariation.html","kind":2,"packageRank":10,"desc":"Creates a FontVariation object, which can be added to a TextStyle to\nchange the variable attributes of a font.","enclosedBy":{"name":"FontVariation","kind":3,"href":"dart-ui/FontVariation-class.html"}},{"name":"FontVariation.opticalSize","qualifiedName":"dart:ui.FontVariation.FontVariation.opticalSize","href":"dart-ui/FontVariation/FontVariation.opticalSize.html","kind":2,"packageRank":10,"desc":"Optical size optimization. (opzs)","enclosedBy":{"name":"FontVariation","kind":3,"href":"dart-ui/FontVariation-class.html"}},{"name":"FontVariation.slant","qualifiedName":"dart:ui.FontVariation.FontVariation.slant","href":"dart-ui/FontVariation/FontVariation.slant.html","kind":2,"packageRank":10,"desc":"Variable font width. (slnt)","enclosedBy":{"name":"FontVariation","kind":3,"href":"dart-ui/FontVariation-class.html"}},{"name":"FontVariation.weight","qualifiedName":"dart:ui.FontVariation.FontVariation.weight","href":"dart-ui/FontVariation/FontVariation.weight.html","kind":2,"packageRank":10,"desc":"Variable font weight. (wght)","enclosedBy":{"name":"FontVariation","kind":3,"href":"dart-ui/FontVariation-class.html"}},{"name":"FontVariation.width","qualifiedName":"dart:ui.FontVariation.FontVariation.width","href":"dart-ui/FontVariation/FontVariation.width.html","kind":2,"packageRank":10,"desc":"Variable font width. (wdth)","enclosedBy":{"name":"FontVariation","kind":3,"href":"dart-ui/FontVariation-class.html"}},{"name":"axis","qualifiedName":"dart:ui.FontVariation.axis","href":"dart-ui/FontVariation/axis.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The tag that identifies the design axis.","enclosedBy":{"name":"FontVariation","kind":3,"href":"dart-ui/FontVariation-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.FontVariation.hashCode","href":"dart-ui/FontVariation/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"FontVariation","kind":3,"href":"dart-ui/FontVariation-class.html"}},{"name":"lerp","qualifiedName":"dart:ui.FontVariation.lerp","href":"dart-ui/FontVariation/lerp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Linearly interpolates between two font variations.","enclosedBy":{"name":"FontVariation","kind":3,"href":"dart-ui/FontVariation-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.FontVariation.operator ==","href":"dart-ui/FontVariation/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"FontVariation","kind":3,"href":"dart-ui/FontVariation-class.html"}},{"name":"toString","qualifiedName":"dart:ui.FontVariation.toString","href":"dart-ui/FontVariation/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"FontVariation","kind":3,"href":"dart-ui/FontVariation-class.html"}},{"name":"value","qualifiedName":"dart:ui.FontVariation.value","href":"dart-ui/FontVariation/value.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The value assigned to this design axis.","enclosedBy":{"name":"FontVariation","kind":3,"href":"dart-ui/FontVariation-class.html"}},{"name":"FontWeight","qualifiedName":"dart:ui.FontWeight","href":"dart-ui/FontWeight-class.html","kind":3,"packageRank":10,"desc":"The thickness of the glyphs used to draw the text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"FontWeight.new","qualifiedName":"dart:ui.FontWeight.FontWeight.new","href":"dart-ui/FontWeight/FontWeight.html","kind":2,"packageRank":10,"desc":"Creates a FontWeight object, which can be added to a TextStyle to\nselect the thickness of a font's glyphs.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"bold","qualifiedName":"dart:ui.FontWeight.bold","href":"dart-ui/FontWeight/bold-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A commonly used font weight that is heavier than normal.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.FontWeight.hashCode","href":"dart-ui/FontWeight/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"index","qualifiedName":"dart:ui.FontWeight.index","href":"dart-ui/FontWeight/index.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The encoded integer value of this font weight.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"lerp","qualifiedName":"dart:ui.FontWeight.lerp","href":"dart-ui/FontWeight/lerp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Linearly interpolates between two font weights.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"normal","qualifiedName":"dart:ui.FontWeight.normal","href":"dart-ui/FontWeight/normal-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The default font weight.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.FontWeight.operator ==","href":"dart-ui/FontWeight/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"toString","qualifiedName":"dart:ui.FontWeight.toString","href":"dart-ui/FontWeight/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"value","qualifiedName":"dart:ui.FontWeight.value","href":"dart-ui/FontWeight/value.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The thickness value of this font weight.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"values","qualifiedName":"dart:ui.FontWeight.values","href":"dart-ui/FontWeight/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A list of all the font weights.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"w100","qualifiedName":"dart:ui.FontWeight.w100","href":"dart-ui/FontWeight/w100-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Thin, the least thick.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"w200","qualifiedName":"dart:ui.FontWeight.w200","href":"dart-ui/FontWeight/w200-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Extra-light.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"w300","qualifiedName":"dart:ui.FontWeight.w300","href":"dart-ui/FontWeight/w300-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Light.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"w400","qualifiedName":"dart:ui.FontWeight.w400","href":"dart-ui/FontWeight/w400-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Normal / regular / plain.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"w500","qualifiedName":"dart:ui.FontWeight.w500","href":"dart-ui/FontWeight/w500-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Medium.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"w600","qualifiedName":"dart:ui.FontWeight.w600","href":"dart-ui/FontWeight/w600-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Semi-bold.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"w700","qualifiedName":"dart:ui.FontWeight.w700","href":"dart-ui/FontWeight/w700-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Bold.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"w800","qualifiedName":"dart:ui.FontWeight.w800","href":"dart-ui/FontWeight/w800-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Extra-bold.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"w900","qualifiedName":"dart:ui.FontWeight.w900","href":"dart-ui/FontWeight/w900-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Black, the most thick.","enclosedBy":{"name":"FontWeight","kind":3,"href":"dart-ui/FontWeight-class.html"}},{"name":"FragmentProgram","qualifiedName":"dart:ui.FragmentProgram","href":"dart-ui/FragmentProgram-class.html","kind":3,"packageRank":10,"desc":"An instance of FragmentProgram creates Shader objects (as used by\nPaint.shader).","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"fragmentShader","qualifiedName":"dart:ui.FragmentProgram.fragmentShader","href":"dart-ui/FragmentProgram/fragmentShader.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a fresh instance of FragmentShader.","enclosedBy":{"name":"FragmentProgram","kind":3,"href":"dart-ui/FragmentProgram-class.html"}},{"name":"fromAsset","qualifiedName":"dart:ui.FragmentProgram.fromAsset","href":"dart-ui/FragmentProgram/fromAsset.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a fragment program from the asset with key assetKey.","enclosedBy":{"name":"FragmentProgram","kind":3,"href":"dart-ui/FragmentProgram-class.html"}},{"name":"FragmentShader","qualifiedName":"dart:ui.FragmentShader","href":"dart-ui/FragmentShader-class.html","kind":3,"packageRank":10,"desc":"A Shader generated from a FragmentProgram.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dispose","qualifiedName":"dart:ui.FragmentShader.dispose","href":"dart-ui/FragmentShader/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Releases the native resources held by the FragmentShader.","enclosedBy":{"name":"FragmentShader","kind":3,"href":"dart-ui/FragmentShader-class.html"}},{"name":"getImageSampler","qualifiedName":"dart:ui.FragmentShader.getImageSampler","href":"dart-ui/FragmentShader/getImageSampler.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Access the ImageSamplerSlot binding associated with the sampler named\nname.","enclosedBy":{"name":"FragmentShader","kind":3,"href":"dart-ui/FragmentShader-class.html"}},{"name":"getUniformFloat","qualifiedName":"dart:ui.FragmentShader.getUniformFloat","href":"dart-ui/FragmentShader/getUniformFloat.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Access the float binding for uniform named name with optional offset\nindex. Example index values: 1 for 'foo.y', 2 for 'foo.b'.","enclosedBy":{"name":"FragmentShader","kind":3,"href":"dart-ui/FragmentShader-class.html"}},{"name":"getUniformVec2","qualifiedName":"dart:ui.FragmentShader.getUniformVec2","href":"dart-ui/FragmentShader/getUniformVec2.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Access the float binding for a vec2 uniform named name.","enclosedBy":{"name":"FragmentShader","kind":3,"href":"dart-ui/FragmentShader-class.html"}},{"name":"getUniformVec3","qualifiedName":"dart:ui.FragmentShader.getUniformVec3","href":"dart-ui/FragmentShader/getUniformVec3.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Access the float binding for a vec3 uniform named name.","enclosedBy":{"name":"FragmentShader","kind":3,"href":"dart-ui/FragmentShader-class.html"}},{"name":"getUniformVec4","qualifiedName":"dart:ui.FragmentShader.getUniformVec4","href":"dart-ui/FragmentShader/getUniformVec4.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Access the float binding for a vec4 uniform named name.","enclosedBy":{"name":"FragmentShader","kind":3,"href":"dart-ui/FragmentShader-class.html"}},{"name":"setFloat","qualifiedName":"dart:ui.FragmentShader.setFloat","href":"dart-ui/FragmentShader/setFloat.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the float uniform at index to value.","enclosedBy":{"name":"FragmentShader","kind":3,"href":"dart-ui/FragmentShader-class.html"}},{"name":"setImageSampler","qualifiedName":"dart:ui.FragmentShader.setImageSampler","href":"dart-ui/FragmentShader/setImageSampler.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the sampler uniform at index to image.","enclosedBy":{"name":"FragmentShader","kind":3,"href":"dart-ui/FragmentShader-class.html"}},{"name":"FrameCallback","qualifiedName":"dart:ui.FrameCallback","href":"dart-ui/FrameCallback.html","kind":21,"packageRank":10,"desc":"Signature for PlatformDispatcher.onBeginFrame.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"FrameData","qualifiedName":"dart:ui.FrameData","href":"dart-ui/FrameData-class.html","kind":3,"packageRank":10,"desc":"Additional data available on each flutter frame.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"frameNumber","qualifiedName":"dart:ui.FrameData.frameNumber","href":"dart-ui/FrameData/frameNumber.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of the current frame.","enclosedBy":{"name":"FrameData","kind":3,"href":"dart-ui/FrameData-class.html"}},{"name":"FrameInfo","qualifiedName":"dart:ui.FrameInfo","href":"dart-ui/FrameInfo-class.html","kind":3,"packageRank":10,"desc":"Information for a single frame of an animation.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"duration","qualifiedName":"dart:ui.FrameInfo.duration","href":"dart-ui/FrameInfo/duration.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The duration this frame should be shown.","enclosedBy":{"name":"FrameInfo","kind":3,"href":"dart-ui/FrameInfo-class.html"}},{"name":"image","qualifiedName":"dart:ui.FrameInfo.image","href":"dart-ui/FrameInfo/image.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The Image object for this frame.","enclosedBy":{"name":"FrameInfo","kind":3,"href":"dart-ui/FrameInfo-class.html"}},{"name":"FramePhase","qualifiedName":"dart:ui.FramePhase","href":"dart-ui/FramePhase.html","kind":5,"packageRank":10,"desc":"Various important time points in the lifetime of a frame.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.FramePhase.values","href":"dart-ui/FramePhase/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"FramePhase","kind":5,"href":"dart-ui/FramePhase.html"}},{"name":"FrameTiming","qualifiedName":"dart:ui.FrameTiming","href":"dart-ui/FrameTiming-class.html","kind":3,"packageRank":10,"desc":"Time-related performance metrics of a frame.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"FrameTiming.new","qualifiedName":"dart:ui.FrameTiming.FrameTiming.new","href":"dart-ui/FrameTiming/FrameTiming.html","kind":2,"packageRank":10,"desc":"Construct FrameTiming with raw timestamps in microseconds.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"buildDuration","qualifiedName":"dart:ui.FrameTiming.buildDuration","href":"dart-ui/FrameTiming/buildDuration.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The duration to build the frame on the UI thread.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"frameNumber","qualifiedName":"dart:ui.FrameTiming.frameNumber","href":"dart-ui/FrameTiming/frameNumber.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The frame key associated with this frame measurement.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"layerCacheBytes","qualifiedName":"dart:ui.FrameTiming.layerCacheBytes","href":"dart-ui/FrameTiming/layerCacheBytes.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of bytes of image data used to cache layers during the frame.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"layerCacheCount","qualifiedName":"dart:ui.FrameTiming.layerCacheCount","href":"dart-ui/FrameTiming/layerCacheCount.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of layers stored in the raster cache during the frame.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"layerCacheMegabytes","qualifiedName":"dart:ui.FrameTiming.layerCacheMegabytes","href":"dart-ui/FrameTiming/layerCacheMegabytes.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of megabytes of image data used to cache layers during the frame.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"pictureCacheBytes","qualifiedName":"dart:ui.FrameTiming.pictureCacheBytes","href":"dart-ui/FrameTiming/pictureCacheBytes.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of bytes of image data used to cache pictures during the frame.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"pictureCacheCount","qualifiedName":"dart:ui.FrameTiming.pictureCacheCount","href":"dart-ui/FrameTiming/pictureCacheCount.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of pictures stored in the raster cache during the frame.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"pictureCacheMegabytes","qualifiedName":"dart:ui.FrameTiming.pictureCacheMegabytes","href":"dart-ui/FrameTiming/pictureCacheMegabytes.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of megabytes of image data used to cache pictures during the frame.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"rasterDuration","qualifiedName":"dart:ui.FrameTiming.rasterDuration","href":"dart-ui/FrameTiming/rasterDuration.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The duration to rasterize the frame on the raster thread.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"timestampInMicroseconds","qualifiedName":"dart:ui.FrameTiming.timestampInMicroseconds","href":"dart-ui/FrameTiming/timestampInMicroseconds.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"This is a raw timestamp in microseconds from some epoch. The epoch in all\nFrameTiming is the same, but it may not match DateTime's epoch.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"toString","qualifiedName":"dart:ui.FrameTiming.toString","href":"dart-ui/FrameTiming/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"totalSpan","qualifiedName":"dart:ui.FrameTiming.totalSpan","href":"dart-ui/FrameTiming/totalSpan.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The timespan between vsync start and raster finish.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"vsyncOverhead","qualifiedName":"dart:ui.FrameTiming.vsyncOverhead","href":"dart-ui/FrameTiming/vsyncOverhead.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The duration between receiving the vsync signal and starting building the\nframe.","enclosedBy":{"name":"FrameTiming","kind":3,"href":"dart-ui/FrameTiming-class.html"}},{"name":"GestureSettings","qualifiedName":"dart:ui.GestureSettings","href":"dart-ui/GestureSettings-class.html","kind":3,"packageRank":10,"desc":"Platform specific configuration for gesture behavior, such as touch slop.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"GestureSettings.new","qualifiedName":"dart:ui.GestureSettings.GestureSettings.new","href":"dart-ui/GestureSettings/GestureSettings.html","kind":2,"packageRank":10,"desc":"Create a new GestureSettings value.","enclosedBy":{"name":"GestureSettings","kind":3,"href":"dart-ui/GestureSettings-class.html"}},{"name":"copyWith","qualifiedName":"dart:ui.GestureSettings.copyWith","href":"dart-ui/GestureSettings/copyWith.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Create a new GestureSettings object from an existing value, overwriting\nall of the provided fields.","enclosedBy":{"name":"GestureSettings","kind":3,"href":"dart-ui/GestureSettings-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.GestureSettings.hashCode","href":"dart-ui/GestureSettings/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"GestureSettings","kind":3,"href":"dart-ui/GestureSettings-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.GestureSettings.operator ==","href":"dart-ui/GestureSettings/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"GestureSettings","kind":3,"href":"dart-ui/GestureSettings-class.html"}},{"name":"physicalDoubleTapSlop","qualifiedName":"dart:ui.GestureSettings.physicalDoubleTapSlop","href":"dart-ui/GestureSettings/physicalDoubleTapSlop.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of physical pixels that the first and second tap of a double tap\ncan drift apart to still be recognized as a double tap.","enclosedBy":{"name":"GestureSettings","kind":3,"href":"dart-ui/GestureSettings-class.html"}},{"name":"physicalTouchSlop","qualifiedName":"dart:ui.GestureSettings.physicalTouchSlop","href":"dart-ui/GestureSettings/physicalTouchSlop.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of physical pixels a pointer is allowed to drift before it is\nconsidered an intentional movement.","enclosedBy":{"name":"GestureSettings","kind":3,"href":"dart-ui/GestureSettings-class.html"}},{"name":"toString","qualifiedName":"dart:ui.GestureSettings.toString","href":"dart-ui/GestureSettings/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"GestureSettings","kind":3,"href":"dart-ui/GestureSettings-class.html"}},{"name":"GlyphInfo","qualifiedName":"dart:ui.GlyphInfo","href":"dart-ui/GlyphInfo-class.html","kind":3,"packageRank":10,"desc":"The measurements of a character (or a sequence of visually connected\ncharacters) within a paragraph.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"GlyphInfo.new","qualifiedName":"dart:ui.GlyphInfo.GlyphInfo.new","href":"dart-ui/GlyphInfo/GlyphInfo.html","kind":2,"packageRank":10,"desc":"Creates a GlyphInfo with the specified values.","enclosedBy":{"name":"GlyphInfo","kind":3,"href":"dart-ui/GlyphInfo-class.html"}},{"name":"graphemeClusterCodeUnitRange","qualifiedName":"dart:ui.GlyphInfo.graphemeClusterCodeUnitRange","href":"dart-ui/GlyphInfo/graphemeClusterCodeUnitRange.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The UTF-16 range of the associated character in the text.","enclosedBy":{"name":"GlyphInfo","kind":3,"href":"dart-ui/GlyphInfo-class.html"}},{"name":"graphemeClusterLayoutBounds","qualifiedName":"dart:ui.GlyphInfo.graphemeClusterLayoutBounds","href":"dart-ui/GlyphInfo/graphemeClusterLayoutBounds.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The layout bounding rect of the associated character, in the paragraph's\ncoordinates.","enclosedBy":{"name":"GlyphInfo","kind":3,"href":"dart-ui/GlyphInfo-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.GlyphInfo.hashCode","href":"dart-ui/GlyphInfo/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"GlyphInfo","kind":3,"href":"dart-ui/GlyphInfo-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.GlyphInfo.operator ==","href":"dart-ui/GlyphInfo/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"GlyphInfo","kind":3,"href":"dart-ui/GlyphInfo-class.html"}},{"name":"toString","qualifiedName":"dart:ui.GlyphInfo.toString","href":"dart-ui/GlyphInfo/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"GlyphInfo","kind":3,"href":"dart-ui/GlyphInfo-class.html"}},{"name":"writingDirection","qualifiedName":"dart:ui.GlyphInfo.writingDirection","href":"dart-ui/GlyphInfo/writingDirection.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The writing direction within the GlyphInfo.","enclosedBy":{"name":"GlyphInfo","kind":3,"href":"dart-ui/GlyphInfo-class.html"}},{"name":"Gradient","qualifiedName":"dart:ui.Gradient","href":"dart-ui/Gradient-class.html","kind":3,"packageRank":10,"desc":"A shader (as used by Paint.shader) that renders a color gradient.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Gradient.linear","qualifiedName":"dart:ui.Gradient.Gradient.linear","href":"dart-ui/Gradient/Gradient.linear.html","kind":2,"packageRank":10,"desc":"Creates a linear gradient from from to to.","enclosedBy":{"name":"Gradient","kind":3,"href":"dart-ui/Gradient-class.html"}},{"name":"Gradient.radial","qualifiedName":"dart:ui.Gradient.Gradient.radial","href":"dart-ui/Gradient/Gradient.radial.html","kind":2,"packageRank":10,"desc":"Creates a radial gradient centered at center that ends at radius\ndistance from the center.","enclosedBy":{"name":"Gradient","kind":3,"href":"dart-ui/Gradient-class.html"}},{"name":"Gradient.sweep","qualifiedName":"dart:ui.Gradient.Gradient.sweep","href":"dart-ui/Gradient/Gradient.sweep.html","kind":2,"packageRank":10,"desc":"Creates a sweep gradient centered at center that starts at startAngle\nand ends at endAngle.","enclosedBy":{"name":"Gradient","kind":3,"href":"dart-ui/Gradient-class.html"}},{"name":"Image","qualifiedName":"dart:ui.Image","href":"dart-ui/Image-class.html","kind":3,"packageRank":10,"desc":"Opaque handle to raw decoded image data (pixels).","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"clone","qualifiedName":"dart:ui.Image.clone","href":"dart-ui/Image/clone.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a disposable handle to this image.","enclosedBy":{"name":"Image","kind":3,"href":"dart-ui/Image-class.html"}},{"name":"colorSpace","qualifiedName":"dart:ui.Image.colorSpace","href":"dart-ui/Image/colorSpace.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The color space that is used by the Image's colors.","enclosedBy":{"name":"Image","kind":3,"href":"dart-ui/Image-class.html"}},{"name":"debugDisposed","qualifiedName":"dart:ui.Image.debugDisposed","href":"dart-ui/Image/debugDisposed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this reference to the underlying image is disposed.","enclosedBy":{"name":"Image","kind":3,"href":"dart-ui/Image-class.html"}},{"name":"debugGetOpenHandleStackTraces","qualifiedName":"dart:ui.Image.debugGetOpenHandleStackTraces","href":"dart-ui/Image/debugGetOpenHandleStackTraces.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"If asserts are enabled, returns the StackTraces of each open handle from\nclone, in creation order.","enclosedBy":{"name":"Image","kind":3,"href":"dart-ui/Image-class.html"}},{"name":"dispose","qualifiedName":"dart:ui.Image.dispose","href":"dart-ui/Image/dispose.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Release this handle's claim on the underlying Image. This handle is no\nlonger usable after this method is called.","enclosedBy":{"name":"Image","kind":3,"href":"dart-ui/Image-class.html"}},{"name":"height","qualifiedName":"dart:ui.Image.height","href":"dart-ui/Image/height.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of image pixels along the image's vertical axis.","enclosedBy":{"name":"Image","kind":3,"href":"dart-ui/Image-class.html"}},{"name":"isCloneOf","qualifiedName":"dart:ui.Image.isCloneOf","href":"dart-ui/Image/isCloneOf.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns true if other is a clone of this and thus shares the same\nunderlying image memory, even if this or other is disposed.","enclosedBy":{"name":"Image","kind":3,"href":"dart-ui/Image-class.html"}},{"name":"onCreate","qualifiedName":"dart:ui.Image.onCreate","href":"dart-ui/Image/onCreate.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked to report an image creation.","enclosedBy":{"name":"Image","kind":3,"href":"dart-ui/Image-class.html"}},{"name":"onDispose","qualifiedName":"dart:ui.Image.onDispose","href":"dart-ui/Image/onDispose.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked to report the image disposal.","enclosedBy":{"name":"Image","kind":3,"href":"dart-ui/Image-class.html"}},{"name":"toByteData","qualifiedName":"dart:ui.Image.toByteData","href":"dart-ui/Image/toByteData.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Converts the Image object into a byte array.","enclosedBy":{"name":"Image","kind":3,"href":"dart-ui/Image-class.html"}},{"name":"toString","qualifiedName":"dart:ui.Image.toString","href":"dart-ui/Image/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Image","kind":3,"href":"dart-ui/Image-class.html"}},{"name":"width","qualifiedName":"dart:ui.Image.width","href":"dart-ui/Image/width.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of image pixels along the image's horizontal axis.","enclosedBy":{"name":"Image","kind":3,"href":"dart-ui/Image-class.html"}},{"name":"ImageByteFormat","qualifiedName":"dart:ui.ImageByteFormat","href":"dart-ui/ImageByteFormat.html","kind":5,"packageRank":10,"desc":"The format in which image bytes should be returned when using\nImage.toByteData.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.ImageByteFormat.values","href":"dart-ui/ImageByteFormat/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"ImageByteFormat","kind":5,"href":"dart-ui/ImageByteFormat.html"}},{"name":"ImageDecoderCallback","qualifiedName":"dart:ui.ImageDecoderCallback","href":"dart-ui/ImageDecoderCallback.html","kind":21,"packageRank":10,"desc":"Callback signature for decodeImageFromList.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ImageDescriptor","qualifiedName":"dart:ui.ImageDescriptor","href":"dart-ui/ImageDescriptor-class.html","kind":3,"packageRank":10,"desc":"A descriptor of data that can be turned into an Image via a Codec.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ImageDescriptor.raw","qualifiedName":"dart:ui.ImageDescriptor.ImageDescriptor.raw","href":"dart-ui/ImageDescriptor/ImageDescriptor.raw.html","kind":2,"packageRank":10,"desc":"Creates an image descriptor from raw image pixels.","enclosedBy":{"name":"ImageDescriptor","kind":3,"href":"dart-ui/ImageDescriptor-class.html"}},{"name":"bytesPerPixel","qualifiedName":"dart:ui.ImageDescriptor.bytesPerPixel","href":"dart-ui/ImageDescriptor/bytesPerPixel.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of bytes per pixel in the image.","enclosedBy":{"name":"ImageDescriptor","kind":3,"href":"dart-ui/ImageDescriptor-class.html"}},{"name":"dispose","qualifiedName":"dart:ui.ImageDescriptor.dispose","href":"dart-ui/ImageDescriptor/dispose.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"ImageDescriptor","kind":3,"href":"dart-ui/ImageDescriptor-class.html"}},{"name":"encoded","qualifiedName":"dart:ui.ImageDescriptor.encoded","href":"dart-ui/ImageDescriptor/encoded.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates an image descriptor from encoded data in a supported format.","enclosedBy":{"name":"ImageDescriptor","kind":3,"href":"dart-ui/ImageDescriptor-class.html"}},{"name":"height","qualifiedName":"dart:ui.ImageDescriptor.height","href":"dart-ui/ImageDescriptor/height.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The height, in pixels, of the image.","enclosedBy":{"name":"ImageDescriptor","kind":3,"href":"dart-ui/ImageDescriptor-class.html"}},{"name":"instantiateCodec","qualifiedName":"dart:ui.ImageDescriptor.instantiateCodec","href":"dart-ui/ImageDescriptor/instantiateCodec.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a Codec object which is suitable for decoding the data in the\nbuffer to an Image.","enclosedBy":{"name":"ImageDescriptor","kind":3,"href":"dart-ui/ImageDescriptor-class.html"}},{"name":"width","qualifiedName":"dart:ui.ImageDescriptor.width","href":"dart-ui/ImageDescriptor/width.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The width, in pixels, of the image.","enclosedBy":{"name":"ImageDescriptor","kind":3,"href":"dart-ui/ImageDescriptor-class.html"}},{"name":"ImageEventCallback","qualifiedName":"dart:ui.ImageEventCallback","href":"dart-ui/ImageEventCallback.html","kind":21,"packageRank":10,"desc":"Signature for Image lifecycle events.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ImageFilter","qualifiedName":"dart:ui.ImageFilter","href":"dart-ui/ImageFilter-class.html","kind":3,"packageRank":10,"desc":"A filter operation to apply to a raster image.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ImageFilter.blur","qualifiedName":"dart:ui.ImageFilter.ImageFilter.blur","href":"dart-ui/ImageFilter/ImageFilter.blur.html","kind":2,"packageRank":10,"desc":"Creates an image filter that applies a Gaussian blur.","enclosedBy":{"name":"ImageFilter","kind":3,"href":"dart-ui/ImageFilter-class.html"}},{"name":"ImageFilter.compose","qualifiedName":"dart:ui.ImageFilter.ImageFilter.compose","href":"dart-ui/ImageFilter/ImageFilter.compose.html","kind":2,"packageRank":10,"desc":"Composes the inner filter with outer, to combine their effects.","enclosedBy":{"name":"ImageFilter","kind":3,"href":"dart-ui/ImageFilter-class.html"}},{"name":"ImageFilter.dilate","qualifiedName":"dart:ui.ImageFilter.ImageFilter.dilate","href":"dart-ui/ImageFilter/ImageFilter.dilate.html","kind":2,"packageRank":10,"desc":"Creates an image filter that dilates each input pixel's channel values\nto the max value within the given radii along the x and y axes.","enclosedBy":{"name":"ImageFilter","kind":3,"href":"dart-ui/ImageFilter-class.html"}},{"name":"ImageFilter.erode","qualifiedName":"dart:ui.ImageFilter.ImageFilter.erode","href":"dart-ui/ImageFilter/ImageFilter.erode.html","kind":2,"packageRank":10,"desc":"Create a filter that erodes each input pixel's channel values\nto the minimum channel value within the given radii along the x and y axes.","enclosedBy":{"name":"ImageFilter","kind":3,"href":"dart-ui/ImageFilter-class.html"}},{"name":"ImageFilter.matrix","qualifiedName":"dart:ui.ImageFilter.ImageFilter.matrix","href":"dart-ui/ImageFilter/ImageFilter.matrix.html","kind":2,"packageRank":10,"desc":"Creates an image filter that applies a matrix transformation.","enclosedBy":{"name":"ImageFilter","kind":3,"href":"dart-ui/ImageFilter-class.html"}},{"name":"ImageFilter.shader","qualifiedName":"dart:ui.ImageFilter.ImageFilter.shader","href":"dart-ui/ImageFilter/ImageFilter.shader.html","kind":2,"packageRank":10,"desc":"Creates an image filter from a FragmentShader.","enclosedBy":{"name":"ImageFilter","kind":3,"href":"dart-ui/ImageFilter-class.html"}},{"name":"debugShortDescription","qualifiedName":"dart:ui.ImageFilter.debugShortDescription","href":"dart-ui/ImageFilter/debugShortDescription.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The description text to show when the filter is part of a composite\nImageFilter created using ImageFilter.compose.","enclosedBy":{"name":"ImageFilter","kind":3,"href":"dart-ui/ImageFilter-class.html"}},{"name":"isShaderFilterSupported","qualifiedName":"dart:ui.ImageFilter.isShaderFilterSupported","href":"dart-ui/ImageFilter/isShaderFilterSupported.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether ImageFilter.shader is supported on the current backend.","enclosedBy":{"name":"ImageFilter","kind":3,"href":"dart-ui/ImageFilter-class.html"}},{"name":"ImageFilterEngineLayer","qualifiedName":"dart:ui.ImageFilterEngineLayer","href":"dart-ui/ImageFilterEngineLayer-class.html","kind":3,"packageRank":10,"desc":"An opaque handle to an image filter engine layer.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dispose","qualifiedName":"dart:ui.ImageFilterEngineLayer.dispose","href":"dart-ui/ImageFilterEngineLayer/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"ImageFilterEngineLayer","kind":3,"href":"dart-ui/ImageFilterEngineLayer-class.html"}},{"name":"ImageSamplerSlot","qualifiedName":"dart:ui.ImageSamplerSlot","href":"dart-ui/ImageSamplerSlot-class.html","kind":3,"packageRank":10,"desc":"A binding to a shader's image sampler. Calling set on this object updates\na sampler's bound image.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"name","qualifiedName":"dart:ui.ImageSamplerSlot.name","href":"dart-ui/ImageSamplerSlot/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The name of the bound uniform.","enclosedBy":{"name":"ImageSamplerSlot","kind":3,"href":"dart-ui/ImageSamplerSlot-class.html"}},{"name":"set","qualifiedName":"dart:ui.ImageSamplerSlot.set","href":"dart-ui/ImageSamplerSlot/set.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Set the Image value for the bound sampler associated with this slot.","enclosedBy":{"name":"ImageSamplerSlot","kind":3,"href":"dart-ui/ImageSamplerSlot-class.html"}},{"name":"shaderIndex","qualifiedName":"dart:ui.ImageSamplerSlot.shaderIndex","href":"dart-ui/ImageSamplerSlot/shaderIndex.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"VisibleForTesting: This is the index one would use with\nFragmentShader.setImageSampler for this sampler.","enclosedBy":{"name":"ImageSamplerSlot","kind":3,"href":"dart-ui/ImageSamplerSlot-class.html"}},{"name":"ImageShader","qualifiedName":"dart:ui.ImageShader","href":"dart-ui/ImageShader-class.html","kind":3,"packageRank":10,"desc":"A shader (as used by Paint.shader) that tiles an image.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ImageShader.new","qualifiedName":"dart:ui.ImageShader.ImageShader.new","href":"dart-ui/ImageShader/ImageShader.html","kind":2,"packageRank":10,"desc":"Creates an image-tiling shader.","enclosedBy":{"name":"ImageShader","kind":3,"href":"dart-ui/ImageShader-class.html"}},{"name":"dispose","qualifiedName":"dart:ui.ImageShader.dispose","href":"dart-ui/ImageShader/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"ImageShader","kind":3,"href":"dart-ui/ImageShader-class.html"}},{"name":"ImmutableBuffer","qualifiedName":"dart:ui.ImmutableBuffer","href":"dart-ui/ImmutableBuffer-class.html","kind":3,"packageRank":10,"desc":"A handle to a read-only byte buffer that is managed by the engine.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"debugDisposed","qualifiedName":"dart:ui.ImmutableBuffer.debugDisposed","href":"dart-ui/ImmutableBuffer/debugDisposed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether dispose has been called.","enclosedBy":{"name":"ImmutableBuffer","kind":3,"href":"dart-ui/ImmutableBuffer-class.html"}},{"name":"dispose","qualifiedName":"dart:ui.ImmutableBuffer.dispose","href":"dart-ui/ImmutableBuffer/dispose.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"ImmutableBuffer","kind":3,"href":"dart-ui/ImmutableBuffer-class.html"}},{"name":"fromAsset","qualifiedName":"dart:ui.ImmutableBuffer.fromAsset","href":"dart-ui/ImmutableBuffer/fromAsset.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Create a buffer from the asset with key assetKey.","enclosedBy":{"name":"ImmutableBuffer","kind":3,"href":"dart-ui/ImmutableBuffer-class.html"}},{"name":"fromFilePath","qualifiedName":"dart:ui.ImmutableBuffer.fromFilePath","href":"dart-ui/ImmutableBuffer/fromFilePath.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Create a buffer from the file with path.","enclosedBy":{"name":"ImmutableBuffer","kind":3,"href":"dart-ui/ImmutableBuffer-class.html"}},{"name":"fromUint8List","qualifiedName":"dart:ui.ImmutableBuffer.fromUint8List","href":"dart-ui/ImmutableBuffer/fromUint8List.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a copy of the data from a Uint8List suitable for internal use\nin the engine.","enclosedBy":{"name":"ImmutableBuffer","kind":3,"href":"dart-ui/ImmutableBuffer-class.html"}},{"name":"length","qualifiedName":"dart:ui.ImmutableBuffer.length","href":"dart-ui/ImmutableBuffer/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The length, in bytes, of the underlying data.","enclosedBy":{"name":"ImmutableBuffer","kind":3,"href":"dart-ui/ImmutableBuffer-class.html"}},{"name":"IsolateNameServer","qualifiedName":"dart:ui.IsolateNameServer","href":"dart-ui/IsolateNameServer-class.html","kind":3,"packageRank":10,"desc":"Static methods to allow for simple sharing of SendPorts across Isolates.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"lookupPortByName","qualifiedName":"dart:ui.IsolateNameServer.lookupPortByName","href":"dart-ui/IsolateNameServer/lookupPortByName.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Looks up the SendPort associated with a given name.","enclosedBy":{"name":"IsolateNameServer","kind":3,"href":"dart-ui/IsolateNameServer-class.html"}},{"name":"registerPortWithName","qualifiedName":"dart:ui.IsolateNameServer.registerPortWithName","href":"dart-ui/IsolateNameServer/registerPortWithName.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Registers a SendPort with a given name.","enclosedBy":{"name":"IsolateNameServer","kind":3,"href":"dart-ui/IsolateNameServer-class.html"}},{"name":"removePortNameMapping","qualifiedName":"dart:ui.IsolateNameServer.removePortNameMapping","href":"dart-ui/IsolateNameServer/removePortNameMapping.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Removes a name-to-SendPort mapping given its name.","enclosedBy":{"name":"IsolateNameServer","kind":3,"href":"dart-ui/IsolateNameServer-class.html"}},{"name":"KeyData","qualifiedName":"dart:ui.KeyData","href":"dart-ui/KeyData-class.html","kind":3,"packageRank":10,"desc":"Information about a key event.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"KeyData.new","qualifiedName":"dart:ui.KeyData.KeyData.new","href":"dart-ui/KeyData/KeyData.html","kind":2,"packageRank":10,"desc":"Creates an object that represents a key event.","enclosedBy":{"name":"KeyData","kind":3,"href":"dart-ui/KeyData-class.html"}},{"name":"character","qualifiedName":"dart:ui.KeyData.character","href":"dart-ui/KeyData/character.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Character input from the event.","enclosedBy":{"name":"KeyData","kind":3,"href":"dart-ui/KeyData-class.html"}},{"name":"deviceType","qualifiedName":"dart:ui.KeyData.deviceType","href":"dart-ui/KeyData/deviceType.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Describes what type of device (keyboard, directional pad, etc.) this event\noriginated from.","enclosedBy":{"name":"KeyData","kind":3,"href":"dart-ui/KeyData-class.html"}},{"name":"logical","qualifiedName":"dart:ui.KeyData.logical","href":"dart-ui/KeyData/logical.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The key code for the logical key that has changed.","enclosedBy":{"name":"KeyData","kind":3,"href":"dart-ui/KeyData-class.html"}},{"name":"physical","qualifiedName":"dart:ui.KeyData.physical","href":"dart-ui/KeyData/physical.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The key code for the physical key that has changed.","enclosedBy":{"name":"KeyData","kind":3,"href":"dart-ui/KeyData-class.html"}},{"name":"synthesized","qualifiedName":"dart:ui.KeyData.synthesized","href":"dart-ui/KeyData/synthesized.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"If synthesized is true, this event does not correspond to a native\nevent.","enclosedBy":{"name":"KeyData","kind":3,"href":"dart-ui/KeyData-class.html"}},{"name":"timeStamp","qualifiedName":"dart:ui.KeyData.timeStamp","href":"dart-ui/KeyData/timeStamp.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Time of event dispatch, relative to an arbitrary timeline.","enclosedBy":{"name":"KeyData","kind":3,"href":"dart-ui/KeyData-class.html"}},{"name":"toString","qualifiedName":"dart:ui.KeyData.toString","href":"dart-ui/KeyData/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"KeyData","kind":3,"href":"dart-ui/KeyData-class.html"}},{"name":"toStringFull","qualifiedName":"dart:ui.KeyData.toStringFull","href":"dart-ui/KeyData/toStringFull.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a complete textual description of the information in this object.","enclosedBy":{"name":"KeyData","kind":3,"href":"dart-ui/KeyData-class.html"}},{"name":"type","qualifiedName":"dart:ui.KeyData.type","href":"dart-ui/KeyData/type.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The type of the event.","enclosedBy":{"name":"KeyData","kind":3,"href":"dart-ui/KeyData-class.html"}},{"name":"KeyDataCallback","qualifiedName":"dart:ui.KeyDataCallback","href":"dart-ui/KeyDataCallback.html","kind":21,"packageRank":10,"desc":"Signature for PlatformDispatcher.onKeyData.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"KeyEventDeviceType","qualifiedName":"dart:ui.KeyEventDeviceType","href":"dart-ui/KeyEventDeviceType.html","kind":5,"packageRank":10,"desc":"The source device for the key event.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"label","qualifiedName":"dart:ui.KeyEventDeviceType.label","href":"dart-ui/KeyEventDeviceType/label.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"KeyEventDeviceType","kind":5,"href":"dart-ui/KeyEventDeviceType.html"}},{"name":"values","qualifiedName":"dart:ui.KeyEventDeviceType.values","href":"dart-ui/KeyEventDeviceType/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"KeyEventDeviceType","kind":5,"href":"dart-ui/KeyEventDeviceType.html"}},{"name":"KeyEventType","qualifiedName":"dart:ui.KeyEventType","href":"dart-ui/KeyEventType.html","kind":5,"packageRank":10,"desc":"The type of a key event.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"label","qualifiedName":"dart:ui.KeyEventType.label","href":"dart-ui/KeyEventType/label.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"KeyEventType","kind":5,"href":"dart-ui/KeyEventType.html"}},{"name":"values","qualifiedName":"dart:ui.KeyEventType.values","href":"dart-ui/KeyEventType/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"KeyEventType","kind":5,"href":"dart-ui/KeyEventType.html"}},{"name":"LineMetrics","qualifiedName":"dart:ui.LineMetrics","href":"dart-ui/LineMetrics-class.html","kind":3,"packageRank":10,"desc":"LineMetrics stores the measurements and statistics of a single line in the\nparagraph.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"LineMetrics.new","qualifiedName":"dart:ui.LineMetrics.LineMetrics.new","href":"dart-ui/LineMetrics/LineMetrics.html","kind":2,"packageRank":10,"desc":"Creates a LineMetrics object with only the specified values.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"ascent","qualifiedName":"dart:ui.LineMetrics.ascent","href":"dart-ui/LineMetrics/ascent.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The rise from the baseline as calculated from the font and style for this line.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"baseline","qualifiedName":"dart:ui.LineMetrics.baseline","href":"dart-ui/LineMetrics/baseline.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The y coordinate of the baseline for this line from the top of the paragraph.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"descent","qualifiedName":"dart:ui.LineMetrics.descent","href":"dart-ui/LineMetrics/descent.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The drop from the baseline as calculated from the font and style for this line.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"hardBreak","qualifiedName":"dart:ui.LineMetrics.hardBreak","href":"dart-ui/LineMetrics/hardBreak.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"True if this line ends with an explicit line break (e.g. '\\n') or is the end\nof the paragraph. False otherwise.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.LineMetrics.hashCode","href":"dart-ui/LineMetrics/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"height","qualifiedName":"dart:ui.LineMetrics.height","href":"dart-ui/LineMetrics/height.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Total height of the line from the top edge to the bottom edge.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"left","qualifiedName":"dart:ui.LineMetrics.left","href":"dart-ui/LineMetrics/left.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The x coordinate of left edge of the line.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"lineNumber","qualifiedName":"dart:ui.LineMetrics.lineNumber","href":"dart-ui/LineMetrics/lineNumber.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of this line in the overall paragraph, with the first line being\nindex zero.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.LineMetrics.operator ==","href":"dart-ui/LineMetrics/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"toString","qualifiedName":"dart:ui.LineMetrics.toString","href":"dart-ui/LineMetrics/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"unscaledAscent","qualifiedName":"dart:ui.LineMetrics.unscaledAscent","href":"dart-ui/LineMetrics/unscaledAscent.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The rise from the baseline as calculated from the font and style for this line\nignoring the TextStyle.height.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"width","qualifiedName":"dart:ui.LineMetrics.width","href":"dart-ui/LineMetrics/width.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Width of the line from the left edge of the leftmost glyph to the right\nedge of the rightmost glyph.","enclosedBy":{"name":"LineMetrics","kind":3,"href":"dart-ui/LineMetrics-class.html"}},{"name":"Locale","qualifiedName":"dart:ui.Locale","href":"dart-ui/Locale-class.html","kind":3,"packageRank":10,"desc":"An identifier used to select a user's language and formatting preferences.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Locale.fromSubtags","qualifiedName":"dart:ui.Locale.Locale.fromSubtags","href":"dart-ui/Locale/Locale.fromSubtags.html","kind":2,"packageRank":10,"desc":"Creates a new Locale object.","enclosedBy":{"name":"Locale","kind":3,"href":"dart-ui/Locale-class.html"}},{"name":"Locale.new","qualifiedName":"dart:ui.Locale.Locale.new","href":"dart-ui/Locale/Locale.html","kind":2,"packageRank":10,"desc":"Creates a new Locale object. The first argument is the\nprimary language subtag, the second is the region (also\nreferred to as 'country') subtag.","enclosedBy":{"name":"Locale","kind":3,"href":"dart-ui/Locale-class.html"}},{"name":"countryCode","qualifiedName":"dart:ui.Locale.countryCode","href":"dart-ui/Locale/countryCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The region subtag for the locale.","enclosedBy":{"name":"Locale","kind":3,"href":"dart-ui/Locale-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.Locale.hashCode","href":"dart-ui/Locale/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"Locale","kind":3,"href":"dart-ui/Locale-class.html"}},{"name":"languageCode","qualifiedName":"dart:ui.Locale.languageCode","href":"dart-ui/Locale/languageCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The primary language subtag for the locale.","enclosedBy":{"name":"Locale","kind":3,"href":"dart-ui/Locale-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.Locale.operator ==","href":"dart-ui/Locale/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"Locale","kind":3,"href":"dart-ui/Locale-class.html"}},{"name":"scriptCode","qualifiedName":"dart:ui.Locale.scriptCode","href":"dart-ui/Locale/scriptCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The script subtag for the locale.","enclosedBy":{"name":"Locale","kind":3,"href":"dart-ui/Locale-class.html"}},{"name":"toLanguageTag","qualifiedName":"dart:ui.Locale.toLanguageTag","href":"dart-ui/Locale/toLanguageTag.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a syntactically valid Unicode BCP47 Locale Identifier.","enclosedBy":{"name":"Locale","kind":3,"href":"dart-ui/Locale-class.html"}},{"name":"toString","qualifiedName":"dart:ui.Locale.toString","href":"dart-ui/Locale/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Returns a string representing the locale.","enclosedBy":{"name":"Locale","kind":3,"href":"dart-ui/Locale-class.html"}},{"name":"LocaleStringAttribute","qualifiedName":"dart:ui.LocaleStringAttribute","href":"dart-ui/LocaleStringAttribute-class.html","kind":3,"packageRank":10,"desc":"A string attribute that causes the assistive technologies, e.g. VoiceOver,\nto treat string as a certain language.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"LocaleStringAttribute.new","qualifiedName":"dart:ui.LocaleStringAttribute.LocaleStringAttribute.new","href":"dart-ui/LocaleStringAttribute/LocaleStringAttribute.html","kind":2,"packageRank":10,"desc":"Creates a string attribute that denotes the text in range must be\ntreated as the language specified by the locale when the assistive\ntechnologies announce the string.","enclosedBy":{"name":"LocaleStringAttribute","kind":3,"href":"dart-ui/LocaleStringAttribute-class.html"}},{"name":"copy","qualifiedName":"dart:ui.LocaleStringAttribute.copy","href":"dart-ui/LocaleStringAttribute/copy.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new attribute with all properties copied except for range, which\nis updated to the specified value.","enclosedBy":{"name":"LocaleStringAttribute","kind":3,"href":"dart-ui/LocaleStringAttribute-class.html"}},{"name":"locale","qualifiedName":"dart:ui.LocaleStringAttribute.locale","href":"dart-ui/LocaleStringAttribute/locale.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The language of this attribute.","enclosedBy":{"name":"LocaleStringAttribute","kind":3,"href":"dart-ui/LocaleStringAttribute-class.html"}},{"name":"toString","qualifiedName":"dart:ui.LocaleStringAttribute.toString","href":"dart-ui/LocaleStringAttribute/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"LocaleStringAttribute","kind":3,"href":"dart-ui/LocaleStringAttribute-class.html"}},{"name":"MaskFilter","qualifiedName":"dart:ui.MaskFilter","href":"dart-ui/MaskFilter-class.html","kind":3,"packageRank":10,"desc":"A mask filter to apply to shapes as they are painted. A mask filter is a\nfunction that takes a bitmap of color pixels, and returns another bitmap of\ncolor pixels.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"MaskFilter.blur","qualifiedName":"dart:ui.MaskFilter.MaskFilter.blur","href":"dart-ui/MaskFilter/MaskFilter.blur.html","kind":2,"packageRank":10,"desc":"Creates a mask filter that takes the shape being drawn and blurs it.","enclosedBy":{"name":"MaskFilter","kind":3,"href":"dart-ui/MaskFilter-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.MaskFilter.hashCode","href":"dart-ui/MaskFilter/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"MaskFilter","kind":3,"href":"dart-ui/MaskFilter-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.MaskFilter.operator ==","href":"dart-ui/MaskFilter/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"MaskFilter","kind":3,"href":"dart-ui/MaskFilter-class.html"}},{"name":"toString","qualifiedName":"dart:ui.MaskFilter.toString","href":"dart-ui/MaskFilter/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"MaskFilter","kind":3,"href":"dart-ui/MaskFilter-class.html"}},{"name":"Offset","qualifiedName":"dart:ui.Offset","href":"dart-ui/Offset-class.html","kind":3,"packageRank":10,"desc":"An immutable 2D floating-point offset.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Offset.fromDirection","qualifiedName":"dart:ui.Offset.Offset.fromDirection","href":"dart-ui/Offset/Offset.fromDirection.html","kind":2,"packageRank":10,"desc":"Creates an offset from its direction and distance.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"Offset.new","qualifiedName":"dart:ui.Offset.Offset.new","href":"dart-ui/Offset/Offset.html","kind":2,"packageRank":10,"desc":"Creates an offset. The first argument sets dx, the horizontal component,\nand the second sets dy, the vertical component.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"direction","qualifiedName":"dart:ui.Offset.direction","href":"dart-ui/Offset/direction.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The angle of this offset as radians clockwise from the positive x-axis, in\nthe range -pi to pi, assuming positive values of the x-axis go to the\nright and positive values of the y-axis go down.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"distance","qualifiedName":"dart:ui.Offset.distance","href":"dart-ui/Offset/distance.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The magnitude of the offset.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"distanceSquared","qualifiedName":"dart:ui.Offset.distanceSquared","href":"dart-ui/Offset/distanceSquared.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The square of the magnitude of the offset.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"dx","qualifiedName":"dart:ui.Offset.dx","href":"dart-ui/Offset/dx.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The x component of the offset.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"dy","qualifiedName":"dart:ui.Offset.dy","href":"dart-ui/Offset/dy.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The y component of the offset.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.Offset.hashCode","href":"dart-ui/Offset/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"infinite","qualifiedName":"dart:ui.Offset.infinite","href":"dart-ui/Offset/infinite-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"An offset with infinite x and y components.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"lerp","qualifiedName":"dart:ui.Offset.lerp","href":"dart-ui/Offset/lerp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Linearly interpolate between two offsets.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"operator %","qualifiedName":"dart:ui.Offset.operator %","href":"dart-ui/Offset/operator_modulo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Modulo (remainder) operator.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"operator &","qualifiedName":"dart:ui.Offset.operator &","href":"dart-ui/Offset/operator_bitwise_and.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Rectangle constructor operator.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"operator *","qualifiedName":"dart:ui.Offset.operator *","href":"dart-ui/Offset/operator_multiply.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Multiplication operator.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"operator +","qualifiedName":"dart:ui.Offset.operator +","href":"dart-ui/Offset/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Binary addition operator.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"operator -","qualifiedName":"dart:ui.Offset.operator -","href":"dart-ui/Offset/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Binary subtraction operator.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"operator /","qualifiedName":"dart:ui.Offset.operator /","href":"dart-ui/Offset/operator_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Division operator.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.Offset.operator ==","href":"dart-ui/Offset/operator_equals.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Compares two Offsets for equality.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"operator unary-","qualifiedName":"dart:ui.Offset.operator unary-","href":"dart-ui/Offset/operator_unary_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Unary negation operator.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"operator ~/","qualifiedName":"dart:ui.Offset.operator ~/","href":"dart-ui/Offset/operator_truncate_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Integer (truncating) division operator.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"scale","qualifiedName":"dart:ui.Offset.scale","href":"dart-ui/Offset/scale.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new offset with the x component scaled by scaleX and the y\ncomponent scaled by scaleY.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"toString","qualifiedName":"dart:ui.Offset.toString","href":"dart-ui/Offset/toString.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"translate","qualifiedName":"dart:ui.Offset.translate","href":"dart-ui/Offset/translate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new offset with translateX added to the x component and\ntranslateY added to the y component.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"zero","qualifiedName":"dart:ui.Offset.zero","href":"dart-ui/Offset/zero-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"An offset with zero magnitude.","enclosedBy":{"name":"Offset","kind":3,"href":"dart-ui/Offset-class.html"}},{"name":"OffsetBase","qualifiedName":"dart:ui.OffsetBase","href":"dart-ui/OffsetBase-class.html","kind":3,"packageRank":10,"desc":"Base class for Size and Offset, which are both ways to describe\na distance as a two-dimensional axis-aligned vector.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"OffsetBase.new","qualifiedName":"dart:ui.OffsetBase.OffsetBase.new","href":"dart-ui/OffsetBase/OffsetBase.html","kind":2,"packageRank":10,"desc":"Abstract const constructor. This constructor enables subclasses to provide\nconst constructors so that they can be used in const expressions.","enclosedBy":{"name":"OffsetBase","kind":3,"href":"dart-ui/OffsetBase-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.OffsetBase.hashCode","href":"dart-ui/OffsetBase/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"OffsetBase","kind":3,"href":"dart-ui/OffsetBase-class.html"}},{"name":"isFinite","qualifiedName":"dart:ui.OffsetBase.isFinite","href":"dart-ui/OffsetBase/isFinite.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether both components are finite (neither infinite nor NaN).","enclosedBy":{"name":"OffsetBase","kind":3,"href":"dart-ui/OffsetBase-class.html"}},{"name":"isInfinite","qualifiedName":"dart:ui.OffsetBase.isInfinite","href":"dart-ui/OffsetBase/isInfinite.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns true if either component is double.infinity, and false if both\nare finite (or negative infinity, or NaN).","enclosedBy":{"name":"OffsetBase","kind":3,"href":"dart-ui/OffsetBase-class.html"}},{"name":"operator <","qualifiedName":"dart:ui.OffsetBase.operator <","href":"dart-ui/OffsetBase/operator_less.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Less-than operator. Compares an Offset or Size to another Offset or\nSize, and returns true if both the horizontal and vertical values of the\nleft-hand-side operand are smaller than the horizontal and vertical values\nof the right-hand-side operand respectively. Returns false otherwise.","enclosedBy":{"name":"OffsetBase","kind":3,"href":"dart-ui/OffsetBase-class.html"}},{"name":"operator <=","qualifiedName":"dart:ui.OffsetBase.operator <=","href":"dart-ui/OffsetBase/operator_less_equal.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Less-than-or-equal-to operator. Compares an Offset or Size to another\nOffset or Size, and returns true if both the horizontal and vertical\nvalues of the left-hand-side operand are smaller than or equal to the\nhorizontal and vertical values of the right-hand-side operand\nrespectively. Returns false otherwise.","enclosedBy":{"name":"OffsetBase","kind":3,"href":"dart-ui/OffsetBase-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.OffsetBase.operator ==","href":"dart-ui/OffsetBase/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Equality operator. Compares an Offset or Size to another Offset or\nSize, and returns true if the horizontal and vertical values of the\nleft-hand-side operand are equal to the horizontal and vertical values of\nthe right-hand-side operand respectively. Returns false otherwise.","enclosedBy":{"name":"OffsetBase","kind":3,"href":"dart-ui/OffsetBase-class.html"}},{"name":"operator >","qualifiedName":"dart:ui.OffsetBase.operator >","href":"dart-ui/OffsetBase/operator_greater.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Greater-than operator. Compares an Offset or Size to another Offset\nor Size, and returns true if both the horizontal and vertical values of\nthe left-hand-side operand are bigger than the horizontal and vertical\nvalues of the right-hand-side operand respectively. Returns false\notherwise.","enclosedBy":{"name":"OffsetBase","kind":3,"href":"dart-ui/OffsetBase-class.html"}},{"name":"operator >=","qualifiedName":"dart:ui.OffsetBase.operator >=","href":"dart-ui/OffsetBase/operator_greater_equal.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Greater-than-or-equal-to operator. Compares an Offset or Size to\nanother Offset or Size, and returns true if both the horizontal and\nvertical values of the left-hand-side operand are bigger than or equal to\nthe horizontal and vertical values of the right-hand-side operand\nrespectively. Returns false otherwise.","enclosedBy":{"name":"OffsetBase","kind":3,"href":"dart-ui/OffsetBase-class.html"}},{"name":"toString","qualifiedName":"dart:ui.OffsetBase.toString","href":"dart-ui/OffsetBase/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"OffsetBase","kind":3,"href":"dart-ui/OffsetBase-class.html"}},{"name":"OffsetEngineLayer","qualifiedName":"dart:ui.OffsetEngineLayer","href":"dart-ui/OffsetEngineLayer-class.html","kind":3,"packageRank":10,"desc":"An opaque handle to an offset engine layer.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dispose","qualifiedName":"dart:ui.OffsetEngineLayer.dispose","href":"dart-ui/OffsetEngineLayer/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"OffsetEngineLayer","kind":3,"href":"dart-ui/OffsetEngineLayer-class.html"}},{"name":"OpacityEngineLayer","qualifiedName":"dart:ui.OpacityEngineLayer","href":"dart-ui/OpacityEngineLayer-class.html","kind":3,"packageRank":10,"desc":"An opaque handle to an opacity engine layer.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dispose","qualifiedName":"dart:ui.OpacityEngineLayer.dispose","href":"dart-ui/OpacityEngineLayer/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"OpacityEngineLayer","kind":3,"href":"dart-ui/OpacityEngineLayer-class.html"}},{"name":"Paint","qualifiedName":"dart:ui.Paint","href":"dart-ui/Paint-class.html","kind":3,"packageRank":10,"desc":"A description of the style to use when drawing on a Canvas.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Paint.from","qualifiedName":"dart:ui.Paint.Paint.from","href":"dart-ui/Paint/Paint.from.html","kind":2,"packageRank":10,"desc":"Constructs a new Paint object with the same fields as other.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"Paint.new","qualifiedName":"dart:ui.Paint.Paint.new","href":"dart-ui/Paint/Paint.html","kind":2,"packageRank":10,"desc":"Constructs an empty Paint object with all fields initialized to\ntheir defaults.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"blendMode","qualifiedName":"dart:ui.Paint.blendMode","href":"dart-ui/Paint/blendMode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A blend mode to apply when a shape is drawn or a layer is composited.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"color","qualifiedName":"dart:ui.Paint.color","href":"dart-ui/Paint/color.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The color to use when stroking or filling a shape.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"colorFilter","qualifiedName":"dart:ui.Paint.colorFilter","href":"dart-ui/Paint/colorFilter.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A color filter to apply when a shape is drawn or when a layer is\ncomposited.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"filterQuality","qualifiedName":"dart:ui.Paint.filterQuality","href":"dart-ui/Paint/filterQuality.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Controls the performance vs quality trade-off to use when sampling bitmaps,\nas with an ImageShader, or when drawing images, as with Canvas.drawImage,\nCanvas.drawImageRect, Canvas.drawImageNine or Canvas.drawAtlas.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"imageFilter","qualifiedName":"dart:ui.Paint.imageFilter","href":"dart-ui/Paint/imageFilter.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The ImageFilter to use when drawing raster images.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"invertColors","qualifiedName":"dart:ui.Paint.invertColors","href":"dart-ui/Paint/invertColors.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the colors of the image are inverted when drawn.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"isAntiAlias","qualifiedName":"dart:ui.Paint.isAntiAlias","href":"dart-ui/Paint/isAntiAlias.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether to apply anti-aliasing to lines and images drawn on the\ncanvas.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"maskFilter","qualifiedName":"dart:ui.Paint.maskFilter","href":"dart-ui/Paint/maskFilter.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A mask filter (for example, a blur) to apply to a shape after it has been\ndrawn but before it has been composited into the image.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"shader","qualifiedName":"dart:ui.Paint.shader","href":"dart-ui/Paint/shader.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The shader to use when stroking or filling a shape.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"strokeCap","qualifiedName":"dart:ui.Paint.strokeCap","href":"dart-ui/Paint/strokeCap.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The kind of finish to place on the end of lines drawn when\nstyle is set to PaintingStyle.stroke.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"strokeJoin","qualifiedName":"dart:ui.Paint.strokeJoin","href":"dart-ui/Paint/strokeJoin.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The kind of finish to place on the joins between segments.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"strokeMiterLimit","qualifiedName":"dart:ui.Paint.strokeMiterLimit","href":"dart-ui/Paint/strokeMiterLimit.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The limit for miters to be drawn on segments when the join is set to\nStrokeJoin.miter and the style is set to PaintingStyle.stroke. If\nthis limit is exceeded, then a StrokeJoin.bevel join will be drawn\ninstead. This may cause some 'popping' of the corners of a path if the\nangle between line segments is animated, as seen in the diagrams below.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"strokeWidth","qualifiedName":"dart:ui.Paint.strokeWidth","href":"dart-ui/Paint/strokeWidth.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"How wide to make edges drawn when style is set to\nPaintingStyle.stroke. The width is given in logical pixels measured in\nthe direction orthogonal to the direction of the path.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"style","qualifiedName":"dart:ui.Paint.style","href":"dart-ui/Paint/style.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether to paint inside shapes, the edges of shapes, or both.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"toString","qualifiedName":"dart:ui.Paint.toString","href":"dart-ui/Paint/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Paint","kind":3,"href":"dart-ui/Paint-class.html"}},{"name":"PaintingStyle","qualifiedName":"dart:ui.PaintingStyle","href":"dart-ui/PaintingStyle.html","kind":5,"packageRank":10,"desc":"Strategies for painting shapes and paths on a canvas.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.PaintingStyle.values","href":"dart-ui/PaintingStyle/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"PaintingStyle","kind":5,"href":"dart-ui/PaintingStyle.html"}},{"name":"Paragraph","qualifiedName":"dart:ui.Paragraph","href":"dart-ui/Paragraph-class.html","kind":3,"packageRank":10,"desc":"A paragraph of text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Paragraph.new","qualifiedName":"dart:ui.Paragraph.Paragraph.new","href":"dart-ui/Paragraph/Paragraph.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"alphabeticBaseline","qualifiedName":"dart:ui.Paragraph.alphabeticBaseline","href":"dart-ui/Paragraph/alphabeticBaseline.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance from the top of the paragraph to the alphabetic\nbaseline of the first line, in logical pixels.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"computeLineMetrics","qualifiedName":"dart:ui.Paragraph.computeLineMetrics","href":"dart-ui/Paragraph/computeLineMetrics.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the full list of LineMetrics that describe in detail the various\nmetrics of each laid out line.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"debugDisposed","qualifiedName":"dart:ui.Paragraph.debugDisposed","href":"dart-ui/Paragraph/debugDisposed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this reference to the underlying picture is disposed.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"didExceedMaxLines","qualifiedName":"dart:ui.Paragraph.didExceedMaxLines","href":"dart-ui/Paragraph/didExceedMaxLines.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"True if there is more vertical content, but the text was truncated, either\nbecause we reached maxLines lines of text or because the maxLines was\nnull, ellipsis was not null, and one of the lines exceeded the width\nconstraint.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"dispose","qualifiedName":"dart:ui.Paragraph.dispose","href":"dart-ui/Paragraph/dispose.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"getBoxesForPlaceholders","qualifiedName":"dart:ui.Paragraph.getBoxesForPlaceholders","href":"dart-ui/Paragraph/getBoxesForPlaceholders.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a list of text boxes that enclose all placeholders in the paragraph.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"getBoxesForRange","qualifiedName":"dart:ui.Paragraph.getBoxesForRange","href":"dart-ui/Paragraph/getBoxesForRange.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a list of text boxes that enclose the given text range.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"getClosestGlyphInfoForOffset","qualifiedName":"dart:ui.Paragraph.getClosestGlyphInfoForOffset","href":"dart-ui/Paragraph/getClosestGlyphInfoForOffset.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the GlyphInfo of the glyph closest to the given offset in the\nparagraph coordinate system, or null if if the text is empty, or is\nentirely clipped or ellipsized away.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"getGlyphInfoAt","qualifiedName":"dart:ui.Paragraph.getGlyphInfoAt","href":"dart-ui/Paragraph/getGlyphInfoAt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the GlyphInfo located at the given UTF-16 codeUnitOffset in\nthe paragraph, or null if the given codeUnitOffset is out of the visible\nlines or is ellipsized.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"getLineBoundary","qualifiedName":"dart:ui.Paragraph.getLineBoundary","href":"dart-ui/Paragraph/getLineBoundary.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the TextRange of the line at the given TextPosition.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"getLineMetricsAt","qualifiedName":"dart:ui.Paragraph.getLineMetricsAt","href":"dart-ui/Paragraph/getLineMetricsAt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the LineMetrics for the line at lineNumber, or null if the\ngiven lineNumber is greater than or equal to numberOfLines.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"getLineNumberAt","qualifiedName":"dart:ui.Paragraph.getLineNumberAt","href":"dart-ui/Paragraph/getLineNumberAt.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the line number of the line that contains the code unit that\ncodeUnitOffset points to.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"getPositionForOffset","qualifiedName":"dart:ui.Paragraph.getPositionForOffset","href":"dart-ui/Paragraph/getPositionForOffset.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the text position closest to the given offset.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"getWordBoundary","qualifiedName":"dart:ui.Paragraph.getWordBoundary","href":"dart-ui/Paragraph/getWordBoundary.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the TextRange of the word at the given TextPosition.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"height","qualifiedName":"dart:ui.Paragraph.height","href":"dart-ui/Paragraph/height.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The amount of vertical space this paragraph occupies.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"ideographicBaseline","qualifiedName":"dart:ui.Paragraph.ideographicBaseline","href":"dart-ui/Paragraph/ideographicBaseline.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance from the top of the paragraph to the ideographic\nbaseline of the first line, in logical pixels.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"layout","qualifiedName":"dart:ui.Paragraph.layout","href":"dart-ui/Paragraph/layout.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Computes the size and position of each glyph in the paragraph.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"longestLine","qualifiedName":"dart:ui.Paragraph.longestLine","href":"dart-ui/Paragraph/longestLine.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance from the left edge of the leftmost glyph to the right edge of\nthe rightmost glyph in the paragraph.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"maxIntrinsicWidth","qualifiedName":"dart:ui.Paragraph.maxIntrinsicWidth","href":"dart-ui/Paragraph/maxIntrinsicWidth.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the smallest width beyond which increasing the width never\ndecreases the height.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"minIntrinsicWidth","qualifiedName":"dart:ui.Paragraph.minIntrinsicWidth","href":"dart-ui/Paragraph/minIntrinsicWidth.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The minimum width that this paragraph could be without failing to paint\nits contents within itself.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"numberOfLines","qualifiedName":"dart:ui.Paragraph.numberOfLines","href":"dart-ui/Paragraph/numberOfLines.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The total number of visible lines in the paragraph.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"width","qualifiedName":"dart:ui.Paragraph.width","href":"dart-ui/Paragraph/width.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The amount of horizontal space this paragraph occupies.","enclosedBy":{"name":"Paragraph","kind":3,"href":"dart-ui/Paragraph-class.html"}},{"name":"ParagraphBuilder","qualifiedName":"dart:ui.ParagraphBuilder","href":"dart-ui/ParagraphBuilder-class.html","kind":3,"packageRank":10,"desc":"Builds a Paragraph containing text with the given styling information.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ParagraphBuilder.new","qualifiedName":"dart:ui.ParagraphBuilder.ParagraphBuilder.new","href":"dart-ui/ParagraphBuilder/ParagraphBuilder.html","kind":2,"packageRank":10,"desc":"Creates a new ParagraphBuilder object, which is used to create a\nParagraph.","enclosedBy":{"name":"ParagraphBuilder","kind":3,"href":"dart-ui/ParagraphBuilder-class.html"}},{"name":"addPlaceholder","qualifiedName":"dart:ui.ParagraphBuilder.addPlaceholder","href":"dart-ui/ParagraphBuilder/addPlaceholder.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds an inline placeholder space to the paragraph.","enclosedBy":{"name":"ParagraphBuilder","kind":3,"href":"dart-ui/ParagraphBuilder-class.html"}},{"name":"addText","qualifiedName":"dart:ui.ParagraphBuilder.addText","href":"dart-ui/ParagraphBuilder/addText.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds the given text to the paragraph.","enclosedBy":{"name":"ParagraphBuilder","kind":3,"href":"dart-ui/ParagraphBuilder-class.html"}},{"name":"build","qualifiedName":"dart:ui.ParagraphBuilder.build","href":"dart-ui/ParagraphBuilder/build.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Applies the given paragraph style and returns a Paragraph containing the\nadded text and associated styling.","enclosedBy":{"name":"ParagraphBuilder","kind":3,"href":"dart-ui/ParagraphBuilder-class.html"}},{"name":"placeholderCount","qualifiedName":"dart:ui.ParagraphBuilder.placeholderCount","href":"dart-ui/ParagraphBuilder/placeholderCount.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The number of placeholders currently in the paragraph.","enclosedBy":{"name":"ParagraphBuilder","kind":3,"href":"dart-ui/ParagraphBuilder-class.html"}},{"name":"placeholderScales","qualifiedName":"dart:ui.ParagraphBuilder.placeholderScales","href":"dart-ui/ParagraphBuilder/placeholderScales.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The scales of the placeholders in the paragraph.","enclosedBy":{"name":"ParagraphBuilder","kind":3,"href":"dart-ui/ParagraphBuilder-class.html"}},{"name":"pop","qualifiedName":"dart:ui.ParagraphBuilder.pop","href":"dart-ui/ParagraphBuilder/pop.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Ends the effect of the most recent call to pushStyle.","enclosedBy":{"name":"ParagraphBuilder","kind":3,"href":"dart-ui/ParagraphBuilder-class.html"}},{"name":"pushStyle","qualifiedName":"dart:ui.ParagraphBuilder.pushStyle","href":"dart-ui/ParagraphBuilder/pushStyle.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Applies the given style to the added text until pop is called.","enclosedBy":{"name":"ParagraphBuilder","kind":3,"href":"dart-ui/ParagraphBuilder-class.html"}},{"name":"ParagraphConstraints","qualifiedName":"dart:ui.ParagraphConstraints","href":"dart-ui/ParagraphConstraints-class.html","kind":3,"packageRank":10,"desc":"Layout constraints for Paragraph objects.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ParagraphConstraints.new","qualifiedName":"dart:ui.ParagraphConstraints.ParagraphConstraints.new","href":"dart-ui/ParagraphConstraints/ParagraphConstraints.html","kind":2,"packageRank":10,"desc":"Creates constraints for laying out a paragraph.","enclosedBy":{"name":"ParagraphConstraints","kind":3,"href":"dart-ui/ParagraphConstraints-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.ParagraphConstraints.hashCode","href":"dart-ui/ParagraphConstraints/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"ParagraphConstraints","kind":3,"href":"dart-ui/ParagraphConstraints-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.ParagraphConstraints.operator ==","href":"dart-ui/ParagraphConstraints/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"ParagraphConstraints","kind":3,"href":"dart-ui/ParagraphConstraints-class.html"}},{"name":"toString","qualifiedName":"dart:ui.ParagraphConstraints.toString","href":"dart-ui/ParagraphConstraints/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"ParagraphConstraints","kind":3,"href":"dart-ui/ParagraphConstraints-class.html"}},{"name":"width","qualifiedName":"dart:ui.ParagraphConstraints.width","href":"dart-ui/ParagraphConstraints/width.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The width the paragraph should use whey computing the positions of glyphs.","enclosedBy":{"name":"ParagraphConstraints","kind":3,"href":"dart-ui/ParagraphConstraints-class.html"}},{"name":"ParagraphStyle","qualifiedName":"dart:ui.ParagraphStyle","href":"dart-ui/ParagraphStyle-class.html","kind":3,"packageRank":10,"desc":"An opaque object that determines the configuration used by\nParagraphBuilder to position lines within a Paragraph of text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ParagraphStyle.new","qualifiedName":"dart:ui.ParagraphStyle.ParagraphStyle.new","href":"dart-ui/ParagraphStyle/ParagraphStyle.html","kind":2,"packageRank":10,"desc":"Creates a new ParagraphStyle object.","enclosedBy":{"name":"ParagraphStyle","kind":3,"href":"dart-ui/ParagraphStyle-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.ParagraphStyle.hashCode","href":"dart-ui/ParagraphStyle/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"ParagraphStyle","kind":3,"href":"dart-ui/ParagraphStyle-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.ParagraphStyle.operator ==","href":"dart-ui/ParagraphStyle/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"ParagraphStyle","kind":3,"href":"dart-ui/ParagraphStyle-class.html"}},{"name":"toString","qualifiedName":"dart:ui.ParagraphStyle.toString","href":"dart-ui/ParagraphStyle/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"ParagraphStyle","kind":3,"href":"dart-ui/ParagraphStyle-class.html"}},{"name":"Path","qualifiedName":"dart:ui.Path","href":"dart-ui/Path-class.html","kind":3,"packageRank":10,"desc":"A complex, one-dimensional subset of a plane.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Path.from","qualifiedName":"dart:ui.Path.Path.from","href":"dart-ui/Path/Path.from.html","kind":2,"packageRank":10,"desc":"Creates a copy of another Path.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"Path.new","qualifiedName":"dart:ui.Path.Path.new","href":"dart-ui/Path/Path.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"addArc","qualifiedName":"dart:ui.Path.addArc","href":"dart-ui/Path/addArc.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a new sub-path with one arc segment that consists of the arc\nthat follows the edge of the oval bounded by the given\nrectangle, from startAngle radians around the oval up to\nstartAngle + sweepAngle radians around the oval, with zero\nradians being the point on the right hand side of the oval that\ncrosses the horizontal line that intersects the center of the\nrectangle and with positive angles going clockwise around the\noval.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"addOval","qualifiedName":"dart:ui.Path.addOval","href":"dart-ui/Path/addOval.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a new sub-path that consists of a curve that forms the\nellipse that fills the given rectangle.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"addPath","qualifiedName":"dart:ui.Path.addPath","href":"dart-ui/Path/addPath.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds the sub-paths of path, offset by offset, to this path.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"addPolygon","qualifiedName":"dart:ui.Path.addPolygon","href":"dart-ui/Path/addPolygon.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a new sub-path with a sequence of line segments that connect the given\npoints.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"addRRect","qualifiedName":"dart:ui.Path.addRRect","href":"dart-ui/Path/addRRect.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a new sub-path that consists of the straight lines and\ncurves needed to form the rounded rectangle described by the\nargument.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"addRSuperellipse","qualifiedName":"dart:ui.Path.addRSuperellipse","href":"dart-ui/Path/addRSuperellipse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a new sub-path that consists of curves needed to form the rounded\nsuperellipse described by the argument.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"addRect","qualifiedName":"dart:ui.Path.addRect","href":"dart-ui/Path/addRect.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a new sub-path that consists of four lines that outline the\ngiven rectangle.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"arcTo","qualifiedName":"dart:ui.Path.arcTo","href":"dart-ui/Path/arcTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"If the forceMoveTo argument is false, adds a straight line\nsegment and an arc segment.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"arcToPoint","qualifiedName":"dart:ui.Path.arcToPoint","href":"dart-ui/Path/arcToPoint.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Appends up to four conic curves weighted to describe an oval of radius\nand rotated by rotation (measured in degrees and clockwise).","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"close","qualifiedName":"dart:ui.Path.close","href":"dart-ui/Path/close.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Closes the last sub-path, as if a straight line had been drawn\nfrom the current point to the first point of the sub-path.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"combine","qualifiedName":"dart:ui.Path.combine","href":"dart-ui/Path/combine.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Combines the two paths according to the manner specified by the given\noperation.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"computeMetrics","qualifiedName":"dart:ui.Path.computeMetrics","href":"dart-ui/Path/computeMetrics.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a PathMetrics object for this path, which can describe various\nproperties about the contours of the path.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"conicTo","qualifiedName":"dart:ui.Path.conicTo","href":"dart-ui/Path/conicTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a bezier segment that curves from the current point to the\ngiven point (x2,y2), using the control points (x1,y1) and the\nweight w. If the weight is greater than 1, then the curve is a\nhyperbola; if the weight equals 1, it's a parabola; and if it is\nless than 1, it is an ellipse.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"contains","qualifiedName":"dart:ui.Path.contains","href":"dart-ui/Path/contains.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Tests to see if the given point is within the path. (That is, whether the\npoint would be in the visible portion of the path if the path was used\nwith Canvas.clipPath.)","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"cubicTo","qualifiedName":"dart:ui.Path.cubicTo","href":"dart-ui/Path/cubicTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a cubic bezier segment that curves from the current point\nto the given point (x3,y3), using the control points (x1,y1) and\n(x2,y2).","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"extendWithPath","qualifiedName":"dart:ui.Path.extendWithPath","href":"dart-ui/Path/extendWithPath.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds the sub-paths of path, offset by offset, to this path.\nThe current sub-path is extended with the first sub-path\nof path, connecting them with a lineTo if necessary.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"fillType","qualifiedName":"dart:ui.Path.fillType","href":"dart-ui/Path/fillType.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Determines how the interior of this path is calculated.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"getBounds","qualifiedName":"dart:ui.Path.getBounds","href":"dart-ui/Path/getBounds.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Computes the bounding rectangle for this path.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"lineTo","qualifiedName":"dart:ui.Path.lineTo","href":"dart-ui/Path/lineTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a straight line segment from the current point to the given\npoint.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"moveTo","qualifiedName":"dart:ui.Path.moveTo","href":"dart-ui/Path/moveTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Starts a new sub-path at the given coordinate.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"quadraticBezierTo","qualifiedName":"dart:ui.Path.quadraticBezierTo","href":"dart-ui/Path/quadraticBezierTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a quadratic bezier segment that curves from the current\npoint to the given point (x2,y2), using the control point\n(x1,y1).","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"relativeArcToPoint","qualifiedName":"dart:ui.Path.relativeArcToPoint","href":"dart-ui/Path/relativeArcToPoint.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Appends up to four conic curves weighted to describe an oval of radius\nand rotated by rotation (measured in degrees and clockwise).","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"relativeConicTo","qualifiedName":"dart:ui.Path.relativeConicTo","href":"dart-ui/Path/relativeConicTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a bezier segment that curves from the current point to the\npoint at the offset (x2,y2) from the current point, using the\ncontrol point at the offset (x1,y1) from the current point and\nthe weight w. If the weight is greater than 1, then the curve is\na hyperbola; if the weight equals 1, it's a parabola; and if it\nis less than 1, it is an ellipse.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"relativeCubicTo","qualifiedName":"dart:ui.Path.relativeCubicTo","href":"dart-ui/Path/relativeCubicTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a cubic bezier segment that curves from the current point\nto the point at the offset (x3,y3) from the current point, using\nthe control points at the offsets (x1,y1) and (x2,y2) from the\ncurrent point.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"relativeLineTo","qualifiedName":"dart:ui.Path.relativeLineTo","href":"dart-ui/Path/relativeLineTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a straight line segment from the current point to the point\nat the given offset from the current point.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"relativeMoveTo","qualifiedName":"dart:ui.Path.relativeMoveTo","href":"dart-ui/Path/relativeMoveTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Starts a new sub-path at the given offset from the current point.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"relativeQuadraticBezierTo","qualifiedName":"dart:ui.Path.relativeQuadraticBezierTo","href":"dart-ui/Path/relativeQuadraticBezierTo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a quadratic bezier segment that curves from the current\npoint to the point at the offset (x2,y2) from the current point,\nusing the control point at the offset (x1,y1) from the current\npoint.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"reset","qualifiedName":"dart:ui.Path.reset","href":"dart-ui/Path/reset.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Clears the Path object of all sub-paths, returning it to the\nsame state it had when it was created. The current point is\nreset to the origin.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"shift","qualifiedName":"dart:ui.Path.shift","href":"dart-ui/Path/shift.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a copy of the path with all the segments of every\nsub-path translated by the given offset.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"transform","qualifiedName":"dart:ui.Path.transform","href":"dart-ui/Path/transform.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a copy of the path with all the segments of every\nsub-path transformed by the given matrix.","enclosedBy":{"name":"Path","kind":3,"href":"dart-ui/Path-class.html"}},{"name":"PathFillType","qualifiedName":"dart:ui.PathFillType","href":"dart-ui/PathFillType.html","kind":5,"packageRank":10,"desc":"Determines the winding rule that decides how the interior of a Path is\ncalculated.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.PathFillType.values","href":"dart-ui/PathFillType/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"PathFillType","kind":5,"href":"dart-ui/PathFillType.html"}},{"name":"PathMetric","qualifiedName":"dart:ui.PathMetric","href":"dart-ui/PathMetric-class.html","kind":3,"packageRank":10,"desc":"Utilities for measuring a Path and extracting sub-paths.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"contourIndex","qualifiedName":"dart:ui.PathMetric.contourIndex","href":"dart-ui/PathMetric/contourIndex.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The zero-based index of the contour.","enclosedBy":{"name":"PathMetric","kind":3,"href":"dart-ui/PathMetric-class.html"}},{"name":"extractPath","qualifiedName":"dart:ui.PathMetric.extractPath","href":"dart-ui/PathMetric/extractPath.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Given a start and end distance, return the intervening segment(s).","enclosedBy":{"name":"PathMetric","kind":3,"href":"dart-ui/PathMetric-class.html"}},{"name":"getTangentForOffset","qualifiedName":"dart:ui.PathMetric.getTangentForOffset","href":"dart-ui/PathMetric/getTangentForOffset.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Computes the position of the current contour at the given offset, and the\nangle of the path at that point.","enclosedBy":{"name":"PathMetric","kind":3,"href":"dart-ui/PathMetric-class.html"}},{"name":"isClosed","qualifiedName":"dart:ui.PathMetric.isClosed","href":"dart-ui/PathMetric/isClosed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the contour is closed.","enclosedBy":{"name":"PathMetric","kind":3,"href":"dart-ui/PathMetric-class.html"}},{"name":"length","qualifiedName":"dart:ui.PathMetric.length","href":"dart-ui/PathMetric/length.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Return the total length of the current contour.","enclosedBy":{"name":"PathMetric","kind":3,"href":"dart-ui/PathMetric-class.html"}},{"name":"toString","qualifiedName":"dart:ui.PathMetric.toString","href":"dart-ui/PathMetric/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"PathMetric","kind":3,"href":"dart-ui/PathMetric-class.html"}},{"name":"PathMetricIterator","qualifiedName":"dart:ui.PathMetricIterator","href":"dart-ui/PathMetricIterator-class.html","kind":3,"packageRank":10,"desc":"Used by PathMetrics to track iteration from one segment of a path to the\nnext for measurement.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"current","qualifiedName":"dart:ui.PathMetricIterator.current","href":"dart-ui/PathMetricIterator/current.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The current element.","enclosedBy":{"name":"PathMetricIterator","kind":3,"href":"dart-ui/PathMetricIterator-class.html"}},{"name":"moveNext","qualifiedName":"dart:ui.PathMetricIterator.moveNext","href":"dart-ui/PathMetricIterator/moveNext.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Advances the iterator to the next element of the iteration.","enclosedBy":{"name":"PathMetricIterator","kind":3,"href":"dart-ui/PathMetricIterator-class.html"}},{"name":"PathMetrics","qualifiedName":"dart:ui.PathMetrics","href":"dart-ui/PathMetrics-class.html","kind":3,"packageRank":10,"desc":"An iterable collection of PathMetric objects describing a Path.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"iterator","qualifiedName":"dart:ui.PathMetrics.iterator","href":"dart-ui/PathMetrics/iterator.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A new Iterator that allows iterating the elements of this Iterable.","enclosedBy":{"name":"PathMetrics","kind":3,"href":"dart-ui/PathMetrics-class.html"}},{"name":"PathOperation","qualifiedName":"dart:ui.PathOperation","href":"dart-ui/PathOperation.html","kind":5,"packageRank":10,"desc":"Strategies for combining paths.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.PathOperation.values","href":"dart-ui/PathOperation/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"PathOperation","kind":5,"href":"dart-ui/PathOperation.html"}},{"name":"Picture","qualifiedName":"dart:ui.Picture","href":"dart-ui/Picture-class.html","kind":3,"packageRank":10,"desc":"An object representing a sequence of recorded graphical operations.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Picture.new","qualifiedName":"dart:ui.Picture.Picture.new","href":"dart-ui/Picture/Picture.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Picture","kind":3,"href":"dart-ui/Picture-class.html"}},{"name":"approximateBytesUsed","qualifiedName":"dart:ui.Picture.approximateBytesUsed","href":"dart-ui/Picture/approximateBytesUsed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns the approximate number of bytes allocated for this object.","enclosedBy":{"name":"Picture","kind":3,"href":"dart-ui/Picture-class.html"}},{"name":"debugDisposed","qualifiedName":"dart:ui.Picture.debugDisposed","href":"dart-ui/Picture/debugDisposed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this reference to the underlying picture is disposed.","enclosedBy":{"name":"Picture","kind":3,"href":"dart-ui/Picture-class.html"}},{"name":"dispose","qualifiedName":"dart:ui.Picture.dispose","href":"dart-ui/Picture/dispose.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"Picture","kind":3,"href":"dart-ui/Picture-class.html"}},{"name":"onCreate","qualifiedName":"dart:ui.Picture.onCreate","href":"dart-ui/Picture/onCreate.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked to report a picture creation.","enclosedBy":{"name":"Picture","kind":3,"href":"dart-ui/Picture-class.html"}},{"name":"onDispose","qualifiedName":"dart:ui.Picture.onDispose","href":"dart-ui/Picture/onDispose.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked to report the picture disposal.","enclosedBy":{"name":"Picture","kind":3,"href":"dart-ui/Picture-class.html"}},{"name":"toImage","qualifiedName":"dart:ui.Picture.toImage","href":"dart-ui/Picture/toImage.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates an image from this picture.","enclosedBy":{"name":"Picture","kind":3,"href":"dart-ui/Picture-class.html"}},{"name":"toImageSync","qualifiedName":"dart:ui.Picture.toImageSync","href":"dart-ui/Picture/toImageSync.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Synchronously creates a handle to an image of this picture.","enclosedBy":{"name":"Picture","kind":3,"href":"dart-ui/Picture-class.html"}},{"name":"PictureEventCallback","qualifiedName":"dart:ui.PictureEventCallback","href":"dart-ui/PictureEventCallback.html","kind":21,"packageRank":10,"desc":"Signature for Picture lifecycle events.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"PictureRasterizationException","qualifiedName":"dart:ui.PictureRasterizationException","href":"dart-ui/PictureRasterizationException-class.html","kind":3,"packageRank":10,"desc":"An exception thrown by Canvas.drawImage and related methods when drawing\nan Image created via Picture.toImageSync that is in an invalid state.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"message","qualifiedName":"dart:ui.PictureRasterizationException.message","href":"dart-ui/PictureRasterizationException/message.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A string containing details about the failure.","enclosedBy":{"name":"PictureRasterizationException","kind":3,"href":"dart-ui/PictureRasterizationException-class.html"}},{"name":"stack","qualifiedName":"dart:ui.PictureRasterizationException.stack","href":"dart-ui/PictureRasterizationException/stack.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"If available, the stack trace at the time Picture.toImageSync was called.","enclosedBy":{"name":"PictureRasterizationException","kind":3,"href":"dart-ui/PictureRasterizationException-class.html"}},{"name":"toString","qualifiedName":"dart:ui.PictureRasterizationException.toString","href":"dart-ui/PictureRasterizationException/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"PictureRasterizationException","kind":3,"href":"dart-ui/PictureRasterizationException-class.html"}},{"name":"PictureRecorder","qualifiedName":"dart:ui.PictureRecorder","href":"dart-ui/PictureRecorder-class.html","kind":3,"packageRank":10,"desc":"Records a Picture containing a sequence of graphical operations.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"PictureRecorder.new","qualifiedName":"dart:ui.PictureRecorder.PictureRecorder.new","href":"dart-ui/PictureRecorder/PictureRecorder.html","kind":2,"packageRank":10,"desc":"Creates a new idle PictureRecorder. To associate it with a\nCanvas and begin recording, pass this PictureRecorder to the\nCanvas constructor.","enclosedBy":{"name":"PictureRecorder","kind":3,"href":"dart-ui/PictureRecorder-class.html"}},{"name":"endRecording","qualifiedName":"dart:ui.PictureRecorder.endRecording","href":"dart-ui/PictureRecorder/endRecording.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Finishes recording graphical operations.","enclosedBy":{"name":"PictureRecorder","kind":3,"href":"dart-ui/PictureRecorder-class.html"}},{"name":"isRecording","qualifiedName":"dart:ui.PictureRecorder.isRecording","href":"dart-ui/PictureRecorder/isRecording.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this object is currently recording commands.","enclosedBy":{"name":"PictureRecorder","kind":3,"href":"dart-ui/PictureRecorder-class.html"}},{"name":"PixelFormat","qualifiedName":"dart:ui.PixelFormat","href":"dart-ui/PixelFormat.html","kind":5,"packageRank":10,"desc":"The format of pixel data given to decodeImageFromPixels.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.PixelFormat.values","href":"dart-ui/PixelFormat/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"PixelFormat","kind":5,"href":"dart-ui/PixelFormat.html"}},{"name":"PlaceholderAlignment","qualifiedName":"dart:ui.PlaceholderAlignment","href":"dart-ui/PlaceholderAlignment.html","kind":5,"packageRank":10,"desc":"Where to vertically align the placeholder relative to the surrounding text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.PlaceholderAlignment.values","href":"dart-ui/PlaceholderAlignment/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"PlaceholderAlignment","kind":5,"href":"dart-ui/PlaceholderAlignment.html"}},{"name":"PlatformDispatcher","qualifiedName":"dart:ui.PlatformDispatcher","href":"dart-ui/PlatformDispatcher-class.html","kind":3,"packageRank":10,"desc":"Platform event dispatcher singleton.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"accessibilityFeatures","qualifiedName":"dart:ui.PlatformDispatcher.accessibilityFeatures","href":"dart-ui/PlatformDispatcher/accessibilityFeatures.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Additional accessibility features that may be enabled by the platform.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"alwaysUse24HourFormat","qualifiedName":"dart:ui.PlatformDispatcher.alwaysUse24HourFormat","href":"dart-ui/PlatformDispatcher/alwaysUse24HourFormat.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The setting indicating whether time should always be shown in the 24-hour\nformat.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"brieflyShowPassword","qualifiedName":"dart:ui.PlatformDispatcher.brieflyShowPassword","href":"dart-ui/PlatformDispatcher/brieflyShowPassword.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether briefly displaying the characters as you type in obscured text\nfields is enabled in system settings.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"computePlatformResolvedLocale","qualifiedName":"dart:ui.PlatformDispatcher.computePlatformResolvedLocale","href":"dart-ui/PlatformDispatcher/computePlatformResolvedLocale.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Performs the platform-native locale resolution.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"defaultRouteName","qualifiedName":"dart:ui.PlatformDispatcher.defaultRouteName","href":"dart-ui/PlatformDispatcher/defaultRouteName.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The route or path that the embedder requested when the application was\nlaunched.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"displays","qualifiedName":"dart:ui.PlatformDispatcher.displays","href":"dart-ui/PlatformDispatcher/displays.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The current list of displays.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"engineId","qualifiedName":"dart:ui.PlatformDispatcher.engineId","href":"dart-ui/PlatformDispatcher/engineId.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Opaque engine identifier for the engine running current isolate. Can be used\nin native code to retrieve the engine instance.\nThe identifier is valid while the isolate is running.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"frameData","qualifiedName":"dart:ui.PlatformDispatcher.frameData","href":"dart-ui/PlatformDispatcher/frameData.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The FrameData object for the current frame.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"getPersistentIsolateData","qualifiedName":"dart:ui.PlatformDispatcher.getPersistentIsolateData","href":"dart-ui/PlatformDispatcher/getPersistentIsolateData.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The embedder can specify data that the isolate can request synchronously\non launch. This accessor fetches that data.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"implicitView","qualifiedName":"dart:ui.PlatformDispatcher.implicitView","href":"dart-ui/PlatformDispatcher/implicitView.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The FlutterView provided by the engine if the platform is unable to\ncreate windows, or, for backwards compatibility.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"initialLifecycleState","qualifiedName":"dart:ui.PlatformDispatcher.initialLifecycleState","href":"dart-ui/PlatformDispatcher/initialLifecycleState.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The lifecycle state immediately after dart isolate initialization.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"instance","qualifiedName":"dart:ui.PlatformDispatcher.instance","href":"dart-ui/PlatformDispatcher/instance.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The PlatformDispatcher singleton.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"letterSpacingOverride","qualifiedName":"dart:ui.PlatformDispatcher.letterSpacingOverride","href":"dart-ui/PlatformDispatcher/letterSpacingOverride.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The system-suggested amount of additional space (in logical pixels)\nto add between each letter.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"lineHeightScaleFactorOverride","qualifiedName":"dart:ui.PlatformDispatcher.lineHeightScaleFactorOverride","href":"dart-ui/PlatformDispatcher/lineHeightScaleFactorOverride.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The system-suggested height of the text, as a multiple of the font size.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"locale","qualifiedName":"dart:ui.PlatformDispatcher.locale","href":"dart-ui/PlatformDispatcher/locale.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The system-reported default locale of the device.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"locales","qualifiedName":"dart:ui.PlatformDispatcher.locales","href":"dart-ui/PlatformDispatcher/locales.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The full system-reported supported locales of the device.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"nativeSpellCheckServiceDefined","qualifiedName":"dart:ui.PlatformDispatcher.nativeSpellCheckServiceDefined","href":"dart-ui/PlatformDispatcher/nativeSpellCheckServiceDefined.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the spell check service is supported on the current platform.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onAccessibilityFeaturesChanged","qualifiedName":"dart:ui.PlatformDispatcher.onAccessibilityFeaturesChanged","href":"dart-ui/PlatformDispatcher/onAccessibilityFeaturesChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked when the value of accessibilityFeatures\nchanges.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onBeginFrame","qualifiedName":"dart:ui.PlatformDispatcher.onBeginFrame","href":"dart-ui/PlatformDispatcher/onBeginFrame.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback invoked when any view begins a frame.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onDrawFrame","qualifiedName":"dart:ui.PlatformDispatcher.onDrawFrame","href":"dart-ui/PlatformDispatcher/onDrawFrame.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked for each frame after onBeginFrame has\ncompleted and after the microtask queue has been drained.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onError","qualifiedName":"dart:ui.PlatformDispatcher.onError","href":"dart-ui/PlatformDispatcher/onError.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked when an unhandled error occurs in the root\nisolate.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onFrameDataChanged","qualifiedName":"dart:ui.PlatformDispatcher.onFrameDataChanged","href":"dart-ui/PlatformDispatcher/onFrameDataChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked when the window updates the FrameData.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onKeyData","qualifiedName":"dart:ui.PlatformDispatcher.onKeyData","href":"dart-ui/PlatformDispatcher/onKeyData.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked when key data is available.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onLocaleChanged","qualifiedName":"dart:ui.PlatformDispatcher.onLocaleChanged","href":"dart-ui/PlatformDispatcher/onLocaleChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked whenever locale changes value.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onMetricsChanged","qualifiedName":"dart:ui.PlatformDispatcher.onMetricsChanged","href":"dart-ui/PlatformDispatcher/onMetricsChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked whenever the ViewConfiguration of any of the\nviews changes.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onPlatformBrightnessChanged","qualifiedName":"dart:ui.PlatformDispatcher.onPlatformBrightnessChanged","href":"dart-ui/PlatformDispatcher/onPlatformBrightnessChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked whenever platformBrightness changes value.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onPlatformConfigurationChanged","qualifiedName":"dart:ui.PlatformDispatcher.onPlatformConfigurationChanged","href":"dart-ui/PlatformDispatcher/onPlatformConfigurationChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Called when the platform configuration changes.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onPlatformMessage","qualifiedName":"dart:ui.PlatformDispatcher.onPlatformMessage","href":"dart-ui/PlatformDispatcher/onPlatformMessage.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Deprecated. Migrate to ChannelBuffers.setListener instead.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onPointerDataPacket","qualifiedName":"dart:ui.PlatformDispatcher.onPointerDataPacket","href":"dart-ui/PlatformDispatcher/onPointerDataPacket.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked when pointer data is available.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onReportTimings","qualifiedName":"dart:ui.PlatformDispatcher.onReportTimings","href":"dart-ui/PlatformDispatcher/onReportTimings.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked to report the FrameTiming of recently\nrasterized frames.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onSemanticsActionEvent","qualifiedName":"dart:ui.PlatformDispatcher.onSemanticsActionEvent","href":"dart-ui/PlatformDispatcher/onSemanticsActionEvent.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked whenever the user requests an action to be\nperformed on a semantics node.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onSemanticsEnabledChanged","qualifiedName":"dart:ui.PlatformDispatcher.onSemanticsEnabledChanged","href":"dart-ui/PlatformDispatcher/onSemanticsEnabledChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked when the value of semanticsEnabled changes.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onSystemFontFamilyChanged","qualifiedName":"dart:ui.PlatformDispatcher.onSystemFontFamilyChanged","href":"dart-ui/PlatformDispatcher/onSystemFontFamilyChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked whenever systemFontFamily changes value.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onTextScaleFactorChanged","qualifiedName":"dart:ui.PlatformDispatcher.onTextScaleFactorChanged","href":"dart-ui/PlatformDispatcher/onTextScaleFactorChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked whenever textScaleFactor changes value.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"onViewFocusChange","qualifiedName":"dart:ui.PlatformDispatcher.onViewFocusChange","href":"dart-ui/PlatformDispatcher/onViewFocusChange.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback invoked immediately after the focus is transitioned across FlutterViews.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"paragraphSpacingOverride","qualifiedName":"dart:ui.PlatformDispatcher.paragraphSpacingOverride","href":"dart-ui/PlatformDispatcher/paragraphSpacingOverride.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The system-suggested amount of additional space (in logical pixels)\nto add following each paragraph in text.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"platformBrightness","qualifiedName":"dart:ui.PlatformDispatcher.platformBrightness","href":"dart-ui/PlatformDispatcher/platformBrightness.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The setting indicating the current brightness mode of the host platform.\nIf the platform has no preference, platformBrightness defaults to\nBrightness.light.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"registerBackgroundIsolate","qualifiedName":"dart:ui.PlatformDispatcher.registerBackgroundIsolate","href":"dart-ui/PlatformDispatcher/registerBackgroundIsolate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Registers the current isolate with the isolate identified with by the\ntoken. This is required if platform channels are to be used on a\nbackground isolate.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"requestDartPerformanceMode","qualifiedName":"dart:ui.PlatformDispatcher.requestDartPerformanceMode","href":"dart-ui/PlatformDispatcher/requestDartPerformanceMode.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Requests the Dart VM to adjusts the GC heuristics based on the requested performance_mode.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"requestViewFocusChange","qualifiedName":"dart:ui.PlatformDispatcher.requestViewFocusChange","href":"dart-ui/PlatformDispatcher/requestViewFocusChange.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Requests a focus change of the FlutterView with ID viewId.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"scaleFontSize","qualifiedName":"dart:ui.PlatformDispatcher.scaleFontSize","href":"dart-ui/PlatformDispatcher/scaleFontSize.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Computes the scaled font size from the given unscaledFontSize, according\nto the user's platform preferences.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"scheduleFrame","qualifiedName":"dart:ui.PlatformDispatcher.scheduleFrame","href":"dart-ui/PlatformDispatcher/scheduleFrame.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Requests that, at the next appropriate opportunity, the onBeginFrame and\nonDrawFrame callbacks be invoked.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"scheduleWarmUpFrame","qualifiedName":"dart:ui.PlatformDispatcher.scheduleWarmUpFrame","href":"dart-ui/PlatformDispatcher/scheduleWarmUpFrame.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Schedule a frame to run as soon as possible, rather than waiting for the\nengine to request a frame in response to a system \"Vsync\" signal.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"semanticsEnabled","qualifiedName":"dart:ui.PlatformDispatcher.semanticsEnabled","href":"dart-ui/PlatformDispatcher/semanticsEnabled.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the user has requested that updateSemantics be called when the\nsemantic contents of a view changes.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"sendPlatformMessage","qualifiedName":"dart:ui.PlatformDispatcher.sendPlatformMessage","href":"dart-ui/PlatformDispatcher/sendPlatformMessage.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sends a message to a platform-specific plugin.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"sendPortPlatformMessage","qualifiedName":"dart:ui.PlatformDispatcher.sendPortPlatformMessage","href":"dart-ui/PlatformDispatcher/sendPortPlatformMessage.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sends a message to a platform-specific plugin via a SendPort.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"setApplicationLocale","qualifiedName":"dart:ui.PlatformDispatcher.setApplicationLocale","href":"dart-ui/PlatformDispatcher/setApplicationLocale.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sets the locale for the application in engine.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"setIsolateDebugName","qualifiedName":"dart:ui.PlatformDispatcher.setIsolateDebugName","href":"dart-ui/PlatformDispatcher/setIsolateDebugName.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Set the debug name associated with this platform dispatcher's root\nisolate.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"setSemanticsTreeEnabled","qualifiedName":"dart:ui.PlatformDispatcher.setSemanticsTreeEnabled","href":"dart-ui/PlatformDispatcher/setSemanticsTreeEnabled.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Informs the engine whether the framework is generating a semantics tree.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"supportsShowingSystemContextMenu","qualifiedName":"dart:ui.PlatformDispatcher.supportsShowingSystemContextMenu","href":"dart-ui/PlatformDispatcher/supportsShowingSystemContextMenu.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether showing system context menu is supported on the current platform.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"systemFontFamily","qualifiedName":"dart:ui.PlatformDispatcher.systemFontFamily","href":"dart-ui/PlatformDispatcher/systemFontFamily.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The setting indicating the current system font of the host platform.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"textScaleFactor","qualifiedName":"dart:ui.PlatformDispatcher.textScaleFactor","href":"dart-ui/PlatformDispatcher/textScaleFactor.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The system-reported text scale.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"updateSemantics","qualifiedName":"dart:ui.PlatformDispatcher.updateSemantics","href":"dart-ui/PlatformDispatcher/updateSemantics.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Change the retained semantics data about this platform dispatcher.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"view","qualifiedName":"dart:ui.PlatformDispatcher.view","href":"dart-ui/PlatformDispatcher/view.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns the FlutterView with the provided ID if one exists, or null\notherwise.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"views","qualifiedName":"dart:ui.PlatformDispatcher.views","href":"dart-ui/PlatformDispatcher/views.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The current list of views, including top level platform windows used by\nthe application.","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"wordSpacingOverride","qualifiedName":"dart:ui.PlatformDispatcher.wordSpacingOverride","href":"dart-ui/PlatformDispatcher/wordSpacingOverride.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The system-suggested amount of additional space (in logical pixels)\nto add between each sequence of white-space (i.e. between each word).","enclosedBy":{"name":"PlatformDispatcher","kind":3,"href":"dart-ui/PlatformDispatcher-class.html"}},{"name":"PlatformMessageCallback","qualifiedName":"dart:ui.PlatformMessageCallback","href":"dart-ui/PlatformMessageCallback.html","kind":21,"packageRank":10,"desc":"Deprecated. Migrate to ChannelBuffers.setListener instead.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"PlatformMessageResponseCallback","qualifiedName":"dart:ui.PlatformMessageResponseCallback","href":"dart-ui/PlatformMessageResponseCallback.html","kind":21,"packageRank":10,"desc":"Signature for responses to platform messages.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"PluginUtilities","qualifiedName":"dart:ui.PluginUtilities","href":"dart-ui/PluginUtilities-class.html","kind":3,"packageRank":10,"desc":"Functionality for Flutter plugin authors.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"getCallbackFromHandle","qualifiedName":"dart:ui.PluginUtilities.getCallbackFromHandle","href":"dart-ui/PluginUtilities/getCallbackFromHandle.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Get a tear-off of a named top-level or static callback represented by a\nhandle.","enclosedBy":{"name":"PluginUtilities","kind":3,"href":"dart-ui/PluginUtilities-class.html"}},{"name":"getCallbackHandle","qualifiedName":"dart:ui.PluginUtilities.getCallbackHandle","href":"dart-ui/PluginUtilities/getCallbackHandle.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Get a handle to a named top-level or static callback function which can\nbe easily passed between isolates.","enclosedBy":{"name":"PluginUtilities","kind":3,"href":"dart-ui/PluginUtilities-class.html"}},{"name":"PointMode","qualifiedName":"dart:ui.PointMode","href":"dart-ui/PointMode.html","kind":5,"packageRank":10,"desc":"Defines how a list of points is interpreted when drawing a set of points.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.PointMode.values","href":"dart-ui/PointMode/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"PointMode","kind":5,"href":"dart-ui/PointMode.html"}},{"name":"PointerChange","qualifiedName":"dart:ui.PointerChange","href":"dart-ui/PointerChange.html","kind":5,"packageRank":10,"desc":"How the pointer has changed since the last report.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.PointerChange.values","href":"dart-ui/PointerChange/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"PointerChange","kind":5,"href":"dart-ui/PointerChange.html"}},{"name":"PointerData","qualifiedName":"dart:ui.PointerData","href":"dart-ui/PointerData-class.html","kind":3,"packageRank":10,"desc":"Information about the state of a pointer.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"PointerData.new","qualifiedName":"dart:ui.PointerData.PointerData.new","href":"dart-ui/PointerData/PointerData.html","kind":2,"packageRank":10,"desc":"Creates an object that represents the state of a pointer.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"buttons","qualifiedName":"dart:ui.PointerData.buttons","href":"dart-ui/PointerData/buttons.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Bit field using the *Button constants (primaryMouseButton,\nsecondaryStylusButton, etc). For example, if this has the value 6 and the\nkind is PointerDeviceKind.invertedStylus, then this indicates an\nupside-down stylus with both its primary and secondary buttons pressed.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"change","qualifiedName":"dart:ui.PointerData.change","href":"dart-ui/PointerData/change.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"How the pointer has changed since the last report.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"device","qualifiedName":"dart:ui.PointerData.device","href":"dart-ui/PointerData/device.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Unique identifier for the pointing device, reused across interactions.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"distance","qualifiedName":"dart:ui.PointerData.distance","href":"dart-ui/PointerData/distance.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance of the detected object from the input surface (e.g. the\ndistance of a stylus or finger from a touch screen), in arbitrary units on\nan arbitrary (not necessarily linear) scale. If the pointer is down, this\nis 0.0 by definition.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"distanceMax","qualifiedName":"dart:ui.PointerData.distanceMax","href":"dart-ui/PointerData/distanceMax.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The maximum value that a distance can return for this pointer. If this\ninput device cannot detect \"hover touch\" input events, then this will be\n0.0.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"embedderId","qualifiedName":"dart:ui.PointerData.embedderId","href":"dart-ui/PointerData/embedderId.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Unique identifier that ties the PointerEvent to the embedder\nevent that created it.\nit.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"kind","qualifiedName":"dart:ui.PointerData.kind","href":"dart-ui/PointerData/kind.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The kind of input device for which the event was generated.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"obscured","qualifiedName":"dart:ui.PointerData.obscured","href":"dart-ui/PointerData/obscured.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Set if an application from a different security domain is in any way\nobscuring this application's window. (Aspirational; not currently\nimplemented.)","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"orientation","qualifiedName":"dart:ui.PointerData.orientation","href":"dart-ui/PointerData/orientation.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"For PointerDeviceKind.touch events:","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"panDeltaX","qualifiedName":"dart:ui.PointerData.panDeltaX","href":"dart-ui/PointerData/panDeltaX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"For events with change of PointerChange.panZoomUpdate:","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"panDeltaY","qualifiedName":"dart:ui.PointerData.panDeltaY","href":"dart-ui/PointerData/panDeltaY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"For events with change of PointerChange.panZoomUpdate:","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"panX","qualifiedName":"dart:ui.PointerData.panX","href":"dart-ui/PointerData/panX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"For events with change of PointerChange.panZoomUpdate:","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"panY","qualifiedName":"dart:ui.PointerData.panY","href":"dart-ui/PointerData/panY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"For events with change of PointerChange.panZoomUpdate:","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"physicalDeltaX","qualifiedName":"dart:ui.PointerData.physicalDeltaX","href":"dart-ui/PointerData/physicalDeltaX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance of pointer movement on X coordinate in physical pixels.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"physicalDeltaY","qualifiedName":"dart:ui.PointerData.physicalDeltaY","href":"dart-ui/PointerData/physicalDeltaY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance of pointer movement on Y coordinate in physical pixels.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"physicalX","qualifiedName":"dart:ui.PointerData.physicalX","href":"dart-ui/PointerData/physicalX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"X coordinate of the position of the pointer, in physical pixels in the\nglobal coordinate space.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"physicalY","qualifiedName":"dart:ui.PointerData.physicalY","href":"dart-ui/PointerData/physicalY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Y coordinate of the position of the pointer, in physical pixels in the\nglobal coordinate space.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"platformData","qualifiedName":"dart:ui.PointerData.platformData","href":"dart-ui/PointerData/platformData.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Opaque platform-specific data associated with the event.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"pointerIdentifier","qualifiedName":"dart:ui.PointerData.pointerIdentifier","href":"dart-ui/PointerData/pointerIdentifier.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Unique identifier for the pointer.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"pressure","qualifiedName":"dart:ui.PointerData.pressure","href":"dart-ui/PointerData/pressure.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The pressure of the touch as a number ranging from 0.0, indicating a touch\nwith no discernible pressure, to 1.0, indicating a touch with \"normal\"\npressure, and possibly beyond, indicating a stronger touch. For devices\nthat do not detect pressure (e.g. mice), returns 1.0.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"pressureMax","qualifiedName":"dart:ui.PointerData.pressureMax","href":"dart-ui/PointerData/pressureMax.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The maximum value that pressure can return for this pointer. For devices\nthat do not detect pressure (e.g. mice), returns 1.0. This will always be\na greater than or equal to 1.0.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"pressureMin","qualifiedName":"dart:ui.PointerData.pressureMin","href":"dart-ui/PointerData/pressureMin.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The minimum value that pressure can return for this pointer. For devices\nthat do not detect pressure (e.g. mice), returns 1.0. This will always be\na number less than or equal to 1.0.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"radiusMajor","qualifiedName":"dart:ui.PointerData.radiusMajor","href":"dart-ui/PointerData/radiusMajor.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The radius of the contact ellipse along the major axis, in logical pixels.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"radiusMax","qualifiedName":"dart:ui.PointerData.radiusMax","href":"dart-ui/PointerData/radiusMax.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The minimum value that could be reported for radiusMajor and radiusMinor\nfor this pointer, in logical pixels.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"radiusMin","qualifiedName":"dart:ui.PointerData.radiusMin","href":"dart-ui/PointerData/radiusMin.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The minimum value that could be reported for radiusMajor and radiusMinor\nfor this pointer, in logical pixels.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"radiusMinor","qualifiedName":"dart:ui.PointerData.radiusMinor","href":"dart-ui/PointerData/radiusMinor.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The radius of the contact ellipse along the minor axis, in logical pixels.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"respond","qualifiedName":"dart:ui.PointerData.respond","href":"dart-ui/PointerData/respond.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Method that the framework/app can call to respond to the native event\nthat triggered this PointerData.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"rotation","qualifiedName":"dart:ui.PointerData.rotation","href":"dart-ui/PointerData/rotation.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"For events with change of PointerChange.panZoomUpdate:","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"scale","qualifiedName":"dart:ui.PointerData.scale","href":"dart-ui/PointerData/scale.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"For events with change of PointerChange.panZoomUpdate:","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"scrollDeltaX","qualifiedName":"dart:ui.PointerData.scrollDeltaX","href":"dart-ui/PointerData/scrollDeltaX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"For events with signalKind of PointerSignalKind.scroll:","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"scrollDeltaY","qualifiedName":"dart:ui.PointerData.scrollDeltaY","href":"dart-ui/PointerData/scrollDeltaY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"For events with signalKind of PointerSignalKind.scroll:","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"signalKind","qualifiedName":"dart:ui.PointerData.signalKind","href":"dart-ui/PointerData/signalKind.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The kind of signal for a pointer signal event.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"size","qualifiedName":"dart:ui.PointerData.size","href":"dart-ui/PointerData/size.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The area of the screen being pressed, scaled to a value between 0 and 1.\nThe value of size can be used to determine fat touch events. This value\nis only set on Android, and is a device specific approximation within\nthe range of detectable values. So, for example, the value of 0.1 could\nmean a touch with the tip of the finger, 0.2 a touch with full finger,\nand 0.3 the full palm.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"synthesized","qualifiedName":"dart:ui.PointerData.synthesized","href":"dart-ui/PointerData/synthesized.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Set if this pointer data was synthesized by pointer data packet converter.\npointer data packet converter will synthesize additional pointer datas if\nthe input sequence of pointer data is illegal.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"tilt","qualifiedName":"dart:ui.PointerData.tilt","href":"dart-ui/PointerData/tilt.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"For PointerDeviceKind.stylus and PointerDeviceKind.invertedStylus events:","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"timeStamp","qualifiedName":"dart:ui.PointerData.timeStamp","href":"dart-ui/PointerData/timeStamp.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Time of event dispatch, relative to an arbitrary timeline.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"toString","qualifiedName":"dart:ui.PointerData.toString","href":"dart-ui/PointerData/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"toStringFull","qualifiedName":"dart:ui.PointerData.toStringFull","href":"dart-ui/PointerData/toStringFull.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a complete textual description of the information in this object.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"viewId","qualifiedName":"dart:ui.PointerData.viewId","href":"dart-ui/PointerData/viewId.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The ID of the FlutterView this PointerEvent originated from.","enclosedBy":{"name":"PointerData","kind":3,"href":"dart-ui/PointerData-class.html"}},{"name":"PointerDataPacket","qualifiedName":"dart:ui.PointerDataPacket","href":"dart-ui/PointerDataPacket-class.html","kind":3,"packageRank":10,"desc":"A sequence of reports about the state of pointers.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"PointerDataPacket.new","qualifiedName":"dart:ui.PointerDataPacket.PointerDataPacket.new","href":"dart-ui/PointerDataPacket/PointerDataPacket.html","kind":2,"packageRank":10,"desc":"Creates a packet of pointer data reports.","enclosedBy":{"name":"PointerDataPacket","kind":3,"href":"dart-ui/PointerDataPacket-class.html"}},{"name":"data","qualifiedName":"dart:ui.PointerDataPacket.data","href":"dart-ui/PointerDataPacket/data.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Data about the individual pointers in this packet.","enclosedBy":{"name":"PointerDataPacket","kind":3,"href":"dart-ui/PointerDataPacket-class.html"}},{"name":"PointerDataPacketCallback","qualifiedName":"dart:ui.PointerDataPacketCallback","href":"dart-ui/PointerDataPacketCallback.html","kind":21,"packageRank":10,"desc":"Signature for PlatformDispatcher.onPointerDataPacket.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"PointerDataRespondCallback","qualifiedName":"dart:ui.PointerDataRespondCallback","href":"dart-ui/PointerDataRespondCallback.html","kind":21,"packageRank":10,"desc":"A function that implements the PointerData.respond method.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"PointerDeviceKind","qualifiedName":"dart:ui.PointerDeviceKind","href":"dart-ui/PointerDeviceKind.html","kind":5,"packageRank":10,"desc":"The kind of pointer device.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.PointerDeviceKind.values","href":"dart-ui/PointerDeviceKind/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"PointerDeviceKind","kind":5,"href":"dart-ui/PointerDeviceKind.html"}},{"name":"PointerSignalKind","qualifiedName":"dart:ui.PointerSignalKind","href":"dart-ui/PointerSignalKind.html","kind":5,"packageRank":10,"desc":"The kind of pointer signal event.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.PointerSignalKind.values","href":"dart-ui/PointerSignalKind/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"PointerSignalKind","kind":5,"href":"dart-ui/PointerSignalKind.html"}},{"name":"RRect","qualifiedName":"dart:ui.RRect","href":"dart-ui/RRect-class.html","kind":3,"packageRank":10,"desc":"An immutable rounded rectangle with the custom radii for all four corners.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"RRect.fromLTRBAndCorners","qualifiedName":"dart:ui.RRect.RRect.fromLTRBAndCorners","href":"dart-ui/RRect/RRect.fromLTRBAndCorners.html","kind":2,"packageRank":10,"desc":"Construct a rounded rectangle from its left, top, right, and bottom edges,\nand topLeft, topRight, bottomRight, and bottomLeft radii.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"RRect.fromLTRBR","qualifiedName":"dart:ui.RRect.RRect.fromLTRBR","href":"dart-ui/RRect/RRect.fromLTRBR.html","kind":2,"packageRank":10,"desc":"Construct a rounded rectangle from its left, top, right, and bottom edges,\nand the same radius in each corner.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"RRect.fromLTRBXY","qualifiedName":"dart:ui.RRect.RRect.fromLTRBXY","href":"dart-ui/RRect/RRect.fromLTRBXY.html","kind":2,"packageRank":10,"desc":"Construct a rounded rectangle from its left, top, right, and bottom edges,\nand the same radii along its horizontal axis and its vertical axis.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"RRect.fromRectAndCorners","qualifiedName":"dart:ui.RRect.RRect.fromRectAndCorners","href":"dart-ui/RRect/RRect.fromRectAndCorners.html","kind":2,"packageRank":10,"desc":"Construct a rounded rectangle from its bounding box and topLeft,\ntopRight, bottomRight, and bottomLeft radii.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"RRect.fromRectAndRadius","qualifiedName":"dart:ui.RRect.RRect.fromRectAndRadius","href":"dart-ui/RRect/RRect.fromRectAndRadius.html","kind":2,"packageRank":10,"desc":"Construct a rounded rectangle from its bounding box and a radius that is\nthe same in each corner.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"RRect.fromRectXY","qualifiedName":"dart:ui.RRect.RRect.fromRectXY","href":"dart-ui/RRect/RRect.fromRectXY.html","kind":2,"packageRank":10,"desc":"Construct a rounded rectangle from its bounding box and the same radii\nalong its horizontal axis and its vertical axis.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"blRadius","qualifiedName":"dart:ui.RRect.blRadius","href":"dart-ui/RRect/blRadius.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom-left Radius.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"blRadiusX","qualifiedName":"dart:ui.RRect.blRadiusX","href":"dart-ui/RRect/blRadiusX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom-left horizontal radius.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"blRadiusY","qualifiedName":"dart:ui.RRect.blRadiusY","href":"dart-ui/RRect/blRadiusY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom-left vertical radius.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"bottom","qualifiedName":"dart:ui.RRect.bottom","href":"dart-ui/RRect/bottom.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of the bottom edge of this rectangle from the y axis.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"brRadius","qualifiedName":"dart:ui.RRect.brRadius","href":"dart-ui/RRect/brRadius.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom-right Radius.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"brRadiusX","qualifiedName":"dart:ui.RRect.brRadiusX","href":"dart-ui/RRect/brRadiusX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom-right horizontal radius.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"brRadiusY","qualifiedName":"dart:ui.RRect.brRadiusY","href":"dart-ui/RRect/brRadiusY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom-right vertical radius.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"center","qualifiedName":"dart:ui.RRect.center","href":"dart-ui/RRect/center.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the point halfway between the left and right and the top and\nbottom edges of this rectangle.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"contains","qualifiedName":"dart:ui.RRect.contains","href":"dart-ui/RRect/contains.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether the point specified by the given offset (which is assumed to be\nrelative to the origin) lies inside the rounded rectangle.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"deflate","qualifiedName":"dart:ui.RRect.deflate","href":"dart-ui/RRect/deflate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a clone with edges and radii moved inwards by the given delta.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"hasNaN","qualifiedName":"dart:ui.RRect.hasNaN","href":"dart-ui/RRect/hasNaN.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether any of the dimensions are NaN.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.RRect.hashCode","href":"dart-ui/RRect/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"height","qualifiedName":"dart:ui.RRect.height","href":"dart-ui/RRect/height.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance between the top and bottom edges of this rectangle.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"inflate","qualifiedName":"dart:ui.RRect.inflate","href":"dart-ui/RRect/inflate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a clone with edges and radii moved outwards by the given\ndelta.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"isCircle","qualifiedName":"dart:ui.RRect.isCircle","href":"dart-ui/RRect/isCircle.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this rounded rectangle would draw as a circle.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"isEllipse","qualifiedName":"dart:ui.RRect.isEllipse","href":"dart-ui/RRect/isEllipse.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this rounded rectangle has no side with a straight section.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"isEmpty","qualifiedName":"dart:ui.RRect.isEmpty","href":"dart-ui/RRect/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this rounded rectangle encloses a non-zero area.\nNegative areas are considered empty.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"isFinite","qualifiedName":"dart:ui.RRect.isFinite","href":"dart-ui/RRect/isFinite.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether all coordinates of this rounded rectangle are finite.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"isRect","qualifiedName":"dart:ui.RRect.isRect","href":"dart-ui/RRect/isRect.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this rounded rectangle is a simple rectangle with zero\ncorner radii.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"isStadium","qualifiedName":"dart:ui.RRect.isStadium","href":"dart-ui/RRect/isStadium.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this rounded rectangle has a side with no straight section.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"left","qualifiedName":"dart:ui.RRect.left","href":"dart-ui/RRect/left.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of the left edge of this rectangle from the x axis.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"lerp","qualifiedName":"dart:ui.RRect.lerp","href":"dart-ui/RRect/lerp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Linearly interpolate between two rounded rectangles.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"longestSide","qualifiedName":"dart:ui.RRect.longestSide","href":"dart-ui/RRect/longestSide.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The greater of the magnitudes of the width and the height of this\nrounded rectangle.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"middleRect","qualifiedName":"dart:ui.RRect.middleRect","href":"dart-ui/RRect/middleRect.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The rectangle that would be formed using the axis-aligned intersection of\nthe sides of the rectangle, i.e., the rectangle formed from the\ninner-most centers of the ellipses that form the corners. This is the\nintersection of the wideMiddleRect and the tallMiddleRect. If any of\nthe intersections are void, the resulting Rect will have negative width\nor height.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.RRect.operator ==","href":"dart-ui/RRect/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"outerRect","qualifiedName":"dart:ui.RRect.outerRect","href":"dart-ui/RRect/outerRect.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bounding box of this rounded rectangle (the rectangle with no rounded corners).","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"right","qualifiedName":"dart:ui.RRect.right","href":"dart-ui/RRect/right.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of the right edge of this rectangle from the x axis.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"safeInnerRect","qualifiedName":"dart:ui.RRect.safeInnerRect","href":"dart-ui/RRect/safeInnerRect.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The non-rounded rectangle that is constrained by the smaller of the two\ndiagonals, with each diagonal traveling through the middle of the curve\ncorners. The middle of a corner is the intersection of the curve with its\nrespective quadrant bisector.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"scaleRadii","qualifiedName":"dart:ui.RRect.scaleRadii","href":"dart-ui/RRect/scaleRadii.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Scales all radii so that on each side their sum will not exceed the size\nof the width/height.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"shift","qualifiedName":"dart:ui.RRect.shift","href":"dart-ui/RRect/shift.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a clone translated by the given offset.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"shortestSide","qualifiedName":"dart:ui.RRect.shortestSide","href":"dart-ui/RRect/shortestSide.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The lesser of the magnitudes of the width and the height of this\nrounded rectangle.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"tallMiddleRect","qualifiedName":"dart:ui.RRect.tallMiddleRect","href":"dart-ui/RRect/tallMiddleRect.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The biggest rectangle that is entirely inside the rounded rectangle and\nhas the full height of the rounded rectangle. If the rounded rectangle\ndoes not have an axis-aligned intersection of its top and bottom side, the\nresulting Rect will have negative width or height.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"tlRadius","qualifiedName":"dart:ui.RRect.tlRadius","href":"dart-ui/RRect/tlRadius.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top-left Radius.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"tlRadiusX","qualifiedName":"dart:ui.RRect.tlRadiusX","href":"dart-ui/RRect/tlRadiusX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top-left horizontal radius.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"tlRadiusY","qualifiedName":"dart:ui.RRect.tlRadiusY","href":"dart-ui/RRect/tlRadiusY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top-left vertical radius.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"toString","qualifiedName":"dart:ui.RRect.toString","href":"dart-ui/RRect/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"top","qualifiedName":"dart:ui.RRect.top","href":"dart-ui/RRect/top.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of the top edge of this rectangle from the y axis.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"trRadius","qualifiedName":"dart:ui.RRect.trRadius","href":"dart-ui/RRect/trRadius.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top-right Radius.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"trRadiusX","qualifiedName":"dart:ui.RRect.trRadiusX","href":"dart-ui/RRect/trRadiusX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top-right horizontal radius.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"trRadiusY","qualifiedName":"dart:ui.RRect.trRadiusY","href":"dart-ui/RRect/trRadiusY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top-right vertical radius.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"wideMiddleRect","qualifiedName":"dart:ui.RRect.wideMiddleRect","href":"dart-ui/RRect/wideMiddleRect.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The biggest rectangle that is entirely inside the rounded rectangle and\nhas the full width of the rounded rectangle. If the rounded rectangle does\nnot have an axis-aligned intersection of its left and right side, the\nresulting Rect will have negative width or height.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"width","qualifiedName":"dart:ui.RRect.width","href":"dart-ui/RRect/width.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance between the left and right edges of this rectangle.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"zero","qualifiedName":"dart:ui.RRect.zero","href":"dart-ui/RRect/zero-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A rounded rectangle with all the values set to zero.","enclosedBy":{"name":"RRect","kind":3,"href":"dart-ui/RRect-class.html"}},{"name":"RSTransform","qualifiedName":"dart:ui.RSTransform","href":"dart-ui/RSTransform-class.html","kind":3,"packageRank":10,"desc":"A transform consisting of a translation, a rotation, and a uniform scale.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"RSTransform.fromComponents","qualifiedName":"dart:ui.RSTransform.RSTransform.fromComponents","href":"dart-ui/RSTransform/RSTransform.fromComponents.html","kind":2,"packageRank":10,"desc":"Creates an RSTransform from its individual components.","enclosedBy":{"name":"RSTransform","kind":3,"href":"dart-ui/RSTransform-class.html"}},{"name":"RSTransform.new","qualifiedName":"dart:ui.RSTransform.RSTransform.new","href":"dart-ui/RSTransform/RSTransform.html","kind":2,"packageRank":10,"desc":"Creates an RSTransform.","enclosedBy":{"name":"RSTransform","kind":3,"href":"dart-ui/RSTransform-class.html"}},{"name":"scos","qualifiedName":"dart:ui.RSTransform.scos","href":"dart-ui/RSTransform/scos.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The cosine of the rotation multiplied by the scale factor.","enclosedBy":{"name":"RSTransform","kind":3,"href":"dart-ui/RSTransform-class.html"}},{"name":"ssin","qualifiedName":"dart:ui.RSTransform.ssin","href":"dart-ui/RSTransform/ssin.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The sine of the rotation multiplied by that same scale factor.","enclosedBy":{"name":"RSTransform","kind":3,"href":"dart-ui/RSTransform-class.html"}},{"name":"tx","qualifiedName":"dart:ui.RSTransform.tx","href":"dart-ui/RSTransform/tx.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The x coordinate of the translation, minus scos multiplied by the\nx-coordinate of the rotation point, plus ssin multiplied by the\ny-coordinate of the rotation point.","enclosedBy":{"name":"RSTransform","kind":3,"href":"dart-ui/RSTransform-class.html"}},{"name":"ty","qualifiedName":"dart:ui.RSTransform.ty","href":"dart-ui/RSTransform/ty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The y coordinate of the translation, minus ssin multiplied by the\nx-coordinate of the rotation point, minus scos multiplied by the\ny-coordinate of the rotation point.","enclosedBy":{"name":"RSTransform","kind":3,"href":"dart-ui/RSTransform-class.html"}},{"name":"RSuperellipse","qualifiedName":"dart:ui.RSuperellipse","href":"dart-ui/RSuperellipse-class.html","kind":3,"packageRank":10,"desc":"An immutable rounded superellipse.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"RSuperellipse.fromLTRBAndCorners","qualifiedName":"dart:ui.RSuperellipse.RSuperellipse.fromLTRBAndCorners","href":"dart-ui/RSuperellipse/RSuperellipse.fromLTRBAndCorners.html","kind":2,"packageRank":10,"desc":"Construct a rounded rectangle from its left, top, right, and bottom edges,\nand topLeft, topRight, bottomRight, and bottomLeft radii.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"RSuperellipse.fromLTRBR","qualifiedName":"dart:ui.RSuperellipse.RSuperellipse.fromLTRBR","href":"dart-ui/RSuperellipse/RSuperellipse.fromLTRBR.html","kind":2,"packageRank":10,"desc":"Construct a rounded rectangle from its left, top, right, and bottom edges,\nand the same radius in each corner.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"RSuperellipse.fromLTRBXY","qualifiedName":"dart:ui.RSuperellipse.RSuperellipse.fromLTRBXY","href":"dart-ui/RSuperellipse/RSuperellipse.fromLTRBXY.html","kind":2,"packageRank":10,"desc":"Construct a rounded rectangle from its left, top, right, and bottom edges,\nand the same radii along its horizontal axis and its vertical axis.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"RSuperellipse.fromRectAndCorners","qualifiedName":"dart:ui.RSuperellipse.RSuperellipse.fromRectAndCorners","href":"dart-ui/RSuperellipse/RSuperellipse.fromRectAndCorners.html","kind":2,"packageRank":10,"desc":"Construct a rounded rectangle from its bounding box and topLeft,\ntopRight, bottomRight, and bottomLeft radii.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"RSuperellipse.fromRectAndRadius","qualifiedName":"dart:ui.RSuperellipse.RSuperellipse.fromRectAndRadius","href":"dart-ui/RSuperellipse/RSuperellipse.fromRectAndRadius.html","kind":2,"packageRank":10,"desc":"Construct a rounded rectangle from its bounding box and a radius that is\nthe same in each corner.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"RSuperellipse.fromRectXY","qualifiedName":"dart:ui.RSuperellipse.RSuperellipse.fromRectXY","href":"dart-ui/RSuperellipse/RSuperellipse.fromRectXY.html","kind":2,"packageRank":10,"desc":"Construct a rounded rectangle from its bounding box and the same radii\nalong its horizontal axis and its vertical axis.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"blRadius","qualifiedName":"dart:ui.RSuperellipse.blRadius","href":"dart-ui/RSuperellipse/blRadius.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom-left Radius.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"blRadiusX","qualifiedName":"dart:ui.RSuperellipse.blRadiusX","href":"dart-ui/RSuperellipse/blRadiusX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom-left horizontal radius.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"blRadiusY","qualifiedName":"dart:ui.RSuperellipse.blRadiusY","href":"dart-ui/RSuperellipse/blRadiusY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom-left vertical radius.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"bottom","qualifiedName":"dart:ui.RSuperellipse.bottom","href":"dart-ui/RSuperellipse/bottom.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of the bottom edge of this rectangle from the y axis.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"brRadius","qualifiedName":"dart:ui.RSuperellipse.brRadius","href":"dart-ui/RSuperellipse/brRadius.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom-right Radius.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"brRadiusX","qualifiedName":"dart:ui.RSuperellipse.brRadiusX","href":"dart-ui/RSuperellipse/brRadiusX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom-right horizontal radius.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"brRadiusY","qualifiedName":"dart:ui.RSuperellipse.brRadiusY","href":"dart-ui/RSuperellipse/brRadiusY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom-right vertical radius.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"center","qualifiedName":"dart:ui.RSuperellipse.center","href":"dart-ui/RSuperellipse/center.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the point halfway between the left and right and the top and\nbottom edges of this rectangle.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"contains","qualifiedName":"dart:ui.RSuperellipse.contains","href":"dart-ui/RSuperellipse/contains.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether the point specified by the given offset (which is assumed to be\nrelative to the origin) lies inside the rounded superellipse.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"deflate","qualifiedName":"dart:ui.RSuperellipse.deflate","href":"dart-ui/RSuperellipse/deflate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a clone with edges and radii moved inwards by the given delta.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"hasNaN","qualifiedName":"dart:ui.RSuperellipse.hasNaN","href":"dart-ui/RSuperellipse/hasNaN.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether any of the dimensions are NaN.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.RSuperellipse.hashCode","href":"dart-ui/RSuperellipse/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"height","qualifiedName":"dart:ui.RSuperellipse.height","href":"dart-ui/RSuperellipse/height.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance between the top and bottom edges of this rectangle.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"inflate","qualifiedName":"dart:ui.RSuperellipse.inflate","href":"dart-ui/RSuperellipse/inflate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a clone with edges and radii moved outwards by the given\ndelta.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"isCircle","qualifiedName":"dart:ui.RSuperellipse.isCircle","href":"dart-ui/RSuperellipse/isCircle.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this rounded rectangle would draw as a circle.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"isEllipse","qualifiedName":"dart:ui.RSuperellipse.isEllipse","href":"dart-ui/RSuperellipse/isEllipse.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this rounded rectangle has no side with a straight section.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"isEmpty","qualifiedName":"dart:ui.RSuperellipse.isEmpty","href":"dart-ui/RSuperellipse/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this rounded rectangle encloses a non-zero area.\nNegative areas are considered empty.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"isFinite","qualifiedName":"dart:ui.RSuperellipse.isFinite","href":"dart-ui/RSuperellipse/isFinite.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether all coordinates of this rounded rectangle are finite.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"isRect","qualifiedName":"dart:ui.RSuperellipse.isRect","href":"dart-ui/RSuperellipse/isRect.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this rounded rectangle is a simple rectangle with zero\ncorner radii.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"isStadium","qualifiedName":"dart:ui.RSuperellipse.isStadium","href":"dart-ui/RSuperellipse/isStadium.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this rounded rectangle has a side with no straight section.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"left","qualifiedName":"dart:ui.RSuperellipse.left","href":"dart-ui/RSuperellipse/left.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of the left edge of this rectangle from the x axis.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"lerp","qualifiedName":"dart:ui.RSuperellipse.lerp","href":"dart-ui/RSuperellipse/lerp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Linearly interpolate between two rounded superellipses.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"longestSide","qualifiedName":"dart:ui.RSuperellipse.longestSide","href":"dart-ui/RSuperellipse/longestSide.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The greater of the magnitudes of the width and the height of this\nrounded rectangle.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"middleRect","qualifiedName":"dart:ui.RSuperellipse.middleRect","href":"dart-ui/RSuperellipse/middleRect.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The rectangle that would be formed using the axis-aligned intersection of\nthe sides of the rectangle, i.e., the rectangle formed from the\ninner-most centers of the ellipses that form the corners. This is the\nintersection of the wideMiddleRect and the tallMiddleRect. If any of\nthe intersections are void, the resulting Rect will have negative width\nor height.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.RSuperellipse.operator ==","href":"dart-ui/RSuperellipse/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"outerRect","qualifiedName":"dart:ui.RSuperellipse.outerRect","href":"dart-ui/RSuperellipse/outerRect.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bounding box of this rounded rectangle (the rectangle with no rounded corners).","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"right","qualifiedName":"dart:ui.RSuperellipse.right","href":"dart-ui/RSuperellipse/right.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of the right edge of this rectangle from the x axis.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"safeInnerRect","qualifiedName":"dart:ui.RSuperellipse.safeInnerRect","href":"dart-ui/RSuperellipse/safeInnerRect.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The non-rounded rectangle that is constrained by the smaller of the two\ndiagonals, with each diagonal traveling through the middle of the curve\ncorners. The middle of a corner is the intersection of the curve with its\nrespective quadrant bisector.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"scaleRadii","qualifiedName":"dart:ui.RSuperellipse.scaleRadii","href":"dart-ui/RSuperellipse/scaleRadii.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Scales all radii so that on each side their sum will not exceed the size\nof the width/height.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"shift","qualifiedName":"dart:ui.RSuperellipse.shift","href":"dart-ui/RSuperellipse/shift.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a clone translated by the given offset.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"shortestSide","qualifiedName":"dart:ui.RSuperellipse.shortestSide","href":"dart-ui/RSuperellipse/shortestSide.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The lesser of the magnitudes of the width and the height of this\nrounded rectangle.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"tallMiddleRect","qualifiedName":"dart:ui.RSuperellipse.tallMiddleRect","href":"dart-ui/RSuperellipse/tallMiddleRect.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The biggest rectangle that is entirely inside the rounded rectangle and\nhas the full height of the rounded rectangle. If the rounded rectangle\ndoes not have an axis-aligned intersection of its top and bottom side, the\nresulting Rect will have negative width or height.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"tlRadius","qualifiedName":"dart:ui.RSuperellipse.tlRadius","href":"dart-ui/RSuperellipse/tlRadius.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top-left Radius.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"tlRadiusX","qualifiedName":"dart:ui.RSuperellipse.tlRadiusX","href":"dart-ui/RSuperellipse/tlRadiusX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top-left horizontal radius.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"tlRadiusY","qualifiedName":"dart:ui.RSuperellipse.tlRadiusY","href":"dart-ui/RSuperellipse/tlRadiusY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top-left vertical radius.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"toString","qualifiedName":"dart:ui.RSuperellipse.toString","href":"dart-ui/RSuperellipse/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"top","qualifiedName":"dart:ui.RSuperellipse.top","href":"dart-ui/RSuperellipse/top.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of the top edge of this rectangle from the y axis.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"trRadius","qualifiedName":"dart:ui.RSuperellipse.trRadius","href":"dart-ui/RSuperellipse/trRadius.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top-right Radius.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"trRadiusX","qualifiedName":"dart:ui.RSuperellipse.trRadiusX","href":"dart-ui/RSuperellipse/trRadiusX.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top-right horizontal radius.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"trRadiusY","qualifiedName":"dart:ui.RSuperellipse.trRadiusY","href":"dart-ui/RSuperellipse/trRadiusY.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top-right vertical radius.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"wideMiddleRect","qualifiedName":"dart:ui.RSuperellipse.wideMiddleRect","href":"dart-ui/RSuperellipse/wideMiddleRect.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The biggest rectangle that is entirely inside the rounded rectangle and\nhas the full width of the rounded rectangle. If the rounded rectangle does\nnot have an axis-aligned intersection of its left and right side, the\nresulting Rect will have negative width or height.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"width","qualifiedName":"dart:ui.RSuperellipse.width","href":"dart-ui/RSuperellipse/width.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance between the left and right edges of this rectangle.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"zero","qualifiedName":"dart:ui.RSuperellipse.zero","href":"dart-ui/RSuperellipse/zero-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A rounded rectangle with all the values set to zero.","enclosedBy":{"name":"RSuperellipse","kind":3,"href":"dart-ui/RSuperellipse-class.html"}},{"name":"Radius","qualifiedName":"dart:ui.Radius","href":"dart-ui/Radius-class.html","kind":3,"packageRank":10,"desc":"A radius for either circular or elliptical shapes.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Radius.circular","qualifiedName":"dart:ui.Radius.Radius.circular","href":"dart-ui/Radius/Radius.circular.html","kind":2,"packageRank":10,"desc":"Constructs a circular radius. x and y will have the same radius value.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"Radius.elliptical","qualifiedName":"dart:ui.Radius.Radius.elliptical","href":"dart-ui/Radius/Radius.elliptical.html","kind":2,"packageRank":10,"desc":"Constructs an elliptical radius with the given radii.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"clamp","qualifiedName":"dart:ui.Radius.clamp","href":"dart-ui/Radius/clamp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns this Radius, with values clamped to the given min and max\nRadius values.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"clampValues","qualifiedName":"dart:ui.Radius.clampValues","href":"dart-ui/Radius/clampValues.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns this Radius, with values clamped to the given min and max\nvalues in each dimension","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.Radius.hashCode","href":"dart-ui/Radius/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"lerp","qualifiedName":"dart:ui.Radius.lerp","href":"dart-ui/Radius/lerp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Linearly interpolate between two radii.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"operator %","qualifiedName":"dart:ui.Radius.operator %","href":"dart-ui/Radius/operator_modulo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Modulo (remainder) operator.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"operator *","qualifiedName":"dart:ui.Radius.operator *","href":"dart-ui/Radius/operator_multiply.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Multiplication operator.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"operator +","qualifiedName":"dart:ui.Radius.operator +","href":"dart-ui/Radius/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Binary addition operator.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"operator -","qualifiedName":"dart:ui.Radius.operator -","href":"dart-ui/Radius/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Binary subtraction operator.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"operator /","qualifiedName":"dart:ui.Radius.operator /","href":"dart-ui/Radius/operator_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Division operator.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.Radius.operator ==","href":"dart-ui/Radius/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"operator unary-","qualifiedName":"dart:ui.Radius.operator unary-","href":"dart-ui/Radius/operator_unary_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Unary negation operator.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"operator ~/","qualifiedName":"dart:ui.Radius.operator ~/","href":"dart-ui/Radius/operator_truncate_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Integer (truncating) division operator.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"toString","qualifiedName":"dart:ui.Radius.toString","href":"dart-ui/Radius/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"x","qualifiedName":"dart:ui.Radius.x","href":"dart-ui/Radius/x.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The radius value on the horizontal axis.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"y","qualifiedName":"dart:ui.Radius.y","href":"dart-ui/Radius/y.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The radius value on the vertical axis.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"zero","qualifiedName":"dart:ui.Radius.zero","href":"dart-ui/Radius/zero-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A radius with x and y values set to zero.","enclosedBy":{"name":"Radius","kind":3,"href":"dart-ui/Radius-class.html"}},{"name":"Rect","qualifiedName":"dart:ui.Rect","href":"dart-ui/Rect-class.html","kind":3,"packageRank":10,"desc":"An immutable, 2D, axis-aligned, floating-point rectangle whose coordinates\nare relative to a given origin.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Rect.fromCenter","qualifiedName":"dart:ui.Rect.Rect.fromCenter","href":"dart-ui/Rect/Rect.fromCenter.html","kind":2,"packageRank":10,"desc":"Constructs a rectangle from its center point, width, and height.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"Rect.fromCircle","qualifiedName":"dart:ui.Rect.Rect.fromCircle","href":"dart-ui/Rect/Rect.fromCircle.html","kind":2,"packageRank":10,"desc":"Construct a rectangle that bounds the given circle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"Rect.fromLTRB","qualifiedName":"dart:ui.Rect.Rect.fromLTRB","href":"dart-ui/Rect/Rect.fromLTRB.html","kind":2,"packageRank":10,"desc":"Construct a rectangle from its left, top, right, and bottom edges.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"Rect.fromLTWH","qualifiedName":"dart:ui.Rect.Rect.fromLTWH","href":"dart-ui/Rect/Rect.fromLTWH.html","kind":2,"packageRank":10,"desc":"Construct a rectangle from its left and top edges, its width, and its\nheight.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"Rect.fromPoints","qualifiedName":"dart:ui.Rect.Rect.fromPoints","href":"dart-ui/Rect/Rect.fromPoints.html","kind":2,"packageRank":10,"desc":"Construct the smallest rectangle that encloses the given offsets, treating\nthem as vectors from the origin.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"bottom","qualifiedName":"dart:ui.Rect.bottom","href":"dart-ui/Rect/bottom.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of the bottom edge of this rectangle from the y axis.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"bottomCenter","qualifiedName":"dart:ui.Rect.bottomCenter","href":"dart-ui/Rect/bottomCenter.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the center of the bottom edge of this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"bottomLeft","qualifiedName":"dart:ui.Rect.bottomLeft","href":"dart-ui/Rect/bottomLeft.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the intersection of the bottom and left edges of this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"bottomRight","qualifiedName":"dart:ui.Rect.bottomRight","href":"dart-ui/Rect/bottomRight.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the intersection of the bottom and right edges of this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"center","qualifiedName":"dart:ui.Rect.center","href":"dart-ui/Rect/center.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the point halfway between the left and right and the top and\nbottom edges of this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"centerLeft","qualifiedName":"dart:ui.Rect.centerLeft","href":"dart-ui/Rect/centerLeft.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the center of the left edge of this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"centerRight","qualifiedName":"dart:ui.Rect.centerRight","href":"dart-ui/Rect/centerRight.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the center of the right edge of this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"contains","qualifiedName":"dart:ui.Rect.contains","href":"dart-ui/Rect/contains.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether the point specified by the given offset (which is assumed to be\nrelative to the origin) lies between the left and right and the top and\nbottom edges of this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"deflate","qualifiedName":"dart:ui.Rect.deflate","href":"dart-ui/Rect/deflate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new rectangle with edges moved inwards by the given delta.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"expandToInclude","qualifiedName":"dart:ui.Rect.expandToInclude","href":"dart-ui/Rect/expandToInclude.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new rectangle which is the bounding box containing this\nrectangle and the given rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"hasNaN","qualifiedName":"dart:ui.Rect.hasNaN","href":"dart-ui/Rect/hasNaN.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether any of the dimensions are NaN.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.Rect.hashCode","href":"dart-ui/Rect/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"height","qualifiedName":"dart:ui.Rect.height","href":"dart-ui/Rect/height.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance between the top and bottom edges of this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"inflate","qualifiedName":"dart:ui.Rect.inflate","href":"dart-ui/Rect/inflate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new rectangle with edges moved outwards by the given delta.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"intersect","qualifiedName":"dart:ui.Rect.intersect","href":"dart-ui/Rect/intersect.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new rectangle that is the intersection of the given\nrectangle and this rectangle. The two rectangles must overlap\nfor this to be meaningful. If the two rectangles do not overlap,\nthen the resulting Rect will have a negative width or height.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"isEmpty","qualifiedName":"dart:ui.Rect.isEmpty","href":"dart-ui/Rect/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this rectangle encloses a non-zero area. Negative areas are\nconsidered empty.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"isFinite","qualifiedName":"dart:ui.Rect.isFinite","href":"dart-ui/Rect/isFinite.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether all coordinates of this rectangle are finite.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"isInfinite","qualifiedName":"dart:ui.Rect.isInfinite","href":"dart-ui/Rect/isInfinite.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether any of the coordinates of this rectangle are equal to positive infinity.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"largest","qualifiedName":"dart:ui.Rect.largest","href":"dart-ui/Rect/largest-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A rectangle that covers the entire coordinate space.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"left","qualifiedName":"dart:ui.Rect.left","href":"dart-ui/Rect/left.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of the left edge of this rectangle from the x axis.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"lerp","qualifiedName":"dart:ui.Rect.lerp","href":"dart-ui/Rect/lerp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Linearly interpolate between two rectangles.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"longestSide","qualifiedName":"dart:ui.Rect.longestSide","href":"dart-ui/Rect/longestSide.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The greater of the magnitudes of the width and the height of this\nrectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.Rect.operator ==","href":"dart-ui/Rect/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"overlaps","qualifiedName":"dart:ui.Rect.overlaps","href":"dart-ui/Rect/overlaps.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether other has a nonzero area of overlap with this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"right","qualifiedName":"dart:ui.Rect.right","href":"dart-ui/Rect/right.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of the right edge of this rectangle from the x axis.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"shift","qualifiedName":"dart:ui.Rect.shift","href":"dart-ui/Rect/shift.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new rectangle translated by the given offset.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"shortestSide","qualifiedName":"dart:ui.Rect.shortestSide","href":"dart-ui/Rect/shortestSide.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The lesser of the magnitudes of the width and the height of this\nrectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"size","qualifiedName":"dart:ui.Rect.size","href":"dart-ui/Rect/size.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance between the upper-left corner and the lower-right corner of\nthis rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"toString","qualifiedName":"dart:ui.Rect.toString","href":"dart-ui/Rect/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"top","qualifiedName":"dart:ui.Rect.top","href":"dart-ui/Rect/top.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset of the top edge of this rectangle from the y axis.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"topCenter","qualifiedName":"dart:ui.Rect.topCenter","href":"dart-ui/Rect/topCenter.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the center of the top edge of this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"topLeft","qualifiedName":"dart:ui.Rect.topLeft","href":"dart-ui/Rect/topLeft.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the intersection of the top and left edges of this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"topRight","qualifiedName":"dart:ui.Rect.topRight","href":"dart-ui/Rect/topRight.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the intersection of the top and right edges of this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"translate","qualifiedName":"dart:ui.Rect.translate","href":"dart-ui/Rect/translate.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new rectangle with translateX added to the x components and\ntranslateY added to the y components.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"width","qualifiedName":"dart:ui.Rect.width","href":"dart-ui/Rect/width.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance between the left and right edges of this rectangle.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"zero","qualifiedName":"dart:ui.Rect.zero","href":"dart-ui/Rect/zero-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A rectangle with left, top, right, and bottom edges all at zero.","enclosedBy":{"name":"Rect","kind":3,"href":"dart-ui/Rect-class.html"}},{"name":"RootIsolateToken","qualifiedName":"dart:ui.RootIsolateToken","href":"dart-ui/RootIsolateToken-class.html","kind":3,"packageRank":10,"desc":"A token that represents a root isolate.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"instance","qualifiedName":"dart:ui.RootIsolateToken.instance","href":"dart-ui/RootIsolateToken/instance.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The token for the root isolate that is executing this Dart code.  If this\nDart code is not executing on a root isolate instance will be null.","enclosedBy":{"name":"RootIsolateToken","kind":3,"href":"dart-ui/RootIsolateToken-class.html"}},{"name":"Scene","qualifiedName":"dart:ui.Scene","href":"dart-ui/Scene-class.html","kind":3,"packageRank":10,"desc":"An opaque object representing a composited scene.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Scene.new","qualifiedName":"dart:ui.Scene.Scene.new","href":"dart-ui/Scene/Scene.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"Scene","kind":3,"href":"dart-ui/Scene-class.html"}},{"name":"dispose","qualifiedName":"dart:ui.Scene.dispose","href":"dart-ui/Scene/dispose.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Releases the resources used by this scene.","enclosedBy":{"name":"Scene","kind":3,"href":"dart-ui/Scene-class.html"}},{"name":"toImage","qualifiedName":"dart:ui.Scene.toImage","href":"dart-ui/Scene/toImage.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a raster image representation of the current state of the scene.","enclosedBy":{"name":"Scene","kind":3,"href":"dart-ui/Scene-class.html"}},{"name":"toImageSync","qualifiedName":"dart:ui.Scene.toImageSync","href":"dart-ui/Scene/toImageSync.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Synchronously creates a handle to an image from this scene.","enclosedBy":{"name":"Scene","kind":3,"href":"dart-ui/Scene-class.html"}},{"name":"SceneBuilder","qualifiedName":"dart:ui.SceneBuilder","href":"dart-ui/SceneBuilder-class.html","kind":3,"packageRank":10,"desc":"Builds a Scene containing the given visuals.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"SceneBuilder.new","qualifiedName":"dart:ui.SceneBuilder.SceneBuilder.new","href":"dart-ui/SceneBuilder/SceneBuilder.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"addPerformanceOverlay","qualifiedName":"dart:ui.SceneBuilder.addPerformanceOverlay","href":"dart-ui/SceneBuilder/addPerformanceOverlay.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds an object to the scene that displays performance statistics.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"addPicture","qualifiedName":"dart:ui.SceneBuilder.addPicture","href":"dart-ui/SceneBuilder/addPicture.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a Picture to the scene.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"addPlatformView","qualifiedName":"dart:ui.SceneBuilder.addPlatformView","href":"dart-ui/SceneBuilder/addPlatformView.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a platform view (e.g an iOS UIView) to the scene.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"addRetained","qualifiedName":"dart:ui.SceneBuilder.addRetained","href":"dart-ui/SceneBuilder/addRetained.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Add a retained engine layer subtree from previous frames.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"addTexture","qualifiedName":"dart:ui.SceneBuilder.addTexture","href":"dart-ui/SceneBuilder/addTexture.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Adds a backend texture to the scene.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"build","qualifiedName":"dart:ui.SceneBuilder.build","href":"dart-ui/SceneBuilder/build.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Finishes building the scene.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"pop","qualifiedName":"dart:ui.SceneBuilder.pop","href":"dart-ui/SceneBuilder/pop.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Ends the effect of the most recently pushed operation.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"pushBackdropFilter","qualifiedName":"dart:ui.SceneBuilder.pushBackdropFilter","href":"dart-ui/SceneBuilder/pushBackdropFilter.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pushes a backdrop filter operation onto the operation stack.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"pushClipPath","qualifiedName":"dart:ui.SceneBuilder.pushClipPath","href":"dart-ui/SceneBuilder/pushClipPath.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pushes a path clip operation onto the operation stack.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"pushClipRRect","qualifiedName":"dart:ui.SceneBuilder.pushClipRRect","href":"dart-ui/SceneBuilder/pushClipRRect.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pushes a rounded-rectangular clip operation onto the operation stack.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"pushClipRSuperellipse","qualifiedName":"dart:ui.SceneBuilder.pushClipRSuperellipse","href":"dart-ui/SceneBuilder/pushClipRSuperellipse.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pushes a rounded-superellipse clip operation onto the operation stack.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"pushClipRect","qualifiedName":"dart:ui.SceneBuilder.pushClipRect","href":"dart-ui/SceneBuilder/pushClipRect.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pushes a rectangular clip operation onto the operation stack.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"pushColorFilter","qualifiedName":"dart:ui.SceneBuilder.pushColorFilter","href":"dart-ui/SceneBuilder/pushColorFilter.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pushes a color filter operation onto the operation stack.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"pushImageFilter","qualifiedName":"dart:ui.SceneBuilder.pushImageFilter","href":"dart-ui/SceneBuilder/pushImageFilter.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pushes an image filter operation onto the operation stack.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"pushOffset","qualifiedName":"dart:ui.SceneBuilder.pushOffset","href":"dart-ui/SceneBuilder/pushOffset.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pushes an offset operation onto the operation stack.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"pushOpacity","qualifiedName":"dart:ui.SceneBuilder.pushOpacity","href":"dart-ui/SceneBuilder/pushOpacity.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pushes an opacity operation onto the operation stack.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"pushShaderMask","qualifiedName":"dart:ui.SceneBuilder.pushShaderMask","href":"dart-ui/SceneBuilder/pushShaderMask.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pushes a shader mask operation onto the operation stack.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"pushTransform","qualifiedName":"dart:ui.SceneBuilder.pushTransform","href":"dart-ui/SceneBuilder/pushTransform.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Pushes a transform operation onto the operation stack.","enclosedBy":{"name":"SceneBuilder","kind":3,"href":"dart-ui/SceneBuilder-class.html"}},{"name":"SemanticsAction","qualifiedName":"dart:ui.SemanticsAction","href":"dart-ui/SemanticsAction-class.html","kind":3,"packageRank":10,"desc":"The possible actions that can be conveyed from the operating system\naccessibility APIs to a semantics node.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"collapse","qualifiedName":"dart:ui.SemanticsAction.collapse","href":"dart-ui/SemanticsAction/collapse-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A request that the node should be collapsed.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"copy","qualifiedName":"dart:ui.SemanticsAction.copy","href":"dart-ui/SemanticsAction/copy-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Copy the current selection to the clipboard.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"customAction","qualifiedName":"dart:ui.SemanticsAction.customAction","href":"dart-ui/SemanticsAction/customAction-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Indicates that the user has invoked a custom accessibility action.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"cut","qualifiedName":"dart:ui.SemanticsAction.cut","href":"dart-ui/SemanticsAction/cut-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Cut the current selection and place it in the clipboard.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"decrease","qualifiedName":"dart:ui.SemanticsAction.decrease","href":"dart-ui/SemanticsAction/decrease-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A request to decrease the value represented by the semantics node.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"didGainAccessibilityFocus","qualifiedName":"dart:ui.SemanticsAction.didGainAccessibilityFocus","href":"dart-ui/SemanticsAction/didGainAccessibilityFocus-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Indicates that the node has gained accessibility focus.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"didLoseAccessibilityFocus","qualifiedName":"dart:ui.SemanticsAction.didLoseAccessibilityFocus","href":"dart-ui/SemanticsAction/didLoseAccessibilityFocus-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Indicates that the node has lost accessibility focus.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"dismiss","qualifiedName":"dart:ui.SemanticsAction.dismiss","href":"dart-ui/SemanticsAction/dismiss-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A request that the node should be dismissed.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"expand","qualifiedName":"dart:ui.SemanticsAction.expand","href":"dart-ui/SemanticsAction/expand-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A request that the node should be expanded.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"focus","qualifiedName":"dart:ui.SemanticsAction.focus","href":"dart-ui/SemanticsAction/focus-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Move the input focus to the respective widget.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"fromIndex","qualifiedName":"dart:ui.SemanticsAction.fromIndex","href":"dart-ui/SemanticsAction/fromIndex.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"increase","qualifiedName":"dart:ui.SemanticsAction.increase","href":"dart-ui/SemanticsAction/increase-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A request to increase the value represented by the semantics node.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"index","qualifiedName":"dart:ui.SemanticsAction.index","href":"dart-ui/SemanticsAction/index.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The numerical value for this action.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"longPress","qualifiedName":"dart:ui.SemanticsAction.longPress","href":"dart-ui/SemanticsAction/longPress-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The equivalent of a user pressing and holding the screen with the finger\nfor a few seconds without moving it.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"moveCursorBackwardByCharacter","qualifiedName":"dart:ui.SemanticsAction.moveCursorBackwardByCharacter","href":"dart-ui/SemanticsAction/moveCursorBackwardByCharacter-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Move the cursor backward by one character.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"moveCursorBackwardByWord","qualifiedName":"dart:ui.SemanticsAction.moveCursorBackwardByWord","href":"dart-ui/SemanticsAction/moveCursorBackwardByWord-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Move the cursor backward by one word.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"moveCursorForwardByCharacter","qualifiedName":"dart:ui.SemanticsAction.moveCursorForwardByCharacter","href":"dart-ui/SemanticsAction/moveCursorForwardByCharacter-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Move the cursor forward by one character.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"moveCursorForwardByWord","qualifiedName":"dart:ui.SemanticsAction.moveCursorForwardByWord","href":"dart-ui/SemanticsAction/moveCursorForwardByWord-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Move the cursor forward by one word.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"name","qualifiedName":"dart:ui.SemanticsAction.name","href":"dart-ui/SemanticsAction/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A human-readable name for this flag, used for debugging purposes.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"paste","qualifiedName":"dart:ui.SemanticsAction.paste","href":"dart-ui/SemanticsAction/paste-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Paste the current content of the clipboard.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"scrollDown","qualifiedName":"dart:ui.SemanticsAction.scrollDown","href":"dart-ui/SemanticsAction/scrollDown-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The equivalent of a user moving their finger across the screen from top\nto bottom.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"scrollLeft","qualifiedName":"dart:ui.SemanticsAction.scrollLeft","href":"dart-ui/SemanticsAction/scrollLeft-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The equivalent of a user moving their finger across the screen from right\nto left.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"scrollRight","qualifiedName":"dart:ui.SemanticsAction.scrollRight","href":"dart-ui/SemanticsAction/scrollRight-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The equivalent of a user moving their finger across the screen from left\nto right.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"scrollToOffset","qualifiedName":"dart:ui.SemanticsAction.scrollToOffset","href":"dart-ui/SemanticsAction/scrollToOffset-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A request to scroll the scrollable container to a given scroll offset.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"scrollUp","qualifiedName":"dart:ui.SemanticsAction.scrollUp","href":"dart-ui/SemanticsAction/scrollUp-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The equivalent of a user moving their finger across the screen from\nbottom to top.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"setSelection","qualifiedName":"dart:ui.SemanticsAction.setSelection","href":"dart-ui/SemanticsAction/setSelection-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Set the text selection to the given range.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"setText","qualifiedName":"dart:ui.SemanticsAction.setText","href":"dart-ui/SemanticsAction/setText-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Replaces the current text in the text field.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"showOnScreen","qualifiedName":"dart:ui.SemanticsAction.showOnScreen","href":"dart-ui/SemanticsAction/showOnScreen-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A request to fully show the semantics node on screen.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"tap","qualifiedName":"dart:ui.SemanticsAction.tap","href":"dart-ui/SemanticsAction/tap-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The equivalent of a user briefly tapping the screen with the finger\nwithout moving it.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"toString","qualifiedName":"dart:ui.SemanticsAction.toString","href":"dart-ui/SemanticsAction/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"values","qualifiedName":"dart:ui.SemanticsAction.values","href":"dart-ui/SemanticsAction/values.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"SemanticsAction","kind":3,"href":"dart-ui/SemanticsAction-class.html"}},{"name":"SemanticsActionEvent","qualifiedName":"dart:ui.SemanticsActionEvent","href":"dart-ui/SemanticsActionEvent-class.html","kind":3,"packageRank":10,"desc":"An event to request a SemanticsAction of type to be performed on the\nSemanticsNode identified by nodeId owned by the FlutterView identified\nby viewId.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"SemanticsActionEvent.new","qualifiedName":"dart:ui.SemanticsActionEvent.SemanticsActionEvent.new","href":"dart-ui/SemanticsActionEvent/SemanticsActionEvent.html","kind":2,"packageRank":10,"desc":"Creates a SemanticsActionEvent.","enclosedBy":{"name":"SemanticsActionEvent","kind":3,"href":"dart-ui/SemanticsActionEvent-class.html"}},{"name":"arguments","qualifiedName":"dart:ui.SemanticsActionEvent.arguments","href":"dart-ui/SemanticsActionEvent/arguments.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Optional arguments for the action.","enclosedBy":{"name":"SemanticsActionEvent","kind":3,"href":"dart-ui/SemanticsActionEvent-class.html"}},{"name":"copyWith","qualifiedName":"dart:ui.SemanticsActionEvent.copyWith","href":"dart-ui/SemanticsActionEvent/copyWith.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Create a clone of the SemanticsActionEvent but with provided parameters\nreplaced.","enclosedBy":{"name":"SemanticsActionEvent","kind":3,"href":"dart-ui/SemanticsActionEvent-class.html"}},{"name":"nodeId","qualifiedName":"dart:ui.SemanticsActionEvent.nodeId","href":"dart-ui/SemanticsActionEvent/nodeId.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The id of the SemanticsNode on which the action is to be performed.","enclosedBy":{"name":"SemanticsActionEvent","kind":3,"href":"dart-ui/SemanticsActionEvent-class.html"}},{"name":"type","qualifiedName":"dart:ui.SemanticsActionEvent.type","href":"dart-ui/SemanticsActionEvent/type.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The type of action to be performed.","enclosedBy":{"name":"SemanticsActionEvent","kind":3,"href":"dart-ui/SemanticsActionEvent-class.html"}},{"name":"viewId","qualifiedName":"dart:ui.SemanticsActionEvent.viewId","href":"dart-ui/SemanticsActionEvent/viewId.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The id of the FlutterView the SemanticsNode identified by nodeId is\nassociated with.","enclosedBy":{"name":"SemanticsActionEvent","kind":3,"href":"dart-ui/SemanticsActionEvent-class.html"}},{"name":"SemanticsActionEventCallback","qualifiedName":"dart:ui.SemanticsActionEventCallback","href":"dart-ui/SemanticsActionEventCallback.html","kind":21,"packageRank":10,"desc":"Signature for PlatformDispatcher.onSemanticsActionEvent.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"SemanticsFlag","qualifiedName":"dart:ui.SemanticsFlag","href":"dart-ui/SemanticsFlag-class.html","kind":3,"packageRank":10,"desc":"A Boolean value that can be associated with a semantics node.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"fromIndex","qualifiedName":"dart:ui.SemanticsFlag.fromIndex","href":"dart-ui/SemanticsFlag/fromIndex.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"hasCheckedState","qualifiedName":"dart:ui.SemanticsFlag.hasCheckedState","href":"dart-ui/SemanticsFlag/hasCheckedState-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The semantics node has the quality of either being \"checked\" or \"unchecked\".","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"hasEnabledState","qualifiedName":"dart:ui.SemanticsFlag.hasEnabledState","href":"dart-ui/SemanticsFlag/hasEnabledState-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The semantics node has the quality of either being \"enabled\" or\n\"disabled\".","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"hasExpandedState","qualifiedName":"dart:ui.SemanticsFlag.hasExpandedState","href":"dart-ui/SemanticsFlag/hasExpandedState-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The semantics node has the quality of either being \"expanded\" or \"collapsed\".","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"hasImplicitScrolling","qualifiedName":"dart:ui.SemanticsFlag.hasImplicitScrolling","href":"dart-ui/SemanticsFlag/hasImplicitScrolling-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the platform can scroll the semantics node when the user attempts\nto move focus to an offscreen child.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"hasRequiredState","qualifiedName":"dart:ui.SemanticsFlag.hasRequiredState","href":"dart-ui/SemanticsFlag/hasRequiredState-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The semantics node has the quality of either being required or not.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"hasSelectedState","qualifiedName":"dart:ui.SemanticsFlag.hasSelectedState","href":"dart-ui/SemanticsFlag/hasSelectedState-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The semantics node has the quality of either being \"selected\" or \"unselected\".","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"hasToggledState","qualifiedName":"dart:ui.SemanticsFlag.hasToggledState","href":"dart-ui/SemanticsFlag/hasToggledState-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"The semantics node has the quality of either being \"on\" or \"off\".","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"index","qualifiedName":"dart:ui.SemanticsFlag.index","href":"dart-ui/SemanticsFlag/index.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The numerical value for this flag.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isButton","qualifiedName":"dart:ui.SemanticsFlag.isButton","href":"dart-ui/SemanticsFlag/isButton-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node represents a button.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isCheckStateMixed","qualifiedName":"dart:ui.SemanticsFlag.isCheckStateMixed","href":"dart-ui/SemanticsFlag/isCheckStateMixed-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether a tristate checkbox is in its mixed state.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isChecked","qualifiedName":"dart:ui.SemanticsFlag.isChecked","href":"dart-ui/SemanticsFlag/isChecked-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantics node that hasCheckedState is checked.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isEnabled","qualifiedName":"dart:ui.SemanticsFlag.isEnabled","href":"dart-ui/SemanticsFlag/isEnabled-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantic node that hasEnabledState is currently enabled.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isExpanded","qualifiedName":"dart:ui.SemanticsFlag.isExpanded","href":"dart-ui/SemanticsFlag/isExpanded-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantics node is expanded.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isFocusable","qualifiedName":"dart:ui.SemanticsFlag.isFocusable","href":"dart-ui/SemanticsFlag/isFocusable-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node is able to hold the user's focus.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isFocused","qualifiedName":"dart:ui.SemanticsFlag.isFocused","href":"dart-ui/SemanticsFlag/isFocused-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node currently holds the user's focus.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isHeader","qualifiedName":"dart:ui.SemanticsFlag.isHeader","href":"dart-ui/SemanticsFlag/isHeader-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantic node is a header that divides content into sections.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isHidden","qualifiedName":"dart:ui.SemanticsFlag.isHidden","href":"dart-ui/SemanticsFlag/isHidden-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantics node is considered hidden.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isImage","qualifiedName":"dart:ui.SemanticsFlag.isImage","href":"dart-ui/SemanticsFlag/isImage-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantics node represents an image.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isInMutuallyExclusiveGroup","qualifiedName":"dart:ui.SemanticsFlag.isInMutuallyExclusiveGroup","href":"dart-ui/SemanticsFlag/isInMutuallyExclusiveGroup-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantic node is in a mutually exclusive group.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isKeyboardKey","qualifiedName":"dart:ui.SemanticsFlag.isKeyboardKey","href":"dart-ui/SemanticsFlag/isKeyboardKey-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node represents a keyboard key.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isLink","qualifiedName":"dart:ui.SemanticsFlag.isLink","href":"dart-ui/SemanticsFlag/isLink-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node is an interactive link.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isLiveRegion","qualifiedName":"dart:ui.SemanticsFlag.isLiveRegion","href":"dart-ui/SemanticsFlag/isLiveRegion-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantics node is a live region.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isMultiline","qualifiedName":"dart:ui.SemanticsFlag.isMultiline","href":"dart-ui/SemanticsFlag/isMultiline-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the value of the semantics node is coming from a multi-line text\nfield.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isObscured","qualifiedName":"dart:ui.SemanticsFlag.isObscured","href":"dart-ui/SemanticsFlag/isObscured-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the value of the semantics node is obscured.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isReadOnly","qualifiedName":"dart:ui.SemanticsFlag.isReadOnly","href":"dart-ui/SemanticsFlag/isReadOnly-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node is read only.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isRequired","qualifiedName":"dart:ui.SemanticsFlag.isRequired","href":"dart-ui/SemanticsFlag/isRequired-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantics node is required.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isSelected","qualifiedName":"dart:ui.SemanticsFlag.isSelected","href":"dart-ui/SemanticsFlag/isSelected-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantics node is selected.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isSlider","qualifiedName":"dart:ui.SemanticsFlag.isSlider","href":"dart-ui/SemanticsFlag/isSlider-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node represents a slider.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isTextField","qualifiedName":"dart:ui.SemanticsFlag.isTextField","href":"dart-ui/SemanticsFlag/isTextField-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node represents a text field.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"isToggled","qualifiedName":"dart:ui.SemanticsFlag.isToggled","href":"dart-ui/SemanticsFlag/isToggled-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"If true, the semantics node is \"on\". If false, the semantics node is\n\"off\".","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"name","qualifiedName":"dart:ui.SemanticsFlag.name","href":"dart-ui/SemanticsFlag/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A human-readable name for this flag, used for debugging purposes.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"namesRoute","qualifiedName":"dart:ui.SemanticsFlag.namesRoute","href":"dart-ui/SemanticsFlag/namesRoute-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantics node label is the name of a visually distinct\nroute.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"scopesRoute","qualifiedName":"dart:ui.SemanticsFlag.scopesRoute","href":"dart-ui/SemanticsFlag/scopesRoute-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantics node is the root of a subtree for which a route name\nshould be announced.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"toString","qualifiedName":"dart:ui.SemanticsFlag.toString","href":"dart-ui/SemanticsFlag/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"values","qualifiedName":"dart:ui.SemanticsFlag.values","href":"dart-ui/SemanticsFlag/values.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"","enclosedBy":{"name":"SemanticsFlag","kind":3,"href":"dart-ui/SemanticsFlag-class.html"}},{"name":"SemanticsFlags","qualifiedName":"dart:ui.SemanticsFlags","href":"dart-ui/SemanticsFlags-class.html","kind":3,"packageRank":10,"desc":"Represents a collection of boolean flags that convey semantic information\nabout a widget's accessibility state and properties.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"SemanticsFlags.new","qualifiedName":"dart:ui.SemanticsFlags.SemanticsFlags.new","href":"dart-ui/SemanticsFlags/SemanticsFlags.html","kind":2,"packageRank":10,"desc":"Creates a set of semantics flags that describe various states of a widget.\nAll flags default to false unless specified.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"copyWith","qualifiedName":"dart:ui.SemanticsFlags.copyWith","href":"dart-ui/SemanticsFlags/copyWith.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Copy the semantics flags, with some of them optionally replaced.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"hasConflictingFlags","qualifiedName":"dart:ui.SemanticsFlags.hasConflictingFlags","href":"dart-ui/SemanticsFlags/hasConflictingFlags.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Checks if any flags are conflicted in this instance and the other instance.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"hasImplicitScrolling","qualifiedName":"dart:ui.SemanticsFlags.hasImplicitScrolling","href":"dart-ui/SemanticsFlags/hasImplicitScrolling.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the platform can scroll the semantics node when the user attempts\nto move focus to an offscreen child.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"hasRepeatedFlags","qualifiedName":"dart:ui.SemanticsFlags.hasRepeatedFlags","href":"dart-ui/SemanticsFlags/hasRepeatedFlags.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Checks if any of the boolean semantic flags are set to true\nin both this instance and the other instance.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.SemanticsFlags.hashCode","href":"dart-ui/SemanticsFlags/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isAccessibilityFocusBlocked","qualifiedName":"dart:ui.SemanticsFlags.isAccessibilityFocusBlocked","href":"dart-ui/SemanticsFlags/isAccessibilityFocusBlocked.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"whether this node's accessibility focus is blocked.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isButton","qualifiedName":"dart:ui.SemanticsFlags.isButton","href":"dart-ui/SemanticsFlags/isButton.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node represents a button.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isChecked","qualifiedName":"dart:ui.SemanticsFlags.isChecked","href":"dart-ui/SemanticsFlags/isChecked.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The semantics node has the quality of either being \"checked\" or \"unchecked\".","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isEnabled","qualifiedName":"dart:ui.SemanticsFlags.isEnabled","href":"dart-ui/SemanticsFlags/isEnabled.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantic node that hasEnabledState is currently enabled.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isExpanded","qualifiedName":"dart:ui.SemanticsFlags.isExpanded","href":"dart-ui/SemanticsFlags/isExpanded.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantics node is expanded.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isFocused","qualifiedName":"dart:ui.SemanticsFlags.isFocused","href":"dart-ui/SemanticsFlags/isFocused.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node currently holds the user's focus.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isHeader","qualifiedName":"dart:ui.SemanticsFlags.isHeader","href":"dart-ui/SemanticsFlags/isHeader.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantic node is a header that divides content into sections.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isHidden","qualifiedName":"dart:ui.SemanticsFlags.isHidden","href":"dart-ui/SemanticsFlags/isHidden.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantics node is considered hidden.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isImage","qualifiedName":"dart:ui.SemanticsFlags.isImage","href":"dart-ui/SemanticsFlags/isImage.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantics node represents an image.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isInMutuallyExclusiveGroup","qualifiedName":"dart:ui.SemanticsFlags.isInMutuallyExclusiveGroup","href":"dart-ui/SemanticsFlags/isInMutuallyExclusiveGroup.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantic node is in a mutually exclusive group.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isKeyboardKey","qualifiedName":"dart:ui.SemanticsFlags.isKeyboardKey","href":"dart-ui/SemanticsFlags/isKeyboardKey.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node represents a keyboard key.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isLink","qualifiedName":"dart:ui.SemanticsFlags.isLink","href":"dart-ui/SemanticsFlags/isLink.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node is an interactive link.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isLiveRegion","qualifiedName":"dart:ui.SemanticsFlags.isLiveRegion","href":"dart-ui/SemanticsFlags/isLiveRegion.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantics node is a live region.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isMultiline","qualifiedName":"dart:ui.SemanticsFlags.isMultiline","href":"dart-ui/SemanticsFlags/isMultiline.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the value of the semantics node is coming from a multi-line text\nfield.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isObscured","qualifiedName":"dart:ui.SemanticsFlags.isObscured","href":"dart-ui/SemanticsFlags/isObscured.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the value of the semantics node is obscured.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isReadOnly","qualifiedName":"dart:ui.SemanticsFlags.isReadOnly","href":"dart-ui/SemanticsFlags/isReadOnly.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node is read only.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isRequired","qualifiedName":"dart:ui.SemanticsFlags.isRequired","href":"dart-ui/SemanticsFlags/isRequired.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantics node is required.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isSelected","qualifiedName":"dart:ui.SemanticsFlags.isSelected","href":"dart-ui/SemanticsFlags/isSelected.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether a semantics node is selected.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isSlider","qualifiedName":"dart:ui.SemanticsFlags.isSlider","href":"dart-ui/SemanticsFlags/isSlider.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node represents a slider.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isTextField","qualifiedName":"dart:ui.SemanticsFlags.isTextField","href":"dart-ui/SemanticsFlags/isTextField.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantic node represents a text field.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"isToggled","qualifiedName":"dart:ui.SemanticsFlags.isToggled","href":"dart-ui/SemanticsFlags/isToggled.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"If true, the semantics node is \"on\". If false, the semantics node is\n\"off\".","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"merge","qualifiedName":"dart:ui.SemanticsFlags.merge","href":"dart-ui/SemanticsFlags/merge.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Combines two sets of flags, such that if a flag it set to true in any of the two sets, the resulting set contains that flag set to true.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"namesRoute","qualifiedName":"dart:ui.SemanticsFlags.namesRoute","href":"dart-ui/SemanticsFlags/namesRoute.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantics node label is the name of a visually distinct\nroute.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"none","qualifiedName":"dart:ui.SemanticsFlags.none","href":"dart-ui/SemanticsFlags/none.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The set of semantics flags with every flag set to false.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.SemanticsFlags.operator ==","href":"dart-ui/SemanticsFlags/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"scopesRoute","qualifiedName":"dart:ui.SemanticsFlags.scopesRoute","href":"dart-ui/SemanticsFlags/scopesRoute.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the semantics node is the root of a subtree for which a route name\nshould be announced.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"toStrings","qualifiedName":"dart:ui.SemanticsFlags.toStrings","href":"dart-ui/SemanticsFlags/toStrings.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Convert flags to a list of string.","enclosedBy":{"name":"SemanticsFlags","kind":3,"href":"dart-ui/SemanticsFlags-class.html"}},{"name":"SemanticsHitTestBehavior","qualifiedName":"dart:ui.SemanticsHitTestBehavior","href":"dart-ui/SemanticsHitTestBehavior.html","kind":5,"packageRank":10,"desc":"Describes how a semantic node should behave during hit testing.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.SemanticsHitTestBehavior.values","href":"dart-ui/SemanticsHitTestBehavior/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"SemanticsHitTestBehavior","kind":5,"href":"dart-ui/SemanticsHitTestBehavior.html"}},{"name":"SemanticsInputType","qualifiedName":"dart:ui.SemanticsInputType","href":"dart-ui/SemanticsInputType.html","kind":5,"packageRank":10,"desc":"Describe the type of data for an input field.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.SemanticsInputType.values","href":"dart-ui/SemanticsInputType/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"SemanticsInputType","kind":5,"href":"dart-ui/SemanticsInputType.html"}},{"name":"SemanticsRole","qualifiedName":"dart:ui.SemanticsRole","href":"dart-ui/SemanticsRole.html","kind":5,"packageRank":10,"desc":"An enum to describe the role for a semantics node.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.SemanticsRole.values","href":"dart-ui/SemanticsRole/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"SemanticsRole","kind":5,"href":"dart-ui/SemanticsRole.html"}},{"name":"SemanticsUpdate","qualifiedName":"dart:ui.SemanticsUpdate","href":"dart-ui/SemanticsUpdate-class.html","kind":3,"packageRank":10,"desc":"An opaque object representing a batch of semantics updates.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"SemanticsUpdate.new","qualifiedName":"dart:ui.SemanticsUpdate.SemanticsUpdate.new","href":"dart-ui/SemanticsUpdate/SemanticsUpdate.html","kind":2,"packageRank":10,"desc":"","enclosedBy":{"name":"SemanticsUpdate","kind":3,"href":"dart-ui/SemanticsUpdate-class.html"}},{"name":"dispose","qualifiedName":"dart:ui.SemanticsUpdate.dispose","href":"dart-ui/SemanticsUpdate/dispose.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Releases the resources used by this semantics update.","enclosedBy":{"name":"SemanticsUpdate","kind":3,"href":"dart-ui/SemanticsUpdate-class.html"}},{"name":"SemanticsUpdateBuilder","qualifiedName":"dart:ui.SemanticsUpdateBuilder","href":"dart-ui/SemanticsUpdateBuilder-class.html","kind":3,"packageRank":10,"desc":"An object that creates SemanticsUpdate objects.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"SemanticsUpdateBuilder.new","qualifiedName":"dart:ui.SemanticsUpdateBuilder.SemanticsUpdateBuilder.new","href":"dart-ui/SemanticsUpdateBuilder/SemanticsUpdateBuilder.html","kind":2,"packageRank":10,"desc":"Creates an empty SemanticsUpdateBuilder object.","enclosedBy":{"name":"SemanticsUpdateBuilder","kind":3,"href":"dart-ui/SemanticsUpdateBuilder-class.html"}},{"name":"build","qualifiedName":"dart:ui.SemanticsUpdateBuilder.build","href":"dart-ui/SemanticsUpdateBuilder/build.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a SemanticsUpdate object that encapsulates the updates recorded\nby this object.","enclosedBy":{"name":"SemanticsUpdateBuilder","kind":3,"href":"dart-ui/SemanticsUpdateBuilder-class.html"}},{"name":"updateCustomAction","qualifiedName":"dart:ui.SemanticsUpdateBuilder.updateCustomAction","href":"dart-ui/SemanticsUpdateBuilder/updateCustomAction.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Update the custom semantics action associated with the given id.","enclosedBy":{"name":"SemanticsUpdateBuilder","kind":3,"href":"dart-ui/SemanticsUpdateBuilder-class.html"}},{"name":"updateNode","qualifiedName":"dart:ui.SemanticsUpdateBuilder.updateNode","href":"dart-ui/SemanticsUpdateBuilder/updateNode.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Update the information associated with the node with the given id.","enclosedBy":{"name":"SemanticsUpdateBuilder","kind":3,"href":"dart-ui/SemanticsUpdateBuilder-class.html"}},{"name":"SemanticsValidationResult","qualifiedName":"dart:ui.SemanticsValidationResult","href":"dart-ui/SemanticsValidationResult.html","kind":5,"packageRank":10,"desc":"The validation result of a form field.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.SemanticsValidationResult.values","href":"dart-ui/SemanticsValidationResult/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"SemanticsValidationResult","kind":5,"href":"dart-ui/SemanticsValidationResult.html"}},{"name":"Shader","qualifiedName":"dart:ui.Shader","href":"dart-ui/Shader-class.html","kind":3,"packageRank":10,"desc":"Base class for objects such as Gradient and ImageShader which\ncorrespond to shaders as used by Paint.shader.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"debugDisposed","qualifiedName":"dart:ui.Shader.debugDisposed","href":"dart-ui/Shader/debugDisposed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether dispose has been called.","enclosedBy":{"name":"Shader","kind":3,"href":"dart-ui/Shader-class.html"}},{"name":"dispose","qualifiedName":"dart:ui.Shader.dispose","href":"dart-ui/Shader/dispose.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"Shader","kind":3,"href":"dart-ui/Shader-class.html"}},{"name":"ShaderMaskEngineLayer","qualifiedName":"dart:ui.ShaderMaskEngineLayer","href":"dart-ui/ShaderMaskEngineLayer-class.html","kind":3,"packageRank":10,"desc":"An opaque handle to a shader mask engine layer.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dispose","qualifiedName":"dart:ui.ShaderMaskEngineLayer.dispose","href":"dart-ui/ShaderMaskEngineLayer/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"ShaderMaskEngineLayer","kind":3,"href":"dart-ui/ShaderMaskEngineLayer-class.html"}},{"name":"Shadow","qualifiedName":"dart:ui.Shadow","href":"dart-ui/Shadow-class.html","kind":3,"packageRank":10,"desc":"A single shadow.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Shadow.new","qualifiedName":"dart:ui.Shadow.Shadow.new","href":"dart-ui/Shadow/Shadow.html","kind":2,"packageRank":10,"desc":"Construct a shadow.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"blurRadius","qualifiedName":"dart:ui.Shadow.blurRadius","href":"dart-ui/Shadow/blurRadius.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The standard deviation of the Gaussian to convolve with the shadow's shape.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"blurSigma","qualifiedName":"dart:ui.Shadow.blurSigma","href":"dart-ui/Shadow/blurSigma.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The blurRadius in sigmas instead of logical pixels.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"color","qualifiedName":"dart:ui.Shadow.color","href":"dart-ui/Shadow/color.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Color that the shadow will be drawn with.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"convertRadiusToSigma","qualifiedName":"dart:ui.Shadow.convertRadiusToSigma","href":"dart-ui/Shadow/convertRadiusToSigma.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Converts a blur radius in pixels to sigmas.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.Shadow.hashCode","href":"dart-ui/Shadow/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"lerp","qualifiedName":"dart:ui.Shadow.lerp","href":"dart-ui/Shadow/lerp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Linearly interpolate between two shadows.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"lerpList","qualifiedName":"dart:ui.Shadow.lerpList","href":"dart-ui/Shadow/lerpList.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Linearly interpolate between two lists of shadows.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"offset","qualifiedName":"dart:ui.Shadow.offset","href":"dart-ui/Shadow/offset.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The displacement of the shadow from the casting element.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.Shadow.operator ==","href":"dart-ui/Shadow/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"scale","qualifiedName":"dart:ui.Shadow.scale","href":"dart-ui/Shadow/scale.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a new shadow with its offset and blurRadius scaled by the given\nfactor.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"toPaint","qualifiedName":"dart:ui.Shadow.toPaint","href":"dart-ui/Shadow/toPaint.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Create the Paint object that corresponds to this shadow description.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"toString","qualifiedName":"dart:ui.Shadow.toString","href":"dart-ui/Shadow/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Shadow","kind":3,"href":"dart-ui/Shadow-class.html"}},{"name":"SingletonFlutterWindow","qualifiedName":"dart:ui.SingletonFlutterWindow","href":"dart-ui/SingletonFlutterWindow-class.html","kind":3,"packageRank":10,"desc":"Deprecated. Will be removed in a future version of Flutter.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"accessibilityFeatures","qualifiedName":"dart:ui.SingletonFlutterWindow.accessibilityFeatures","href":"dart-ui/SingletonFlutterWindow/accessibilityFeatures.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Additional accessibility features that may be enabled by the platform.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"alwaysUse24HourFormat","qualifiedName":"dart:ui.SingletonFlutterWindow.alwaysUse24HourFormat","href":"dart-ui/SingletonFlutterWindow/alwaysUse24HourFormat.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The setting indicating whether time should always be shown in the 24-hour\nformat.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"brieflyShowPassword","qualifiedName":"dart:ui.SingletonFlutterWindow.brieflyShowPassword","href":"dart-ui/SingletonFlutterWindow/brieflyShowPassword.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether briefly displaying the characters as you type in obscured text\nfields is enabled in system settings.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"computePlatformResolvedLocale","qualifiedName":"dart:ui.SingletonFlutterWindow.computePlatformResolvedLocale","href":"dart-ui/SingletonFlutterWindow/computePlatformResolvedLocale.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Performs the platform-native locale resolution.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"defaultRouteName","qualifiedName":"dart:ui.SingletonFlutterWindow.defaultRouteName","href":"dart-ui/SingletonFlutterWindow/defaultRouteName.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The route or path that the embedder requested when the application was\nlaunched.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"frameData","qualifiedName":"dart:ui.SingletonFlutterWindow.frameData","href":"dart-ui/SingletonFlutterWindow/frameData.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The FrameData object for the current frame.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"initialLifecycleState","qualifiedName":"dart:ui.SingletonFlutterWindow.initialLifecycleState","href":"dart-ui/SingletonFlutterWindow/initialLifecycleState.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The lifecycle state immediately after dart isolate initialization.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"locale","qualifiedName":"dart:ui.SingletonFlutterWindow.locale","href":"dart-ui/SingletonFlutterWindow/locale.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The system-reported default locale of the device.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"locales","qualifiedName":"dart:ui.SingletonFlutterWindow.locales","href":"dart-ui/SingletonFlutterWindow/locales.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The full system-reported supported locales of the device.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"nativeSpellCheckServiceDefined","qualifiedName":"dart:ui.SingletonFlutterWindow.nativeSpellCheckServiceDefined","href":"dart-ui/SingletonFlutterWindow/nativeSpellCheckServiceDefined.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the spell check service is supported on the current platform.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onAccessibilityFeaturesChanged","qualifiedName":"dart:ui.SingletonFlutterWindow.onAccessibilityFeaturesChanged","href":"dart-ui/SingletonFlutterWindow/onAccessibilityFeaturesChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked when the value of accessibilityFeatures changes.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onBeginFrame","qualifiedName":"dart:ui.SingletonFlutterWindow.onBeginFrame","href":"dart-ui/SingletonFlutterWindow/onBeginFrame.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked to notify the window that it is an appropriate\ntime to provide a scene using the SceneBuilder API and the render\nmethod.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onDrawFrame","qualifiedName":"dart:ui.SingletonFlutterWindow.onDrawFrame","href":"dart-ui/SingletonFlutterWindow/onDrawFrame.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked for each frame after onBeginFrame has\ncompleted and after the microtask queue has been drained.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onFrameDataChanged","qualifiedName":"dart:ui.SingletonFlutterWindow.onFrameDataChanged","href":"dart-ui/SingletonFlutterWindow/onFrameDataChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked when the window updates the FrameData.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onKeyData","qualifiedName":"dart:ui.SingletonFlutterWindow.onKeyData","href":"dart-ui/SingletonFlutterWindow/onKeyData.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked when key data is available.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onLocaleChanged","qualifiedName":"dart:ui.SingletonFlutterWindow.onLocaleChanged","href":"dart-ui/SingletonFlutterWindow/onLocaleChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked whenever locale changes value.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onMetricsChanged","qualifiedName":"dart:ui.SingletonFlutterWindow.onMetricsChanged","href":"dart-ui/SingletonFlutterWindow/onMetricsChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked whenever the devicePixelRatio,\nphysicalSize, padding, viewInsets, PlatformDispatcher.views, or\nsystemGestureInsets values change.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onPlatformBrightnessChanged","qualifiedName":"dart:ui.SingletonFlutterWindow.onPlatformBrightnessChanged","href":"dart-ui/SingletonFlutterWindow/onPlatformBrightnessChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked whenever platformBrightness changes value.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onPlatformMessage","qualifiedName":"dart:ui.SingletonFlutterWindow.onPlatformMessage","href":"dart-ui/SingletonFlutterWindow/onPlatformMessage.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Deprecated. Migrate to ChannelBuffers.setListener instead.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onPointerDataPacket","qualifiedName":"dart:ui.SingletonFlutterWindow.onPointerDataPacket","href":"dart-ui/SingletonFlutterWindow/onPointerDataPacket.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked when pointer data is available.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onReportTimings","qualifiedName":"dart:ui.SingletonFlutterWindow.onReportTimings","href":"dart-ui/SingletonFlutterWindow/onReportTimings.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked to report the FrameTiming of recently\nrasterized frames.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onSemanticsEnabledChanged","qualifiedName":"dart:ui.SingletonFlutterWindow.onSemanticsEnabledChanged","href":"dart-ui/SingletonFlutterWindow/onSemanticsEnabledChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked when the value of semanticsEnabled changes.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onSystemFontFamilyChanged","qualifiedName":"dart:ui.SingletonFlutterWindow.onSystemFontFamilyChanged","href":"dart-ui/SingletonFlutterWindow/onSystemFontFamilyChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked whenever systemFontFamily changes value.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"onTextScaleFactorChanged","qualifiedName":"dart:ui.SingletonFlutterWindow.onTextScaleFactorChanged","href":"dart-ui/SingletonFlutterWindow/onTextScaleFactorChanged.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A callback that is invoked whenever textScaleFactor changes value.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"platformBrightness","qualifiedName":"dart:ui.SingletonFlutterWindow.platformBrightness","href":"dart-ui/SingletonFlutterWindow/platformBrightness.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The setting indicating the current brightness mode of the host platform.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"scheduleFrame","qualifiedName":"dart:ui.SingletonFlutterWindow.scheduleFrame","href":"dart-ui/SingletonFlutterWindow/scheduleFrame.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Requests that, at the next appropriate opportunity, the onBeginFrame and\nonDrawFrame callbacks be invoked.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"semanticsEnabled","qualifiedName":"dart:ui.SingletonFlutterWindow.semanticsEnabled","href":"dart-ui/SingletonFlutterWindow/semanticsEnabled.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the user has requested that updateSemantics be called when\nthe semantic contents of window changes.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"sendPlatformMessage","qualifiedName":"dart:ui.SingletonFlutterWindow.sendPlatformMessage","href":"dart-ui/SingletonFlutterWindow/sendPlatformMessage.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Sends a message to a platform-specific plugin.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"setIsolateDebugName","qualifiedName":"dart:ui.SingletonFlutterWindow.setIsolateDebugName","href":"dart-ui/SingletonFlutterWindow/setIsolateDebugName.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Set the debug name associated with this platform dispatcher's root\nisolate.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"supportsShowingSystemContextMenu","qualifiedName":"dart:ui.SingletonFlutterWindow.supportsShowingSystemContextMenu","href":"dart-ui/SingletonFlutterWindow/supportsShowingSystemContextMenu.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the spell check service is supported on the current platform.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"systemFontFamily","qualifiedName":"dart:ui.SingletonFlutterWindow.systemFontFamily","href":"dart-ui/SingletonFlutterWindow/systemFontFamily.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The setting indicating the system font of the host platform.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"textScaleFactor","qualifiedName":"dart:ui.SingletonFlutterWindow.textScaleFactor","href":"dart-ui/SingletonFlutterWindow/textScaleFactor.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The system-reported text scale.","enclosedBy":{"name":"SingletonFlutterWindow","kind":3,"href":"dart-ui/SingletonFlutterWindow-class.html"}},{"name":"Size","qualifiedName":"dart:ui.Size","href":"dart-ui/Size-class.html","kind":3,"packageRank":10,"desc":"Holds a 2D floating-point size.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Size.copy","qualifiedName":"dart:ui.Size.Size.copy","href":"dart-ui/Size/Size.copy.html","kind":2,"packageRank":10,"desc":"Creates an instance of Size that has the same values as another.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"Size.fromHeight","qualifiedName":"dart:ui.Size.Size.fromHeight","href":"dart-ui/Size/Size.fromHeight.html","kind":2,"packageRank":10,"desc":"Creates a Size with the given height and an infinite width.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"Size.fromRadius","qualifiedName":"dart:ui.Size.Size.fromRadius","href":"dart-ui/Size/Size.fromRadius.html","kind":2,"packageRank":10,"desc":"Creates a square Size whose width and height are twice the given\ndimension.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"Size.fromWidth","qualifiedName":"dart:ui.Size.Size.fromWidth","href":"dart-ui/Size/Size.fromWidth.html","kind":2,"packageRank":10,"desc":"Creates a Size with the given width and an infinite height.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"Size.new","qualifiedName":"dart:ui.Size.Size.new","href":"dart-ui/Size/Size.html","kind":2,"packageRank":10,"desc":"Creates a Size with the given width and height.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"Size.square","qualifiedName":"dart:ui.Size.Size.square","href":"dart-ui/Size/Size.square.html","kind":2,"packageRank":10,"desc":"Creates a square Size whose width and height are the given dimension.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"aspectRatio","qualifiedName":"dart:ui.Size.aspectRatio","href":"dart-ui/Size/aspectRatio.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The aspect ratio of this size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"bottomCenter","qualifiedName":"dart:ui.Size.bottomCenter","href":"dart-ui/Size/bottomCenter.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the center of the bottom edge of the rectangle described by\nthe given offset (which is interpreted as the top-left corner) and this\nsize.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"bottomLeft","qualifiedName":"dart:ui.Size.bottomLeft","href":"dart-ui/Size/bottomLeft.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the intersection of the bottom and left edges of the\nrectangle described by the given offset (which is interpreted as the\ntop-left corner) and this size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"bottomRight","qualifiedName":"dart:ui.Size.bottomRight","href":"dart-ui/Size/bottomRight.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the intersection of the bottom and right edges of the\nrectangle described by the given offset (which is interpreted as the\ntop-left corner) and this size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"center","qualifiedName":"dart:ui.Size.center","href":"dart-ui/Size/center.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the point halfway between the left and right and the top and\nbottom edges of the rectangle described by the given offset (which is\ninterpreted as the top-left corner) and this size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"centerLeft","qualifiedName":"dart:ui.Size.centerLeft","href":"dart-ui/Size/centerLeft.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the center of the left edge of the rectangle described by the\ngiven offset (which is interpreted as the top-left corner) and this size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"centerRight","qualifiedName":"dart:ui.Size.centerRight","href":"dart-ui/Size/centerRight.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the center of the right edge of the rectangle described by the\ngiven offset (which is interpreted as the top-left corner) and this size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"contains","qualifiedName":"dart:ui.Size.contains","href":"dart-ui/Size/contains.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether the point specified by the given offset (which is assumed to be\nrelative to the top left of the size) lies between the left and right and\nthe top and bottom edges of a rectangle of this size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"flipped","qualifiedName":"dart:ui.Size.flipped","href":"dart-ui/Size/flipped.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A Size with the width and height swapped.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.Size.hashCode","href":"dart-ui/Size/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"height","qualifiedName":"dart:ui.Size.height","href":"dart-ui/Size/height.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The vertical extent of this size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"infinite","qualifiedName":"dart:ui.Size.infinite","href":"dart-ui/Size/infinite-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A size whose width and height are infinite.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"isEmpty","qualifiedName":"dart:ui.Size.isEmpty","href":"dart-ui/Size/isEmpty.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this size encloses a zero area.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"lerp","qualifiedName":"dart:ui.Size.lerp","href":"dart-ui/Size/lerp.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Linearly interpolate between two sizes","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"longestSide","qualifiedName":"dart:ui.Size.longestSide","href":"dart-ui/Size/longestSide.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The greater of the magnitudes of the width and the height.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"operator %","qualifiedName":"dart:ui.Size.operator %","href":"dart-ui/Size/operator_modulo.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Modulo (remainder) operator.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"operator *","qualifiedName":"dart:ui.Size.operator *","href":"dart-ui/Size/operator_multiply.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Multiplication operator.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"operator +","qualifiedName":"dart:ui.Size.operator +","href":"dart-ui/Size/operator_plus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Binary addition operator for adding an Offset to a Size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"operator -","qualifiedName":"dart:ui.Size.operator -","href":"dart-ui/Size/operator_minus.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Binary subtraction operator for Size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"operator /","qualifiedName":"dart:ui.Size.operator /","href":"dart-ui/Size/operator_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Division operator.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.Size.operator ==","href":"dart-ui/Size/operator_equals.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"Compares two Sizes for equality.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"operator ~/","qualifiedName":"dart:ui.Size.operator ~/","href":"dart-ui/Size/operator_truncate_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Integer (truncating) division operator.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"shortestSide","qualifiedName":"dart:ui.Size.shortestSide","href":"dart-ui/Size/shortestSide.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The lesser of the magnitudes of the width and the height.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"toString","qualifiedName":"dart:ui.Size.toString","href":"dart-ui/Size/toString.html","kind":10,"overriddenDepth":2,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"topCenter","qualifiedName":"dart:ui.Size.topCenter","href":"dart-ui/Size/topCenter.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the center of the top edge of the rectangle described by the\ngiven offset (which is interpreted as the top-left corner) and this size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"topLeft","qualifiedName":"dart:ui.Size.topLeft","href":"dart-ui/Size/topLeft.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the intersection of the top and left edges of the rectangle\ndescribed by the given Offset (which is interpreted as the top-left corner)\nand this Size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"topRight","qualifiedName":"dart:ui.Size.topRight","href":"dart-ui/Size/topRight.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The offset to the intersection of the top and right edges of the rectangle\ndescribed by the given offset (which is interpreted as the top-left corner)\nand this size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"width","qualifiedName":"dart:ui.Size.width","href":"dart-ui/Size/width.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The horizontal extent of this size.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"zero","qualifiedName":"dart:ui.Size.zero","href":"dart-ui/Size/zero-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"An empty size, one with a zero width and a zero height.","enclosedBy":{"name":"Size","kind":3,"href":"dart-ui/Size-class.html"}},{"name":"SpellOutStringAttribute","qualifiedName":"dart:ui.SpellOutStringAttribute","href":"dart-ui/SpellOutStringAttribute-class.html","kind":3,"packageRank":10,"desc":"A string attribute that causes the assistive technologies, e.g. VoiceOver,\nto spell out the string character by character.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"SpellOutStringAttribute.new","qualifiedName":"dart:ui.SpellOutStringAttribute.SpellOutStringAttribute.new","href":"dart-ui/SpellOutStringAttribute/SpellOutStringAttribute.html","kind":2,"packageRank":10,"desc":"Creates a string attribute that denotes the text in range must be\nspell out when the assistive technologies announce the string.","enclosedBy":{"name":"SpellOutStringAttribute","kind":3,"href":"dart-ui/SpellOutStringAttribute-class.html"}},{"name":"copy","qualifiedName":"dart:ui.SpellOutStringAttribute.copy","href":"dart-ui/SpellOutStringAttribute/copy.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Creates a new attribute with all properties copied except for range, which\nis updated to the specified value.","enclosedBy":{"name":"SpellOutStringAttribute","kind":3,"href":"dart-ui/SpellOutStringAttribute-class.html"}},{"name":"toString","qualifiedName":"dart:ui.SpellOutStringAttribute.toString","href":"dart-ui/SpellOutStringAttribute/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"SpellOutStringAttribute","kind":3,"href":"dart-ui/SpellOutStringAttribute-class.html"}},{"name":"StringAttribute","qualifiedName":"dart:ui.StringAttribute","href":"dart-ui/StringAttribute-class.html","kind":3,"packageRank":10,"desc":"An abstract interface for string attributes that affects how assistive\ntechnologies, e.g. VoiceOver or TalkBack, treat the text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"copy","qualifiedName":"dart:ui.StringAttribute.copy","href":"dart-ui/StringAttribute/copy.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Creates a new attribute with all properties copied except for range, which\nis updated to the specified value.","enclosedBy":{"name":"StringAttribute","kind":3,"href":"dart-ui/StringAttribute-class.html"}},{"name":"range","qualifiedName":"dart:ui.StringAttribute.range","href":"dart-ui/StringAttribute/range.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The range of the text to which this attribute applies.","enclosedBy":{"name":"StringAttribute","kind":3,"href":"dart-ui/StringAttribute-class.html"}},{"name":"StrokeCap","qualifiedName":"dart:ui.StrokeCap","href":"dart-ui/StrokeCap.html","kind":5,"packageRank":10,"desc":"Styles to use for line endings.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.StrokeCap.values","href":"dart-ui/StrokeCap/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"StrokeCap","kind":5,"href":"dart-ui/StrokeCap.html"}},{"name":"StrokeJoin","qualifiedName":"dart:ui.StrokeJoin","href":"dart-ui/StrokeJoin.html","kind":5,"packageRank":10,"desc":"Styles to use for line segment joins.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.StrokeJoin.values","href":"dart-ui/StrokeJoin/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"StrokeJoin","kind":5,"href":"dart-ui/StrokeJoin.html"}},{"name":"StrutStyle","qualifiedName":"dart:ui.StrutStyle","href":"dart-ui/StrutStyle-class.html","kind":3,"packageRank":10,"desc":"See also:","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"StrutStyle.new","qualifiedName":"dart:ui.StrutStyle.StrutStyle.new","href":"dart-ui/StrutStyle/StrutStyle.html","kind":2,"packageRank":10,"desc":"Creates a new StrutStyle object.","enclosedBy":{"name":"StrutStyle","kind":3,"href":"dart-ui/StrutStyle-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.StrutStyle.hashCode","href":"dart-ui/StrutStyle/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"StrutStyle","kind":3,"href":"dart-ui/StrutStyle-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.StrutStyle.operator ==","href":"dart-ui/StrutStyle/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"StrutStyle","kind":3,"href":"dart-ui/StrutStyle-class.html"}},{"name":"SystemColor","qualifiedName":"dart:ui.SystemColor","href":"dart-ui/SystemColor-class.html","kind":3,"packageRank":10,"desc":"A color specified in the operating system UI color palette.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"SystemColor.new","qualifiedName":"dart:ui.SystemColor.SystemColor.new","href":"dart-ui/SystemColor/SystemColor.html","kind":2,"packageRank":10,"desc":"Creates an instance of a system color.","enclosedBy":{"name":"SystemColor","kind":3,"href":"dart-ui/SystemColor-class.html"}},{"name":"dark","qualifiedName":"dart:ui.SystemColor.dark","href":"dart-ui/SystemColor/dark.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A palette of system colors for dark mode.","enclosedBy":{"name":"SystemColor","kind":3,"href":"dart-ui/SystemColor-class.html"}},{"name":"isSupported","qualifiedName":"dart:ui.SystemColor.isSupported","href":"dart-ui/SystemColor/isSupported.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns true if the current platform provides the system color with the\ngiven name.","enclosedBy":{"name":"SystemColor","kind":3,"href":"dart-ui/SystemColor-class.html"}},{"name":"light","qualifiedName":"dart:ui.SystemColor.light","href":"dart-ui/SystemColor/light.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"A palette of system colors for light mode.","enclosedBy":{"name":"SystemColor","kind":3,"href":"dart-ui/SystemColor-class.html"}},{"name":"name","qualifiedName":"dart:ui.SystemColor.name","href":"dart-ui/SystemColor/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Standard system color name, as defined by W3C CSS specification.","enclosedBy":{"name":"SystemColor","kind":3,"href":"dart-ui/SystemColor-class.html"}},{"name":"platformProvidesSystemColors","qualifiedName":"dart:ui.SystemColor.platformProvidesSystemColors","href":"dart-ui/SystemColor/platformProvidesSystemColors.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns true if the current platform provides system colors.","enclosedBy":{"name":"SystemColor","kind":3,"href":"dart-ui/SystemColor-class.html"}},{"name":"value","qualifiedName":"dart:ui.SystemColor.value","href":"dart-ui/SystemColor/value.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The color value used for the color named name, if supported.","enclosedBy":{"name":"SystemColor","kind":3,"href":"dart-ui/SystemColor-class.html"}},{"name":"SystemColorPalette","qualifiedName":"dart:ui.SystemColorPalette","href":"dart-ui/SystemColorPalette-class.html","kind":3,"packageRank":10,"desc":"A palette of system colors specified in the operating system for a given brightness.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"accentColor","qualifiedName":"dart:ui.SystemColorPalette.accentColor","href":"dart-ui/SystemColorPalette/accentColor.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"AccentColor\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"accentColorText","qualifiedName":"dart:ui.SystemColorPalette.accentColorText","href":"dart-ui/SystemColorPalette/accentColorText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"AccentColorText\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"activeText","qualifiedName":"dart:ui.SystemColorPalette.activeText","href":"dart-ui/SystemColorPalette/activeText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"ActiveText\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"brightness","qualifiedName":"dart:ui.SystemColorPalette.brightness","href":"dart-ui/SystemColorPalette/brightness.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The brightness mode for which this palette is defined.","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"buttonBorder","qualifiedName":"dart:ui.SystemColorPalette.buttonBorder","href":"dart-ui/SystemColorPalette/buttonBorder.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"ButtonBorder\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"buttonFace","qualifiedName":"dart:ui.SystemColorPalette.buttonFace","href":"dart-ui/SystemColorPalette/buttonFace.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"ButtonFace\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"buttonText","qualifiedName":"dart:ui.SystemColorPalette.buttonText","href":"dart-ui/SystemColorPalette/buttonText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"ButtonText\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"canvas","qualifiedName":"dart:ui.SystemColorPalette.canvas","href":"dart-ui/SystemColorPalette/canvas.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"Canvas\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"canvasText","qualifiedName":"dart:ui.SystemColorPalette.canvasText","href":"dart-ui/SystemColorPalette/canvasText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"CanvasText\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"field","qualifiedName":"dart:ui.SystemColorPalette.field","href":"dart-ui/SystemColorPalette/field.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"Field\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"fieldText","qualifiedName":"dart:ui.SystemColorPalette.fieldText","href":"dart-ui/SystemColorPalette/fieldText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"FieldText\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"grayText","qualifiedName":"dart:ui.SystemColorPalette.grayText","href":"dart-ui/SystemColorPalette/grayText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"GrayText\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"highlight","qualifiedName":"dart:ui.SystemColorPalette.highlight","href":"dart-ui/SystemColorPalette/highlight.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"Highlight\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"highlightText","qualifiedName":"dart:ui.SystemColorPalette.highlightText","href":"dart-ui/SystemColorPalette/highlightText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"HighlightText\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"linkText","qualifiedName":"dart:ui.SystemColorPalette.linkText","href":"dart-ui/SystemColorPalette/linkText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"LinkText\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"mark","qualifiedName":"dart:ui.SystemColorPalette.mark","href":"dart-ui/SystemColorPalette/mark.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"Mark\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"markText","qualifiedName":"dart:ui.SystemColorPalette.markText","href":"dart-ui/SystemColorPalette/markText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"MarkText\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"selectedItem","qualifiedName":"dart:ui.SystemColorPalette.selectedItem","href":"dart-ui/SystemColorPalette/selectedItem.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"SelectedItem\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"selectedItemText","qualifiedName":"dart:ui.SystemColorPalette.selectedItemText","href":"dart-ui/SystemColorPalette/selectedItemText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"SelectedItemText\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"visitedText","qualifiedName":"dart:ui.SystemColorPalette.visitedText","href":"dart-ui/SystemColorPalette/visitedText.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Returns system color named \"VisitedText\".","enclosedBy":{"name":"SystemColorPalette","kind":3,"href":"dart-ui/SystemColorPalette-class.html"}},{"name":"Tangent","qualifiedName":"dart:ui.Tangent","href":"dart-ui/Tangent-class.html","kind":3,"packageRank":10,"desc":"The geometric description of a tangent: the angle at a point.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Tangent.fromAngle","qualifiedName":"dart:ui.Tangent.Tangent.fromAngle","href":"dart-ui/Tangent/Tangent.fromAngle.html","kind":2,"packageRank":10,"desc":"Creates a Tangent based on the angle rather than the vector.","enclosedBy":{"name":"Tangent","kind":3,"href":"dart-ui/Tangent-class.html"}},{"name":"Tangent.new","qualifiedName":"dart:ui.Tangent.Tangent.new","href":"dart-ui/Tangent/Tangent.html","kind":2,"packageRank":10,"desc":"Creates a Tangent with the given values.","enclosedBy":{"name":"Tangent","kind":3,"href":"dart-ui/Tangent-class.html"}},{"name":"angle","qualifiedName":"dart:ui.Tangent.angle","href":"dart-ui/Tangent/angle.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The direction of the curve at position.","enclosedBy":{"name":"Tangent","kind":3,"href":"dart-ui/Tangent-class.html"}},{"name":"position","qualifiedName":"dart:ui.Tangent.position","href":"dart-ui/Tangent/position.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Position of the tangent.","enclosedBy":{"name":"Tangent","kind":3,"href":"dart-ui/Tangent-class.html"}},{"name":"vector","qualifiedName":"dart:ui.Tangent.vector","href":"dart-ui/Tangent/vector.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The vector of the curve at position.","enclosedBy":{"name":"Tangent","kind":3,"href":"dart-ui/Tangent-class.html"}},{"name":"TargetImageSize","qualifiedName":"dart:ui.TargetImageSize","href":"dart-ui/TargetImageSize-class.html","kind":3,"packageRank":10,"desc":"A specification of the size to which an image should be decoded.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"TargetImageSize.new","qualifiedName":"dart:ui.TargetImageSize.TargetImageSize.new","href":"dart-ui/TargetImageSize/TargetImageSize.html","kind":2,"packageRank":10,"desc":"Creates a new instance of this class.","enclosedBy":{"name":"TargetImageSize","kind":3,"href":"dart-ui/TargetImageSize-class.html"}},{"name":"height","qualifiedName":"dart:ui.TargetImageSize.height","href":"dart-ui/TargetImageSize/height.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The height into which to load the image.","enclosedBy":{"name":"TargetImageSize","kind":3,"href":"dart-ui/TargetImageSize-class.html"}},{"name":"toString","qualifiedName":"dart:ui.TargetImageSize.toString","href":"dart-ui/TargetImageSize/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"TargetImageSize","kind":3,"href":"dart-ui/TargetImageSize-class.html"}},{"name":"width","qualifiedName":"dart:ui.TargetImageSize.width","href":"dart-ui/TargetImageSize/width.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The width into which to load the image.","enclosedBy":{"name":"TargetImageSize","kind":3,"href":"dart-ui/TargetImageSize-class.html"}},{"name":"TargetImageSizeCallback","qualifiedName":"dart:ui.TargetImageSizeCallback","href":"dart-ui/TargetImageSizeCallback.html","kind":21,"packageRank":10,"desc":"Signature for a callback that determines the size to which an image should\nbe decoded given its intrinsic size.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"TargetPixelFormat","qualifiedName":"dart:ui.TargetPixelFormat","href":"dart-ui/TargetPixelFormat.html","kind":5,"packageRank":10,"desc":"The format of pixel data of the texture generated by\ndecodeImageFromPixels.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.TargetPixelFormat.values","href":"dart-ui/TargetPixelFormat/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"TargetPixelFormat","kind":5,"href":"dart-ui/TargetPixelFormat.html"}},{"name":"TextAffinity","qualifiedName":"dart:ui.TextAffinity","href":"dart-ui/TextAffinity.html","kind":5,"packageRank":10,"desc":"A way to disambiguate a TextPosition when its offset could match two\ndifferent locations in the rendered string.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.TextAffinity.values","href":"dart-ui/TextAffinity/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"TextAffinity","kind":5,"href":"dart-ui/TextAffinity.html"}},{"name":"TextAlign","qualifiedName":"dart:ui.TextAlign","href":"dart-ui/TextAlign.html","kind":5,"packageRank":10,"desc":"Whether and how to align text horizontally.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.TextAlign.values","href":"dart-ui/TextAlign/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"TextAlign","kind":5,"href":"dart-ui/TextAlign.html"}},{"name":"TextBaseline","qualifiedName":"dart:ui.TextBaseline","href":"dart-ui/TextBaseline.html","kind":5,"packageRank":10,"desc":"A horizontal line used for aligning text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.TextBaseline.values","href":"dart-ui/TextBaseline/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"TextBaseline","kind":5,"href":"dart-ui/TextBaseline.html"}},{"name":"TextBox","qualifiedName":"dart:ui.TextBox","href":"dart-ui/TextBox-class.html","kind":3,"packageRank":10,"desc":"A rectangle enclosing a run of text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"TextBox.fromLTRBD","qualifiedName":"dart:ui.TextBox.TextBox.fromLTRBD","href":"dart-ui/TextBox/TextBox.fromLTRBD.html","kind":2,"packageRank":10,"desc":"Creates an object that describes a box containing text.","enclosedBy":{"name":"TextBox","kind":3,"href":"dart-ui/TextBox-class.html"}},{"name":"bottom","qualifiedName":"dart:ui.TextBox.bottom","href":"dart-ui/TextBox/bottom.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The bottom edge of the text box.","enclosedBy":{"name":"TextBox","kind":3,"href":"dart-ui/TextBox-class.html"}},{"name":"direction","qualifiedName":"dart:ui.TextBox.direction","href":"dart-ui/TextBox/direction.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The direction in which text inside this box flows.","enclosedBy":{"name":"TextBox","kind":3,"href":"dart-ui/TextBox-class.html"}},{"name":"end","qualifiedName":"dart:ui.TextBox.end","href":"dart-ui/TextBox/end.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The right edge of the box for left-to-right text; the left edge of the box for right-to-left text.","enclosedBy":{"name":"TextBox","kind":3,"href":"dart-ui/TextBox-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.TextBox.hashCode","href":"dart-ui/TextBox/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"TextBox","kind":3,"href":"dart-ui/TextBox-class.html"}},{"name":"left","qualifiedName":"dart:ui.TextBox.left","href":"dart-ui/TextBox/left.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The left edge of the text box, irrespective of direction.","enclosedBy":{"name":"TextBox","kind":3,"href":"dart-ui/TextBox-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.TextBox.operator ==","href":"dart-ui/TextBox/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"TextBox","kind":3,"href":"dart-ui/TextBox-class.html"}},{"name":"right","qualifiedName":"dart:ui.TextBox.right","href":"dart-ui/TextBox/right.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The right edge of the text box, irrespective of direction.","enclosedBy":{"name":"TextBox","kind":3,"href":"dart-ui/TextBox-class.html"}},{"name":"start","qualifiedName":"dart:ui.TextBox.start","href":"dart-ui/TextBox/start.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The left edge of the box for left-to-right text; the right edge of the box for right-to-left text.","enclosedBy":{"name":"TextBox","kind":3,"href":"dart-ui/TextBox-class.html"}},{"name":"toRect","qualifiedName":"dart:ui.TextBox.toRect","href":"dart-ui/TextBox/toRect.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Returns a rect of the same size as this box.","enclosedBy":{"name":"TextBox","kind":3,"href":"dart-ui/TextBox-class.html"}},{"name":"toString","qualifiedName":"dart:ui.TextBox.toString","href":"dart-ui/TextBox/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"TextBox","kind":3,"href":"dart-ui/TextBox-class.html"}},{"name":"top","qualifiedName":"dart:ui.TextBox.top","href":"dart-ui/TextBox/top.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The top edge of the text box.","enclosedBy":{"name":"TextBox","kind":3,"href":"dart-ui/TextBox-class.html"}},{"name":"TextDecoration","qualifiedName":"dart:ui.TextDecoration","href":"dart-ui/TextDecoration-class.html","kind":3,"packageRank":10,"desc":"A linear decoration to draw near the text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"TextDecoration.combine","qualifiedName":"dart:ui.TextDecoration.TextDecoration.combine","href":"dart-ui/TextDecoration/TextDecoration.combine.html","kind":2,"packageRank":10,"desc":"Creates a decoration that paints the union of all the given decorations.","enclosedBy":{"name":"TextDecoration","kind":3,"href":"dart-ui/TextDecoration-class.html"}},{"name":"contains","qualifiedName":"dart:ui.TextDecoration.contains","href":"dart-ui/TextDecoration/contains.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether this decoration will paint at least as much decoration as the given decoration.","enclosedBy":{"name":"TextDecoration","kind":3,"href":"dart-ui/TextDecoration-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.TextDecoration.hashCode","href":"dart-ui/TextDecoration/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"TextDecoration","kind":3,"href":"dart-ui/TextDecoration-class.html"}},{"name":"lineThrough","qualifiedName":"dart:ui.TextDecoration.lineThrough","href":"dart-ui/TextDecoration/lineThrough-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Draw a line through each line of text","enclosedBy":{"name":"TextDecoration","kind":3,"href":"dart-ui/TextDecoration-class.html"}},{"name":"none","qualifiedName":"dart:ui.TextDecoration.none","href":"dart-ui/TextDecoration/none-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Do not draw a decoration","enclosedBy":{"name":"TextDecoration","kind":3,"href":"dart-ui/TextDecoration-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.TextDecoration.operator ==","href":"dart-ui/TextDecoration/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"TextDecoration","kind":3,"href":"dart-ui/TextDecoration-class.html"}},{"name":"overline","qualifiedName":"dart:ui.TextDecoration.overline","href":"dart-ui/TextDecoration/overline-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Draw a line above each line of text","enclosedBy":{"name":"TextDecoration","kind":3,"href":"dart-ui/TextDecoration-class.html"}},{"name":"toString","qualifiedName":"dart:ui.TextDecoration.toString","href":"dart-ui/TextDecoration/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"TextDecoration","kind":3,"href":"dart-ui/TextDecoration-class.html"}},{"name":"underline","qualifiedName":"dart:ui.TextDecoration.underline","href":"dart-ui/TextDecoration/underline-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"Draw a line underneath each line of text","enclosedBy":{"name":"TextDecoration","kind":3,"href":"dart-ui/TextDecoration-class.html"}},{"name":"TextDecorationStyle","qualifiedName":"dart:ui.TextDecorationStyle","href":"dart-ui/TextDecorationStyle.html","kind":5,"packageRank":10,"desc":"The style in which to draw a text decoration","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.TextDecorationStyle.values","href":"dart-ui/TextDecorationStyle/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"TextDecorationStyle","kind":5,"href":"dart-ui/TextDecorationStyle.html"}},{"name":"TextDirection","qualifiedName":"dart:ui.TextDirection","href":"dart-ui/TextDirection.html","kind":5,"packageRank":10,"desc":"A direction in which text flows.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.TextDirection.values","href":"dart-ui/TextDirection/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"TextDirection","kind":5,"href":"dart-ui/TextDirection.html"}},{"name":"TextHeightBehavior","qualifiedName":"dart:ui.TextHeightBehavior","href":"dart-ui/TextHeightBehavior-class.html","kind":3,"packageRank":10,"desc":"Defines how to apply TextStyle.height over and under text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"TextHeightBehavior.new","qualifiedName":"dart:ui.TextHeightBehavior.TextHeightBehavior.new","href":"dart-ui/TextHeightBehavior/TextHeightBehavior.html","kind":2,"packageRank":10,"desc":"Creates a new TextHeightBehavior object.","enclosedBy":{"name":"TextHeightBehavior","kind":3,"href":"dart-ui/TextHeightBehavior-class.html"}},{"name":"applyHeightToFirstAscent","qualifiedName":"dart:ui.TextHeightBehavior.applyHeightToFirstAscent","href":"dart-ui/TextHeightBehavior/applyHeightToFirstAscent.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether to apply the TextStyle.height modifier to the ascent of the first\nline in the paragraph.","enclosedBy":{"name":"TextHeightBehavior","kind":3,"href":"dart-ui/TextHeightBehavior-class.html"}},{"name":"applyHeightToLastDescent","qualifiedName":"dart:ui.TextHeightBehavior.applyHeightToLastDescent","href":"dart-ui/TextHeightBehavior/applyHeightToLastDescent.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether to apply the TextStyle.height modifier to the descent of the last\nline in the paragraph.","enclosedBy":{"name":"TextHeightBehavior","kind":3,"href":"dart-ui/TextHeightBehavior-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.TextHeightBehavior.hashCode","href":"dart-ui/TextHeightBehavior/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"TextHeightBehavior","kind":3,"href":"dart-ui/TextHeightBehavior-class.html"}},{"name":"leadingDistribution","qualifiedName":"dart:ui.TextHeightBehavior.leadingDistribution","href":"dart-ui/TextHeightBehavior/leadingDistribution.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"How the \"leading\" is distributed\nover and under the text.","enclosedBy":{"name":"TextHeightBehavior","kind":3,"href":"dart-ui/TextHeightBehavior-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.TextHeightBehavior.operator ==","href":"dart-ui/TextHeightBehavior/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"TextHeightBehavior","kind":3,"href":"dart-ui/TextHeightBehavior-class.html"}},{"name":"toString","qualifiedName":"dart:ui.TextHeightBehavior.toString","href":"dart-ui/TextHeightBehavior/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"TextHeightBehavior","kind":3,"href":"dart-ui/TextHeightBehavior-class.html"}},{"name":"TextLeadingDistribution","qualifiedName":"dart:ui.TextLeadingDistribution","href":"dart-ui/TextLeadingDistribution.html","kind":5,"packageRank":10,"desc":"How the \"leading\" is distributed\nover and under the text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.TextLeadingDistribution.values","href":"dart-ui/TextLeadingDistribution/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"TextLeadingDistribution","kind":5,"href":"dart-ui/TextLeadingDistribution.html"}},{"name":"TextPosition","qualifiedName":"dart:ui.TextPosition","href":"dart-ui/TextPosition-class.html","kind":3,"packageRank":10,"desc":"A position in a string of text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"TextPosition.new","qualifiedName":"dart:ui.TextPosition.TextPosition.new","href":"dart-ui/TextPosition/TextPosition.html","kind":2,"packageRank":10,"desc":"Creates an object representing a particular position in a string.","enclosedBy":{"name":"TextPosition","kind":3,"href":"dart-ui/TextPosition-class.html"}},{"name":"affinity","qualifiedName":"dart:ui.TextPosition.affinity","href":"dart-ui/TextPosition/affinity.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Disambiguates cases where the position in the string given by offset\ncould represent two different visual positions in the rendered text. For\nexample, this can happen when text is forced to wrap, or when one string\nof text is rendered with multiple text directions.","enclosedBy":{"name":"TextPosition","kind":3,"href":"dart-ui/TextPosition-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.TextPosition.hashCode","href":"dart-ui/TextPosition/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"TextPosition","kind":3,"href":"dart-ui/TextPosition-class.html"}},{"name":"offset","qualifiedName":"dart:ui.TextPosition.offset","href":"dart-ui/TextPosition/offset.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The index of the character that immediately follows the position in the\nstring representation of the text.","enclosedBy":{"name":"TextPosition","kind":3,"href":"dart-ui/TextPosition-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.TextPosition.operator ==","href":"dart-ui/TextPosition/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"TextPosition","kind":3,"href":"dart-ui/TextPosition-class.html"}},{"name":"toString","qualifiedName":"dart:ui.TextPosition.toString","href":"dart-ui/TextPosition/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"TextPosition","kind":3,"href":"dart-ui/TextPosition-class.html"}},{"name":"TextRange","qualifiedName":"dart:ui.TextRange","href":"dart-ui/TextRange-class.html","kind":3,"packageRank":10,"desc":"A range of characters in a string of text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"TextRange.collapsed","qualifiedName":"dart:ui.TextRange.TextRange.collapsed","href":"dart-ui/TextRange/TextRange.collapsed.html","kind":2,"packageRank":10,"desc":"A text range that starts and ends at offset.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"TextRange.new","qualifiedName":"dart:ui.TextRange.TextRange.new","href":"dart-ui/TextRange/TextRange.html","kind":2,"packageRank":10,"desc":"Creates a text range.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"empty","qualifiedName":"dart:ui.TextRange.empty","href":"dart-ui/TextRange/empty-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A text range that contains nothing and is not in the text.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"end","qualifiedName":"dart:ui.TextRange.end","href":"dart-ui/TextRange/end.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The next index after the characters in this range.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.TextRange.hashCode","href":"dart-ui/TextRange/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"isCollapsed","qualifiedName":"dart:ui.TextRange.isCollapsed","href":"dart-ui/TextRange/isCollapsed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this range is empty (but still potentially placed inside the text).","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"isNormalized","qualifiedName":"dart:ui.TextRange.isNormalized","href":"dart-ui/TextRange/isNormalized.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether the start of this range precedes the end.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"isValid","qualifiedName":"dart:ui.TextRange.isValid","href":"dart-ui/TextRange/isValid.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this range represents a valid position in the text.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.TextRange.operator ==","href":"dart-ui/TextRange/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"start","qualifiedName":"dart:ui.TextRange.start","href":"dart-ui/TextRange/start.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The index of the first character in the range.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"textAfter","qualifiedName":"dart:ui.TextRange.textAfter","href":"dart-ui/TextRange/textAfter.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The text after this range.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"textBefore","qualifiedName":"dart:ui.TextRange.textBefore","href":"dart-ui/TextRange/textBefore.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The text before this range.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"textInside","qualifiedName":"dart:ui.TextRange.textInside","href":"dart-ui/TextRange/textInside.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"The text inside this range.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"toString","qualifiedName":"dart:ui.TextRange.toString","href":"dart-ui/TextRange/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"TextRange","kind":3,"href":"dart-ui/TextRange-class.html"}},{"name":"TextStyle","qualifiedName":"dart:ui.TextStyle","href":"dart-ui/TextStyle-class.html","kind":3,"packageRank":10,"desc":"An opaque object that determines the size, position, and rendering of text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"TextStyle.new","qualifiedName":"dart:ui.TextStyle.TextStyle.new","href":"dart-ui/TextStyle/TextStyle.html","kind":2,"packageRank":10,"desc":"Creates a new TextStyle object.","enclosedBy":{"name":"TextStyle","kind":3,"href":"dart-ui/TextStyle-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.TextStyle.hashCode","href":"dart-ui/TextStyle/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"TextStyle","kind":3,"href":"dart-ui/TextStyle-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.TextStyle.operator ==","href":"dart-ui/TextStyle/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"TextStyle","kind":3,"href":"dart-ui/TextStyle-class.html"}},{"name":"toString","qualifiedName":"dart:ui.TextStyle.toString","href":"dart-ui/TextStyle/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"TextStyle","kind":3,"href":"dart-ui/TextStyle-class.html"}},{"name":"TileMode","qualifiedName":"dart:ui.TileMode","href":"dart-ui/TileMode.html","kind":5,"packageRank":10,"desc":"Defines how to handle areas outside the defined bounds of a gradient or image filter.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.TileMode.values","href":"dart-ui/TileMode/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"TileMode","kind":5,"href":"dart-ui/TileMode.html"}},{"name":"TimingsCallback","qualifiedName":"dart:ui.TimingsCallback","href":"dart-ui/TimingsCallback.html","kind":21,"packageRank":10,"desc":"Signature for PlatformDispatcher.onReportTimings.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"TransformEngineLayer","qualifiedName":"dart:ui.TransformEngineLayer","href":"dart-ui/TransformEngineLayer-class.html","kind":3,"packageRank":10,"desc":"An opaque handle to a transform engine layer.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dispose","qualifiedName":"dart:ui.TransformEngineLayer.dispose","href":"dart-ui/TransformEngineLayer/dispose.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"TransformEngineLayer","kind":3,"href":"dart-ui/TransformEngineLayer-class.html"}},{"name":"Tristate","qualifiedName":"dart:ui.Tristate","href":"dart-ui/Tristate.html","kind":5,"packageRank":10,"desc":"Tristate flags for a semantics not","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"hasConflict","qualifiedName":"dart:ui.Tristate.hasConflict","href":"dart-ui/Tristate/hasConflict.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"If two semantics nodes both have this property, they have conflict and can't be merged.","enclosedBy":{"name":"Tristate","kind":5,"href":"dart-ui/Tristate.html"}},{"name":"merge","qualifiedName":"dart:ui.Tristate.merge","href":"dart-ui/Tristate/merge.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Semanitcs nodes  will only be merged when they are not in conflict.","enclosedBy":{"name":"Tristate","kind":5,"href":"dart-ui/Tristate.html"}},{"name":"toBoolOrNull","qualifiedName":"dart:ui.Tristate.toBoolOrNull","href":"dart-ui/Tristate/toBoolOrNull.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Convert a Tristate flag to bool or null.","enclosedBy":{"name":"Tristate","kind":5,"href":"dart-ui/Tristate.html"}},{"name":"value","qualifiedName":"dart:ui.Tristate.value","href":"dart-ui/Tristate/value.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The value of the flag.","enclosedBy":{"name":"Tristate","kind":5,"href":"dart-ui/Tristate.html"}},{"name":"values","qualifiedName":"dart:ui.Tristate.values","href":"dart-ui/Tristate/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"Tristate","kind":5,"href":"dart-ui/Tristate.html"}},{"name":"UniformFloatSlot","qualifiedName":"dart:ui.UniformFloatSlot","href":"dart-ui/UniformFloatSlot-class.html","kind":3,"packageRank":10,"desc":"A binding to a uniform of type float. Calling set on this object updates\na float uniform's value.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"index","qualifiedName":"dart:ui.UniformFloatSlot.index","href":"dart-ui/UniformFloatSlot/index.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The offset into the bound uniform. For example, 1 for .y or 2 for .b.","enclosedBy":{"name":"UniformFloatSlot","kind":3,"href":"dart-ui/UniformFloatSlot-class.html"}},{"name":"name","qualifiedName":"dart:ui.UniformFloatSlot.name","href":"dart-ui/UniformFloatSlot/name.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The name of the bound uniform.","enclosedBy":{"name":"UniformFloatSlot","kind":3,"href":"dart-ui/UniformFloatSlot-class.html"}},{"name":"set","qualifiedName":"dart:ui.UniformFloatSlot.set","href":"dart-ui/UniformFloatSlot/set.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Set the float value of the bound uniform.","enclosedBy":{"name":"UniformFloatSlot","kind":3,"href":"dart-ui/UniformFloatSlot-class.html"}},{"name":"shaderIndex","qualifiedName":"dart:ui.UniformFloatSlot.shaderIndex","href":"dart-ui/UniformFloatSlot/shaderIndex.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"VisibleForTesting: This is the index one would use with\nFragmentShader.setFloat for this uniform.","enclosedBy":{"name":"UniformFloatSlot","kind":3,"href":"dart-ui/UniformFloatSlot-class.html"}},{"name":"UniformVec2Slot","qualifiedName":"dart:ui.UniformVec2Slot","href":"dart-ui/UniformVec2Slot-class.html","kind":3,"packageRank":10,"desc":"A binding to a uniform of type vec2. Calling set on this object updates\nthe uniform's value.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"set","qualifiedName":"dart:ui.UniformVec2Slot.set","href":"dart-ui/UniformVec2Slot/set.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Set the float value of the bound uniform.","enclosedBy":{"name":"UniformVec2Slot","kind":3,"href":"dart-ui/UniformVec2Slot-class.html"}},{"name":"UniformVec3Slot","qualifiedName":"dart:ui.UniformVec3Slot","href":"dart-ui/UniformVec3Slot-class.html","kind":3,"packageRank":10,"desc":"A binding to a uniform of type vec3. Calling set on this object updates\nthe uniform's value.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"set","qualifiedName":"dart:ui.UniformVec3Slot.set","href":"dart-ui/UniformVec3Slot/set.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Set the float value of the bound uniform.","enclosedBy":{"name":"UniformVec3Slot","kind":3,"href":"dart-ui/UniformVec3Slot-class.html"}},{"name":"UniformVec4Slot","qualifiedName":"dart:ui.UniformVec4Slot","href":"dart-ui/UniformVec4Slot-class.html","kind":3,"packageRank":10,"desc":"A binding to a uniform of type vec4. Calling set on this object updates\nthe uniform's value.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"set","qualifiedName":"dart:ui.UniformVec4Slot.set","href":"dart-ui/UniformVec4Slot/set.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Set the float value of the bound uniform.","enclosedBy":{"name":"UniformVec4Slot","kind":3,"href":"dart-ui/UniformVec4Slot-class.html"}},{"name":"VertexMode","qualifiedName":"dart:ui.VertexMode","href":"dart-ui/VertexMode.html","kind":5,"packageRank":10,"desc":"Defines how a list of points is interpreted when drawing a set of triangles.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.VertexMode.values","href":"dart-ui/VertexMode/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"VertexMode","kind":5,"href":"dart-ui/VertexMode.html"}},{"name":"Vertices","qualifiedName":"dart:ui.Vertices","href":"dart-ui/Vertices-class.html","kind":3,"packageRank":10,"desc":"A set of vertex data used by Canvas.drawVertices.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"Vertices.new","qualifiedName":"dart:ui.Vertices.Vertices.new","href":"dart-ui/Vertices/Vertices.html","kind":2,"packageRank":10,"desc":"Creates a set of vertex data for use with Canvas.drawVertices.","enclosedBy":{"name":"Vertices","kind":3,"href":"dart-ui/Vertices-class.html"}},{"name":"Vertices.raw","qualifiedName":"dart:ui.Vertices.Vertices.raw","href":"dart-ui/Vertices/Vertices.raw.html","kind":2,"packageRank":10,"desc":"Creates a set of vertex data for use with Canvas.drawVertices, using the\nencoding expected by the Flutter engine.","enclosedBy":{"name":"Vertices","kind":3,"href":"dart-ui/Vertices-class.html"}},{"name":"debugDisposed","qualifiedName":"dart:ui.Vertices.debugDisposed","href":"dart-ui/Vertices/debugDisposed.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether this reference to the underlying vertex data is disposed.","enclosedBy":{"name":"Vertices","kind":3,"href":"dart-ui/Vertices-class.html"}},{"name":"dispose","qualifiedName":"dart:ui.Vertices.dispose","href":"dart-ui/Vertices/dispose.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Release the resources used by this object. The object is no longer usable\nafter this method is called.","enclosedBy":{"name":"Vertices","kind":3,"href":"dart-ui/Vertices-class.html"}},{"name":"ViewConstraints","qualifiedName":"dart:ui.ViewConstraints","href":"dart-ui/ViewConstraints-class.html","kind":3,"packageRank":10,"desc":"Immutable layout constraints for FlutterViews.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ViewConstraints.new","qualifiedName":"dart:ui.ViewConstraints.ViewConstraints.new","href":"dart-ui/ViewConstraints/ViewConstraints.html","kind":2,"packageRank":10,"desc":"Creates view constraints with the given constraints.","enclosedBy":{"name":"ViewConstraints","kind":3,"href":"dart-ui/ViewConstraints-class.html"}},{"name":"ViewConstraints.tight","qualifiedName":"dart:ui.ViewConstraints.ViewConstraints.tight","href":"dart-ui/ViewConstraints/ViewConstraints.tight.html","kind":2,"packageRank":10,"desc":"Creates view constraints that is respected only by the given size.","enclosedBy":{"name":"ViewConstraints","kind":3,"href":"dart-ui/ViewConstraints-class.html"}},{"name":"hashCode","qualifiedName":"dart:ui.ViewConstraints.hashCode","href":"dart-ui/ViewConstraints/hashCode.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The hash code for this object.","enclosedBy":{"name":"ViewConstraints","kind":3,"href":"dart-ui/ViewConstraints-class.html"}},{"name":"isSatisfiedBy","qualifiedName":"dart:ui.ViewConstraints.isSatisfiedBy","href":"dart-ui/ViewConstraints/isSatisfiedBy.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Whether the given size satisfies the constraints.","enclosedBy":{"name":"ViewConstraints","kind":3,"href":"dart-ui/ViewConstraints-class.html"}},{"name":"isTight","qualifiedName":"dart:ui.ViewConstraints.isTight","href":"dart-ui/ViewConstraints/isTight.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"Whether there is exactly one size that satisfies the constraints.","enclosedBy":{"name":"ViewConstraints","kind":3,"href":"dart-ui/ViewConstraints-class.html"}},{"name":"maxHeight","qualifiedName":"dart:ui.ViewConstraints.maxHeight","href":"dart-ui/ViewConstraints/maxHeight.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The maximum height that satisfies the constraints.","enclosedBy":{"name":"ViewConstraints","kind":3,"href":"dart-ui/ViewConstraints-class.html"}},{"name":"maxWidth","qualifiedName":"dart:ui.ViewConstraints.maxWidth","href":"dart-ui/ViewConstraints/maxWidth.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The maximum width that satisfies the constraints.","enclosedBy":{"name":"ViewConstraints","kind":3,"href":"dart-ui/ViewConstraints-class.html"}},{"name":"minHeight","qualifiedName":"dart:ui.ViewConstraints.minHeight","href":"dart-ui/ViewConstraints/minHeight.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The minimum height that satisfies the constraints.","enclosedBy":{"name":"ViewConstraints","kind":3,"href":"dart-ui/ViewConstraints-class.html"}},{"name":"minWidth","qualifiedName":"dart:ui.ViewConstraints.minWidth","href":"dart-ui/ViewConstraints/minWidth.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The minimum width that satisfies the constraints.","enclosedBy":{"name":"ViewConstraints","kind":3,"href":"dart-ui/ViewConstraints-class.html"}},{"name":"operator /","qualifiedName":"dart:ui.ViewConstraints.operator /","href":"dart-ui/ViewConstraints/operator_divide.html","kind":10,"overriddenDepth":0,"packageRank":10,"desc":"Scales each constraint parameter by the inverse of the given factor.","enclosedBy":{"name":"ViewConstraints","kind":3,"href":"dart-ui/ViewConstraints-class.html"}},{"name":"operator ==","qualifiedName":"dart:ui.ViewConstraints.operator ==","href":"dart-ui/ViewConstraints/operator_equals.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"The equality operator.","enclosedBy":{"name":"ViewConstraints","kind":3,"href":"dart-ui/ViewConstraints-class.html"}},{"name":"toString","qualifiedName":"dart:ui.ViewConstraints.toString","href":"dart-ui/ViewConstraints/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"ViewConstraints","kind":3,"href":"dart-ui/ViewConstraints-class.html"}},{"name":"ViewFocusChangeCallback","qualifiedName":"dart:ui.ViewFocusChangeCallback","href":"dart-ui/ViewFocusChangeCallback.html","kind":21,"packageRank":10,"desc":"Signature for PlatformDispatcher.onViewFocusChange.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ViewFocusDirection","qualifiedName":"dart:ui.ViewFocusDirection","href":"dart-ui/ViewFocusDirection.html","kind":5,"packageRank":10,"desc":"Represents the direction in which the focus transitioned across FlutterViews.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.ViewFocusDirection.values","href":"dart-ui/ViewFocusDirection/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"ViewFocusDirection","kind":5,"href":"dart-ui/ViewFocusDirection.html"}},{"name":"ViewFocusEvent","qualifiedName":"dart:ui.ViewFocusEvent","href":"dart-ui/ViewFocusEvent-class.html","kind":3,"packageRank":10,"desc":"An event for the engine to communicate view focus changes to the app.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"ViewFocusEvent.new","qualifiedName":"dart:ui.ViewFocusEvent.ViewFocusEvent.new","href":"dart-ui/ViewFocusEvent/ViewFocusEvent.html","kind":2,"packageRank":10,"desc":"Creates a ViewFocusChange.","enclosedBy":{"name":"ViewFocusEvent","kind":3,"href":"dart-ui/ViewFocusEvent-class.html"}},{"name":"direction","qualifiedName":"dart:ui.ViewFocusEvent.direction","href":"dart-ui/ViewFocusEvent/direction.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The direction focus changed to.","enclosedBy":{"name":"ViewFocusEvent","kind":3,"href":"dart-ui/ViewFocusEvent-class.html"}},{"name":"state","qualifiedName":"dart:ui.ViewFocusEvent.state","href":"dart-ui/ViewFocusEvent/state.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The state focus changed to.","enclosedBy":{"name":"ViewFocusEvent","kind":3,"href":"dart-ui/ViewFocusEvent-class.html"}},{"name":"toString","qualifiedName":"dart:ui.ViewFocusEvent.toString","href":"dart-ui/ViewFocusEvent/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"ViewFocusEvent","kind":3,"href":"dart-ui/ViewFocusEvent-class.html"}},{"name":"viewId","qualifiedName":"dart:ui.ViewFocusEvent.viewId","href":"dart-ui/ViewFocusEvent/viewId.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The ID of the FlutterView that experienced a focus change.","enclosedBy":{"name":"ViewFocusEvent","kind":3,"href":"dart-ui/ViewFocusEvent-class.html"}},{"name":"ViewFocusState","qualifiedName":"dart:ui.ViewFocusState","href":"dart-ui/ViewFocusState.html","kind":5,"packageRank":10,"desc":"Represents the focus state of a given FlutterView.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"values","qualifiedName":"dart:ui.ViewFocusState.values","href":"dart-ui/ViewFocusState/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"ViewFocusState","kind":5,"href":"dart-ui/ViewFocusState.html"}},{"name":"ViewPadding","qualifiedName":"dart:ui.ViewPadding","href":"dart-ui/ViewPadding-class.html","kind":3,"packageRank":10,"desc":"A representation of distances for each of the four edges of a rectangle,\nused to encode the view insets and padding that applications should place\naround their user interface, as exposed by FlutterView.viewInsets and\nFlutterView.padding. View insets and padding are preferably read via\nMediaQuery.of.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"bottom","qualifiedName":"dart:ui.ViewPadding.bottom","href":"dart-ui/ViewPadding/bottom.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance from the bottom edge to the first unpadded pixel, in physical pixels.","enclosedBy":{"name":"ViewPadding","kind":3,"href":"dart-ui/ViewPadding-class.html"}},{"name":"left","qualifiedName":"dart:ui.ViewPadding.left","href":"dart-ui/ViewPadding/left.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance from the left edge to the first unpadded pixel, in physical pixels.","enclosedBy":{"name":"ViewPadding","kind":3,"href":"dart-ui/ViewPadding-class.html"}},{"name":"right","qualifiedName":"dart:ui.ViewPadding.right","href":"dart-ui/ViewPadding/right.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance from the right edge to the first unpadded pixel, in physical pixels.","enclosedBy":{"name":"ViewPadding","kind":3,"href":"dart-ui/ViewPadding-class.html"}},{"name":"toString","qualifiedName":"dart:ui.ViewPadding.toString","href":"dart-ui/ViewPadding/toString.html","kind":10,"overriddenDepth":1,"packageRank":10,"desc":"A string representation of this object.","enclosedBy":{"name":"ViewPadding","kind":3,"href":"dart-ui/ViewPadding-class.html"}},{"name":"top","qualifiedName":"dart:ui.ViewPadding.top","href":"dart-ui/ViewPadding/top.html","kind":16,"overriddenDepth":0,"packageRank":10,"desc":"The distance from the top edge to the first unpadded pixel, in physical pixels.","enclosedBy":{"name":"ViewPadding","kind":3,"href":"dart-ui/ViewPadding-class.html"}},{"name":"zero","qualifiedName":"dart:ui.ViewPadding.zero","href":"dart-ui/ViewPadding/zero-constant.html","kind":1,"overriddenDepth":0,"packageRank":10,"desc":"A view padding that has zeros for each edge.","enclosedBy":{"name":"ViewPadding","kind":3,"href":"dart-ui/ViewPadding-class.html"}},{"name":"VoidCallback","qualifiedName":"dart:ui.VoidCallback","href":"dart-ui/VoidCallback.html","kind":21,"packageRank":10,"desc":"Signature of callbacks that have no arguments and return no data.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"WindowPadding","qualifiedName":"dart:ui.WindowPadding","href":"dart-ui/WindowPadding.html","kind":21,"packageRank":10,"desc":"Deprecated. Will be removed in a future version of Flutter.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"channelBuffers","qualifiedName":"dart:ui.channelBuffers","href":"dart-ui/channelBuffers.html","kind":20,"packageRank":10,"desc":"ChannelBuffers that allow the storage of messages between the\nEngine and the Framework.  Typically messages that can't be delivered\nare stored here until the Framework is able to process them.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"clampDouble","qualifiedName":"dart:ui.clampDouble","href":"dart-ui/clampDouble.html","kind":8,"packageRank":10,"desc":"Same as num.clamp but optimized for a non-null double.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"decodeImageFromList","qualifiedName":"dart:ui.decodeImageFromList","href":"dart-ui/decodeImageFromList.html","kind":8,"packageRank":10,"desc":"Loads a single image frame from a byte array into an Image object.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"decodeImageFromPixels","qualifiedName":"dart:ui.decodeImageFromPixels","href":"dart-ui/decodeImageFromPixels.html","kind":8,"packageRank":10,"desc":"Convert an array of pixel values into an Image object.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"decodeImageFromPixelsSync","qualifiedName":"dart:ui.decodeImageFromPixelsSync","href":"dart-ui/decodeImageFromPixelsSync.html","kind":8,"packageRank":10,"desc":"Decodes the given pixels into an Image synchronously.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"instantiateImageCodec","qualifiedName":"dart:ui.instantiateImageCodec","href":"dart-ui/instantiateImageCodec.html","kind":8,"packageRank":10,"desc":"Instantiates an image Codec.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"instantiateImageCodecFromBuffer","qualifiedName":"dart:ui.instantiateImageCodecFromBuffer","href":"dart-ui/instantiateImageCodecFromBuffer.html","kind":8,"packageRank":10,"desc":"Instantiates an image Codec.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"instantiateImageCodecWithSize","qualifiedName":"dart:ui.instantiateImageCodecWithSize","href":"dart-ui/instantiateImageCodecWithSize.html","kind":8,"packageRank":10,"desc":"Instantiates an image Codec.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"isRunningOnPlatformThread","qualifiedName":"dart:ui.isRunningOnPlatformThread","href":"dart-ui/isRunningOnPlatformThread.html","kind":20,"packageRank":10,"desc":"Whether the current isolate is running on the platform thread.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"kTextHeightNone","qualifiedName":"dart:ui.kTextHeightNone","href":"dart-ui/kTextHeightNone-constant.html","kind":19,"packageRank":10,"desc":"A TextStyle.height value that indicates the text span should take\nthe height defined by the font, which may not be exactly the height of\nTextStyle.fontSize.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"keepToString","qualifiedName":"dart:ui.keepToString","href":"dart-ui/keepToString-constant.html","kind":19,"packageRank":10,"desc":"Annotation to keep Object.toString overrides as-is instead of removing\nthem for size optimization purposes.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"lerpDouble","qualifiedName":"dart:ui.lerpDouble","href":"dart-ui/lerpDouble.html","kind":8,"packageRank":10,"desc":"Linearly interpolate between two numbers, a and b, by an extrapolation\nfactor t.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"loadFontFromList","qualifiedName":"dart:ui.loadFontFromList","href":"dart-ui/loadFontFromList.html","kind":8,"packageRank":10,"desc":"Loads a font from a buffer and makes it available for rendering text.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"runOnPlatformThread","qualifiedName":"dart:ui.runOnPlatformThread","href":"dart-ui/runOnPlatformThread.html","kind":8,"packageRank":10,"desc":"Runs computation on the platform thread and returns the result.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"window","qualifiedName":"dart:ui.window","href":"dart-ui/window.html","kind":20,"packageRank":10,"desc":"Deprecated. Will be removed in a future version of Flutter.","enclosedBy":{"name":"dart:ui","kind":9,"href":"dart-ui/"}},{"name":"dart:ui_web","qualifiedName":"dart:ui_web","href":"dart-ui_web/","kind":9,"packageRank":15,"desc":""},{"name":"AssetManager","qualifiedName":"dart:ui_web.AssetManager","href":"dart-ui_web/AssetManager-class.html","kind":3,"packageRank":15,"desc":"This class downloads assets over the network.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"AssetManager.new","qualifiedName":"dart:ui_web.AssetManager.AssetManager.new","href":"dart-ui_web/AssetManager/AssetManager.html","kind":2,"packageRank":15,"desc":"Initializes AssetManager with paths.","enclosedBy":{"name":"AssetManager","kind":3,"href":"dart-ui_web/AssetManager-class.html"}},{"name":"assetsDir","qualifiedName":"dart:ui_web.AssetManager.assetsDir","href":"dart-ui_web/AssetManager/assetsDir.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The directory containing the assets.","enclosedBy":{"name":"AssetManager","kind":3,"href":"dart-ui_web/AssetManager-class.html"}},{"name":"getAssetUrl","qualifiedName":"dart:ui_web.AssetManager.getAssetUrl","href":"dart-ui_web/AssetManager/getAssetUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns the URL to load the asset from, given the asset key.","enclosedBy":{"name":"AssetManager","kind":3,"href":"dart-ui_web/AssetManager-class.html"}},{"name":"load","qualifiedName":"dart:ui_web.AssetManager.load","href":"dart-ui_web/AssetManager/load.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads an asset using an XMLHttpRequest and returns data as ByteData.","enclosedBy":{"name":"AssetManager","kind":3,"href":"dart-ui_web/AssetManager-class.html"}},{"name":"loadAsset","qualifiedName":"dart:ui_web.AssetManager.loadAsset","href":"dart-ui_web/AssetManager/loadAsset.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Loads an asset and returns the server response.","enclosedBy":{"name":"AssetManager","kind":3,"href":"dart-ui_web/AssetManager-class.html"}},{"name":"BenchmarkValueCallback","qualifiedName":"dart:ui_web.BenchmarkValueCallback","href":"dart-ui_web/BenchmarkValueCallback.html","kind":21,"packageRank":15,"desc":"Signature of the callback that receives a benchmark value labeled by\nname.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"BrowserDetection","qualifiedName":"dart:ui_web.BrowserDetection","href":"dart-ui_web/BrowserDetection-class.html","kind":3,"packageRank":15,"desc":"The core Browser Detection functionality from the Flutter web engine.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"browserEngine","qualifiedName":"dart:ui_web.BrowserDetection.browserEngine","href":"dart-ui_web/BrowserDetection/browserEngine.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns the BrowserEngine used by the current browser.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"debugBrowserEngineOverride","qualifiedName":"dart:ui_web.BrowserDetection.debugBrowserEngineOverride","href":"dart-ui_web/BrowserDetection/debugBrowserEngineOverride.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Override the value of browserEngine.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"debugOperatingSystemOverride","qualifiedName":"dart:ui_web.BrowserDetection.debugOperatingSystemOverride","href":"dart-ui_web/BrowserDetection/debugOperatingSystemOverride.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Override the value of operatingSystem.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"debugUserAgentOverride","qualifiedName":"dart:ui_web.BrowserDetection.debugUserAgentOverride","href":"dart-ui_web/BrowserDetection/debugUserAgentOverride.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Override value for userAgent.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"detectBrowserEngineByVendorAgent","qualifiedName":"dart:ui_web.BrowserDetection.detectBrowserEngineByVendorAgent","href":"dart-ui_web/BrowserDetection/detectBrowserEngineByVendorAgent.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Detects browser engine for a given vendor and agent string.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"detectOperatingSystem","qualifiedName":"dart:ui_web.BrowserDetection.detectOperatingSystem","href":"dart-ui_web/BrowserDetection/detectOperatingSystem.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Detects operating system using platform and UA used for unit testing.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"instance","qualifiedName":"dart:ui_web.BrowserDetection.instance","href":"dart-ui_web/BrowserDetection/instance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The singleton instance of the BrowserDetection class.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"isChromium","qualifiedName":"dart:ui_web.BrowserDetection.isChromium","href":"dart-ui_web/BrowserDetection/isChromium.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the current browserEngine is BrowserEngine.blink (Chrom(e|ium)).","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"isDesktop","qualifiedName":"dart:ui_web.BrowserDetection.isDesktop","href":"dart-ui_web/BrowserDetection/isDesktop.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A flag to check if the current operatingSystem is a laptop/desktop\noperating system.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"isEdge","qualifiedName":"dart:ui_web.BrowserDetection.isEdge","href":"dart-ui_web/BrowserDetection/isEdge.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the current browser is Edge.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"isFirefox","qualifiedName":"dart:ui_web.BrowserDetection.isFirefox","href":"dart-ui_web/BrowserDetection/isFirefox.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the current browserEngine is BrowserEngine.firefox.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"isMobile","qualifiedName":"dart:ui_web.BrowserDetection.isMobile","href":"dart-ui_web/BrowserDetection/isMobile.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"A flag to check if the current browser is running on a mobile device.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"isSafari","qualifiedName":"dart:ui_web.BrowserDetection.isSafari","href":"dart-ui_web/BrowserDetection/isSafari.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether the current browserEngine is BrowserEngine.webkit (Safari).","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"isWasm","qualifiedName":"dart:ui_web.BrowserDetection.isWasm","href":"dart-ui_web/BrowserDetection/isWasm.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Whether we are running from a wasm module compiled with dart2wasm.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"operatingSystem","qualifiedName":"dart:ui_web.BrowserDetection.operatingSystem","href":"dart-ui_web/BrowserDetection/operatingSystem.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns the OperatingSystem the current browsers works on.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"userAgent","qualifiedName":"dart:ui_web.BrowserDetection.userAgent","href":"dart-ui_web/BrowserDetection/userAgent.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Returns the User Agent of the current browser.","enclosedBy":{"name":"BrowserDetection","kind":3,"href":"dart-ui_web/BrowserDetection-class.html"}},{"name":"BrowserEngine","qualifiedName":"dart:ui_web.BrowserEngine","href":"dart-ui_web/BrowserEngine.html","kind":5,"packageRank":15,"desc":"The HTML engine used by the current browser.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"values","qualifiedName":"dart:ui_web.BrowserEngine.values","href":"dart-ui_web/BrowserEngine/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"BrowserEngine","kind":5,"href":"dart-ui_web/BrowserEngine.html"}},{"name":"BrowserPlatformLocation","qualifiedName":"dart:ui_web.BrowserPlatformLocation","href":"dart-ui_web/BrowserPlatformLocation-class.html","kind":3,"packageRank":15,"desc":"Delegates to real browser APIs to provide platform location functionality.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"BrowserPlatformLocation.new","qualifiedName":"dart:ui_web.BrowserPlatformLocation.BrowserPlatformLocation.new","href":"dart-ui_web/BrowserPlatformLocation/BrowserPlatformLocation.html","kind":2,"packageRank":15,"desc":"Default constructor for BrowserPlatformLocation.","enclosedBy":{"name":"BrowserPlatformLocation","kind":3,"href":"dart-ui_web/BrowserPlatformLocation-class.html"}},{"name":"addPopStateListener","qualifiedName":"dart:ui_web.BrowserPlatformLocation.addPopStateListener","href":"dart-ui_web/BrowserPlatformLocation/addPopStateListener.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Registers an event listener for the popstate event.","enclosedBy":{"name":"BrowserPlatformLocation","kind":3,"href":"dart-ui_web/BrowserPlatformLocation-class.html"}},{"name":"getBaseHref","qualifiedName":"dart:ui_web.BrowserPlatformLocation.getBaseHref","href":"dart-ui_web/BrowserPlatformLocation/getBaseHref.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The base href where the Flutter app is being served.","enclosedBy":{"name":"BrowserPlatformLocation","kind":3,"href":"dart-ui_web/BrowserPlatformLocation-class.html"}},{"name":"getOrCreateDomEventListener","qualifiedName":"dart:ui_web.BrowserPlatformLocation.getOrCreateDomEventListener","href":"dart-ui_web/BrowserPlatformLocation/getOrCreateDomEventListener.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"BrowserPlatformLocation","kind":3,"href":"dart-ui_web/BrowserPlatformLocation-class.html"}},{"name":"go","qualifiedName":"dart:ui_web.BrowserPlatformLocation.go","href":"dart-ui_web/BrowserPlatformLocation/go.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Moves forwards or backwards through the history stack.","enclosedBy":{"name":"BrowserPlatformLocation","kind":3,"href":"dart-ui_web/BrowserPlatformLocation-class.html"}},{"name":"hash","qualifiedName":"dart:ui_web.BrowserPlatformLocation.hash","href":"dart-ui_web/BrowserPlatformLocation/hash.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The hash] part of the URL in the browser address bar.","enclosedBy":{"name":"BrowserPlatformLocation","kind":3,"href":"dart-ui_web/BrowserPlatformLocation-class.html"}},{"name":"pathname","qualifiedName":"dart:ui_web.BrowserPlatformLocation.pathname","href":"dart-ui_web/BrowserPlatformLocation/pathname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The pathname part of the URL in the browser address bar.","enclosedBy":{"name":"BrowserPlatformLocation","kind":3,"href":"dart-ui_web/BrowserPlatformLocation-class.html"}},{"name":"pushState","qualifiedName":"dart:ui_web.BrowserPlatformLocation.pushState","href":"dart-ui_web/BrowserPlatformLocation/pushState.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Adds a new entry to the browser history stack.","enclosedBy":{"name":"BrowserPlatformLocation","kind":3,"href":"dart-ui_web/BrowserPlatformLocation-class.html"}},{"name":"removePopStateListener","qualifiedName":"dart:ui_web.BrowserPlatformLocation.removePopStateListener","href":"dart-ui_web/BrowserPlatformLocation/removePopStateListener.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Unregisters the given listener (added by addPopStateListener) from the\npopstate event.","enclosedBy":{"name":"BrowserPlatformLocation","kind":3,"href":"dart-ui_web/BrowserPlatformLocation-class.html"}},{"name":"replaceState","qualifiedName":"dart:ui_web.BrowserPlatformLocation.replaceState","href":"dart-ui_web/BrowserPlatformLocation/replaceState.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Replaces the current entry in the browser history stack.","enclosedBy":{"name":"BrowserPlatformLocation","kind":3,"href":"dart-ui_web/BrowserPlatformLocation-class.html"}},{"name":"search","qualifiedName":"dart:ui_web.BrowserPlatformLocation.search","href":"dart-ui_web/BrowserPlatformLocation/search.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The query part of the URL in the browser address bar.","enclosedBy":{"name":"BrowserPlatformLocation","kind":3,"href":"dart-ui_web/BrowserPlatformLocation-class.html"}},{"name":"state","qualifiedName":"dart:ui_web.BrowserPlatformLocation.state","href":"dart-ui_web/BrowserPlatformLocation/state.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The state in the current history entry.","enclosedBy":{"name":"BrowserPlatformLocation","kind":3,"href":"dart-ui_web/BrowserPlatformLocation-class.html"}},{"name":"EventListener","qualifiedName":"dart:ui_web.EventListener","href":"dart-ui_web/EventListener.html","kind":21,"packageRank":15,"desc":"Function type that handles pop state events.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"FlutterViewManagerProxy","qualifiedName":"dart:ui_web.FlutterViewManagerProxy","href":"dart-ui_web/FlutterViewManagerProxy-class.html","kind":3,"packageRank":15,"desc":"This class exposes web-only attributes for the registered views in a multi-view app.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"FlutterViewManagerProxy.new","qualifiedName":"dart:ui_web.FlutterViewManagerProxy.FlutterViewManagerProxy.new","href":"dart-ui_web/FlutterViewManagerProxy/FlutterViewManagerProxy.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"FlutterViewManagerProxy","kind":3,"href":"dart-ui_web/FlutterViewManagerProxy-class.html"}},{"name":"getHostElement","qualifiedName":"dart:ui_web.FlutterViewManagerProxy.getHostElement","href":"dart-ui_web/FlutterViewManagerProxy/getHostElement.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns the host element for viewId.","enclosedBy":{"name":"FlutterViewManagerProxy","kind":3,"href":"dart-ui_web/FlutterViewManagerProxy-class.html"}},{"name":"getInitialData","qualifiedName":"dart:ui_web.FlutterViewManagerProxy.getInitialData","href":"dart-ui_web/FlutterViewManagerProxy/getInitialData.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns the initialData configuration value passed from JS when viewId was added.","enclosedBy":{"name":"FlutterViewManagerProxy","kind":3,"href":"dart-ui_web/FlutterViewManagerProxy-class.html"}},{"name":"HashUrlStrategy","qualifiedName":"dart:ui_web.HashUrlStrategy","href":"dart-ui_web/HashUrlStrategy-class.html","kind":3,"packageRank":15,"desc":"This is an implementation of UrlStrategy that uses the browser URL's\nhash fragments\nto represent its state.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"HashUrlStrategy.new","qualifiedName":"dart:ui_web.HashUrlStrategy.HashUrlStrategy.new","href":"dart-ui_web/HashUrlStrategy/HashUrlStrategy.html","kind":2,"packageRank":15,"desc":"Creates an instance of HashUrlStrategy.","enclosedBy":{"name":"HashUrlStrategy","kind":3,"href":"dart-ui_web/HashUrlStrategy-class.html"}},{"name":"addPopStateListener","qualifiedName":"dart:ui_web.HashUrlStrategy.addPopStateListener","href":"dart-ui_web/HashUrlStrategy/addPopStateListener.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Adds a listener to the popstate event and returns a function that, when\ninvoked, removes the listener.","enclosedBy":{"name":"HashUrlStrategy","kind":3,"href":"dart-ui_web/HashUrlStrategy-class.html"}},{"name":"getPath","qualifiedName":"dart:ui_web.HashUrlStrategy.getPath","href":"dart-ui_web/HashUrlStrategy/getPath.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Returns the active path in the browser.","enclosedBy":{"name":"HashUrlStrategy","kind":3,"href":"dart-ui_web/HashUrlStrategy-class.html"}},{"name":"getState","qualifiedName":"dart:ui_web.HashUrlStrategy.getState","href":"dart-ui_web/HashUrlStrategy/getState.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"The state of the current browser history entry.","enclosedBy":{"name":"HashUrlStrategy","kind":3,"href":"dart-ui_web/HashUrlStrategy-class.html"}},{"name":"go","qualifiedName":"dart:ui_web.HashUrlStrategy.go","href":"dart-ui_web/HashUrlStrategy/go.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Moves forwards or backwards through the history stack.","enclosedBy":{"name":"HashUrlStrategy","kind":3,"href":"dart-ui_web/HashUrlStrategy-class.html"}},{"name":"prepareExternalUrl","qualifiedName":"dart:ui_web.HashUrlStrategy.prepareExternalUrl","href":"dart-ui_web/HashUrlStrategy/prepareExternalUrl.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Given a path that's internal to the app, create the external url that\nwill be used in the browser.","enclosedBy":{"name":"HashUrlStrategy","kind":3,"href":"dart-ui_web/HashUrlStrategy-class.html"}},{"name":"pushState","qualifiedName":"dart:ui_web.HashUrlStrategy.pushState","href":"dart-ui_web/HashUrlStrategy/pushState.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Push a new history entry.","enclosedBy":{"name":"HashUrlStrategy","kind":3,"href":"dart-ui_web/HashUrlStrategy-class.html"}},{"name":"replaceState","qualifiedName":"dart:ui_web.HashUrlStrategy.replaceState","href":"dart-ui_web/HashUrlStrategy/replaceState.html","kind":10,"overriddenDepth":1,"packageRank":15,"desc":"Replace the currently active history entry.","enclosedBy":{"name":"HashUrlStrategy","kind":3,"href":"dart-ui_web/HashUrlStrategy-class.html"}},{"name":"ImageCodecChunkCallback","qualifiedName":"dart:ui_web.ImageCodecChunkCallback","href":"dart-ui_web/ImageCodecChunkCallback.html","kind":21,"packageRank":15,"desc":"Signature of the callback that receives progress updates as image chunks are\nloaded.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"OperatingSystem","qualifiedName":"dart:ui_web.OperatingSystem","href":"dart-ui_web/OperatingSystem.html","kind":5,"packageRank":15,"desc":"Operating system where the current browser runs.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"values","qualifiedName":"dart:ui_web.OperatingSystem.values","href":"dart-ui_web/OperatingSystem/values-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"A constant List of the values in this enum, in order of their declaration.","enclosedBy":{"name":"OperatingSystem","kind":5,"href":"dart-ui_web/OperatingSystem.html"}},{"name":"ParameterizedPlatformViewFactory","qualifiedName":"dart:ui_web.ParameterizedPlatformViewFactory","href":"dart-ui_web/ParameterizedPlatformViewFactory.html","kind":21,"packageRank":15,"desc":"A function which takes a unique id and some params and creates an HTML\nelement.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"PlatformLocation","qualifiedName":"dart:ui_web.PlatformLocation","href":"dart-ui_web/PlatformLocation-class.html","kind":3,"packageRank":15,"desc":"Encapsulates all calls to DOM apis, which allows the UrlStrategy classes\nto be platform agnostic and testable.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"addPopStateListener","qualifiedName":"dart:ui_web.PlatformLocation.addPopStateListener","href":"dart-ui_web/PlatformLocation/addPopStateListener.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Registers an event listener for the popstate event.","enclosedBy":{"name":"PlatformLocation","kind":3,"href":"dart-ui_web/PlatformLocation-class.html"}},{"name":"getBaseHref","qualifiedName":"dart:ui_web.PlatformLocation.getBaseHref","href":"dart-ui_web/PlatformLocation/getBaseHref.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The base href where the Flutter app is being served.","enclosedBy":{"name":"PlatformLocation","kind":3,"href":"dart-ui_web/PlatformLocation-class.html"}},{"name":"go","qualifiedName":"dart:ui_web.PlatformLocation.go","href":"dart-ui_web/PlatformLocation/go.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Moves forwards or backwards through the history stack.","enclosedBy":{"name":"PlatformLocation","kind":3,"href":"dart-ui_web/PlatformLocation-class.html"}},{"name":"hash","qualifiedName":"dart:ui_web.PlatformLocation.hash","href":"dart-ui_web/PlatformLocation/hash.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The hash] part of the URL in the browser address bar.","enclosedBy":{"name":"PlatformLocation","kind":3,"href":"dart-ui_web/PlatformLocation-class.html"}},{"name":"pathname","qualifiedName":"dart:ui_web.PlatformLocation.pathname","href":"dart-ui_web/PlatformLocation/pathname.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The pathname part of the URL in the browser address bar.","enclosedBy":{"name":"PlatformLocation","kind":3,"href":"dart-ui_web/PlatformLocation-class.html"}},{"name":"pushState","qualifiedName":"dart:ui_web.PlatformLocation.pushState","href":"dart-ui_web/PlatformLocation/pushState.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Adds a new entry to the browser history stack.","enclosedBy":{"name":"PlatformLocation","kind":3,"href":"dart-ui_web/PlatformLocation-class.html"}},{"name":"removePopStateListener","qualifiedName":"dart:ui_web.PlatformLocation.removePopStateListener","href":"dart-ui_web/PlatformLocation/removePopStateListener.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Unregisters the given listener (added by addPopStateListener) from the\npopstate event.","enclosedBy":{"name":"PlatformLocation","kind":3,"href":"dart-ui_web/PlatformLocation-class.html"}},{"name":"replaceState","qualifiedName":"dart:ui_web.PlatformLocation.replaceState","href":"dart-ui_web/PlatformLocation/replaceState.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Replaces the current entry in the browser history stack.","enclosedBy":{"name":"PlatformLocation","kind":3,"href":"dart-ui_web/PlatformLocation-class.html"}},{"name":"search","qualifiedName":"dart:ui_web.PlatformLocation.search","href":"dart-ui_web/PlatformLocation/search.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The query part of the URL in the browser address bar.","enclosedBy":{"name":"PlatformLocation","kind":3,"href":"dart-ui_web/PlatformLocation-class.html"}},{"name":"state","qualifiedName":"dart:ui_web.PlatformLocation.state","href":"dart-ui_web/PlatformLocation/state.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"The state in the current history entry.","enclosedBy":{"name":"PlatformLocation","kind":3,"href":"dart-ui_web/PlatformLocation-class.html"}},{"name":"PlatformViewFactory","qualifiedName":"dart:ui_web.PlatformViewFactory","href":"dart-ui_web/PlatformViewFactory.html","kind":21,"packageRank":15,"desc":"A function which takes a unique id and creates an HTML element.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"PlatformViewRegistry","qualifiedName":"dart:ui_web.PlatformViewRegistry","href":"dart-ui_web/PlatformViewRegistry-class.html","kind":3,"packageRank":15,"desc":"A registry for factories that create platform views.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"PlatformViewRegistry.new","qualifiedName":"dart:ui_web.PlatformViewRegistry.PlatformViewRegistry.new","href":"dart-ui_web/PlatformViewRegistry/PlatformViewRegistry.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"PlatformViewRegistry","kind":3,"href":"dart-ui_web/PlatformViewRegistry-class.html"}},{"name":"defaultInvisibleViewType","qualifiedName":"dart:ui_web.PlatformViewRegistry.defaultInvisibleViewType","href":"dart-ui_web/PlatformViewRegistry/defaultInvisibleViewType-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The view type of the built-in factory that creates invisible platform view\nDOM elements.","enclosedBy":{"name":"PlatformViewRegistry","kind":3,"href":"dart-ui_web/PlatformViewRegistry-class.html"}},{"name":"defaultVisibleViewType","qualifiedName":"dart:ui_web.PlatformViewRegistry.defaultVisibleViewType","href":"dart-ui_web/PlatformViewRegistry/defaultVisibleViewType-constant.html","kind":1,"overriddenDepth":0,"packageRank":15,"desc":"The view type of the built-in factory that creates visible platform view\nDOM elements.","enclosedBy":{"name":"PlatformViewRegistry","kind":3,"href":"dart-ui_web/PlatformViewRegistry-class.html"}},{"name":"getViewById","qualifiedName":"dart:ui_web.PlatformViewRegistry.getViewById","href":"dart-ui_web/PlatformViewRegistry/getViewById.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns the view previously created for viewId.","enclosedBy":{"name":"PlatformViewRegistry","kind":3,"href":"dart-ui_web/PlatformViewRegistry-class.html"}},{"name":"registerViewFactory","qualifiedName":"dart:ui_web.PlatformViewRegistry.registerViewFactory","href":"dart-ui_web/PlatformViewRegistry/registerViewFactory.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Register viewType as being created by the given viewFactory.","enclosedBy":{"name":"PlatformViewRegistry","kind":3,"href":"dart-ui_web/PlatformViewRegistry-class.html"}},{"name":"PopStateListener","qualifiedName":"dart:ui_web.PopStateListener","href":"dart-ui_web/PopStateListener.html","kind":21,"packageRank":15,"desc":"Callback that receives the new state of the browser history entry.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"SingletonFlutterWindowExtension","qualifiedName":"dart:ui_web.SingletonFlutterWindowExtension","href":"dart-ui_web/SingletonFlutterWindowExtension.html","kind":6,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"debugPhysicalSizeOverride","qualifiedName":"dart:ui_web.SingletonFlutterWindowExtension.debugPhysicalSizeOverride","href":"dart-ui_web/SingletonFlutterWindowExtension/debugPhysicalSizeOverride.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"Overrides the value of physicalSize in tests.","enclosedBy":{"name":"SingletonFlutterWindowExtension","kind":6,"href":"dart-ui_web/SingletonFlutterWindowExtension.html"}},{"name":"TestEnvironment","qualifiedName":"dart:ui_web.TestEnvironment","href":"dart-ui_web/TestEnvironment-class.html","kind":3,"packageRank":15,"desc":"","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"TestEnvironment.flutterTester","qualifiedName":"dart:ui_web.TestEnvironment.TestEnvironment.flutterTester","href":"dart-ui_web/TestEnvironment/TestEnvironment.flutterTester.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TestEnvironment","kind":3,"href":"dart-ui_web/TestEnvironment-class.html"}},{"name":"TestEnvironment.new","qualifiedName":"dart:ui_web.TestEnvironment.TestEnvironment.new","href":"dart-ui_web/TestEnvironment/TestEnvironment.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TestEnvironment","kind":3,"href":"dart-ui_web/TestEnvironment-class.html"}},{"name":"TestEnvironment.production","qualifiedName":"dart:ui_web.TestEnvironment.TestEnvironment.production","href":"dart-ui_web/TestEnvironment/TestEnvironment.production.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"TestEnvironment","kind":3,"href":"dart-ui_web/TestEnvironment-class.html"}},{"name":"defaultToTestUrlStrategy","qualifiedName":"dart:ui_web.TestEnvironment.defaultToTestUrlStrategy","href":"dart-ui_web/TestEnvironment/defaultToTestUrlStrategy.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, a TestUrlStrategy will be used instead of the default URL strategy.","enclosedBy":{"name":"TestEnvironment","kind":3,"href":"dart-ui_web/TestEnvironment-class.html"}},{"name":"disableFontFallbacks","qualifiedName":"dart:ui_web.TestEnvironment.disableFontFallbacks","href":"dart-ui_web/TestEnvironment/disableFontFallbacks.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, the font fallback system will be disabled.","enclosedBy":{"name":"TestEnvironment","kind":3,"href":"dart-ui_web/TestEnvironment-class.html"}},{"name":"forceTestFonts","qualifiedName":"dart:ui_web.TestEnvironment.forceTestFonts","href":"dart-ui_web/TestEnvironment/forceTestFonts.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, all text will be laid out and rendered using test fonts.","enclosedBy":{"name":"TestEnvironment","kind":3,"href":"dart-ui_web/TestEnvironment-class.html"}},{"name":"ignorePlatformMessages","qualifiedName":"dart:ui_web.TestEnvironment.ignorePlatformMessages","href":"dart-ui_web/TestEnvironment/ignorePlatformMessages.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, the ui.PlatformDispatcher will ignore all platform messages.","enclosedBy":{"name":"TestEnvironment","kind":3,"href":"dart-ui_web/TestEnvironment-class.html"}},{"name":"instance","qualifiedName":"dart:ui_web.TestEnvironment.instance","href":"dart-ui_web/TestEnvironment/instance.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TestEnvironment","kind":3,"href":"dart-ui_web/TestEnvironment-class.html"}},{"name":"keepSemanticsDisabledOnUpdate","qualifiedName":"dart:ui_web.TestEnvironment.keepSemanticsDisabledOnUpdate","href":"dart-ui_web/TestEnvironment/keepSemanticsDisabledOnUpdate.html","kind":16,"overriddenDepth":0,"packageRank":15,"desc":"When true, semantics will NOT be automatically enabled when a semantics update is received by\nui.FlutterView.updateSemantics.","enclosedBy":{"name":"TestEnvironment","kind":3,"href":"dart-ui_web/TestEnvironment-class.html"}},{"name":"setUp","qualifiedName":"dart:ui_web.TestEnvironment.setUp","href":"dart-ui_web/TestEnvironment/setUp.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TestEnvironment","kind":3,"href":"dart-ui_web/TestEnvironment-class.html"}},{"name":"tearDown","qualifiedName":"dart:ui_web.TestEnvironment.tearDown","href":"dart-ui_web/TestEnvironment/tearDown.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"","enclosedBy":{"name":"TestEnvironment","kind":3,"href":"dart-ui_web/TestEnvironment-class.html"}},{"name":"UrlStrategy","qualifiedName":"dart:ui_web.UrlStrategy","href":"dart-ui_web/UrlStrategy-class.html","kind":3,"packageRank":15,"desc":"Represents and reads route state from the browser's URL.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"UrlStrategy.new","qualifiedName":"dart:ui_web.UrlStrategy.UrlStrategy.new","href":"dart-ui_web/UrlStrategy/UrlStrategy.html","kind":2,"packageRank":15,"desc":"","enclosedBy":{"name":"UrlStrategy","kind":3,"href":"dart-ui_web/UrlStrategy-class.html"}},{"name":"addPopStateListener","qualifiedName":"dart:ui_web.UrlStrategy.addPopStateListener","href":"dart-ui_web/UrlStrategy/addPopStateListener.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Adds a listener to the popstate event and returns a function that, when\ninvoked, removes the listener.","enclosedBy":{"name":"UrlStrategy","kind":3,"href":"dart-ui_web/UrlStrategy-class.html"}},{"name":"getPath","qualifiedName":"dart:ui_web.UrlStrategy.getPath","href":"dart-ui_web/UrlStrategy/getPath.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Returns the active path in the browser.","enclosedBy":{"name":"UrlStrategy","kind":3,"href":"dart-ui_web/UrlStrategy-class.html"}},{"name":"getState","qualifiedName":"dart:ui_web.UrlStrategy.getState","href":"dart-ui_web/UrlStrategy/getState.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"The state of the current browser history entry.","enclosedBy":{"name":"UrlStrategy","kind":3,"href":"dart-ui_web/UrlStrategy-class.html"}},{"name":"go","qualifiedName":"dart:ui_web.UrlStrategy.go","href":"dart-ui_web/UrlStrategy/go.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Moves forwards or backwards through the history stack.","enclosedBy":{"name":"UrlStrategy","kind":3,"href":"dart-ui_web/UrlStrategy-class.html"}},{"name":"prepareExternalUrl","qualifiedName":"dart:ui_web.UrlStrategy.prepareExternalUrl","href":"dart-ui_web/UrlStrategy/prepareExternalUrl.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Given a path that's internal to the app, create the external url that\nwill be used in the browser.","enclosedBy":{"name":"UrlStrategy","kind":3,"href":"dart-ui_web/UrlStrategy-class.html"}},{"name":"pushState","qualifiedName":"dart:ui_web.UrlStrategy.pushState","href":"dart-ui_web/UrlStrategy/pushState.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Push a new history entry.","enclosedBy":{"name":"UrlStrategy","kind":3,"href":"dart-ui_web/UrlStrategy-class.html"}},{"name":"replaceState","qualifiedName":"dart:ui_web.UrlStrategy.replaceState","href":"dart-ui_web/UrlStrategy/replaceState.html","kind":10,"overriddenDepth":0,"packageRank":15,"desc":"Replace the currently active history entry.","enclosedBy":{"name":"UrlStrategy","kind":3,"href":"dart-ui_web/UrlStrategy-class.html"}},{"name":"accessibilityPlaceholderMessage","qualifiedName":"dart:ui_web.accessibilityPlaceholderMessage","href":"dart-ui_web/accessibilityPlaceholderMessage.html","kind":20,"packageRank":15,"desc":"The message in the label for the placeholder element used to enable accessibility.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"assetManager","qualifiedName":"dart:ui_web.assetManager","href":"dart-ui_web/assetManager.html","kind":20,"packageRank":15,"desc":"Provides the AssetManager used by the Flutter Engine.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"benchmarkValueCallback","qualifiedName":"dart:ui_web.benchmarkValueCallback","href":"dart-ui_web/benchmarkValueCallback.html","kind":20,"packageRank":15,"desc":"A callback for receiving benchmark values.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"bootstrapEngine","qualifiedName":"dart:ui_web.bootstrapEngine","href":"dart-ui_web/bootstrapEngine.html","kind":8,"packageRank":15,"desc":"Bootstraps the Flutter Web engine and app.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"browser","qualifiedName":"dart:ui_web.browser","href":"dart-ui_web/browser.html","kind":20,"packageRank":15,"desc":"A short-hand accessor to the BrowserDetection.instance singleton.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"createImageCodecFromUrl","qualifiedName":"dart:ui_web.createImageCodecFromUrl","href":"dart-ui_web/createImageCodecFromUrl.html","kind":8,"packageRank":15,"desc":"Creates a ui.Codec for the image located at uri.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"createImageFromImageBitmap","qualifiedName":"dart:ui_web.createImageFromImageBitmap","href":"dart-ui_web/createImageFromImageBitmap.html","kind":8,"packageRank":15,"desc":"Creates a ui.Image from an ImageBitmap object.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"createImageFromTextureSource","qualifiedName":"dart:ui_web.createImageFromTextureSource","href":"dart-ui_web/createImageFromTextureSource.html","kind":8,"packageRank":15,"desc":"Creates a ui.Image from a valid texture source (for example\nHTMLImageElement | HTMLVideoElement | HTMLCanvasElement).","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"debugDefaultUrlStrategyOverride","qualifiedName":"dart:ui_web.debugDefaultUrlStrategyOverride","href":"dart-ui_web/debugDefaultUrlStrategyOverride.html","kind":20,"packageRank":15,"desc":"Overrides the default URL strategy.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"debugOverrideDevicePixelRatio","qualifiedName":"dart:ui_web.debugOverrideDevicePixelRatio","href":"dart-ui_web/debugOverrideDevicePixelRatio.html","kind":8,"packageRank":15,"desc":"Overrides the value of ui.FlutterView.devicePixelRatio in tests.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"debugOverridePlatformViewRegistry","qualifiedName":"dart:ui_web.debugOverridePlatformViewRegistry","href":"dart-ui_web/debugOverridePlatformViewRegistry.html","kind":8,"packageRank":15,"desc":"Overrides the platform view registry.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"debugResetCustomUrlStrategy","qualifiedName":"dart:ui_web.debugResetCustomUrlStrategy","href":"dart-ui_web/debugResetCustomUrlStrategy.html","kind":8,"packageRank":15,"desc":"Resets everything to do with custom URL strategy.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"isCustomUrlStrategySet","qualifiedName":"dart:ui_web.isCustomUrlStrategySet","href":"dart-ui_web/isCustomUrlStrategySet.html","kind":20,"packageRank":15,"desc":"Whether a custom URL strategy has been set or not.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"platformViewRegistry","qualifiedName":"dart:ui_web.platformViewRegistry","href":"dart-ui_web/platformViewRegistry.html","kind":20,"packageRank":15,"desc":"The platform view registry for this app.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"preventCustomUrlStrategy","qualifiedName":"dart:ui_web.preventCustomUrlStrategy","href":"dart-ui_web/preventCustomUrlStrategy.html","kind":8,"packageRank":15,"desc":"From this point on, prevents setting a custom URL strategy.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"setPluginHandler","qualifiedName":"dart:ui_web.setPluginHandler","href":"dart-ui_web/setPluginHandler.html","kind":8,"packageRank":15,"desc":"Sets the handler that forwards platform messages to web plugins.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"urlStrategy","qualifiedName":"dart:ui_web.urlStrategy","href":"dart-ui_web/urlStrategy.html","kind":20,"packageRank":15,"desc":"Returns the present UrlStrategy for handling the browser URL.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"views","qualifiedName":"dart:ui_web.views","href":"dart-ui_web/views.html","kind":20,"packageRank":15,"desc":"Exposes web-only functionality for this app's FlutterViews objects.","enclosedBy":{"name":"dart:ui_web","kind":9,"href":"dart-ui_web/"}},{"name":"date_symbol_data_custom","qualifiedName":"date_symbol_data_custom","href":"package-intl_date_symbol_data_custom/","kind":9,"packageRank":50,"desc":"API to allow setting Date/Time formatting in a custom way."},{"name":"initializeDateFormattingCustom","qualifiedName":"date_symbol_data_custom.initializeDateFormattingCustom","href":"package-intl_date_symbol_data_custom/initializeDateFormattingCustom.html","kind":8,"packageRank":50,"desc":"This should be called for at least one locale before any date\nformatting methods are called.","enclosedBy":{"name":"date_symbol_data_custom","kind":9,"href":"package-intl_date_symbol_data_custom/"}},{"name":"date_symbol_data_file","qualifiedName":"date_symbol_data_file","href":"package-intl_date_symbol_data_file/","kind":9,"packageRank":50,"desc":"This file should be imported, along with date_format.dart in order to read\nlocale data from files in the file system."},{"name":"availableLocalesForDateFormatting","qualifiedName":"date_symbol_data_file.availableLocalesForDateFormatting","href":"package-intl_date_symbol_data_file/availableLocalesForDateFormatting.html","kind":20,"packageRank":50,"desc":"Hard-coded list of all available locales for dates.","enclosedBy":{"name":"date_symbol_data_file","kind":9,"href":"package-intl_date_symbol_data_file/"}},{"name":"initializeDateFormatting","qualifiedName":"date_symbol_data_file.initializeDateFormatting","href":"package-intl_date_symbol_data_file/initializeDateFormatting.html","kind":8,"packageRank":50,"desc":"This should be called for at least one locale before any date formatting\nmethods are called. It sets up the lookup for date symbols using path.\nThe path parameter should end with a directory separator appropriate\nfor the platform.","enclosedBy":{"name":"date_symbol_data_file","kind":9,"href":"package-intl_date_symbol_data_file/"}},{"name":"date_symbol_data_http_request","qualifiedName":"date_symbol_data_http_request","href":"package-intl_date_symbol_data_http_request/","kind":9,"packageRank":50,"desc":"This file should be imported, along with date_format.dart in order to read\nlocale data via http requests to a web server."},{"name":"initializeDateFormatting","qualifiedName":"date_symbol_data_http_request.initializeDateFormatting","href":"package-intl_date_symbol_data_http_request/initializeDateFormatting.html","kind":8,"packageRank":50,"desc":"This should be called for at least one locale before any date formatting\nmethods are called. It sets up the lookup for date symbols using url.\nThe url parameter should end with a \"/\". For example,\n  \"http://localhost:8000/dates/\"","enclosedBy":{"name":"date_symbol_data_http_request","kind":9,"href":"package-intl_date_symbol_data_http_request/"}},{"name":"date_symbol_data_local","qualifiedName":"date_symbol_data_local","href":"package-intl_date_symbol_data_local/","kind":9,"packageRank":50,"desc":"Date/time formatting symbols for all locales."},{"name":"dateTimeSymbolMap","qualifiedName":"date_symbol_data_local.dateTimeSymbolMap","href":"package-intl_date_symbol_data_local/dateTimeSymbolMap.html","kind":8,"packageRank":50,"desc":"Returns a Map from locale names to the DateSymbols instance for\nthat locale. Internal use only. Call initializeDateFormatting\ninstead.","enclosedBy":{"name":"date_symbol_data_local","kind":9,"href":"package-intl_date_symbol_data_local/"}},{"name":"initializeDateFormatting","qualifiedName":"date_symbol_data_local.initializeDateFormatting","href":"package-intl_date_symbol_data_local/initializeDateFormatting.html","kind":8,"packageRank":50,"desc":"This should be called for at least one locale before any date\nformatting methods are called. It sets up the lookup for date\nsymbols. Both the locale and ignored parameter are ignored, as\nthe data for all locales is directly available.","enclosedBy":{"name":"date_symbol_data_local","kind":9,"href":"package-intl_date_symbol_data_local/"}},{"name":"date_symbols","qualifiedName":"date_symbols","href":"package-intl_date_symbols/","kind":9,"packageRank":50,"desc":""},{"name":"DateSymbols","qualifiedName":"date_symbols.DateSymbols","href":"package-intl_date_symbols/DateSymbols-class.html","kind":3,"packageRank":50,"desc":"This holds onto information about how a particular locale formats dates. It\ncontains mostly strings, e.g. what the names of months or weekdays are,\nbut also indicates things like the first day of the week. We expect the data\nfor instances of these to be generated out of ICU or a similar reference\nsource. This is used in conjunction with the date_time_patterns, which\ndefines for a particular locale the different named formats that will\nmake use of this data.","enclosedBy":{"name":"date_symbols","kind":9,"href":"package-intl_date_symbols/"}},{"name":"AMPMS","qualifiedName":"date_symbols.DateSymbols.AMPMS","href":"package-intl_date_symbols/DateSymbols/AMPMS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"AVAILABLEFORMATS","qualifiedName":"date_symbols.DateSymbols.AVAILABLEFORMATS","href":"package-intl_date_symbols/DateSymbols/AVAILABLEFORMATS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"DATEFORMATS","qualifiedName":"date_symbols.DateSymbols.DATEFORMATS","href":"package-intl_date_symbols/DateSymbols/DATEFORMATS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"DATETIMEFORMATS","qualifiedName":"date_symbols.DateSymbols.DATETIMEFORMATS","href":"package-intl_date_symbols/DateSymbols/DATETIMEFORMATS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"DateSymbols.deserializeFromMap","qualifiedName":"date_symbols.DateSymbols.DateSymbols.deserializeFromMap","href":"package-intl_date_symbols/DateSymbols/DateSymbols.deserializeFromMap.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"DateSymbols.new","qualifiedName":"date_symbols.DateSymbols.DateSymbols.new","href":"package-intl_date_symbols/DateSymbols/DateSymbols.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"ERANAMES","qualifiedName":"date_symbols.DateSymbols.ERANAMES","href":"package-intl_date_symbols/DateSymbols/ERANAMES.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"ERAS","qualifiedName":"date_symbols.DateSymbols.ERAS","href":"package-intl_date_symbols/DateSymbols/ERAS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"FIRSTDAYOFWEEK","qualifiedName":"date_symbols.DateSymbols.FIRSTDAYOFWEEK","href":"package-intl_date_symbols/DateSymbols/FIRSTDAYOFWEEK.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The first day of the week, in ISO 8601 style, where the first day of the\nweek, i.e. index 0, is Monday.","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"FIRSTWEEKCUTOFFDAY","qualifiedName":"date_symbols.DateSymbols.FIRSTWEEKCUTOFFDAY","href":"package-intl_date_symbols/DateSymbols/FIRSTWEEKCUTOFFDAY.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"MONTHS","qualifiedName":"date_symbols.DateSymbols.MONTHS","href":"package-intl_date_symbols/DateSymbols/MONTHS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"NAME","qualifiedName":"date_symbols.DateSymbols.NAME","href":"package-intl_date_symbols/DateSymbols/NAME.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"NARROWMONTHS","qualifiedName":"date_symbols.DateSymbols.NARROWMONTHS","href":"package-intl_date_symbols/DateSymbols/NARROWMONTHS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"NARROWWEEKDAYS","qualifiedName":"date_symbols.DateSymbols.NARROWWEEKDAYS","href":"package-intl_date_symbols/DateSymbols/NARROWWEEKDAYS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"QUARTERS","qualifiedName":"date_symbols.DateSymbols.QUARTERS","href":"package-intl_date_symbols/DateSymbols/QUARTERS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"SHORTMONTHS","qualifiedName":"date_symbols.DateSymbols.SHORTMONTHS","href":"package-intl_date_symbols/DateSymbols/SHORTMONTHS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"SHORTQUARTERS","qualifiedName":"date_symbols.DateSymbols.SHORTQUARTERS","href":"package-intl_date_symbols/DateSymbols/SHORTQUARTERS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"SHORTWEEKDAYS","qualifiedName":"date_symbols.DateSymbols.SHORTWEEKDAYS","href":"package-intl_date_symbols/DateSymbols/SHORTWEEKDAYS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"STANDALONEMONTHS","qualifiedName":"date_symbols.DateSymbols.STANDALONEMONTHS","href":"package-intl_date_symbols/DateSymbols/STANDALONEMONTHS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"STANDALONENARROWMONTHS","qualifiedName":"date_symbols.DateSymbols.STANDALONENARROWMONTHS","href":"package-intl_date_symbols/DateSymbols/STANDALONENARROWMONTHS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"STANDALONENARROWWEEKDAYS","qualifiedName":"date_symbols.DateSymbols.STANDALONENARROWWEEKDAYS","href":"package-intl_date_symbols/DateSymbols/STANDALONENARROWWEEKDAYS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"STANDALONESHORTMONTHS","qualifiedName":"date_symbols.DateSymbols.STANDALONESHORTMONTHS","href":"package-intl_date_symbols/DateSymbols/STANDALONESHORTMONTHS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"STANDALONESHORTWEEKDAYS","qualifiedName":"date_symbols.DateSymbols.STANDALONESHORTWEEKDAYS","href":"package-intl_date_symbols/DateSymbols/STANDALONESHORTWEEKDAYS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"STANDALONEWEEKDAYS","qualifiedName":"date_symbols.DateSymbols.STANDALONEWEEKDAYS","href":"package-intl_date_symbols/DateSymbols/STANDALONEWEEKDAYS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"TIMEFORMATS","qualifiedName":"date_symbols.DateSymbols.TIMEFORMATS","href":"package-intl_date_symbols/DateSymbols/TIMEFORMATS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"WEEKDAYS","qualifiedName":"date_symbols.DateSymbols.WEEKDAYS","href":"package-intl_date_symbols/DateSymbols/WEEKDAYS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"WEEKENDRANGE","qualifiedName":"date_symbols.DateSymbols.WEEKENDRANGE","href":"package-intl_date_symbols/DateSymbols/WEEKENDRANGE.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Which days are weekend days, integers where 0=Monday.","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"ZERODIGIT","qualifiedName":"date_symbols.DateSymbols.ZERODIGIT","href":"package-intl_date_symbols/DateSymbols/ZERODIGIT.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"serializeToMap","qualifiedName":"date_symbols.DateSymbols.serializeToMap","href":"package-intl_date_symbols/DateSymbols/serializeToMap.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"toString","qualifiedName":"date_symbols.DateSymbols.toString","href":"package-intl_date_symbols/DateSymbols/toString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"A string representation of this object.","enclosedBy":{"name":"DateSymbols","kind":3,"href":"package-intl_date_symbols/DateSymbols-class.html"}},{"name":"en_USPatterns","qualifiedName":"date_symbols.en_USPatterns","href":"package-intl_date_symbols/en_USPatterns-constant.html","kind":19,"packageRank":50,"desc":"","enclosedBy":{"name":"date_symbols","kind":9,"href":"package-intl_date_symbols/"}},{"name":"en_USSymbols","qualifiedName":"date_symbols.en_USSymbols","href":"package-intl_date_symbols/en_USSymbols.html","kind":20,"packageRank":50,"desc":"We hard-code the locale data for en_US here so that there's at least one\nlocale always available.","enclosedBy":{"name":"date_symbols","kind":9,"href":"package-intl_date_symbols/"}},{"name":"date_time_patterns","qualifiedName":"date_time_patterns","href":"package-intl_date_time_patterns/","kind":9,"packageRank":50,"desc":"Date/time formatting symbols for a large subset of locales."},{"name":"dateTimePatternMap","qualifiedName":"date_time_patterns.dateTimePatternMap","href":"package-intl_date_time_patterns/dateTimePatternMap.html","kind":8,"packageRank":50,"desc":"Returns a Map from locale names to another Map that goes from skeletons\nto the locale-specific formatting patterns.\nInternal use only. Call initializeDateFormatting instead.","enclosedBy":{"name":"date_time_patterns","kind":9,"href":"package-intl_date_time_patterns/"}},{"name":"dislike_analyzer","qualifiedName":"dislike_analyzer","href":"package-material_color_utilities_dislike_dislike_analyzer/","kind":9,"packageRank":50,"desc":""},{"name":"DislikeAnalyzer","qualifiedName":"dislike_analyzer.DislikeAnalyzer","href":"package-material_color_utilities_dislike_dislike_analyzer/DislikeAnalyzer-class.html","kind":3,"packageRank":50,"desc":"Check and/or fix universally disliked colors.","enclosedBy":{"name":"dislike_analyzer","kind":9,"href":"package-material_color_utilities_dislike_dislike_analyzer/"}},{"name":"DislikeAnalyzer.new","qualifiedName":"dislike_analyzer.DislikeAnalyzer.DislikeAnalyzer.new","href":"package-material_color_utilities_dislike_dislike_analyzer/DislikeAnalyzer/DislikeAnalyzer.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"DislikeAnalyzer","kind":3,"href":"package-material_color_utilities_dislike_dislike_analyzer/DislikeAnalyzer-class.html"}},{"name":"fixIfDisliked","qualifiedName":"dislike_analyzer.DislikeAnalyzer.fixIfDisliked","href":"package-material_color_utilities_dislike_dislike_analyzer/DislikeAnalyzer/fixIfDisliked.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"If hct is disliked, lighten it to make it likable.","enclosedBy":{"name":"DislikeAnalyzer","kind":3,"href":"package-material_color_utilities_dislike_dislike_analyzer/DislikeAnalyzer-class.html"}},{"name":"isDisliked","qualifiedName":"dislike_analyzer.DislikeAnalyzer.isDisliked","href":"package-material_color_utilities_dislike_dislike_analyzer/DislikeAnalyzer/isDisliked.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns true if hct is disliked.","enclosedBy":{"name":"DislikeAnalyzer","kind":3,"href":"package-material_color_utilities_dislike_dislike_analyzer/DislikeAnalyzer-class.html"}},{"name":"dynamic_color","qualifiedName":"dynamic_color","href":"package-material_color_utilities_dynamiccolor_dynamic_color/","kind":9,"packageRank":50,"desc":""},{"name":"DynamicColor","qualifiedName":"dynamic_color.DynamicColor","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html","kind":3,"packageRank":50,"desc":"A color that adjusts itself based on UI state provided by DynamicScheme.","enclosedBy":{"name":"dynamic_color","kind":9,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/"}},{"name":"DynamicColor.fromPalette","qualifiedName":"dynamic_color.DynamicColor.DynamicColor.fromPalette","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/DynamicColor.fromPalette.html","kind":2,"packageRank":50,"desc":"The convenience constructor for DynamicColor.","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"DynamicColor.new","qualifiedName":"dynamic_color.DynamicColor.DynamicColor.new","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/DynamicColor.html","kind":2,"packageRank":50,"desc":"The base (explicit) constructor for DynamicColor.","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"background","qualifiedName":"dynamic_color.DynamicColor.background","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/background.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"contrastCurve","qualifiedName":"dynamic_color.DynamicColor.contrastCurve","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/contrastCurve.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"enableLightForeground","qualifiedName":"dynamic_color.DynamicColor.enableLightForeground","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/enableLightForeground.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Adjust a tone such that white has 4.5 contrast, if the tone is\nreasonably close to supporting it.","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"foregroundTone","qualifiedName":"dynamic_color.DynamicColor.foregroundTone","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/foregroundTone.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Given a background tone, find a foreground tone, while ensuring they reach\na contrast ratio that is as close to ratio as possible.","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"getArgb","qualifiedName":"dynamic_color.DynamicColor.getArgb","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/getArgb.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return a ARGB integer (i.e. a hex code).\nscheme Defines the conditions of the user interface, for example,\nwhether or not it is dark mode or light mode, and what the desired\ncontrast level is.","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"getHct","qualifiedName":"dynamic_color.DynamicColor.getHct","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/getHct.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return a color, expressed in the HCT color space, that this\nDynamicColor is under the conditions in scheme.","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"getTone","qualifiedName":"dynamic_color.DynamicColor.getTone","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/getTone.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Return a tone, T in the HCT color space, that this DynamicColor is under\nthe conditions in scheme.","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"isBackground","qualifiedName":"dynamic_color.DynamicColor.isBackground","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/isBackground.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"name","qualifiedName":"dynamic_color.DynamicColor.name","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/name.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"palette","qualifiedName":"dynamic_color.DynamicColor.palette","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/palette.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"secondBackground","qualifiedName":"dynamic_color.DynamicColor.secondBackground","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/secondBackground.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"tone","qualifiedName":"dynamic_color.DynamicColor.tone","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/tone.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"toneAllowsLightForeground","qualifiedName":"dynamic_color.DynamicColor.toneAllowsLightForeground","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/toneAllowsLightForeground.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns whether tone can reach a contrast ratio of 4.5 with a lighter\ncolor.","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"toneDeltaPair","qualifiedName":"dynamic_color.DynamicColor.toneDeltaPair","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/toneDeltaPair.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"tonePrefersLightForeground","qualifiedName":"dynamic_color.DynamicColor.tonePrefersLightForeground","href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor/tonePrefersLightForeground.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns whether tone prefers a light foreground.","enclosedBy":{"name":"DynamicColor","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_color/DynamicColor-class.html"}},{"name":"dynamic_scheme","qualifiedName":"dynamic_scheme","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/","kind":9,"packageRank":50,"desc":""},{"name":"DynamicScheme","qualifiedName":"dynamic_scheme.DynamicScheme","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html","kind":3,"packageRank":50,"desc":"Constructed by a set of values representing the current UI state (such as\nwhether or not its dark theme, what the theme style is, etc.), and\nprovides a set of TonalPalettes that can create colors that fit in\nwith the theme style. Used by DynamicColor to resolve into a color.","enclosedBy":{"name":"dynamic_scheme","kind":9,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/"}},{"name":"DynamicScheme.new","qualifiedName":"dynamic_scheme.DynamicScheme.DynamicScheme.new","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/DynamicScheme.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"background","qualifiedName":"dynamic_scheme.DynamicScheme.background","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/background.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"contrastLevel","qualifiedName":"dynamic_scheme.DynamicScheme.contrastLevel","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/contrastLevel.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Value from -1 to 1. -1 represents minimum contrast, 0 represents\nstandard (i.e. the design as spec'd), and 1 represents maximum contrast.","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"error","qualifiedName":"dynamic_scheme.DynamicScheme.error","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/error.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"errorContainer","qualifiedName":"dynamic_scheme.DynamicScheme.errorContainer","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/errorContainer.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"errorPalette","qualifiedName":"dynamic_scheme.DynamicScheme.errorPalette","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/errorPalette.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Given a tone, produces a reddish, colorful, color.","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"getArgb","qualifiedName":"dynamic_scheme.DynamicScheme.getArgb","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/getArgb.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"getHct","qualifiedName":"dynamic_scheme.DynamicScheme.getHct","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/getHct.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"getRotatedHue","qualifiedName":"dynamic_scheme.DynamicScheme.getRotatedHue","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/getRotatedHue.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"inverseOnSurface","qualifiedName":"dynamic_scheme.DynamicScheme.inverseOnSurface","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/inverseOnSurface.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"inversePrimary","qualifiedName":"dynamic_scheme.DynamicScheme.inversePrimary","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/inversePrimary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"inverseSurface","qualifiedName":"dynamic_scheme.DynamicScheme.inverseSurface","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/inverseSurface.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"isDark","qualifiedName":"dynamic_scheme.DynamicScheme.isDark","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/isDark.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether or not the scheme is in 'dark mode' or 'light mode'.","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"neutralPalette","qualifiedName":"dynamic_scheme.DynamicScheme.neutralPalette","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/neutralPalette.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Given a tone, produces a color. Hue and chroma of the color are specified\nin the design specification of the variant. Usually not colorful at all,\nintended for background &amp; surface colors.","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"neutralPaletteKeyColor","qualifiedName":"dynamic_scheme.DynamicScheme.neutralPaletteKeyColor","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/neutralPaletteKeyColor.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"neutralVariantPalette","qualifiedName":"dynamic_scheme.DynamicScheme.neutralVariantPalette","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/neutralVariantPalette.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Given a tone, produces a color. Hue and chroma of the color are specified\nin the design specification of the variant. Usually not colorful, but\nslightly more colorful than Neutral. Intended for backgrounds &amp; surfaces.","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"neutralVariantPaletteKeyColor","qualifiedName":"dynamic_scheme.DynamicScheme.neutralVariantPaletteKeyColor","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/neutralVariantPaletteKeyColor.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onBackground","qualifiedName":"dynamic_scheme.DynamicScheme.onBackground","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onBackground.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onError","qualifiedName":"dynamic_scheme.DynamicScheme.onError","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onError.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onErrorContainer","qualifiedName":"dynamic_scheme.DynamicScheme.onErrorContainer","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onErrorContainer.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onPrimary","qualifiedName":"dynamic_scheme.DynamicScheme.onPrimary","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onPrimary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onPrimaryContainer","qualifiedName":"dynamic_scheme.DynamicScheme.onPrimaryContainer","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onPrimaryContainer.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onPrimaryFixed","qualifiedName":"dynamic_scheme.DynamicScheme.onPrimaryFixed","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onPrimaryFixed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onPrimaryFixedVariant","qualifiedName":"dynamic_scheme.DynamicScheme.onPrimaryFixedVariant","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onPrimaryFixedVariant.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onSecondary","qualifiedName":"dynamic_scheme.DynamicScheme.onSecondary","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onSecondary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onSecondaryContainer","qualifiedName":"dynamic_scheme.DynamicScheme.onSecondaryContainer","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onSecondaryContainer.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onSecondaryFixed","qualifiedName":"dynamic_scheme.DynamicScheme.onSecondaryFixed","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onSecondaryFixed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onSecondaryFixedVariant","qualifiedName":"dynamic_scheme.DynamicScheme.onSecondaryFixedVariant","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onSecondaryFixedVariant.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onSurface","qualifiedName":"dynamic_scheme.DynamicScheme.onSurface","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onSurface.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onSurfaceVariant","qualifiedName":"dynamic_scheme.DynamicScheme.onSurfaceVariant","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onSurfaceVariant.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onTertiary","qualifiedName":"dynamic_scheme.DynamicScheme.onTertiary","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onTertiary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onTertiaryContainer","qualifiedName":"dynamic_scheme.DynamicScheme.onTertiaryContainer","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onTertiaryContainer.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onTertiaryFixed","qualifiedName":"dynamic_scheme.DynamicScheme.onTertiaryFixed","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onTertiaryFixed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"onTertiaryFixedVariant","qualifiedName":"dynamic_scheme.DynamicScheme.onTertiaryFixedVariant","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/onTertiaryFixedVariant.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"outline","qualifiedName":"dynamic_scheme.DynamicScheme.outline","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/outline.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"outlineVariant","qualifiedName":"dynamic_scheme.DynamicScheme.outlineVariant","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/outlineVariant.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"primary","qualifiedName":"dynamic_scheme.DynamicScheme.primary","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/primary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"primaryContainer","qualifiedName":"dynamic_scheme.DynamicScheme.primaryContainer","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/primaryContainer.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"primaryFixed","qualifiedName":"dynamic_scheme.DynamicScheme.primaryFixed","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/primaryFixed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"primaryFixedDim","qualifiedName":"dynamic_scheme.DynamicScheme.primaryFixedDim","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/primaryFixedDim.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"primaryPalette","qualifiedName":"dynamic_scheme.DynamicScheme.primaryPalette","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/primaryPalette.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Given a tone, produces a color. Hue and chroma of the color are specified\nin the design specification of the variant. Usually colorful.","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"primaryPaletteKeyColor","qualifiedName":"dynamic_scheme.DynamicScheme.primaryPaletteKeyColor","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/primaryPaletteKeyColor.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"scrim","qualifiedName":"dynamic_scheme.DynamicScheme.scrim","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/scrim.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"secondary","qualifiedName":"dynamic_scheme.DynamicScheme.secondary","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/secondary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"secondaryContainer","qualifiedName":"dynamic_scheme.DynamicScheme.secondaryContainer","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/secondaryContainer.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"secondaryFixed","qualifiedName":"dynamic_scheme.DynamicScheme.secondaryFixed","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/secondaryFixed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"secondaryFixedDim","qualifiedName":"dynamic_scheme.DynamicScheme.secondaryFixedDim","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/secondaryFixedDim.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"secondaryPalette","qualifiedName":"dynamic_scheme.DynamicScheme.secondaryPalette","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/secondaryPalette.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Given a tone, produces a color. Hue and chroma of the color are specified\nin the design specification of the variant. Usually less colorful.","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"secondaryPaletteKeyColor","qualifiedName":"dynamic_scheme.DynamicScheme.secondaryPaletteKeyColor","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/secondaryPaletteKeyColor.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"shadow","qualifiedName":"dynamic_scheme.DynamicScheme.shadow","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/shadow.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"sourceColorArgb","qualifiedName":"dynamic_scheme.DynamicScheme.sourceColorArgb","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/sourceColorArgb.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The source color of the theme as an ARGB integer.","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"sourceColorHct","qualifiedName":"dynamic_scheme.DynamicScheme.sourceColorHct","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/sourceColorHct.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The source color of the theme in HCT.","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"surface","qualifiedName":"dynamic_scheme.DynamicScheme.surface","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/surface.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"surfaceBright","qualifiedName":"dynamic_scheme.DynamicScheme.surfaceBright","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/surfaceBright.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"surfaceContainer","qualifiedName":"dynamic_scheme.DynamicScheme.surfaceContainer","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/surfaceContainer.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"surfaceContainerHigh","qualifiedName":"dynamic_scheme.DynamicScheme.surfaceContainerHigh","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/surfaceContainerHigh.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"surfaceContainerHighest","qualifiedName":"dynamic_scheme.DynamicScheme.surfaceContainerHighest","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/surfaceContainerHighest.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"surfaceContainerLow","qualifiedName":"dynamic_scheme.DynamicScheme.surfaceContainerLow","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/surfaceContainerLow.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"surfaceContainerLowest","qualifiedName":"dynamic_scheme.DynamicScheme.surfaceContainerLowest","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/surfaceContainerLowest.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"surfaceDim","qualifiedName":"dynamic_scheme.DynamicScheme.surfaceDim","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/surfaceDim.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"surfaceTint","qualifiedName":"dynamic_scheme.DynamicScheme.surfaceTint","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/surfaceTint.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"surfaceVariant","qualifiedName":"dynamic_scheme.DynamicScheme.surfaceVariant","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/surfaceVariant.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"tertiary","qualifiedName":"dynamic_scheme.DynamicScheme.tertiary","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/tertiary.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"tertiaryContainer","qualifiedName":"dynamic_scheme.DynamicScheme.tertiaryContainer","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/tertiaryContainer.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"tertiaryFixed","qualifiedName":"dynamic_scheme.DynamicScheme.tertiaryFixed","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/tertiaryFixed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"tertiaryFixedDim","qualifiedName":"dynamic_scheme.DynamicScheme.tertiaryFixedDim","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/tertiaryFixedDim.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"tertiaryPalette","qualifiedName":"dynamic_scheme.DynamicScheme.tertiaryPalette","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/tertiaryPalette.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Given a tone, produces a color. Hue and chroma of the color are specified\nin the design specification of the variant. Usually a different hue from\nprimary and colorful.","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"tertiaryPaletteKeyColor","qualifiedName":"dynamic_scheme.DynamicScheme.tertiaryPaletteKeyColor","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/tertiaryPaletteKeyColor.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"variant","qualifiedName":"dynamic_scheme.DynamicScheme.variant","href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme/variant.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The variant, or style, of the theme.","enclosedBy":{"name":"DynamicScheme","kind":3,"href":"package-material_color_utilities_dynamiccolor_dynamic_scheme/DynamicScheme-class.html"}},{"name":"equality","qualifiedName":"equality","href":"package-collection_equality/","kind":9,"packageRank":50,"desc":"Import collection.dart instead."},{"name":"expect","qualifiedName":"expect","href":"package-matcher_expect/","kind":9,"packageRank":50,"desc":""},{"name":"completes","qualifiedName":"expect.completes","href":"package-matcher_expect/completes.html","kind":20,"packageRank":50,"desc":"Matches a Future that completes successfully with any value.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"doesNotComplete","qualifiedName":"expect.doesNotComplete","href":"package-matcher_expect/doesNotComplete.html","kind":20,"packageRank":50,"desc":"Matches a Future that does not complete.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"emitsDone","qualifiedName":"expect.emitsDone","href":"package-matcher_expect/emitsDone.html","kind":20,"packageRank":50,"desc":"Returns a StreamMatcher that asserts that the stream emits a \"done\" event.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"expect","qualifiedName":"expect.expect","href":"package-matcher_expect/expect.html","kind":8,"packageRank":50,"desc":"Assert that actual matches matcher.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"expectLater","qualifiedName":"expect.expectLater","href":"package-matcher_expect/expectLater.html","kind":8,"packageRank":50,"desc":"Just like expect, but returns a Future that completes when the matcher\nhas finished matching.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"neverCalled","qualifiedName":"expect.neverCalled","href":"package-matcher_expect/neverCalled.html","kind":20,"packageRank":50,"desc":"Returns a function that causes the test to fail if it's called.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"throws","qualifiedName":"expect.throws","href":"package-matcher_expect/throws-constant.html","kind":19,"packageRank":50,"desc":"This function is deprecated.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"throwsArgumentError","qualifiedName":"expect.throwsArgumentError","href":"package-matcher_expect/throwsArgumentError-constant.html","kind":19,"packageRank":50,"desc":"A matcher for functions that throw ArgumentError.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"throwsConcurrentModificationError","qualifiedName":"expect.throwsConcurrentModificationError","href":"package-matcher_expect/throwsConcurrentModificationError-constant.html","kind":19,"packageRank":50,"desc":"A matcher for functions that throw ConcurrentModificationError.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"throwsCyclicInitializationError","qualifiedName":"expect.throwsCyclicInitializationError","href":"package-matcher_expect/throwsCyclicInitializationError-constant.html","kind":19,"packageRank":50,"desc":"A matcher for functions that throw CyclicInitializationError.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"throwsException","qualifiedName":"expect.throwsException","href":"package-matcher_expect/throwsException-constant.html","kind":19,"packageRank":50,"desc":"A matcher for functions that throw Exception.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"throwsFormatException","qualifiedName":"expect.throwsFormatException","href":"package-matcher_expect/throwsFormatException-constant.html","kind":19,"packageRank":50,"desc":"A matcher for functions that throw FormatException.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"throwsNoSuchMethodError","qualifiedName":"expect.throwsNoSuchMethodError","href":"package-matcher_expect/throwsNoSuchMethodError-constant.html","kind":19,"packageRank":50,"desc":"A matcher for functions that throw NoSuchMethodError.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"throwsNullThrownError","qualifiedName":"expect.throwsNullThrownError","href":"package-matcher_expect/throwsNullThrownError-constant.html","kind":19,"packageRank":50,"desc":"A matcher for functions that throw NullThrownError.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"throwsRangeError","qualifiedName":"expect.throwsRangeError","href":"package-matcher_expect/throwsRangeError-constant.html","kind":19,"packageRank":50,"desc":"A matcher for functions that throw RangeError.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"throwsStateError","qualifiedName":"expect.throwsStateError","href":"package-matcher_expect/throwsStateError-constant.html","kind":19,"packageRank":50,"desc":"A matcher for functions that throw StateError.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"throwsUnimplementedError","qualifiedName":"expect.throwsUnimplementedError","href":"package-matcher_expect/throwsUnimplementedError-constant.html","kind":19,"packageRank":50,"desc":"A matcher for functions that throw Exception.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"throwsUnsupportedError","qualifiedName":"expect.throwsUnsupportedError","href":"package-matcher_expect/throwsUnsupportedError-constant.html","kind":19,"packageRank":50,"desc":"A matcher for functions that throw UnsupportedError.","enclosedBy":{"name":"expect","kind":9,"href":"package-matcher_expect/"}},{"name":"fake","qualifiedName":"fake","href":"package-test_api_fake/","kind":9,"packageRank":50,"desc":""},{"name":"fake_async","qualifiedName":"fake_async","href":"package-fake_async_fake_async/","kind":9,"packageRank":50,"desc":""},{"name":"FakeAsync","qualifiedName":"fake_async.FakeAsync","href":"package-fake_async_fake_async/FakeAsync-class.html","kind":3,"packageRank":50,"desc":"A class that mocks out the passage of time within a Zone.","enclosedBy":{"name":"fake_async","kind":9,"href":"package-fake_async_fake_async/"}},{"name":"FakeAsync.new","qualifiedName":"fake_async.FakeAsync.FakeAsync.new","href":"package-fake_async_fake_async/FakeAsync/FakeAsync.html","kind":2,"packageRank":50,"desc":"Creates a FakeAsync.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"elapse","qualifiedName":"fake_async.FakeAsync.elapse","href":"package-fake_async_fake_async/FakeAsync/elapse.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Simulates the asynchronous passage of time.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"elapseBlocking","qualifiedName":"fake_async.FakeAsync.elapseBlocking","href":"package-fake_async_fake_async/FakeAsync/elapseBlocking.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Simulates the synchronous passage of time, resulting from blocking or\nexpensive calls.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"elapsed","qualifiedName":"fake_async.FakeAsync.elapsed","href":"package-fake_async_fake_async/FakeAsync/elapsed.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The amount of fake time that's elapsed since this FakeAsync was\ncreated.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"flushMicrotasks","qualifiedName":"fake_async.FakeAsync.flushMicrotasks","href":"package-fake_async_fake_async/FakeAsync/flushMicrotasks.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Runs all pending microtasks scheduled within a call to run or\nfakeAsync until there are no more microtasks scheduled.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"flushTimers","qualifiedName":"fake_async.FakeAsync.flushTimers","href":"package-fake_async_fake_async/FakeAsync/flushTimers.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Elapses time until there are no more active timers.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"getClock","qualifiedName":"fake_async.FakeAsync.getClock","href":"package-fake_async_fake_async/FakeAsync/getClock.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a fake Clock whose time can is elapsed by calls to elapse and\nelapseBlocking.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"includeTimerStackTrace","qualifiedName":"fake_async.FakeAsync.includeTimerStackTrace","href":"package-fake_async_fake_async/FakeAsync/includeTimerStackTrace.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether Timers created by this FakeAsync will include a creation stack\ntrace in FakeAsync.pendingTimersDebugString.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"microtaskCount","qualifiedName":"fake_async.FakeAsync.microtaskCount","href":"package-fake_async_fake_async/FakeAsync/microtaskCount.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of pending microtasks scheduled within a call to run or\nfakeAsync.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"nonPeriodicTimerCount","qualifiedName":"fake_async.FakeAsync.nonPeriodicTimerCount","href":"package-fake_async_fake_async/FakeAsync/nonPeriodicTimerCount.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of active non-periodic timers created within a call to run or\nfakeAsync.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"pendingTimers","qualifiedName":"fake_async.FakeAsync.pendingTimers","href":"package-fake_async_fake_async/FakeAsync/pendingTimers.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"All the current pending timers.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"pendingTimersDebugString","qualifiedName":"fake_async.FakeAsync.pendingTimersDebugString","href":"package-fake_async_fake_async/FakeAsync/pendingTimersDebugString.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The debug strings for all the current pending timers.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"periodicTimerCount","qualifiedName":"fake_async.FakeAsync.periodicTimerCount","href":"package-fake_async_fake_async/FakeAsync/periodicTimerCount.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of active periodic timers created within a call to run or\nfakeAsync.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"run","qualifiedName":"fake_async.FakeAsync.run","href":"package-fake_async_fake_async/FakeAsync/run.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Runs callback in a Zone where all asynchrony is controlled by this.","enclosedBy":{"name":"FakeAsync","kind":3,"href":"package-fake_async_fake_async/FakeAsync-class.html"}},{"name":"FakeTimer","qualifiedName":"fake_async.FakeTimer","href":"package-fake_async_fake_async/FakeTimer-class.html","kind":3,"packageRank":50,"desc":"An implementation of Timer that's controlled by a FakeAsync.","enclosedBy":{"name":"fake_async","kind":9,"href":"package-fake_async_fake_async/"}},{"name":"cancel","qualifiedName":"fake_async.FakeTimer.cancel","href":"package-fake_async_fake_async/FakeTimer/cancel.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Cancels the timer.","enclosedBy":{"name":"FakeTimer","kind":3,"href":"package-fake_async_fake_async/FakeTimer-class.html"}},{"name":"creationStackTrace","qualifiedName":"fake_async.FakeTimer.creationStackTrace","href":"package-fake_async_fake_async/FakeTimer/creationStackTrace.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The current stack trace when this timer was created.","enclosedBy":{"name":"FakeTimer","kind":3,"href":"package-fake_async_fake_async/FakeTimer-class.html"}},{"name":"debugString","qualifiedName":"fake_async.FakeTimer.debugString","href":"package-fake_async_fake_async/FakeTimer/debugString.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Returns debugging information to try to identify the source of the\nTimer.","enclosedBy":{"name":"FakeTimer","kind":3,"href":"package-fake_async_fake_async/FakeTimer-class.html"}},{"name":"duration","qualifiedName":"fake_async.FakeTimer.duration","href":"package-fake_async_fake_async/FakeTimer/duration.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"If this is periodic, the time that should elapse between firings of this\ntimer.","enclosedBy":{"name":"FakeTimer","kind":3,"href":"package-fake_async_fake_async/FakeTimer-class.html"}},{"name":"isActive","qualifiedName":"fake_async.FakeTimer.isActive","href":"package-fake_async_fake_async/FakeTimer/isActive.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Returns whether the timer is still active.","enclosedBy":{"name":"FakeTimer","kind":3,"href":"package-fake_async_fake_async/FakeTimer-class.html"}},{"name":"isPeriodic","qualifiedName":"fake_async.FakeTimer.isPeriodic","href":"package-fake_async_fake_async/FakeTimer/isPeriodic.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Whether this is a periodic timer.","enclosedBy":{"name":"FakeTimer","kind":3,"href":"package-fake_async_fake_async/FakeTimer-class.html"}},{"name":"tick","qualifiedName":"fake_async.FakeTimer.tick","href":"package-fake_async_fake_async/FakeTimer/tick.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The number of durations preceding the most recent timer event.","enclosedBy":{"name":"FakeTimer","kind":3,"href":"package-fake_async_fake_async/FakeTimer-class.html"}},{"name":"fakeAsync","qualifiedName":"fake_async.fakeAsync","href":"package-fake_async_fake_async/fakeAsync.html","kind":8,"packageRank":50,"desc":"Runs callback in a Zone where all asynchrony is controlled by an\ninstance of FakeAsync.","enclosedBy":{"name":"fake_async","kind":9,"href":"package-fake_async_fake_async/"}},{"name":"file","qualifiedName":"file","href":"package-file_file/","kind":9,"packageRank":50,"desc":"Core interfaces containing the abstract FileSystem interface definition\nand all associated types used by FileSystem."},{"name":"Directory","qualifiedName":"file.Directory","href":"package-file_file/Directory-class.html","kind":3,"packageRank":50,"desc":"A reference to a directory on the file system.","enclosedBy":{"name":"file","kind":9,"href":"package-file_file/"}},{"name":"Directory.new","qualifiedName":"file.Directory.Directory.new","href":"package-file_file/Directory/Directory.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"Directory","kind":3,"href":"package-file_file/Directory-class.html"}},{"name":"absolute","qualifiedName":"file.Directory.absolute","href":"package-file_file/Directory/absolute.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A FileSystemEntity whose path is the absolute path of path.","enclosedBy":{"name":"Directory","kind":3,"href":"package-file_file/Directory-class.html"}},{"name":"childDirectory","qualifiedName":"file.Directory.childDirectory","href":"package-file_file/Directory/childDirectory.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a reference to a Directory that exists as a child of this\ndirectory and has the specified basename.","enclosedBy":{"name":"Directory","kind":3,"href":"package-file_file/Directory-class.html"}},{"name":"childFile","qualifiedName":"file.Directory.childFile","href":"package-file_file/Directory/childFile.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a reference to a File that exists as a child of this directory\nand has the specified basename.","enclosedBy":{"name":"Directory","kind":3,"href":"package-file_file/Directory-class.html"}},{"name":"childLink","qualifiedName":"file.Directory.childLink","href":"package-file_file/Directory/childLink.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a reference to a Link that exists as a child of this directory\nand has the specified basename.","enclosedBy":{"name":"Directory","kind":3,"href":"package-file_file/Directory-class.html"}},{"name":"create","qualifiedName":"file.Directory.create","href":"package-file_file/Directory/create.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates the directory if it doesn't exist.","enclosedBy":{"name":"Directory","kind":3,"href":"package-file_file/Directory-class.html"}},{"name":"createTemp","qualifiedName":"file.Directory.createTemp","href":"package-file_file/Directory/createTemp.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a temporary directory in this directory.","enclosedBy":{"name":"Directory","kind":3,"href":"package-file_file/Directory-class.html"}},{"name":"createTempSync","qualifiedName":"file.Directory.createTempSync","href":"package-file_file/Directory/createTempSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Synchronously creates a temporary directory in this directory.","enclosedBy":{"name":"Directory","kind":3,"href":"package-file_file/Directory-class.html"}},{"name":"list","qualifiedName":"file.Directory.list","href":"package-file_file/Directory/list.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Lists the sub-directories and files of this Directory.","enclosedBy":{"name":"Directory","kind":3,"href":"package-file_file/Directory-class.html"}},{"name":"listSync","qualifiedName":"file.Directory.listSync","href":"package-file_file/Directory/listSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Lists the sub-directories and files of this Directory.\nOptionally recurses into sub-directories.","enclosedBy":{"name":"Directory","kind":3,"href":"package-file_file/Directory-class.html"}},{"name":"rename","qualifiedName":"file.Directory.rename","href":"package-file_file/Directory/rename.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Renames this file system entity.","enclosedBy":{"name":"Directory","kind":3,"href":"package-file_file/Directory-class.html"}},{"name":"renameSync","qualifiedName":"file.Directory.renameSync","href":"package-file_file/Directory/renameSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Synchronously renames this file system entity.","enclosedBy":{"name":"Directory","kind":3,"href":"package-file_file/Directory-class.html"}},{"name":"ErrorCodes","qualifiedName":"file.ErrorCodes","href":"package-file_file/ErrorCodes-class.html","kind":3,"packageRank":50,"desc":"Operating system error codes.","enclosedBy":{"name":"file","kind":9,"href":"package-file_file/"}},{"name":"E2BIG","qualifiedName":"file.ErrorCodes.E2BIG","href":"package-file_file/ErrorCodes/E2BIG.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Argument list too long","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EACCES","qualifiedName":"file.ErrorCodes.EACCES","href":"package-file_file/ErrorCodes/EACCES.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Permission denied","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EAGAIN","qualifiedName":"file.ErrorCodes.EAGAIN","href":"package-file_file/ErrorCodes/EAGAIN.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Try again","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EBADF","qualifiedName":"file.ErrorCodes.EBADF","href":"package-file_file/ErrorCodes/EBADF.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Bad file number","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EBUSY","qualifiedName":"file.ErrorCodes.EBUSY","href":"package-file_file/ErrorCodes/EBUSY.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Device or resource busy","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ECHILD","qualifiedName":"file.ErrorCodes.ECHILD","href":"package-file_file/ErrorCodes/ECHILD.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"No child processes","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EDEADLK","qualifiedName":"file.ErrorCodes.EDEADLK","href":"package-file_file/ErrorCodes/EDEADLK.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Resource deadlock would occur","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EDOM","qualifiedName":"file.ErrorCodes.EDOM","href":"package-file_file/ErrorCodes/EDOM.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Math argument out of domain of func","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EEXIST","qualifiedName":"file.ErrorCodes.EEXIST","href":"package-file_file/ErrorCodes/EEXIST.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"File exists","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EFAULT","qualifiedName":"file.ErrorCodes.EFAULT","href":"package-file_file/ErrorCodes/EFAULT.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Bad address","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EFBIG","qualifiedName":"file.ErrorCodes.EFBIG","href":"package-file_file/ErrorCodes/EFBIG.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"File too large","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EILSEQ","qualifiedName":"file.ErrorCodes.EILSEQ","href":"package-file_file/ErrorCodes/EILSEQ.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Illegal byte sequence","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EINTR","qualifiedName":"file.ErrorCodes.EINTR","href":"package-file_file/ErrorCodes/EINTR.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Interrupted system call","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EINVAL","qualifiedName":"file.ErrorCodes.EINVAL","href":"package-file_file/ErrorCodes/EINVAL.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Invalid argument","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EIO","qualifiedName":"file.ErrorCodes.EIO","href":"package-file_file/ErrorCodes/EIO.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"I/O error","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EISDIR","qualifiedName":"file.ErrorCodes.EISDIR","href":"package-file_file/ErrorCodes/EISDIR.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Is a directory","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ELOOP","qualifiedName":"file.ErrorCodes.ELOOP","href":"package-file_file/ErrorCodes/ELOOP.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Too many levels of symbolic links","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EMFILE","qualifiedName":"file.ErrorCodes.EMFILE","href":"package-file_file/ErrorCodes/EMFILE.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Too many open files","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EMLINK","qualifiedName":"file.ErrorCodes.EMLINK","href":"package-file_file/ErrorCodes/EMLINK.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Too many links","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENAMETOOLONG","qualifiedName":"file.ErrorCodes.ENAMETOOLONG","href":"package-file_file/ErrorCodes/ENAMETOOLONG.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"File name too long","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENFILE","qualifiedName":"file.ErrorCodes.ENFILE","href":"package-file_file/ErrorCodes/ENFILE.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"File table overflow","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENODEV","qualifiedName":"file.ErrorCodes.ENODEV","href":"package-file_file/ErrorCodes/ENODEV.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"No such device","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENOENT","qualifiedName":"file.ErrorCodes.ENOENT","href":"package-file_file/ErrorCodes/ENOENT.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"No such file or directory","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENOEXEC","qualifiedName":"file.ErrorCodes.ENOEXEC","href":"package-file_file/ErrorCodes/ENOEXEC.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Exec format error","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENOLCK","qualifiedName":"file.ErrorCodes.ENOLCK","href":"package-file_file/ErrorCodes/ENOLCK.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"No record locks available","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENOMEM","qualifiedName":"file.ErrorCodes.ENOMEM","href":"package-file_file/ErrorCodes/ENOMEM.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Out of memory","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENOSPC","qualifiedName":"file.ErrorCodes.ENOSPC","href":"package-file_file/ErrorCodes/ENOSPC.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"No space left on device","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENOSYS","qualifiedName":"file.ErrorCodes.ENOSYS","href":"package-file_file/ErrorCodes/ENOSYS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Function not implemented","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENOTDIR","qualifiedName":"file.ErrorCodes.ENOTDIR","href":"package-file_file/ErrorCodes/ENOTDIR.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Not a directory","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENOTEMPTY","qualifiedName":"file.ErrorCodes.ENOTEMPTY","href":"package-file_file/ErrorCodes/ENOTEMPTY.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Directory not empty","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENOTTY","qualifiedName":"file.ErrorCodes.ENOTTY","href":"package-file_file/ErrorCodes/ENOTTY.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Not a typewriter","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ENXIO","qualifiedName":"file.ErrorCodes.ENXIO","href":"package-file_file/ErrorCodes/ENXIO.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"No such device or address","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EPERM","qualifiedName":"file.ErrorCodes.EPERM","href":"package-file_file/ErrorCodes/EPERM.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Operation not permitted","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EPIPE","qualifiedName":"file.ErrorCodes.EPIPE","href":"package-file_file/ErrorCodes/EPIPE.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Broken pipe","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ERANGE","qualifiedName":"file.ErrorCodes.ERANGE","href":"package-file_file/ErrorCodes/ERANGE.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Math result not representable","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EROFS","qualifiedName":"file.ErrorCodes.EROFS","href":"package-file_file/ErrorCodes/EROFS.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Read-only file system","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ESPIPE","qualifiedName":"file.ErrorCodes.ESPIPE","href":"package-file_file/ErrorCodes/ESPIPE.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Illegal seek","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"ESRCH","qualifiedName":"file.ErrorCodes.ESRCH","href":"package-file_file/ErrorCodes/ESRCH.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"No such process","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"EXDEV","qualifiedName":"file.ErrorCodes.EXDEV","href":"package-file_file/ErrorCodes/EXDEV.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Cross-device link","enclosedBy":{"name":"ErrorCodes","kind":3,"href":"package-file_file/ErrorCodes-class.html"}},{"name":"File","qualifiedName":"file.File","href":"package-file_file/File-class.html","kind":3,"packageRank":50,"desc":"A reference to a file on the file system.","enclosedBy":{"name":"file","kind":9,"href":"package-file_file/"}},{"name":"File.new","qualifiedName":"file.File.File.new","href":"package-file_file/File/File.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"File","kind":3,"href":"package-file_file/File-class.html"}},{"name":"absolute","qualifiedName":"file.File.absolute","href":"package-file_file/File/absolute.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"A FileSystemEntity whose path is the absolute path of path.","enclosedBy":{"name":"File","kind":3,"href":"package-file_file/File-class.html"}},{"name":"copy","qualifiedName":"file.File.copy","href":"package-file_file/File/copy.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Copies this file.","enclosedBy":{"name":"File","kind":3,"href":"package-file_file/File-class.html"}},{"name":"copySync","qualifiedName":"file.File.copySync","href":"package-file_file/File/copySync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Synchronously copies this file.","enclosedBy":{"name":"File","kind":3,"href":"package-file_file/File-class.html"}},{"name":"create","qualifiedName":"file.File.create","href":"package-file_file/File/create.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates the file.","enclosedBy":{"name":"File","kind":3,"href":"package-file_file/File-class.html"}},{"name":"rename","qualifiedName":"file.File.rename","href":"package-file_file/File/rename.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Renames this file system entity.","enclosedBy":{"name":"File","kind":3,"href":"package-file_file/File-class.html"}},{"name":"renameSync","qualifiedName":"file.File.renameSync","href":"package-file_file/File/renameSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Synchronously renames this file system entity.","enclosedBy":{"name":"File","kind":3,"href":"package-file_file/File-class.html"}},{"name":"writeAsBytes","qualifiedName":"file.File.writeAsBytes","href":"package-file_file/File/writeAsBytes.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Writes a list of bytes to a file.","enclosedBy":{"name":"File","kind":3,"href":"package-file_file/File-class.html"}},{"name":"writeAsString","qualifiedName":"file.File.writeAsString","href":"package-file_file/File/writeAsString.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Writes a string to a file.","enclosedBy":{"name":"File","kind":3,"href":"package-file_file/File-class.html"}},{"name":"FileSystem","qualifiedName":"file.FileSystem","href":"package-file_file/FileSystem-class.html","kind":3,"packageRank":50,"desc":"A generic representation of a file system.","enclosedBy":{"name":"file","kind":9,"href":"package-file_file/"}},{"name":"FileSystem.new","qualifiedName":"file.FileSystem.FileSystem.new","href":"package-file_file/FileSystem/FileSystem.html","kind":2,"packageRank":50,"desc":"Creates a new FileSystem.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"currentDirectory","qualifiedName":"file.FileSystem.currentDirectory","href":"package-file_file/FileSystem/currentDirectory.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Creates a directory object pointing to the current working directory.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"directory","qualifiedName":"file.FileSystem.directory","href":"package-file_file/FileSystem/directory.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a reference to a Directory at path.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"file","qualifiedName":"file.FileSystem.file","href":"package-file_file/FileSystem/file.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a reference to a File at path.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"getPath","qualifiedName":"file.FileSystem.getPath","href":"package-file_file/FileSystem/getPath.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Gets the string path represented by the specified generic path.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"identical","qualifiedName":"file.FileSystem.identical","href":"package-file_file/FileSystem/identical.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Checks whether two paths refer to the same object in the\nfile system. Returns a Future&lt;bool&gt; that completes with the result.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"identicalSync","qualifiedName":"file.FileSystem.identicalSync","href":"package-file_file/FileSystem/identicalSync.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Synchronously checks whether two paths refer to the same object in the\nfile system.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"isDirectory","qualifiedName":"file.FileSystem.isDirectory","href":"package-file_file/FileSystem/isDirectory.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Checks if type(path) returns io.FileSystemEntityType.DIRECTORY.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"isDirectorySync","qualifiedName":"file.FileSystem.isDirectorySync","href":"package-file_file/FileSystem/isDirectorySync.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Synchronously checks if type(path) returns\nio.FileSystemEntityType.DIRECTORY.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"isFile","qualifiedName":"file.FileSystem.isFile","href":"package-file_file/FileSystem/isFile.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Checks if type(path) returns io.FileSystemEntityType.FILE.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"isFileSync","qualifiedName":"file.FileSystem.isFileSync","href":"package-file_file/FileSystem/isFileSync.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Synchronously checks if type(path) returns\nio.FileSystemEntityType.FILE.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"isLink","qualifiedName":"file.FileSystem.isLink","href":"package-file_file/FileSystem/isLink.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Checks if type(path) returns io.FileSystemEntityType.LINK.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"isLinkSync","qualifiedName":"file.FileSystem.isLinkSync","href":"package-file_file/FileSystem/isLinkSync.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Synchronously checks if type(path) returns\nio.FileSystemEntityType.LINK.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"isWatchSupported","qualifiedName":"file.FileSystem.isWatchSupported","href":"package-file_file/FileSystem/isWatchSupported.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Tests if FileSystemEntity.watch is supported on the current system.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"link","qualifiedName":"file.FileSystem.link","href":"package-file_file/FileSystem/link.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Returns a reference to a Link at path.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"path","qualifiedName":"file.FileSystem.path","href":"package-file_file/FileSystem/path.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"An object for manipulating paths in this file system.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"stat","qualifiedName":"file.FileSystem.stat","href":"package-file_file/FileSystem/stat.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Asynchronously calls the operating system's stat() function on path.\nReturns a Future which completes with a io.FileStat object containing\nthe data returned by stat().\nIf the call fails, completes the future with a io.FileStat object with\n.type set to FileSystemEntityType.NOT_FOUND and the other fields invalid.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"statSync","qualifiedName":"file.FileSystem.statSync","href":"package-file_file/FileSystem/statSync.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Calls the operating system's stat() function on path.\nReturns a io.FileStat object containing the data returned by stat().\nIf the call fails, returns a io.FileStat object with .type set to\nFileSystemEntityType.NOT_FOUND and the other fields invalid.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"systemTempDirectory","qualifiedName":"file.FileSystem.systemTempDirectory","href":"package-file_file/FileSystem/systemTempDirectory.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Gets the system temp directory.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"type","qualifiedName":"file.FileSystem.type","href":"package-file_file/FileSystem/type.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Finds the type of file system object that a path points to. Returns\na Future that completes with the result.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"typeSync","qualifiedName":"file.FileSystem.typeSync","href":"package-file_file/FileSystem/typeSync.html","kind":10,"overriddenDepth":0,"packageRank":50,"desc":"Syncronously finds the type of file system object that a path points\nto. Returns a io.FileSystemEntityType.","enclosedBy":{"name":"FileSystem","kind":3,"href":"package-file_file/FileSystem-class.html"}},{"name":"FileSystemEntity","qualifiedName":"file.FileSystemEntity","href":"package-file_file/FileSystemEntity-class.html","kind":3,"packageRank":50,"desc":"The common super class for io.File, io.Directory, and io.Link objects.","enclosedBy":{"name":"file","kind":9,"href":"package-file_file/"}},{"name":"FileSystemEntity.new","qualifiedName":"file.FileSystemEntity.FileSystemEntity.new","href":"package-file_file/FileSystemEntity/FileSystemEntity.html","kind":2,"packageRank":50,"desc":"","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"package-file_file/FileSystemEntity-class.html"}},{"name":"basename","qualifiedName":"file.FileSystemEntity.basename","href":"package-file_file/FileSystemEntity/basename.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Gets the part of this entity's path after the last separator.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"package-file_file/FileSystemEntity-class.html"}},{"name":"delete","qualifiedName":"file.FileSystemEntity.delete","href":"package-file_file/FileSystemEntity/delete.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Deletes this FileSystemEntity.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"package-file_file/FileSystemEntity-class.html"}},{"name":"dirname","qualifiedName":"file.FileSystemEntity.dirname","href":"package-file_file/FileSystemEntity/dirname.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Gets the part of this entity's path before the last separator.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"package-file_file/FileSystemEntity-class.html"}},{"name":"fileSystem","qualifiedName":"file.FileSystemEntity.fileSystem","href":"package-file_file/FileSystemEntity/fileSystem.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"Returns the file system responsible for this entity.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"package-file_file/FileSystemEntity-class.html"}},{"name":"parent","qualifiedName":"file.FileSystemEntity.parent","href":"package-file_file/FileSystemEntity/parent.html","kind":16,"overriddenDepth":0,"packageRank":50,"desc":"The parent directory of this entity.","enclosedBy":{"name":"FileSystemEntity","kind":3,"href":"package-file_file/FileSystemEntity-class.html"}},{"name":"ForwardingDirectory","qualifiedName":"file.ForwardingDirectory","href":"package-file_file/ForwardingDirectory-mixin.html","kind":11,"packageRank":50,"desc":"A directory that forwards all methods and properties to a delegate.","enclosedBy":{"name":"file","kind":9,"href":"package-file_file/"}},{"name":"create","qualifiedName":"file.ForwardingDirectory.create","href":"package-file_file/ForwardingDirectory/create.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Creates the directory if it doesn't exist.","enclosedBy":{"name":"ForwardingDirectory","kind":11,"href":"package-file_file/ForwardingDirectory-mixin.html"}},{"name":"createSync","qualifiedName":"file.ForwardingDirectory.createSync","href":"package-file_file/ForwardingDirectory/createSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Synchronously creates the directory if it doesn't exist.","enclosedBy":{"name":"ForwardingDirectory","kind":11,"href":"package-file_file/ForwardingDirectory-mixin.html"}},{"name":"createTemp","qualifiedName":"file.ForwardingDirectory.createTemp","href":"package-file_file/ForwardingDirectory/createTemp.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Creates a temporary directory in this directory.","enclosedBy":{"name":"ForwardingDirectory","kind":11,"href":"package-file_file/ForwardingDirectory-mixin.html"}},{"name":"createTempSync","qualifiedName":"file.ForwardingDirectory.createTempSync","href":"package-file_file/ForwardingDirectory/createTempSync.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Synchronously creates a temporary directory in this directory.","enclosedBy":{"name":"ForwardingDirectory","kind":11,"href":"package-file_file/ForwardingDirectory-mixin.html"}},{"name":"list","qualifiedName":"file.ForwardingDirectory.list","href":"package-file_file/ForwardingDirectory/list.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Lists the sub-directories and files of this Directory.","enclosedBy":{"name":"ForwardingDirectory","kind":11,"href":"package-file_file/ForwardingDirectory-mixin.html"}},{"name":"listSync","qualifiedName":"file.ForwardingDirectory.listSync","href":"package-file_file/ForwardingDirectory/listSync.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Lists the sub-directories and files of this Directory.\nOptionally recurses into sub-directories.","enclosedBy":{"name":"ForwardingDirectory","kind":11,"href":"package-file_file/ForwardingDirectory-mixin.html"}},{"name":"wrap","qualifiedName":"file.ForwardingDirectory.wrap","href":"package-file_file/ForwardingDirectory/wrap.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new entity with the same file system and same type as this\nentity but backed by the specified delegate.","enclosedBy":{"name":"ForwardingDirectory","kind":11,"href":"package-file_file/ForwardingDirectory-mixin.html"}},{"name":"ForwardingFile","qualifiedName":"file.ForwardingFile","href":"package-file_file/ForwardingFile-mixin.html","kind":11,"packageRank":50,"desc":"A file that forwards all methods and properties to a delegate.","enclosedBy":{"name":"file","kind":9,"href":"package-file_file/"}},{"name":"copy","qualifiedName":"file.ForwardingFile.copy","href":"package-file_file/ForwardingFile/copy.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Copies this file.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"copySync","qualifiedName":"file.ForwardingFile.copySync","href":"package-file_file/ForwardingFile/copySync.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Synchronously copies this file.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"create","qualifiedName":"file.ForwardingFile.create","href":"package-file_file/ForwardingFile/create.html","kind":10,"overriddenDepth":2,"packageRank":50,"desc":"Creates the file.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"createSync","qualifiedName":"file.ForwardingFile.createSync","href":"package-file_file/ForwardingFile/createSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Synchronously creates the file.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"lastAccessed","qualifiedName":"file.ForwardingFile.lastAccessed","href":"package-file_file/ForwardingFile/lastAccessed.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The last-accessed time of the file.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"lastAccessedSync","qualifiedName":"file.ForwardingFile.lastAccessedSync","href":"package-file_file/ForwardingFile/lastAccessedSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The last-accessed time of the file.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"lastModified","qualifiedName":"file.ForwardingFile.lastModified","href":"package-file_file/ForwardingFile/lastModified.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Get the last-modified time of the file.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"lastModifiedSync","qualifiedName":"file.ForwardingFile.lastModifiedSync","href":"package-file_file/ForwardingFile/lastModifiedSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Get the last-modified time of the file.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"length","qualifiedName":"file.ForwardingFile.length","href":"package-file_file/ForwardingFile/length.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The length of the file.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"lengthSync","qualifiedName":"file.ForwardingFile.lengthSync","href":"package-file_file/ForwardingFile/lengthSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"The length of the file provided synchronously.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"open","qualifiedName":"file.ForwardingFile.open","href":"package-file_file/ForwardingFile/open.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Opens the file for random access operations.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"openRead","qualifiedName":"file.ForwardingFile.openRead","href":"package-file_file/ForwardingFile/openRead.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new independent Stream for the contents of this file.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"openSync","qualifiedName":"file.ForwardingFile.openSync","href":"package-file_file/ForwardingFile/openSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Synchronously opens the file for random access operations.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"openWrite","qualifiedName":"file.ForwardingFile.openWrite","href":"package-file_file/ForwardingFile/openWrite.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Creates a new independent IOSink for the file.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"readAsBytes","qualifiedName":"file.ForwardingFile.readAsBytes","href":"package-file_file/ForwardingFile/readAsBytes.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Reads the entire file contents as a list of bytes.","enclosedBy":{"name":"ForwardingFile","kind":11,"href":"package-file_file/ForwardingFile-mixin.html"}},{"name":"readAsBytesSync","qualifiedName":"file.ForwardingFile.readAsBytesSync","href":"package-file_file/ForwardingFile/readAsBytesSync.html","kind":10,"overriddenDepth":1,"packageRank":50,"desc":"Synchronously reads the entire file contents as a list of bytes.","enclosedBy":{"name":"ForwardingFile","kind":11,"href"