empty static method

bool empty(
  1. dynamic o
)

Implementation

static bool empty(dynamic o) {
  return o.isEmpty;
}