Unstable class
Annotation that indicates that an API is not expected to change but has not undergone enough testing to be considered stable.
class Unstable {
 const Unstable();
}
Annotation that indicates that an API is not expected to change but has not undergone enough testing to be considered stable.
class Unstable {
 const Unstable();
}