ResultFormat.notEmpty constructor

ResultFormat.notEmpty(
  1. String errorMsg
)

Implementation

factory ResultFormat.notEmpty(String errorMsg) = _NotEmptyResultType;