numberIsNegativeMsg static method

String numberIsNegativeMsg()

Implementation

static String numberIsNegativeMsg() =>
    Intl.message('Enter a number that is not negative',
        desc: 'Error message when input number is not positive or 0.');