MAX_USER_TAGS constant Null safety

  1. @Deprecated("Use 'maxUserTags' instead. Will be removed in Dart 3.0.")
int const MAX_USER_TAGS

Implementation

@Deprecated("Use 'maxUserTags' instead. Will be removed in Dart 3.0.")
// TODO(bkonyi): We shouldn't be using SCREAMING_CAPS for constants, so this
// should be removed for Dart 3.0.
static const MAX_USER_TAGS = maxUserTags;