IsEmpty constructor

IsEmpty()

Implementation

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