We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1322920 commit c774fe2Copy full SHA for c774fe2
sdk/lib/core/enum.dart
@@ -11,8 +11,8 @@ part of dart.core;
11
/// Non-platform classes cannot extend or mix in this class.
12
/// Concrete classes cannot implement the interface.
13
///
14
-/// The string name of a value is available via the `name` property
15
-/// exposed by the [EnumName] extension (see [EnumName.name]).
+/// The intentifier used to name an `enum` value is available as a [String],
+/// via the [EnumName.name] extension property on the `enum` value.
16
@Since("2.14")
17
abstract interface class Enum {
18
/// A numeric identifier for the enumerated value.
0 commit comments