isEmpty method

bool isEmpty(
  1. dynamic value
)

Implementation

bool isEmpty(value) => StringUtil.isEmpty(value);