deprecated constant - dart:core library (original) (raw)
deprecated top-level constant
Deprecated const deprecated
Marks a feature as Deprecated until the next release.
Implementation
const Deprecated deprecated = Deprecated("next release");
Deprecated const deprecated
Marks a feature as Deprecated until the next release.
const Deprecated deprecated = Deprecated("next release");