isNullOrEmpty static method

  1. @Deprecated('Use extensions')
bool isNullOrEmpty(
  1. String? s
)

Implementation

@Deprecated('Use extensions')
static bool isNullOrEmpty(String? s)
=> StringX.isNullOrEmpty(s);