IsEmpty constructor

IsEmpty()

Implementation

IsEmpty()
  : super(
      methodName: "isEmpty",
      targetType: .list,
      arity: 0,
      function: (target, _, arguments) {
        return target.isEmpty;
      },
    );