dartValues constant

String const dartValues

Generation mode that creates only Dart value maps.

This mode generates:

  • Dart value maps for all supported languages
  • No key constants are generated

Value: 'dart-values'

Use this mode when you already have key constants and only need to regenerate the value maps.

Implementation

static const String dartValues = 'dart-values';