isNotEmpty static method

bool isNotEmpty(
  1. String? s
)

Implementation

static bool isNotEmpty(String? s) => !isEmpty(s);