valueAndCurrencyMustBeTogetherError top-level constant

  1. @visibleForTesting
String const valueAndCurrencyMustBeTogetherError

Implementation

@visibleForTesting
const String valueAndCurrencyMustBeTogetherError = 'If you supply the "value" '
    'parameter, you must also supply the "currency" parameter.';