checkStringParam method

bool checkStringParam(
  1. String s
)

Implementation

bool checkStringParam(String s) {
  return s.isNotEmpty;
}