EmptyMapValidator<K, V>.withMessage constructor

const EmptyMapValidator<K, V>.withMessage(
  1. String message
)

Implementation

const EmptyMapValidator.withMessage(String message)
    : super.withMessage(message: message);