Dart DocumentationmetadataExperimental

Experimental class

An annotation used to mark an API as being experimental.

An API is considered to be experimental if it is still going through the process of stabilizing and is subject to change or removal.

See also:

class Experimental {
 const Experimental();
}

Constructors

const Experimental() #

Creates a new Object instance.

Object instances have no meaningful state, and are only useful through their identity. An Object instance is equal to itself only.

docs inherited from Object
const Experimental();