cannotBeNegative property

String get cannotBeNegative

Cannot be negative

Implementation

String get cannotBeNegative {
  return Intl.message(
    'Cannot be negative',
    name: 'cannotBeNegative',
    desc: '',
    args: [],
  );
}