Validates current (must be positive)
static String? current(String? value) { return positiveNumber(value); }