ExperimentalFeatures class

Setup of experimental features.

Experimental features are not yet stable and may change or be removed.

Constructors

ExperimentalFeatures({List<DiagnosticEventHandler>? diagnosticEventHandlers})
Creates a new ExperimentalFeatures instance.

Properties

diagnosticEventHandlers List<DiagnosticEventHandler>?
List of DiagnosticEventHandler that will be called for all diagnostic events.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited