isNotBlank static method

bool isNotBlank(
  1. String? string
)

Implementation

static bool isNotBlank(String? string) => !isBlank(string);