isEmpty method

  1. @protected
dynamic isEmpty(
  1. dynamic value
)

Implementation

@protected
isEmpty(value) => StringUtil.isEmpty(value);