We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d3b73 commit 06e7b6cCopy full SHA for 06e7b6c
generic_enum_builder/test/generator_test.dart
@@ -129,8 +129,8 @@ Future<void> main() async {
129
String expectedValueVector =
130
'/// Extension on `DpiResolution` providing value-getters.\n'
131
'extension DpiResolutionValue on DpiResolution {\n'
132
- ' /// Returns value of type <double> mapped to\n'
133
- ' /// an instance of `DpiResolution`.\n'
+ ' /// Returns a map of type `Map<double, DpiResolution>` mapping\n'
+ ' /// each declared enum value to an instance of `DpiResolution`.\n'
134
' double get value => const <DpiResolution, double>{\n'
135
' DpiResolution.low: 90.0,\n'
136
' DpiResolution.medium: 300.0,\n'
0 commit comments